1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

344 Commits

Author SHA1 Message Date
17beace550 Fixed wrong hsv to rgb calculation 2017-12-24 12:23:48 +01:00
cf1ebb1a1c Added image and layout for logitech G403 2017-12-21 17:20:02 +01:00
741523d6ef Fixed some small mistakes left from the LedId-conversion 2017-12-18 22:06:19 +01:00
d7c12e5e4c Consolidated nuget packages 2017-12-17 16:49:10 +01:00
5b5b0fb9fe Removed UI-project 2017-12-17 16:44:13 +01:00
98226a251d Fixed logitech mappings 2017-12-16 21:19:31 +01:00
c82114758a Added author to layouts 2017-12-14 10:46:29 +01:00
d478fefb8b Fixed some namespaces 2017-12-13 20:19:45 +01:00
c5a1825f50 Refactored LedIds
Everything is now based on the same ids for all devices
2017-12-13 17:19:56 +01:00
200e471e4d Added generic led-id list 2017-12-12 13:35:08 +01:00
9ec84b9e37 Added Razer-SDK support 2017-12-11 09:49:35 +01:00
84133738b4 Small fixes 2017-12-11 09:45:09 +01:00
877c654702 Added property to the surface to get the last update-time 2017-12-11 09:44:57 +01:00
a5195cc716 Fixed version numbers in nuspec files 2017-12-09 09:32:07 +01:00
487f397d90 Fixed meta package 2017-12-09 09:19:16 +01:00
2c833e413b Moved Metapackages to subfolder to prevent it from packing stupid files 2017-12-07 21:40:35 +01:00
055e8580aa Updated readme 2017-12-07 19:30:17 +01:00
73e2ab2d38 Added nuget-metapackages 2017-12-07 19:26:18 +01:00
46f4ebad38 Removed image-folder from nuspec of projects without images to prevent errors while packing 2017-12-07 19:16:25 +01:00
6f14f6f800 Added methods to get specific types of devices from the surface 2017-12-07 12:24:34 +01:00
11ca959328 Added a device filter to LoadDevices and device Initialize 2017-12-07 12:24:14 +01:00
b700c84b8d Added device update modes and implemented syncback for corsair and asus 2017-12-06 15:41:23 +01:00
5e59948d83 Added corsair headset stand 2017-12-06 11:18:36 +01:00
1865b4d83e Changed Point and Size to be an immutable value-types 2017-12-05 14:25:38 +01:00
302ff7743f Added PauseValue to FlashDecorator 2017-12-05 12:38:55 +01:00
50cfd296be Changed color to be an immutable value-type 2017-12-04 10:13:58 +01:00
b9e443b3b6 Fixed some code issues 2017-11-26 09:45:24 +01:00
67fcc8e52e Added generic DeviceInfo to Devices 2017-11-26 09:37:14 +01:00
86bc26233b Updated corsair-SDK to 2.18.127 2017-11-26 08:53:43 +01:00
83a3ea4e01 Added a workaround for the AccessViolation-problem in the aura-sdk 2017-11-26 08:34:36 +01:00
338936d42f Changed all device-providers to load as much devices as possible without throwing exceptions 2017-11-19 21:20:23 +01:00
800a9c2e72 Added hid-id for logitech G502 2017-11-15 21:25:37 +01:00
e165c7af16 Fixed some stuff with logitech devices 2017-11-15 21:01:28 +01:00
c3edd506cb Changed logitech devices to better fit the sdk-design. This allows to easily plug in new devices as soon as the hid-id is known 2017-11-14 22:41:30 +01:00
4f48c63ae2 Renamed asus SDK-integration from aura to asus for naming consistency 2017-11-11 22:01:22 +01:00
22617845b0 Prepared Msi SDK-integration 2017-11-11 21:49:51 +01:00
61c4a06241 Fixed wrong package-references to prevent errors on first built in a clean bin-folder 2017-11-11 09:19:05 +01:00
c250bf57e5 Updated CoolerMaster-SDK to v15 2017-11-09 21:36:38 +01:00
ed823ed458
Update README.md 2017-11-08 20:27:02 +01:00
f4c66fda7d
Update README.md 2017-11-08 12:22:11 +01:00
c127002148 Added method to automatically align all loaded devices 2017-11-07 20:24:22 +01:00
851d93f40a Updated AURA-SDK-dlls to 02.04 2017-10-29 10:26:29 +01:00
2a7186012c Remove Dram from aura-provider 2017-10-29 10:07:20 +01:00
4911758728 Fixed corsair-specialpart-initalization 2017-10-29 10:05:19 +01:00
503d6d3bf5 Improved aura-support 2017-10-21 21:37:09 +02:00
54c3e92a72 Added initial implementation of the Asus Aura SDK 2017-10-07 15:08:12 +02:00
011460fa87 Fixed some cp errors in paths and comments 2017-10-07 15:04:22 +02:00
dce1142bac Fixed a huge memory leak
This was caused by a huge design-fail and needs some serious rethinking/rework
2017-09-25 21:19:29 +02:00
b4c10aa0f4 Added a method to remove all decorators from a decoratable 2017-09-25 21:10:10 +02:00
252f47de5f Changed DeviceType-enum to flags 2017-09-25 21:09:52 +02:00