1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-12 16:58:29 +00:00

192 Commits

Author SHA1 Message Date
92fcbcff2a Fixed possible cache-issue in the RectangleKeyGroup 2017-01-08 10:51:10 +01:00
8a5581c660 Typo 2017-01-08 10:50:14 +01:00
8404985a55 Adjusted ambilight-example to take profit from the latest version 2017-01-05 20:21:02 +01:00
46c6fc62e3 Updated changenotes and version number v1.1.1 2017-01-05 17:23:33 +01:00
af754af27a Removed pdb from nuget.
Documentation states that this is bad practice.
2017-01-05 17:00:52 +01:00
619b389f7d Fixed some more code issues 2017-01-05 16:50:57 +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
1298f59d5a Fixed references in the ambilighte xample to prevent build-errors on the build-server 2017-01-05 15:00:39 +01:00
78dccd2603 Updated some comments and stuff 2017-01-03 22:43:10 +01:00
7fe3ece615 Marked profile-api as obsolete. Wontfix that to work with CUE 2. This closes #54. 2017-01-02 16:28:39 +01:00
74973df040 Updated test-project 2016-12-22 12:28:07 +01:00
9a9bf52fe9 Added new brush-effect to move gradients 2016-12-22 12:27:53 +01:00
55dff06380 Implemented Gradient-Wrapping 2016-12-22 12:03:38 +01:00
da15638817 Added color-corrections for brushes 2016-12-17 14:16:57 +01:00
c13d103566 Updated Ambilight Example to 1.0.1.1 2016-12-11 16:34:00 +01:00
947963a81c Updated Ambilight-Example to use the new gamma-correction 2016-12-11 16:28:28 +01:00
eb3f92d7b0 Fixed stupid bug in the order of applying gamma-correction and brightness/alpha-values 2016-12-11 16:27:54 +01:00
1b4af74b14 Added gamma-value to brushes to allow a simple color correction 2016-12-11 15:41:22 +01:00
17d05d9527 Updated ambilight-example version to 1.0.1 2016-11-12 13:46:53 +01:00
8373863f8c Added MinLightness-Setting to the Ambilight-example 2016-11-12 13:46:22 +01:00
633636efda Fixed wrong offset validation in the Ambilight-example 2016-11-12 13:46:02 +01:00
deb043b6b2 Added key-rectangle to BrushRenderTarget 2016-11-06 17:38:01 +01:00
74824e3363 Added Ambilight-Example-Project 2016-11-06 00:32:40 +01:00
662085a346 Enabled XML-Documentation for help-generation using sandcastle 2016-10-08 20:01:33 +02:00
288a5cf985 Updated version to 1.1.0.2 2016-10-06 20:13:39 +02:00
4a8f6c5928 Correctly implemented equality operators for CorsairColors
This fixes #52
2016-10-06 20:07:02 +02:00
77e4e86777 Updated version to 1.1.0.1 1.1.0.1 2016-09-11 19:42:48 +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
102d8656bc Updated version to 1.1.0 1.1.0 2016-09-11 17:21:02 +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
5c6dba769b Added method to check if an effect can be applied to a specific target 2016-09-11 09:44:05 +02:00
8b87270b69 Refactored auto-update to be SDK-wide 2016-09-11 08:39:18 +02:00
16c297611e Added small test 2016-09-10 18:51:09 +02:00
b392ceb6e4 Added operators for lazy guyz 2016-09-10 18:50:56 +02:00
aeca5aa060 Fixed naming 2016-09-10 18:50:37 +02:00
2b314091eb Code cleanup 2016-09-10 18:30:22 +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