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

1976 Commits

Author SHA1 Message Date
Robert
7954012e31 Settings - Added most of the plugins tab 2021-11-09 22:16:57 +01:00
Diogo Trindade
56f5b91f11 Core - Replaced plugin folder mentions with a constant
Added linux support for opening a folder

Should also fix some case sensitive inconsistencies
2021-11-08 21:52:10 +00:00
Robert
41171a5ade UI - Refactorings, project builds and runs again :P 2021-11-08 18:18:23 +01:00
Robert Beekman
c178fc6cf8 UI - Implemented plugin feature VMs 2021-11-08 17:13:06 +01:00
Robert
8a7f8cff96 Added dialog VMs 2021-11-07 12:27:10 +01:00
Robert Beekman
93cfc0e001 UI - Some VM restructure and added plugin VMs (WIP) 2021-11-06 23:08:36 +01:00
Robert
8ebd098186 Add missing debugger folder
Moved device VMs
2021-11-06 21:54:44 +01:00
Robert
87117cc110 Device properties - Implemented first tab 2021-11-06 16:47:12 +01:00
Robert
4c836fb505 Added notifications and dialogs 2021-11-03 21:07:03 +01:00
Robert
f98e398bc5 UI - Implemented most of the surface editor 2021-10-31 22:51:33 +01:00
Robert
ca1e3ce365 Update packages 2021-10-27 23:28:55 +02:00
Robert
ff55168f23 UI - Added device visualizer and rudementary panzoom 2021-10-24 15:40:31 +02:00
Robert
6bbe6b6bbe UI - Settings General tab 2021-10-19 21:32:21 +02:00
Robert
491a0bdbc3 UI - Settings screen and About tab 2021-10-16 20:05:02 +02:00
Robert
ef52455db1 UI - Added home screen 2021-10-12 23:51:25 +02:00
Robert
d062ceaf05 UI - Implemented routing 2021-10-11 22:56:42 +02:00
Robert
5d8a541624 UI - Further sidebar improvements and fixed titlebar 2021-10-10 22:37:37 +02:00
Robert
1784d2b8b5 UI - Added Avalonia projects 2021-10-09 23:51:42 +02:00
Robert
8f990f8f36 Nodes - Vein attempt at script changed events 2021-10-05 17:10:58 +02:00
Robert
245c418b9b Fix numeric serialization 2021-09-30 23:45:26 +02:00
Robert
50b4c71142 Node system - Added numeric struct and utilized it in nodes 2021-09-30 23:28:01 +02:00
Robert
4f5d76de88 Merge branch 'development' into VisualScripting 2021-09-30 16:56:19 +02:00
Robert
cec2696fb9 Merge branch 'development' 2021-09-30 16:52:08 +02:00
Robert
eb9dd3b509 Data model node - Properly recover when data model path validates 2021-09-29 22:54:36 +02:00
Robert
0058322936 Nodes - Lock nodes while resetting
Nodes - Added more boolean operators
Nodes - Fix number comparisons
2021-09-29 21:43:12 +02:00
Diogo Trindade
c45f1d9130 Core - Fixed module name using plugin name incorrectly 2021-09-28 19:00:08 +01:00
Robert
43b7b8345c Nodes - Update NoStringEvaluating
Data model node - Take pin creation off of the UI thread
2021-09-26 11:39:40 +02:00
Robert
c21acf87a7 Nodes - Added XML docs for remaining types
Nodes - Fully implemented nullable reference types
2021-09-25 21:35:54 +02:00
Robert
c1dab91c16 Nodes - Changed storage to be based on generics
Nodes - Added XML docs to most types
2021-09-24 23:05:16 +02:00
Robert
daac4e44ee Plugins - Remove related device settings when clearing plugin settings 2021-09-22 21:42:42 +02:00
Robert
8413b8d6db Nodes - Added event value cycle node 2021-09-20 22:55:10 +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
02f4609eae Sidebar - Show message when profile is broken
Events - Keep the old event type around for if you change your mind
2021-09-18 13:38:09 +02:00
Robert
d6372dffad Nodes - Added enum equality node
Conditions - Implemented event trigger conditions
2021-09-16 21:11:23 +02:00
Robert
00125d1478 Event condition - Simplify to only one event per layer 2021-09-15 22:35:34 +02:00
Robert
d657e7844e Profiles - Split conditions into different types
Profile configurations - Added broken state (not yet shown in UI)
2021-09-14 22:17:31 +02:00
Robert
8ac1431a2f Core - Split up layer conditions into static- and event-conditions 2021-09-12 22:08:34 +02:00
Robert
2a6c004aa6 Merge branch 'development' into VisualScripting 2021-09-12 13:00:58 +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