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

208 Commits

Author SHA1 Message Date
0412058e6a Update logitech integration to make use of the new zone-system in the latest logitech SDK 2018-07-15 17:06:59 +02:00
c056aa7444 Added speaker as device type 2018-07-15 17:06:03 +02:00
9c918302ad Cleaned project files
This should fix #24
2018-07-14 15:53:29 +02: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
38f62e0a37 Fixed wrong id of the fan device type 2018-07-09 21:50:44 +02:00
fb48d9d771 Fixed error in solution file 2018-07-08 20:17:52 +02: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
4b2aba8447 Added SoIP device-provider (WIP) 2018-06-10 22:01:03 +02:00
263dddcee3 Changed ToHex-Conversion to use upper case characters 2018-06-10 21:57:10 +02:00
328074bfa2 Added more methods to work with HEX-colors 2018-06-10 17:21:35 +02:00
96184d1220 Fixed a problem with syncbacked leds kept in the synced state forever 2018-06-06 20:47:05 +02:00
9e44b8f9e5 Removed useless generic from device-loading 2018-06-03 10:15:25 +02:00
0b41bb1b02 Removed generic constraint from IDeviceProviderLoader 2018-06-03 10:03:27 +02:00
ce745f0b6e Fixed wrong assignment in DeviceUpdateTrigger 2018-06-03 10:02:52 +02:00
2ce7b44669 Added hids for logitech G19 and G600 2018-04-18 21:58:50 +02:00
0e6de967a0 Fixed wrong max-mainboard-check 2018-04-18 21:57:40 +02:00
62020a2d09 Replaced own hidsharp-package with the latest official which supports .net standard 2018-04-11 18:17:18 +02:00
b471c0e192 Added missing code documentation 2018-04-08 11:58:10 +02:00
bbbae7d75f Replaced 3rd party references with with own, .net standard compatible builds 2018-04-07 16:40:47 +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
72414d2110 Added method to load devices from the deviceprovider-loader 2018-04-07 10:41:58 +02:00
2bbfe6c6f7 Fixed not working razer headset and chroma-link devices by using type-effects not device-effects 2018-04-02 16:11:58 +02:00
8d4b6d3bce Readded missing resharper-config for Core 2018-04-02 15:59:14 +02:00
b59410fd2a Removed nuget-folder from solution 2018-04-02 10:21:57 +02:00
dbb485bc43 Removed nuget-metapackages (moved to own repository) 2018-04-02 10:17:41 +02:00
ced01bf09d Fixed dependency version in device-packages 2018-04-01 23:05:33 +02:00
13323a9f0c Added meta-packages 2018-04-01 23:02:50 +02:00
284c551be6 Changed projects to built against .net standard (and .net 4.5).
This resolves #14.
Resources like SDK-libs, Images and Layouts are removed (and put into an own repository) in that process.
2018-04-01 21:54:14 +02:00
9be34c1bab Added logitech Pro and G Pro 2018-03-29 20:55:07 +02:00
c8a02b5f90 Added cm mouse support, removed update-overloads 2018-03-25 17:51:47 +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
3965bfb9a0 Fixed wrong update-loop 2018-03-25 15:49:18 +02:00
87211dab69 Changed the update-loop to be able to use the high-resolution-timer 2018-03-17 10:50:32 +01:00
9cfd17e1bc Enabled forced flushes for razer devices 2018-03-08 20:21:55 +01:00
5725c54557 Merge branch 'master' of https://github.com/DarthAffe/RGB.NET 2018-03-08 19:42:43 +01:00
7d105a0734 Added an option for devices to force flushing on every update 2018-03-08 19:42:33 +01:00
54f7ec97d1 Added a helper method to convert colors to their HEX-representation 2018-03-03 10:23:50 +01:00
af1fa49be2
Added example video link 2018-03-01 20:20:07 +01:00
f323f6206d Added a device-provider for DMX devices (currently only E1.31 [sACN] is implemented) 2018-02-18 17:15:55 +01:00
009858b5e7 Changed update-mode 'Continuous' to be the default 2018-02-15 20:50:51 +01:00
7b5895d2a4 Added a workaround for some weird issue with the x86 razer-sdk 2018-02-08 20:04:26 +01:00
3aa1fd2051 Added basic support for logitech G810 and G903 2018-02-06 21:30:52 +01:00
ac9fd7a6d8 Added missing corsair id-mappings 2018-02-05 21:36:25 +01:00
9563198419 Added change-detection to gradients 2018-02-03 21:02:36 +01:00
04735cc37d Added INotifyPropertyChanged to IDecoratable-Interface 2018-02-03 20:46:30 +01:00
575461ec5e Added caching to the linear gradient for a small performance gain 2018-01-30 20:47:21 +01:00
98331d0241 Changed everything related to brushes/gradients to be correctly bindable 2018-01-30 20:47:14 +01:00
84b0c5402d Fixed file-naming 2018-01-30 18:01:51 +01:00