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

20 Commits

Author SHA1 Message Date
5633f82b3b Changed locks to use the new Lock-type for .net9 2025-02-08 12:08:12 +01:00
f21acbd767 Fixed potential performance issue with for-loops when Spans are passed by reference 2024-06-22 19:48:52 +02:00
d85f1559b3 Applied some C#12 stuff 2023-12-22 20:56:56 +01:00
764fcd1b1d (MAJOR) Improved update performance of devices 2023-04-12 22:25:24 +02:00
5b514ff962 Moved reference check for UpdateQueue disposal to the caller to prevent issues with Dispose-overrides 2023-04-08 14:42:56 +02:00
d054d16c10 Added reference counting to update queues to prevent premature disposes when used in multiple devices 2023-04-08 00:53:15 +02:00
4a9bbb64dc Added missing doc comment 2023-03-05 18:06:08 +01: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
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
7b0e9152fd Fixed code issues 2021-06-01 23:53:56 +02:00
47fd3ff203 Fixed devices not beeing updated 2021-03-05 21:40:51 +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
a0a1521658 Fixed warnings 2021-02-02 23:37:56 +01:00
d4bb0bd9fd Updated core to correctly use nullable reference types; first changes for new device handling 2020-12-31 20:07:51 +01:00
dd5fb6db89 Changed UpdateQueue.Dispose to be virtual 2020-07-13 23:42:07 +02:00
c47afc4704 Updated corsair SDK
This adds support for custom devices (lightning node and commander). And introduced 'fan' as device type.
fixes #23
2018-07-08 20:04:01 +02:00
b471c0e192 Added missing code documentation 2018-04-08 11:58:10 +02:00
33c8e69f93 Changed the surface to work with update-triggers instead of fixed update-modes. Adapted device-update-triggers to match the general concept 2018-04-07 10:46:23 +02:00