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

467 Commits

Author SHA1 Message Date
Robert
3a6171726c Core - Removed OriginalFileName from icon since it's irrelevant 2023-08-13 10:41:12 +02:00
Robert
e1f0ccbcc1 Submission wizard - Added adaption hint and entry details steps 2023-08-11 14:43:35 +02:00
Robert
d2b8123a30 Core - Reworked profile render override for the editor and new previewer 2023-08-10 11:54:37 +02:00
Diogo Trindade
4936213249 Fix plugin module being case sensitive comparing guids 2023-07-21 17:00:35 +01:00
Diogo Trindade
a846bd592e Core - Do not load abstract plugin features
UI - Replace Equals check with EqualityComparer
2023-05-21 15:33:37 +01:00
Robert
18d69bbf42 Web server - Don't constantly restart during initialize 2023-04-20 16:47:29 +02:00
Robert
8a0a162429 Allow plugins to opt out of hot reloading 2023-04-20 13:47:24 +02:00
Diogo Trindade
0c44e4ba22 Core - Added plugin hot reloading 2023-04-16 17:35:43 +01:00
Robert
81a7b0d089 Merge branch 'development' into feature/update-avalonia 2023-04-10 12:02:37 +02:00
Robert
2fcc6d7862 Plugins - Added constructors to PluginException to provide a help document 2023-04-08 13:13:58 +02:00
Robert
6b65a64ee2 Merge branch 'development' into feature/update-avalonia 2023-04-07 17:13:36 +02:00
Diogo Trindade
5e34a8112b Input - Removed unused keyboard keys
simplified a bunch of enum flag code
changed dictionaries into switches
2023-04-06 22:49:54 +01:00
Diogo Trindade
93dafd420e Windows input - Added black magic 2023-04-02 04:11:52 +01:00
Robert
5b5acf2f76 Fixed remaining compile errors 2023-03-31 20:52:44 +02:00
Robert
4e48e4c126 Merge branch 'development' into feature/gh-actions 2023-03-25 22:44:45 +01:00
Robert
02ab5ad764 Profiles - Retain suspension state toggled by keybinds 2023-03-25 22:44:34 +01:00
Robert
d8390d306c Update built-in plugins by build date not by version 2023-03-25 15:00:28 +01:00
Robert
9e8017e17a Plugins - Made built-in plugins copy code more resilient to different archive structures 2023-03-25 09:45:26 +01:00
Robert
0852769cc9 Removed BuildInfo constant
Indicate which version is currently installed in release list
2023-02-28 22:45:34 +01:00
Robert
0cd65a2ebf Implemented Artemis.Web.Update client 2023-02-12 16:48:16 +01:00
Robert
f2ef657d00 Core - Refactor service registration 2023-02-04 23:25:48 +01:00
RobertBeekman
b7e723b7e9
Core/UI - Move from Ninject to DryIoc (#754) 2023-01-30 21:00:10 +01:00
Robert
166cb888c1 Meta - Update RGB.NET
Meta - Fixed warnings
2023-01-11 22:33:47 +01:00
Diogo Trindade
5877e4dd20 Cleaned up ProfileService render condition 2022-11-27 20:04:04 +00:00
Diogo Trindade
b39dd14526 Core - Fixed when condition stops being true mid-fade 2022-11-27 19:59:09 +00:00
Diogo Trindade
7c2bab0f89 Core - Removed FadingStatus enum 2022-11-27 17:07:55 +00:00
Diogo Trindade
194780b25c Core - Added fading in and out of profiles 2022-11-27 15:20:17 +00:00
Diogo Trindade
d0f665aa10
Core - Moved color sorter and quantizer to static classes
Nodes - Added colorgradient sort node
Nodes - Added GradientBuilder node
2022-11-18 23:54:02 +01:00
Robert
ff633f7e8e RGB Service - Added verbose logging 2022-11-06 10:16:18 +01:00
Felipe Urzúa
a66cc26f29
Node picker - Allow searching with ! and !! for starts-with and exact-match respectively 2022-11-06 10:07:28 +01:00
Robert
d4bd44b504 Sidebar - Fixed removed categories not dissapearing
Sidebar - Fixed exception when creating a category with an already in use name
2022-10-12 21:20:39 +02:00
Robert
7ada77f5e3 Nodes - Added help URL and help button 2022-10-04 23:39:00 +02:00
Robert
b779a86d13 Event conditions - Fix start-node disconnecting
Input - Performance optimizations
2022-09-16 19:46:43 +02:00
Robert
94b91bfc31 Data model nodes - Only allow picking data model entries of types supported by nodes
Data models - Fixed path registration not registering two paths pointing to the same property twice (fixes data model-reliant node scripts that stop updating)
2022-09-08 23:01:55 +02:00
Robert
3994b49f08 Windows - Fix crash when clicking on update notification
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
eca8985fc4 Nodes - Show errors in node editor when a node fails to evaluate 2022-09-01 20:33:55 +02:00
Robert
cd537051ca Nodes - Fixed nodes provided by plugins not saving correctly 2022-08-30 21:44:44 +02:00
Robert
88f01abe0d Data model node - Fixed pins disconnecting after restart
Data model event node - Fixed pins disconnecting after restart
Node editor - Fixed connecting already connected input pins to an output pin causing a crash
Node editor - Added auto-save every 2 minutes while nodes are open (profiles are already auto-saved whenever you make a change, nodes will get the same treatment later)
2022-08-30 17:22:36 +02:00
Diogo Trindade
ddfdbee340 Linux - Fixed a couple small issues 2022-08-28 11:06:57 +02:00
Robert
cf58acc7d2 Easing nodes - Fixed going into a broken state when delay is 0
Numeric easing node - Fixed node not functioning at all
Event cycle node - Fixed node not functioning at all
2022-08-27 12:12:47 +02:00
Robert
928d9711af Core - Moved startup arguments from CoreService to Constants
Web server - Added setting to disable the web server
Web server - Added --disable-webserver startup argument to disable the web server
UI - Fixed Artemis not bringing existing instances to foreground if already running
2022-08-26 20:32:36 +02:00
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
340a309f9a Core - Don't retry loading plugins after shutdown has been initialized
Meta - Update packages
2022-08-20 10:43:44 +02:00
Robert
3f52279305 Profile - Blending mode fixes
Nodes editor - Adhere to cable display settings
Profile - Added focus layer option
2022-08-14 10:18:17 +02:00
Diogo Trindade
c325a29cc0 Core - Fixed default plugin path 2022-08-10 15:50:40 +01:00
Robert
faf5302975 UI - Rename each OS assembly to Artemis 2
UI - Added auto-run
UI - Added auto-update
2022-08-07 14:15:18 +02:00
Robert
73a80ef476 Plugins - Don't load incompatible plugins 2022-08-02 21:17:53 +02:00
Robert
b6e0c0fb66 Sidebar - Added category reordering
Sidebar - Fix disabled profiles not fading
Sidebar - Fix module missing when editing existing profile configs
Profile - Remove old undo/redo code
2022-08-01 20:42:56 +02:00
Robert
1210dc3f63 Setup wizard - Added and auto-show on home open
UI - Slightly darkened W11 effect
2022-07-29 22:01:36 +02:00
Robert
a2ce3b9d9c Devices - Added input identification
UI - Tweaked style and enabled Mica on Windows 11
2022-07-24 23:23:59 +02:00