Robert
6545c25c2d
Layouts - Added missing Author property
...
Layouts - Removed Lighting element from xsd
2021-04-01 10:46:19 +02:00
eb3b91d8d8
Merge pull request #191 from DarthAffe/UniqueDeviceNames
...
Added Helper to create unique device names for all devices
2021-03-26 23:38:30 +01:00
9907dd21ec
Added Helper to create unique device names for all devices
2021-03-26 21:49:10 +01:00
Robert Beekman
82ca48d933
Merge pull request #187 from DarthAffe/SDK/Razer
...
Razer improvements & missing PIDs
2021-03-26 21:22:10 +01:00
36365e9de8
Merge pull request #190 from DarthAffe/Core/TextureImprovement
...
Added int overload for PixelTexture
2021-03-25 21:51:35 +01:00
bf0f6160e3
Added int overload for PixelTexture
2021-03-25 21:50:32 +01:00
Robert Beekman
e8fc81ca6c
Merge pull request #188 from DarthAffe/SDK/Logitech
...
Logitech - Added G733 PID
2021-03-24 15:02:19 +01:00
Robert
5d83c698d4
Logitech - Added G733 PID
2021-03-20 22:01:53 +01:00
Robert
f03ae301aa
Razer - Added endpoint types to device info
...
Razer - Only add the first device of each endpoint type
Razer - Fixed mouse effect ID
2021-03-17 22:27:42 +01:00
Robert Beekman
ebc62f5e5c
Merge pull request #185 from DarthAffe/SDK/CoolerMaster
...
CoolerMaster - Update SDK & added missing devices
2021-03-11 21:54:58 +01:00
aaddb63c63
Merge pull request #184 from Cheerpipe/G815_PID
...
G815 PID
2021-03-11 20:51:22 +01:00
Robert
595bc702b7
Cooler Master - Color matrix fixes
2021-03-10 22:09:02 +01:00
Cheerpipe
e8d8cf9380
G815 PID
2021-03-09 21:45:17 -03:00
Robert
8ff4c0b243
CoolerMaster - Added missing SDK-supported keyboards
...
CoolerMaster - Added mappings for every SDK-supported keyboard
CoolerMaster - Fixed enabling/disabling the provider at runtime
Core - Added Keyboard.Function LED ID
2021-03-06 22:55:10 +01:00
d14f272ba9
Merge pull request #183 from DarthAffe/Core/Rendering
...
Rewrites/improvements in rendering and device handling
2021-03-06 00:09:28 +01:00
e6290ae480
Fixed leds not updating
2021-03-05 22:59:09 +01:00
438e5c576a
Small refactoring
2021-03-05 21:45:56 +01:00
f14e3c801d
Moved all methods not directly tied to the surface in an extension and refactored led groups
2021-03-05 21:43:12 +01:00
47fd3ff203
Fixed devices not beeing updated
2021-03-05 21:40:51 +01:00
20347cf221
Added overridable CreateUpdateTrigger to AbstractRGBDeviceProvider
2021-03-05 10:23:17 +01:00
28d8335ee0
Merge
2021-03-04 23:56:42 +01:00
2a9a43683c
Streamlined device loading/handling in device providers
2021-03-04 23:33:00 +01:00
Robert Beekman
86a040ccbf
Merge pull request #181 from DarthAffe/SDK/SteelSeries
...
SteelSeries devices & Monitor device type
2021-03-04 19:05:07 +01:00
Robert
f99973c386
SteelSeries - Added QCK Prism PID & zone definition
...
SteelSeries - Added MGP27C & zone definition
Core - Added Monitor device type
2021-03-04 11:54:18 +01:00
f6f3e9185c
Moved color-correction logic deeper down to the device
2021-03-03 23:29:31 +01:00
2222808c23
Changed update-Pprameter away from dictionary
2021-03-03 23:06:22 +01:00
9c8d67740d
Added custom stride parameter to PixelTexture
2021-03-01 22:49:31 +01:00
Robert Beekman
7e4c957f38
Merge pull request #178 from DarthAffe/SDK/Logitech
...
Logitech - Fixed LED mappings to ISO/ANSI compatiblity
2021-02-28 09:55:18 +01:00
Robert Beekman
791001af26
Merge pull request #179 from DarthAffe/SDK/Razer
...
Razer - Moved to HID-based device detection
2021-02-28 09:55:07 +01:00
Robert
587ae8f6e2
Razer - Moved to HID-based device detection
...
Razer - Added all OpenRazer provided PIDs
Razer - Use device-specific SDK endpoints, allowing access to all Razer devices
2021-02-27 12:00:12 +01:00
0780f37852
Added check for empty or one pixel requrests in Texture
2021-02-27 00:26:20 +01:00
Robert
16dc4be065
Logitech - Fixed LED mappings to ISO/ANSI compatiblity
2021-02-26 14:34:56 +01:00
fe2f6e00f1
Fixed some erorrs in color calculations
2021-02-26 01:03:54 +01:00
1975b9bf48
Added XYZ, Lab and LCh color-methods
2021-02-26 00:31:16 +01:00
105fdea2d7
Small optimizations
2021-02-25 00:30:09 +01:00
cc7abb63f0
Simplified textures
2021-02-24 13:05:15 +01:00
8ddf0bc734
Moved LedGroupExtension to Core
2021-02-24 13:05:06 +01:00
6d7b7ad2e2
Merge branch 'Development' into Core/Rendering
2021-02-23 23:01:53 +01:00
b857fb2c81
Changed Data-Spans in texture to be readonly
2021-02-23 23:01:04 +01:00
c9634f3913
Optimized Textures and Sampler
2021-02-23 01:38:53 +01:00
34a2acc6c4
Added missing in-parameters
2021-02-22 21:53:48 +01:00
dade203c94
Changed Brush Render-Method to be virtual; Added list not empty check to Decorator application
2021-02-22 21:09:51 +01:00
520fb38602
Added generic base-class for PixelTexture
2021-02-22 00:46:48 +01:00
b328032df0
Changed everything to use floats instead of doubles
2021-02-22 00:46:18 +01:00
13afc29987
Reworked rendering
2021-02-21 15:49:05 +01:00
0e30c93db4
Merge pull request #174 from DarthAffe/Core/DeviceHandling
...
Added physical-layout to KeyboardDeviceInfo
2021-02-20 23:11:43 +01:00
f00ab7f581
Added abnt and ks keyboard-layouts
2021-02-13 20:09:04 +01:00
190f5df025
Added physical-layout to KeyboardDeviceInfo
2021-02-13 18:28:24 +01:00
Robert
d5c9ec2e26
Debug device provider - Create LEDs when loading layout
2021-02-13 17:22:26 +01:00
4edc665403
Merge pull request #173 from DarthAffe/Core/DeviceHandling
...
Renamed SurfaceRectangle and fixed spelling mistake
2021-02-09 23:18:06 +01:00