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

223 Commits

Author SHA1 Message Date
589bd12441
Update README.md 2021-08-05 23:27:28 +02:00
850eb66b3b
Merge pull request #70 from hmmwhatsthisdo/enablekeypresscallback_issue69
Add sanity-check to CueSDK.EnableKeypressHandler()
2018-04-22 16:45:09 +02:00
hmmwhatsthisdo
f3f7f498af Add sanity-check to CueSDK.EnableKeypressHandler() to ensure handlers are only enabled once. Resolves #69. 2018-04-22 06:27:10 -07:00
3b4649604f
Updated readme 2018-01-01 20:02:50 +01:00
83c67195fd Updated version number 2017-11-25 09:14:37 +01:00
811a296867 Added method to opt in to the keypress-callback since this prevents reinitializing 2017-11-25 09:12:57 +01:00
897162926a Updated changenotes and version number v1.2.0 2017-11-18 19:42:55 +01:00
8bcf64a9f9
Merge pull request #65 from DarthAffe/SdkUpdate
Sdk update
2017-11-18 18:27:27 +01:00
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
220953bfe7 Fixed an issue that prevents further reinitializing if an exception was thrown earlier 2017-08-13 08:22:18 +02:00
c786710b65 Correctly persisted update-rate in the ambilight example 2017-08-03 18:57:10 +02:00
63ef78f8fc Fixed missing LoadedArchitecture assignment 2017-07-16 12:11:57 +02:00
565e5ca1b2 Updated version number 2017-04-27 20:52:53 +02:00
86c9fb3860 Added an effect-list to the effect-target 2017-04-27 20:50:19 +02:00
33bd76ef0a Added two lists to modify the dative-dll-paths (#58) 2017-04-27 20:43:38 +02:00
5cc1748461 Fixed a bug in the SimpleDevTest and made it a bit more fancy 2017-04-27 20:42:38 +02:00
d17be4a976 Updated Ambilight-example version 2017-04-08 15:19:25 +02:00
0b92068fe6 Fixed DPI-scaling problem in the Ambilight-Example 2017-04-08 15:17:36 +02:00
295a56ca00 Updated CUE.NET package in ambilight example 2017-04-03 17:40:31 +02:00
34394caceb Updated version number v1.1.3 2017-03-18 09:50:51 +01:00
e6719c06a8 Updated SDK to 2.10.91 (this adds lightbar support) 2017-03-17 23:32:30 +01:00
7249da461f Updated version number 2017-02-01 19:47:26 +01:00
8781ce126e Added missing native-reload when calling IsSDKAvailable without initializing 2017-02-01 19:46:54 +01:00
0d5123aca1 Updated changenotes and version number v1.1.2 2017-01-28 14:19:05 +01:00
27562a4787 Added missing null-check while rendering groups 2017-01-28 12:16:46 +01:00
e0790cbc2a Added check for SDK-dll existance 2017-01-15 21:35:47 +01:00
28232a768b Improved performance of the LinearGradient 2017-01-15 14:30:41 +01:00
5e90779398 Fixed wrong region in RainbowGradient 2017-01-15 13:58:02 +01:00
7ef07ed99d Added ConicalGradientBrush 2017-01-15 13:57:44 +01:00
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