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

40 Commits

Author SHA1 Message Date
f8a530e313 Fixed mapping for StellSeries Apex 3 2024-12-01 21:02:35 +01:00
f21acbd767 Fixed potential performance issue with for-loops when Spans are passed by reference 2024-06-22 19:48:52 +02:00
9004c50d78 Disabled resharper warning about missspelling of MSI 2024-01-17 23:39:06 +01:00
Myp3a
1fe8cab0a4 Added MSI GE78HX LED mapping 2024-01-16 17:42:02 +03:00
d85f1559b3 Applied some C#12 stuff 2023-12-22 20:56:56 +01:00
2020992249 Sealed a lot of classes that are not meant to be inherited 2023-04-19 21:19:05 +02:00
764fcd1b1d (MAJOR) Improved update performance of devices 2023-04-12 22:25:24 +02:00
30ccfdcd85 (MAJOR) Added success-indication to device updates and forced flushes after nonsuccessful ones.
Added exception handling the last missing queues.
2023-03-05 18:04:50 +01:00
37e4954583 Added exception-handling to all UpdateQueues 2023-03-05 16:34:01 +01:00
dccd44cef8 Added support for ten-zone-devices to steelseries provider 2022-12-14 23:56:15 +01:00
b12d0dc631 Changed SteelSeries devices to use the core heartbeat functionality 2022-11-05 21:11:41 +01:00
62c6ad0717
Merge branch 'Development' into DeviceSupport 2022-07-17 13:37:13 +02:00
5b25b10068 Fixed tick-resolution issues on linux 2022-07-17 11:53:08 +02:00
abbab09289 Added MSI Notebook through steelseries SDK 2022-07-17 11:47:11 +02:00
d190d356ac Added custom zone for steelseries non-us-backslash 2022-02-22 20:58:44 +01:00
71981a5cf3 Merge 2 2021-11-13 18:00:48 +01:00
f69560224d Merge 2021-11-13 17:57:09 +01:00
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
Diogo Trindade
7b52e9e3ee Added more device definitions 2021-10-13 17:25:39 +01:00
7c0a216ccd Fixed code issues 2021-08-01 16:40:13 +02:00
59e11e5b82 Fixed code issues 2021-07-31 16:59:51 +02:00
7f3abaefec Added Led-Mapping base class and centralized HID-device-detection 2021-04-02 00:32:22 +02:00
9907dd21ec Added Helper to create unique device names for all devices 2021-03-26 21:49:10 +01:00
2a9a43683c Streamlined device loading/handling in device providers 2021-03-04 23:33:00 +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
d44223ee6a Added base class for location/size-handling and refactored devices and leds to make use of it 2021-02-09 23:11:01 +01:00
a0a1521658 Fixed warnings 2021-02-02 23:37:56 +01:00
57dc9afb32 Updated device providers to make everything compile again 2021-02-01 23:13:15 +01:00
04f07d76a2 Removed SyncBack 2020-12-25 19:45:08 +01:00
f4d2e59831 Replaced refresh-update with heartbeat 2020-07-11 21:14:40 +02:00
b0dc472fa7 Applied device-interfaces 2020-04-18 15:29:11 +02:00
83edbc6eac Fully implemented disposing on devices 2020-03-03 14:50:31 +01:00
50532637ab Added new steelseries device-zones; prevent update-spam in steelseries updatetrigger 2019-11-24 16:30:38 +01:00
0f6ec5b56d
Merge pull request #83 from DarthAffe/Core/ResolveAbsolutePathEvent
Added event to intercept the creation of absolute paths
2019-08-22 20:01:41 +02:00
fe8adbd849 Added event to intercept the creation of absolute paths 2019-08-18 17:58:03 +02:00
5f203859ca Changed SteelSeriesDeviceUpdateTrigger to inherit DeviceUpdateTrigger 2019-06-22 12:21:48 +02:00
b19ff742b6 Added refresh logic to prevent the SDK from timing out 2019-06-22 12:14:48 +02:00
def02f19c2 Adapted SteelSeries-queue to color-rework 2019-03-31 13:39:56 +02:00
65a291500b Added SteelSeries-Support 2019-02-23 11:15:49 +01:00