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

246 Commits

Author SHA1 Message Date
02235a3f7f Fixed some code-issues 2023-04-11 00:15:27 +02:00
aaabbc6a8d (MAJOR): Removed support for .NET 5; Updated nugets; Removed the not even working distribution of the Asus-SDK from the project; Fixed a warning in the OpenRGBServerDefinition 2023-04-11 00:06:17 +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
37e4954583 Added exception-handling to all UpdateQueues 2023-03-05 16:34:01 +01:00
8431a8cb5e (MAJOR) Optimized surface-updating to reduce the amount of allocations 2023-02-11 22:36:59 +01:00
d6aed5c5a2 Fixed some code issues (dispose finalizers) 2023-02-10 19:23:48 +01:00
180b0e4538 Updated corsair SDK to iCUE SDK v4.0.48 2023-02-10 19:23:34 +01:00
d60d4833ca Reduced some allocations mostly due to boxing 2023-02-05 07:36:50 +01:00
89f4de41c7 Added ReadMe to NuGet 2023-01-06 17:26:18 +01:00
46fdd29735 Added readmes to projects 2023-01-06 15:51:31 +01:00
a2646ae43c Fixed potential endless-loop in id generation 2022-11-14 19:20:13 +01:00
3f1eb5ca59 Added .net 7 targets 2022-11-13 15:33:52 +01:00
2c71196fce Fixed heartbeat timer check 2022-11-05 21:11:01 +01:00
c6cfe35124 Added heartbeat functionality to device update trigger 2022-11-05 21:06:59 +01:00
7b591445b6 Added intrinsics to improve sampler-performance 2022-09-02 14:42:58 +02:00
5b25b10068 Fixed tick-resolution issues on linux 2022-07-17 11:53:08 +02:00
10ec33c938 Added some optimizations and tests for Colors 2022-07-17 11:52:29 +02:00
d555406722 Removed high resolution timer counter 2022-05-07 16:00:23 +02:00
02d6f4e53e Fixed typo 2022-05-07 15:55:54 +02:00
39b511b8c5 Added missing class-doc 2022-05-07 00:20:12 +02:00
f02d4564fa Changed update-triggers to allow the usage of high resolution timers to improve accuracy (enabled by default) 2022-05-07 00:18:52 +02:00
ea44c0d203 Fixed custom device creation for corsair 2022-03-31 21:31:13 +02:00
877129ab86
Merge pull request #255 from DarthAffe/Core/Fixed
Core/fixes
2022-01-16 15:12:56 +01:00
87a6bc2c3f Fixed alpha-component beeing ignored for the first ledgroup rendered 2022-01-16 14:21:04 +01:00
60a3c20732 Fixed small texture not beeing rendered at big rectangles 2022-01-16 14:20:32 +01:00
8ae65145fe Bumped copyright to 2022 2022-01-05 15:13:11 +01:00
b0dfbb2c74 Fixed project files to correctly show icon and license 2021-12-27 21:25:32 +01:00
7f7b4957f6 Fixed wrong debugtype in core 2021-11-24 21:20:46 +01:00
eccf27f359 Fixed some code issues 2021-11-13 23:24:57 +01:00
bee329ff4f Added .NET 5 as second build target since it still compiles fine 2021-11-13 23:22:06 +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
07fde6e31b Updated to .NET 6 2021-11-13 00:54:30 +01:00
5fc2e34f28
Merge pull request #235 from DarthAffe/SmallImprovements
Small improvements
2021-09-06 01:18:43 +02:00
cdae699c8d Improved docs 2021-09-06 01:18:16 +02:00
924b121f64 Fixed locks in RGBSurface 2021-09-06 01:15:46 +02:00
ef12e402ea Changed IReadOnlyCollections to IReadOnlyLists 2021-09-06 01:12:36 +02:00
ef3998055d Prevented unnecessary allocations 2021-09-06 01:06:49 +02:00
fab2c158af
Merge pull request #234 from DarthAffe/SmallImprovements
Small improvements
2021-09-06 00:59:03 +02:00
6974203e34 Prevented unnecessary allocations 2021-09-06 00:55:42 +02:00
Robert
1fa466809e Fix race condition in TimerUpdateTrigger stop 2021-08-23 18:48:19 +02:00
b934e97ab2 Added additional LedIds for bigger setups 2021-08-03 20:54:14 +02:00
e279ea583e Replaced deprecated features and updated nuget packages 2021-08-01 17:22:51 +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
4466acfbf7 Fixed compiler messages 2021-06-01 22:19:42 +02:00
fb6a94f8b2 Improved DeviceName-generation to be more consistent after provider disposes.
This addresses #198
2021-05-15 23:14:07 +02:00
Robert Beekman
17db44d007
Merge pull request #192 from DarthAffe/SDK/ASUS
ASUS updates & tweaks
2021-05-13 19:45:18 +02:00