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

12 Commits

Author SHA1 Message Date
Shaun Tonstad
c34435b958 Remove CustomUpdateData heap allocation in OnUpdate hot path. Added CustomUpdateData.Empty property.
Remove CustomUpdateData heap allocation in OnUpdate hot path. Added CustomUpdateData.Empty property.
2024-10-12 13:01:53 -05: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
8431a8cb5e (MAJOR) Optimized surface-updating to reduce the amount of allocations 2023-02-11 22:36:59 +01:00
c6cfe35124 Added heartbeat functionality to device update trigger 2022-11-05 21:06:59 +01:00
9a5fe75b60 Improved custom update data to be easier to use 2021-11-13 19:53:13 +01:00
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
59e11e5b82 Fixed code issues 2021-07-31 16:59:51 +02:00
d4bb0bd9fd Updated core to correctly use nullable reference types; first changes for new device handling 2020-12-31 20:07:51 +01: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