1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

279 Commits

Author SHA1 Message Date
fe8adbd849 Added event to intercept the creation of absolute paths 2019-08-18 17:58:03 +02:00
ac11f0654c Added aura-sdk-libaray 2019-06-16 17:49:46 +02:00
cf20bd1a0a
Merge pull request #76 from DarthAffe/SDK/Asus
Updated asus-provider to use the v3-SDK
2019-06-16 17:30:39 +02:00
ca1c0b364c
Merge pull request #77 from DarthAffe/Fix/GetDevicesFilter
Improved device-filter in GetDevices; Fixed Unknown-DeviceType
2019-06-16 17:30:07 +02:00
80753715cc Improved device-filter in GetDevices; Fixed Unknown-DeviceType 2019-06-16 17:21:07 +02:00
0927a23d7b
Merge pull request #75 from DarthAffe/SDK/SteelSeries
Fixed wrong color-conversion for SteelSeries devices
2019-06-16 17:02:11 +02:00
8bb2090146 Fixed wrong color-conversion for SteelSeries devices 2019-06-16 17:01:11 +02:00
95d70bf9aa Removed layouts from asus-device-project 2019-06-16 12:37:41 +02:00
ca1c193b6d Included sdk-lib in nuget-package 2019-06-16 12:37:22 +02:00
8e20faa65d Added new Asus-implementation based on the v3-SDK 2019-06-16 12:25:12 +02:00
b7099aa7e2 Moved current Asus-Implementation (v2-SDK) to a legacy-project 2019-06-16 12:19:45 +02:00
5f138f7638
Merge pull request #73 from Sander0542/patch-1
Check RGBDeviceType.All in RGBSurface.GetDevices
2019-06-02 11:37:40 +02:00
Sander Jochems
11d3667021
Check RGBDeviceType.All in RGBSurface.GetDevices
Add a check for the RGBDeviceType.All in the RGBSurface.GetDevices function
2019-06-01 16:56:46 +02:00
18871b9a27
Merge pull request #72 from DarthAffe/Development
Development
2019-05-26 11:37:34 +02:00
4ee6d3c70a
Merge pull request #68 from DarthAffe/SDK/Asus
Added workaround to prevent hard crashes due to wrong pointers return…
2019-05-12 17:21:39 +02:00
8d60c81707
Merge pull request #69 from DarthAffe/SDK/Logitech
Added logitech G410
2019-05-12 17:21:22 +02:00
5b4e5a92ea
Merge pull request #70 from DarthAffe/SDK/SteelSeries
Fixed SteelSeries M750 layout path
2019-05-12 17:21:08 +02:00
8b32c578e8 Added workaround to prevent hard crashes due to wrong pointers returned by the aura-sdk.
This addresses #29 but needs to be revisited if the SDK is ever fixed.
2019-05-12 17:19:05 +02:00
3fcde0ae0b Fixed StellSeries M750 layout path 2019-05-12 12:57:30 +02:00
9edea5fe30 Added logitech G410 2019-05-12 12:56:22 +02:00
8eccfe4467
Merge pull request #66 from DarthAffe/SDK/SteelSeries
Added Stellseries Rival 600, Rival 310 and Apex M750
2019-05-11 18:16:16 +02:00
df4178daa5
Merge pull request #67 from DarthAffe/SDK/Logitech
Added logitech G203
2019-05-11 18:16:06 +02:00
00a9dc2813 Added logitech G203 2019-05-11 18:14:24 +02:00
b82184212c Added Stellseries Rival 600, Rival 310 and Apex M750 2019-05-11 18:10:20 +02:00
db7d0b095a
Merge pull request #61 from DarthAffe/SDK/Logitech
Added G300s to logitech provider
2019-04-14 11:13:02 +02:00
96ddcac3e2 Added G300s to logitech provider 2019-04-14 11:11:48 +02:00
74d52df866
Merge pull request #58 from DarthAffe/Development
Merge develop to master
2019-03-31 14:02:59 +02:00
dd045cccf4
Merge pull request #57 from DarthAffe/SDK/Logitech
Added G703 to logitech provider
2019-03-31 13:48:00 +02:00
da75879051 Added G703 to logitech provider
This resolves #53
2019-03-31 13:47:06 +02:00
5dd5eea525
Merge pull request #52 from DarthAffe/SDK/SteelSeries
Added SteelSeries-Support
2019-03-31 13:41:47 +02:00
def02f19c2 Adapted SteelSeries-queue to color-rework 2019-03-31 13:39:56 +02:00
751ca0afa9 Merge 2019-03-31 12:24:17 +02:00
0392571b14
Merge pull request #56 from DarthAffe/Core/Colors
Reworked the whole color-logic to resolve #50 and to resolve #51
2019-03-31 12:20:35 +02:00
dabfbdf0a4 Small code-issue fixes 2019-03-31 12:16:07 +02:00
5d374db9ef Moved comparison, blending and conversion from color to a behavior-class to make it exchangeable 2019-02-25 21:25:09 +01:00
fa396127ea Removed byte-component from color 2019-02-25 20:57:01 +01:00
558eb3eb5a Added missing doc-comments 2019-02-24 18:00:12 +01:00
0895627ccf Fixed color-operators 2019-02-24 17:56:49 +01:00
c1e2af6fbb Refactored color 2019-02-24 17:53:04 +01:00
e70c1c6bb0 Removed equals-check in percentage->byte conversion 2019-02-24 11:50:49 +01:00
2cb4bbdc83 Added tests for colors 2019-02-24 11:50:30 +01:00
5830adb11a
Merge pull request #49 from DarthAffe/Fix/CorsairCooler
Fixed detection for corsair-cooler
2019-02-23 11:19:33 +01:00
65a291500b Added SteelSeries-Support 2019-02-23 11:15:49 +01:00
14822c95e4 Fixed detection for corsair-cooler
Fixes #47
2019-02-15 17:10:11 +01:00
4f18f3c12c
Merge pull request #41 from DarthAffe/Development
Updated CM-SDK and fixed logitech speakers
2019-01-13 15:00:36 +01:00
afbc25e1b2
Merge pull request #40 from DarthAffe/SDK/Logitech
Fixed wrong zone count for logitech speakers
2019-01-13 14:53:04 +01:00
7e1c89bf3c
Merge pull request #39 from DarthAffe/SDK/CoolerMaster
Updated CoolerMaster-SDK
2019-01-13 14:52:54 +01:00
b5c0f4933a Updated CoolerMaster SDK to v23 2019-01-12 15:38:57 +01:00
6a9f62a9cd Fixed wrong zone-amount for logitech G560 2019-01-08 22:13:28 +01:00
f3975387cb
Fixed wrong link in ReadMe 2019-01-05 13:00:53 +01:00