1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 08:48:30 +00:00

85 Commits

Author SHA1 Message Date
5091b33864 Added an event to get the key-change of special keys (G and M) 2017-11-18 12:29:03 +01:00
c4ac6f0e40 Added methods to use the new GetColor method 2017-11-18 11:17:25 +01:00
SpoinkyNL
6840813529 Updated SDK to 2.18.127
Added headset stand support
Added Glaive support
2017-11-13 21:59:33 +01:00
86c9fb3860 Added an effect-list to the effect-target 2017-04-27 20:50:19 +02:00
e6719c06a8 Updated SDK to 2.10.91 (this adds lightbar support) 2017-03-17 23:32:30 +01:00
27562a4787 Added missing null-check while rendering groups 2017-01-28 12:16:46 +01:00
d741318462 Added the associated device to CorsairLeds 2017-01-05 16:50:34 +01:00
925e02f146 Fixed some code-issues 2017-01-05 16:37:00 +01:00
8523a4ddb3 Cloned colors assigned to render-targets in the AbstractBrush to prevent reference-issues 2017-01-05 15:08:41 +01:00
78dccd2603 Updated some comments and stuff 2017-01-03 22:43:10 +01:00
deb043b6b2 Added key-rectangle to BrushRenderTarget 2016-11-06 17:38:01 +01:00
4a8f6c5928 Correctly implemented equality operators for CorsairColors
This fixes #52
2016-10-06 20:07:02 +02:00
c611675355 Fixed wrong device-rectangle initialize 2016-09-11 19:39:15 +02:00
69a9a122d0 Added missing 'char' indexer for keyboards 2016-09-11 19:36:57 +02:00
072f0c24ed Fixed use before initialize 2016-09-11 12:47:47 +02:00
1eba5c66be Code cleanup 2016-09-11 10:55:14 +02:00
381ec55349 Added own color-type to have more control over and easier manipulation of collors 2016-09-11 10:40:01 +02:00
8b87270b69 Refactored auto-update to be SDK-wide 2016-09-11 08:39:18 +02:00
8390c7da68 Code cleanup 2016-09-10 18:06:07 +02:00
f8c537aaff Improved LedId enums (now constants) 2016-09-10 17:44:35 +02:00
223c0e8886 Removed CorsairKey since it wasn't of any use anyway 2016-09-10 17:34:32 +02:00
5a018d0743 Refactored to do everything based on LEDs.
This will adapt the devices and reduces the importance of the "special case keyboard"
2016-09-10 14:59:25 +02:00
bfe51add66 Refactored the positionen to be stored in the LED 2016-09-10 10:40:44 +02:00
4b5263221a Removed accidentally added PositionedLed, added full list of LedIds 2016-09-10 10:23:30 +02:00
8ab40180b3 Merged PR #49 2016-09-10 10:14:43 +02:00
d9a3678b81 Fixed a few typos 2016-09-10 10:11:14 +02:00
SpoinkyNL
6c1a3d6744 Updated CUE SDK to 2.4.67
Implemented SDK change: ledsCount added to DeviceInfo
Implemented SDK change: CorsairGetLedPositionsByDeviceIndex method added
Added mousemat support
2016-09-09 10:25:32 +02:00
4e47275c7e Removed todos 2016-08-21 20:14:28 +02:00
0fc32243c8 Added missing comments 2016-08-21 20:06:02 +02:00
8d32c73b6d Refactored brushes to perform a multi-pass rendering.
This allows effects to change the calculated values.
2016-08-21 18:14:31 +02:00
ba80ef9848 First attempt to rewrite Effects 2016-08-21 13:11:07 +02:00
d453cdc9bc Added deltaTime-parameter to UpdatingEventArgs 2016-06-03 22:02:35 +02:00
a783e52c41 Moved brush calculation mode to the brush
This makes obviously more sense ...
2016-03-27 17:57:13 +02:00
286a6ea284 Suppressed some code issues 2016-03-26 20:43:34 +01:00
dbdc1c22e8 Fixed update mechanism 2016-03-26 20:37:10 +01:00
603c4f72fe Added missing files from the last commit 2016-03-26 19:48:43 +01:00
6f2e77b797 Added events in the update-process 2016-03-26 19:48:14 +01:00
a0a0132ca0 Renamed brush-update-method 2016-03-26 18:28:20 +01:00
93d94fdc5a Added a selection for BrushCalculationModes (relative/absolute) 2016-03-25 23:17:38 +01:00
88ac78f19a Renamed Exception-Event 2016-03-25 18:57:14 +01:00
2cbf4b9894 Added caching to rectangle-keygroup 2016-03-25 18:15:59 +01:00
a61e433f12 Added overloads to use all 'param'-Methods with IEnumerables 2016-03-25 18:13:49 +01:00
d3103dd646 Fixed a calculation bug while calculating the parameters for the brush calculation 2016-03-16 21:11:10 +01:00
a64d27c5ae Implemented a reinitialize-functionality 2016-02-20 10:05:33 +01:00
089cada426 Refactoring 2016-02-07 10:06:07 +01:00
cc213e6d73 Changed build-traget to .NET 4.5. This resolves #28 2015-10-28 18:14:28 +01:00
3f2c9f18aa Merge pull request #27 from DarthAffe/Development
Merge refactoring to resolve #26
2015-10-18 17:14:10 +02:00
e49945004f Refactored effects into AbstractCueDevice 2015-10-18 17:12:53 +02:00
630090ac6f Refactored brushes, gradients, effects and the keyboard to uncouple them 2015-10-18 17:00:27 +02:00
d3405cb2cb Merge pull request #25 from DarthAffe/Development
Merge xml-comments to resolve #18
2015-10-18 11:45:37 +02:00