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

112 Commits

Author SHA1 Message Date
47770c00b8 Used new collection-initialization 2025-02-08 12:07:48 +01:00
4c3875e561 Fixed a doc comment 2024-07-21 23:45:23 +02:00
c39849949a (MAJOR) Removed all in paramters as their performance impact is too hard to predict 2024-07-21 23:10:56 +02:00
d85f1559b3 Applied some C#12 stuff 2023-12-22 20:56:56 +01:00
8aaf602cdd Added GameController as Core device type; Updated Corsair SDK to 4.0.84 2023-12-22 20:16:14 +01:00
fdc69fdac5 Implemented recommended dispose pattern for DeviceProviders 2023-06-15 23:03:24 +02:00
7e72d3199b Added DevicesChanged-event to device providers 2023-05-08 21:28:55 +02:00
4ee55c6725 Small fixes 2023-04-13 01:24:53 +02: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
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
d6aed5c5a2 Fixed some code issues (dispose finalizers) 2023-02-10 19:23:48 +01:00
c6cfe35124 Added heartbeat functionality to device update trigger 2022-11-05 21:06:59 +01:00
ea44c0d203 Fixed custom device creation for corsair 2022-03-31 21:31:13 +02:00
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
ef12e402ea Changed IReadOnlyCollections to IReadOnlyLists 2021-09-06 01:12:36 +02:00
4dbeaf802a Fixed code issues 2021-08-01 16:53:21 +02:00
59e11e5b82 Fixed code issues 2021-07-31 16:59:51 +02:00
7b0e9152fd Fixed code issues 2021-06-01 23:53:56 +02:00
fb6a94f8b2 Improved DeviceName-generation to be more consistent after provider disposes.
This addresses #198
2021-05-15 23:14:07 +02:00
a2a7758978
Merge pull request #206 from DarthAffe/SDK/PicoPi
Sdk/pico pi
2021-04-27 17:54:03 +02:00
b300ac8451 Improved Exception-handling in device providers 2021-04-26 22:09:54 +02:00
68c5990ccd Imporoved exception-handling in device providers 2021-04-26 21:56:30 +02:00
41edda99f0 Added public UpdateTriggers list to DeviceProviders 2021-04-24 20:38:30 +02:00
1d57f4e988 Fixed naming of deviceInfo parameter in AbsvtractRGBDevice 2021-04-24 20:37:51 +02: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
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
20347cf221 Added overridable CreateUpdateTrigger to AbstractRGBDeviceProvider 2021-03-05 10:23:17 +01:00
2a9a43683c Streamlined device loading/handling in device providers 2021-03-04 23:33:00 +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
6d7b7ad2e2 Merge branch 'Development' into Core/Rendering 2021-02-23 23:01:53 +01:00
34a2acc6c4 Added missing in-parameters 2021-02-22 21:53:48 +01:00
13afc29987 Reworked rendering 2021-02-21 15:49:05 +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
07a6d8952c Renamed SurfaceRectangle and fixed spelling mistake 2021-02-09 23:17:11 +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
6a4ebb3d2a Refactoring 2021-02-06 17:07:41 +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
6619539176 Reworked Layouts to be more versatile 2021-01-31 14:35:06 +01:00
4a170e6af7 Extracted layout-logic to own project 2021-01-02 17:17:17 +01:00
226d29156d Removed layouts from devices 2021-01-02 17:01:44 +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
5bc945c4f7 Removed static RGBSurface and DeviceSpecialParts 2020-12-29 15:34:35 +01:00
04f07d76a2 Removed SyncBack 2020-12-25 19:45:08 +01:00