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

223 Commits

Author SHA1 Message Date
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
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
5a296dd048 Updated releasenotes v1.0.3 2016-06-03 22:47:46 +02:00
efb0f35f25 Updated version to 1.0.3 2016-06-03 22:15:43 +02:00
a3554e6cd7 Updated DevTest to use some of the fancy new techniques 2016-06-03 22:04:12 +02:00
d453cdc9bc Added deltaTime-parameter to UpdatingEventArgs 2016-06-03 22:02:35 +02:00
5d1c8a1433 Added missing comment 2016-06-03 21:29:53 +02:00
d7d34988be Added missing finalization in ImageBrush 2016-06-03 21:27:47 +02:00
ec9eb7aef0 Added missing comment (#45) 2016-06-03 20:56:26 +02:00
c1027df0f7 Added a method to check for SDK availability.
This should address #45
2016-06-03 20:51:20 +02:00
f71342545c Updated gitignore 2016-04-02 11:13:50 +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
1ba02cc613 Updated AudioAnalyzer-Example 2016-03-26 20:39:36 +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