1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

1875 Commits

Author SHA1 Message Date
Tony Langhammer
16c6447bf9
Fix LayerEffect order double variable assignment
This fixes the accidental double assignment of the LayerEffect order messing up more complex profiles.
Closes #669
2022-06-28 22:21:27 +02:00
Robert
1c2fe904b7 Merge branch 'development' 2022-05-12 23:07:01 +02:00
Robert
4ee4857b10 Core - Added timesToRepeat and seamless arguments to GetColor
Core - Optimized GetColorsArray
2022-05-12 23:01:45 +02:00
Robert
11b88a3917 Merge branch 'development' 2022-05-07 17:10:31 +02:00
Robert
517185f4b1 General - Updated RGB.NET
Core - Artemis should now always stick to the configured framerate (even 144)
Plugins - Added many layouts from our Discord users, thanks everyone!
Plugins - Fixed Logitech losing control after PC sleep
2022-05-07 17:09:44 +02:00
Elias*
72689f28d3
Add LED Location to DeviceLedsView (#688) 2022-02-21 20:54:05 +01:00
Robert
935c139ab4 Merge branch 'development' 2022-02-05 12:11:27 +01:00
Robert
5b9d3e783a Debugger - Add FPS and other metrics to performance tab as well
Debugger - Add RGB.NET delta to rendering tab
2022-02-05 12:11:14 +01:00
Diogo Trindade
1e92d19c2f Documentation - Removed dead links from wiki 2022-01-07 23:16:30 +00:00
Robert
c7d91f85ab Merge branch 'development' 2022-01-07 12:03:52 +01:00
Robert
3c827d1a0a Core - Updated RGB.NET
Plugins - Allow device providers to override the device layout name
2022-01-07 12:03:40 +01:00
niko
8b1ce4e0ec
added step easing (#678)
* added snap easing
* moved step function to the bottom of the list

Co-authored-by: Robert <mail@rbeekman.nl>
2022-01-03 12:42:51 +01:00
Robert
ddcb2cfcdb Merge branch 'master' into development 2022-01-02 15:50:04 +01:00
Robert
f33ee33de5 Merge branch 'development' 2022-01-02 15:49:58 +01:00
Robert
ddbb768a69 Meta - Fix pipeline 2022-01-02 15:49:06 +01:00
RobertBeekman
347d5801da
Merge pull request #679 from Artemis-RGB/development
Move to RGB.NET NuGet packages
2022-01-02 14:59:08 +01:00
Robert
95b79dc8f2 Pipeline - Fix PR builds 2022-01-02 12:50:09 +01:00
Robert
accadba11f Updated readme 2022-01-02 12:12:11 +01:00
RobertBeekman
29e1cb648a Remove RGB.NET build from pipeline 2022-01-02 11:31:58 +01:00
Robert
a04ceb142e Meta - Use RGB.NET NuGet packages 2021-12-31 00:02:33 +01:00
Robert
cec2696fb9 Merge branch 'development' 2021-09-30 16:52:08 +02:00
Diogo Trindade
c45f1d9130 Core - Fixed module name using plugin name incorrectly 2021-09-28 19:00:08 +01:00
Robert
daac4e44ee Plugins - Remove related device settings when clearing plugin settings 2021-09-22 21:42:42 +02:00
Robert
26d8322b15 UI - Fixed a possible startup freeze on Windows 11 2021-09-19 18:40:46 +02:00
Robert
7207f2223d Merge branch 'development' 2021-09-18 20:41:08 +02:00
Robert
ef4e5b4c3b UI - Moved color scheme code away from tray VM
UI - Cleaned up settings page code
Core - Changed default framerate to 30
2021-09-18 20:40:57 +02:00
Robert
da123e2fe2 Profile configuration - Register hotkeys on key down #657 2021-09-18 13:45:07 +02:00
Robert
b4eb5e1797 Merge branch 'master' into development 2021-09-18 13:38:24 +02:00
Robert
6a0d7f4d7c Meta - Fix GitHub sponsorship button
[ci ignore]
2021-09-12 10:08:15 +02:00
Robert Beekman
a68f06d4b7 Revert "Added Artemis.Plugins.Games to build"
This reverts commit 1e62213a6f9d9932120748ba3dfe4135b0e83813.
2021-09-12 10:03:29 +02:00
Robert Beekman
1e62213a6f Added Artemis.Plugins.Games to build 2021-09-12 09:56:39 +02:00
Robert Beekman
246465f330
Merge pull request #656 from gitmacer/25%Warning
Remove 25% light bleeding warning
2021-09-11 22:48:16 +02:00
Unknown
fd9eb66c00 Remove 25% light bleeding warning
no longer valid
2021-09-11 22:44:52 +02:00
Robert
fa0f8b5a1a Merge branch 'development' 2021-09-11 21:13:53 +02:00
Robert
23b14c6365 Editor - Fixed layer visualization with new render scaling
UI - Changed default render scale to 25% (won't affect existing installations)
2021-09-11 21:13:43 +02:00
Robert
55cfa65bb5 Core - Reworking color sampling to always use the same rect as used in rendering 2021-09-10 22:59:14 +02:00
Robert Beekman
9475f7cc0c
Merge pull request #654 from Artemis-RGB/feature/AsReadOnly-replace
Core - replaced AsReadOnly calls in get only properties
2021-09-09 15:16:10 +02:00
Diogo Trindade
a501a44264 Fixed LedMap not being updated 2021-09-04 19:56:45 +01:00
Robert
13a16a1830 UI - Performance improvements 2021-09-04 20:52:03 +02:00
Diogo Trindade
0b370f261c Replaced AsReadOnly property getters with regular properties
Should reduce allocations
2021-09-04 19:41:59 +01:00
Robert
5fa549be61 Merge branch 'development' 2021-09-03 22:17:44 +02:00
Robert
7ad7eaad89 Scripting - Fixed broken scripts being applied to profiles in an invalid state
UI - Updated about tab link
2021-08-30 16:05:11 +02:00
Robert
fcdfbe61bb Core - Properly stop rendering on shutdown requested 2021-08-25 15:33:34 +02:00
Robert
f1a4203345 Profiles - Don't run ModuleActivated on UI thread closes #617
Profiles - Show busy indicator on slow activating profiles
2021-08-25 14:33:30 +02:00
Robert
35f27b14df Core - Added --no-plugins launch parameter, this closes #574
UI - Slightly reduced input provider CPU usage
2021-08-25 13:51:20 +02:00
Robert
c71a7728c4 UI - Tweak home plugins card 2021-08-23 22:05:32 +02:00
Robert
ca453f2052 Core - Kill zombies after 2 seconds 🔫
Core - Fix an access violation on surface changes (when loading device providers/moving devices)
2021-08-23 20:41:07 +02:00
Robert
c08e4a49a3 Plugins - Better disable features on dispose 2021-08-21 23:58:41 +02:00
Robert
6a929cdcc0 Home - Added plugins section
Settings - Add link to plugins wiki page
2021-08-20 12:53:24 +02:00
Robert
ab04e9a348 Merge branch 'development' 2021-08-20 00:20:12 +02:00