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

29 Commits

Author SHA1 Message Date
aae509b275 More code issues fixed 2025-02-08 12:13:14 +01:00
c39849949a (MAJOR) Removed all in paramters as their performance impact is too hard to predict 2024-07-21 23:10:56 +02:00
6f0711564c Removed unnecessary in GetByteValueFromPercentage 2024-06-22 19:49:38 +02:00
aeab93001f More code styling fixes 2023-12-27 15:48:20 +01: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
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
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
438e5c576a Small refactoring 2021-03-05 21:45:56 +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
34a2acc6c4 Added missing in-parameters 2021-02-22 21:53:48 +01:00
b328032df0 Changed everything to use floats instead of doubles 2021-02-22 00:46:18 +01:00
13afc29987 Reworked rendering 2021-02-21 15:49:05 +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
fd2e9a0049 Added color-extension to calculate the distance between two colors 2020-09-05 23:47:05 +02:00
ac8ec602dd Added missing operators and documentation 2019-11-20 20:44:12 +01:00
fab502e0e4 Added device-rotation 2019-11-20 17:05:55 +01:00
65abc89605 Changed rectangle to be immutable 2019-11-18 19:36:46 +01:00
c1e2af6fbb Refactored color 2019-02-24 17:53:04 +01:00
e70c1c6bb0 Removed equals-check in percentage->byte conversion 2019-02-24 11:50:49 +01:00
5a0d5ff104 Changed internal MathHelper-method to public 2018-12-25 18:55:19 +01:00
1af93658f9 Fixed calculation error in wrap-extension 2018-01-23 20:05:35 +01:00
50cfd296be Changed color to be an immutable value-type 2017-12-04 10:13:58 +01:00
254bbc206e Added even more basic stuff 2017-01-22 09:47:19 +01:00
87e4016381 Added some basic stuff 2017-01-21 18:11:24 +01:00