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

50 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
SpoinkyNL
6840813529 Updated SDK to 2.18.127
Added headset stand support
Added Glaive support
2017-11-13 21:59:33 +01:00
7ef07ed99d Added ConicalGradientBrush 2017-01-15 13:57:44 +01:00
9a9bf52fe9 Added new brush-effect to move gradients 2016-12-22 12:27:53 +01:00
da15638817 Added color-corrections for brushes 2016-12-17 14:16:57 +01:00
662085a346 Enabled XML-Documentation for help-generation using sandcastle 2016-10-08 20:01:33 +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
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
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
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
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
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
3ade6dc0f3 Added ImageBrush 2016-03-16 21:19:37 +01:00
0b6ba617ac Added basic CUE-Profile loading 2016-02-06 23:49:56 +01:00
cc213e6d73 Changed build-traget to .NET 4.5. This resolves #28 2015-10-28 18:14:28 +01:00
630090ac6f Refactored brushes, gradients, effects and the keyboard to uncouple them 2015-10-18 17:00:27 +02:00
2590c4ad2a Added pokemon exception handling around effect- and brush-updates to prevent issues with wrong implementations. 2015-10-10 12:29:35 +02:00
b977edf1da Added FlashEffect 2015-10-09 21:24:53 +02:00
ddbfe5f74c Added effect engine 2015-10-03 15:10:51 +02:00
78bbc577d3 Added RandomColorBrush 2015-09-30 19:38:55 +02:00
70f8a54a38 Added RadialGradientBrush 2015-09-29 20:06:34 +02:00
f7b8fe130c Refactored brushes and gradients 2015-09-29 19:34:36 +02:00
3c449b272d Added brightness and opacity to brushes
This resolves #10
2015-09-27 17:25:06 +02:00
ed6cd0ca3e Changed everything back to AnyCPU 2015-09-26 11:06:26 +02:00
ba82491a24 Improved solution structure to better fit the nuget stuff 2015-09-26 10:28:06 +02:00
ee565f838c Merge branch 'nuget-targets' of https://github.com/voltagex/CUE.NET into voltagex-nuget-targets 2015-09-26 09:19:50 +02:00
6a926f82b5 Added RainbowBrush 2015-09-24 22:46:25 +02:00
f1daa4a766 Added LinearGradientBrush, improved example 2015-09-23 21:47:43 +02:00
22c23af4fd Added color-blending 2015-09-22 23:12:19 +02:00
0a47642c38 Changed color-control to brushes, improved keygroups 2015-09-22 21:34:36 +02:00
02aaf24c41 Refactored to fit the project coding style 2015-09-22 20:27:04 +02:00
Adam Baxter
a86dfa10b0 Make NuGet package automatically copy native dependencies 2015-09-23 00:10:08 +10:00
ced6c299b0 Added some extensions for KeyGroups 2015-09-20 17:08:10 +02:00
3e238adcc4 Added rectangle KeyGroup 2015-09-19 20:22:40 +02:00
0167828a19 Introduced "KeyGroups" 2015-09-19 17:54:38 +02:00
fc66ac0ceb Reorganized project into a (hopefully) better structure 2015-09-19 16:24:14 +02:00
7efdb9ca7d Improved key-access on keyboard, implemented single "batch update" method 2015-09-19 14:06:20 +02:00
575804c8bf Separated keyboard, mouse and headset 2015-09-19 11:24:44 +02:00
75412594a5 Added example project to reflect the current development state. 2015-09-19 09:47:13 +02:00
ebdbe69e7c Renamed CUESDK to fit general native class-naming, added missing x86 dll-imports 2015-09-18 23:41:16 +02:00
f07595b50c Initial commit (simple but working version) 2015-09-18 21:05:08 +02:00