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

33 Commits

Author SHA1 Message Date
f21acbd767 Fixed potential performance issue with for-loops when Spans are passed by reference 2024-06-22 19:48:52 +02:00
6ba7e44e3c Added mising dispose in E131UpdateQueue 2024-01-17 23:39:39 +01:00
aeab93001f More code styling fixes 2023-12-27 15:48:20 +01: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
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
ca8bc67f03 Small refactoring 2022-11-05 21:11:17 +01:00
15c056f11b Addded heartbeats to dmx devices 2022-11-05 21:07:11 +01:00
30624035f1 Changed all namespaces to file-scope 2021-11-13 17:35:08 +01:00
d487bee35c Fixed code warning 2021-09-06 00:55:48 +02:00
4dbeaf802a Fixed code issues 2021-08-01 16:53:21 +02:00
7c0a216ccd Fixed code issues 2021-08-01 16:40:13 +02:00
7b0e9152fd Fixed code issues 2021-06-01 23:53:56 +02:00
Robert
0ac1858627 DMX - Fix default random CID creation 2021-04-16 17:41:28 +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
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
04f07d76a2 Removed SyncBack 2020-12-25 19:45:08 +01: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
d0c3d4a9dc Added DeviceName 2018-07-10 20:59:52 +02:00
7c5306232f Revert "Added Id to devices"
This reverts commit a86d5f7e84b8ba586f819d5b672b7176ae1416f4.
2018-07-10 20:33:50 +02:00
a86d5f7e84 Added Id to devices 2018-07-10 20:06:38 +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
66d03cdf4f Changed all existing device-providers to use update-queues to decouple the physical update from the internal update-loop (first draft, code-documention is missing) 2018-03-25 15:53:13 +02:00
f323f6206d Added a device-provider for DMX devices (currently only E1.31 [sACN] is implemented) 2018-02-18 17:15:55 +01:00