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

1990 Commits

Author SHA1 Message Date
Robert
3ed3cd1b1e UI - Fix double registration of default UI types 2021-08-20 00:14:11 +02:00
Robert
c6a73f01f0 Node editor - Tweak grid size and apply grid size to script
Type coloring - Fix object's white color
2021-08-19 23:58:32 +02:00
Robert
05d8222991 Nodes - Ensure models using scripts always have a script 2021-08-19 16:13:37 +02:00
Robert
b8077ca589 Nodes - Added type color registration system
Nodes - Generate (stable) type colors for undefined types
2021-08-19 11:40:50 +02:00
Robert
5675d1895b Conditions - Removed old systems
Data bindings - Removed old systems
Data bindings - Implemented node system
2021-08-18 23:47:14 +02:00
Robert
32d4ec2812 Nodes - Added pin value visualization
Nodes - Update values in UI in realtime
Integer node - Fixed loading by removing some trial & error code
2021-08-18 00:03:07 +02:00
Robert Beekman
1555a65427
Merge pull request #649 from Artemis-RGB/color-swatch
ColorQuantizer - Added FindAllColorVariations method
2021-08-13 22:38:27 +02:00
Robert
dfdc28760e Surface editor - Contain devices to the max texture size
Surface editor - Show a bounding box indicating the max texture size
2021-08-13 22:38:03 +02:00
Robert
aace06b6cc Core - Added better way to flush LEDs
UI - Fixed a freeze when opening the device properties window of a device
Core - Updated RGB.NET sampler call for API changes
2021-08-13 22:04:26 +02:00
Robert
7d3f5da3c9 Nodes - Aded popout editor 2021-08-11 00:10:45 +02:00
Robert
afc4bee7ac Nodes - Implemented saving/loading
Nodes - Added data model node
2021-08-10 16:52:24 +02:00
Diogo Trindade
c08aea8863 ColorQuantizer - Added FindAllColorVariations method 2021-08-07 22:40:00 +01:00
Robert
61d7f1e1fb Nodes - Properly implemented custom VMs 2021-08-07 22:48:54 +02:00
Robert
7eadc58bee Nodes - Added node type registration system
Nodes - Moved models and node logic into core
Nodes - Added node service that leverages DI
2021-08-07 21:05:15 +02:00
Robert
dd592efef2 Dynamic data models - Don't throw on dynamic child type mismatch 2021-08-06 22:23:17 +02:00
Robert
0e07dbd631 Merge branch 'development' 2021-07-24 20:42:45 +02:00
Robert
9179010e12 Plugins - Added retry system when auto-enabling features 2021-07-24 20:42:33 +02:00
Robert
66b1620441 Plugins UI - Improved error reporting on exceptions during enable 2021-07-22 23:35:08 +02:00
Robert
4e8d0bf70b Plugins - Remove old code for renaming plugins from early versions 2021-07-18 20:11:58 +02:00
51541b4e6e Visual Scripting: Fixed cables not beeing shown after changing the script 2021-07-16 16:21:10 +02:00
1e67c1c567 Visual Scripting: Improved cable creation 2021-07-16 16:17:15 +02:00
d27ce2bdf9 Added missing methods from earlier commit 2021-07-15 19:49:02 +02:00
e3a0323383 Added methods to remove pins at runtime 2021-07-15 17:38:35 +02:00
Robert
4d7bc1dcf4 Merge remote-tracking branch 'origin/development' into development 2021-07-15 09:12:44 +02:00
Robert
83212bfa07 Meta - Updated nuget packages 2021-07-15 09:12:40 +02:00
a45dd094a0 Added first visual-scripting draft [WIP] 2021-07-15 00:20:08 +02:00
Robert Beekman
9af8ff1f76
Merge pull request #641 from Artemis-RGB/path-combine
Core - Replaced hardcoded backslashes with Path.Combine
2021-07-12 22:26:05 +02:00
Diogo Trindade
0adcfa65c0 Core - replaced hardcoded backslashes with Path.Combine 2021-07-11 21:27:30 +01:00
Robert
d10ffcf62a UI - Fix #640 2021-07-11 19:45:34 +02:00
Robert
719d95bd33 Merge branch 'development' 2021-07-11 19:32:56 +02:00
Robert
5b6fc9eec7 Profiles - Added system that displays when a layer is causing errors 2021-07-11 19:32:27 +02:00
Robert
3b7e226885 Profile editor - Fixed an exception caused by leftover debug code 2021-07-09 14:07:20 +02:00
Robert
54f278c72f Merge branch 'development' 2021-07-08 19:03:06 +02:00
Robert
4fe0ea38cb Modules - Added ListItemName prop to the DataModelProperty attribute
Conditions - Display the full path of a condition (can be disabled in the editor options menu)
Hotkeys - Fixed hotkeys not working after restarting Artemis
Profile editor - Fixed display conditions not showing last selected layer on editor open
2021-07-08 19:02:06 +02:00
Robert
4034f438ed UI - Fix possible exception when showing dialogs
Profile editor - Limit undo/redo to 20 actions for now
Plugins - Fix custom icons not displaying in settings windows
2021-07-06 23:45:34 +02:00
Robert
0b29f6c92c Merge branch 'development' 2021-07-04 11:51:53 +02:00
Robert Beekman
631d8de2c3
Scripting - Enabled scripting (#638)
* Scripting - Simplified view model structure
* Scripting - Removed Layer and LayerProperty scripts
2021-07-04 11:45:32 +02:00
Robert
600b20e5be Merge branch 'development' 2021-07-03 15:31:02 +02:00
Robert
ee16d69fb3 Profile editor - Increase device image rescale quality
Profile editor - Fix double timeline speed when switching between play modes
2021-07-03 15:30:49 +02:00
Robert
51a5724adf Profile editor - Added F5 hotkey to toggle normal profile playback
Profile editor - Disable toolbar and tools during normal profile playback
Layer conditions - Properly apply Skip To End stop-mode on profile start
2021-07-02 23:18:50 +02:00
Robert
472bcccdb6 Profile editor - Add indicator for timeline editor- and normal-mode 2021-07-01 23:05:44 +02:00
Robert
8728599dcc Profiles - Save folder open/closed state
Profiles editor - Save last selected element and reselect it
Profile editor - Save pan/zoom position
Profile editor - Added option to resume normal playback on focus loss
2021-07-01 21:12:09 +02:00
Robert
ab754942d5 Profile editor - Added adapt menu option
Profile editor - Implement menu title casing
Device properties - Display LED ID even if missing from enum
2021-06-30 17:07:44 +02:00
Robert
1e3121a4df UI - Fix error message on Windows shutdown on some systems 2021-06-28 22:04:42 +02:00
Robert
4a3b4c21dc Merge branch 'development' 2021-06-25 23:01:22 +02:00
Robert
169f8c514e Scripting - Disable button until it's finished 2021-06-25 23:01:14 +02:00
Robert
a625982485 Merge branch 'scripting' into development 2021-06-25 22:59:48 +02:00
Robert
9dc3a3de8a Profiles - Fixed module getting lost on duplicate/import 2021-06-25 22:58:45 +02:00
Robert
fbaa8c7af7 Debugger - Reworked FPS calculation code
Scripting - Save profile on scripting window close
2021-06-24 19:41:51 +02:00
Robert
dd9f95ec15 Merge branch 'master' into development 2021-06-24 00:01:16 +02:00