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
Robert
7e39a64fdf
Nodes editor - Fixed cables not connecting with dynamic pins in some cases
2022-08-28 21:55:51 +02:00
Diogo Trindade
ddfdbee340
Linux - Fixed a couple small issues
2022-08-28 11:06:57 +02:00
Robert
c5a1777cf6
Nodes - Fixed memory leak
2022-08-27 21:53:01 +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
RobertBeekman
b754efbf50
Merge pull request #720 from Artemis-RGB/feature/Nodes
...
Feature/nodes
2022-08-25 22:21:10 +02:00
Robert
4ed6d10f38
Nodes - Added IList support
...
Nodes - Added simple List operator node
2022-08-25 20:34:00 +02:00
3f9de63b06
Aded operators to create numerics
2022-08-25 19:44:42 +02:00
Robert
da0d3abbdd
Nodes - Disconnect pins that changed their type but stayed an enum
2022-08-25 19:27:58 +02:00
Robert
30be7a9915
Nodes - Fixed some connections not saving on dynamic incoming pins
...
Nodes - Fixed undo/redo when deleting a node with dynamic incoming pins
Nodes - Disabled layer property node for now until I have time to finish it
2022-08-23 23:28:42 +02:00
Robert
d2e0607622
Nodes - Fixed string format node not outputting numerics
...
Data model event node - Renamed to Data Model-Event Value Cycle
Data model event node - Added new data model event node that outputs the latest event data
Event conditions - Performance improvements
2022-08-23 20:35:25 +02:00
Robert
3efb97eedd
Color picker - Avoid overlapping colors
2022-08-22 20:24:08 +02:00
Robert
f6090dc296
Code style - Use file scoped namespaces
...
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
9d2136dd6a
Plugins - Added API versioning
...
Tray icon - Fix crash when restoring main window from tray
2022-08-21 10:00:00 +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
34799fd440
Packages - Updated Avalonia and friends
2022-08-18 21:06:23 +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
Robert
b0c7dd4290
Layers - Fixed blend mode not being applied
2022-08-13 11:32:58 +02:00
Robert
19d47ec9f5
Profiles - Fixed resetting state and reset profiles after editing them
2022-08-13 11:18:24 +02:00
Robert
041ed8e0a0
Visual Scripting - Fixed storage issues where connections would be lost
...
Visual Scripting - Added node duplication
2022-08-13 11:17:47 +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
e9566ca689
Storage - Added migration to clear the DB
...
Profile - Don't store empty visual scripts
Profile tree - Improved drag & drop
2022-08-04 23:01:27 +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
5873df250d
Core - Added missing property changed calls in ProfileConfiguration
...
Sidebar - Added suspended status indicators
2022-07-31 21:24:02 +02:00
Robert
5c4175ed9c
Editor - Fixed suspending layers
...
Editor - Disable suspending layers with spacebar
Nodes - Fixed changed event source node not using numerics
Nodes - Simplify checking wether a pin is numeric
2022-07-31 17:17:37 +02:00
Robert
eec2419005
Profiles - Fix brush properties being carried over from previous brush
2022-07-30 21:55:28 +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
eccad3042a
Plugins tab - Added missing button
...
Profile editor - Color tweaks
Layer adaption hints - Color tweaks
Layer adaption hints - Save on close
Layer properties - Fix loading of keyframes
2022-07-25 22:39:29 +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
Robert
29ef160975
Profile tree - Fixed dragging while renaming
...
Profile tree - Fixed dragging folders onto themselves
Profile tree - Suspend keybinds while renaming
Brushes - Added brush presets UI
Numberbox - Removed double validation error
2022-07-23 21:21:57 +02:00
Diogo Trindade
a23af68a12
Updated RGB.NET
2022-07-22 23:38:40 +01:00
Robert
289a411545
Plugins - Don't dispose Plugin when disabling after it has been injected into a feature
2022-07-22 23:25:35 +02:00
Robert
75d85985a9
Plugins - Added platform support
...
Settings - Fixed updating issues in plugin tab
UI - Don't initialize in design mode
UI - Move ReactiveCoreWindow to Artemis.Shared
Window service - Return window created by ShowWindow
Window service - Added CreateOpenFileDialog API
2022-07-22 20:28:07 +02:00
Robert
e385165200
Core - Made FloatRange and IntRange readonly structs
...
ColorGradient - Fixed missing subscribtions when using object list manipulation API
ColorGradient - Fixed editor VM going out of sync
2022-07-17 23:22:45 +02:00
Robert
bd26f447c6
Editor - Don't call ApplyUpdateValue if nothing changed
...
Draggable number box - Fix values resetting to 1
2022-07-17 12:10:58 +02:00
Robert
e3907e6a76
Merge branch 'development' into feature/avalonia
2022-07-15 22:01:21 +02:00
Robert
3b4194cb9d
Plugins - Ported prerequisites UI
...
Scripting - Ported scripting UI
2022-07-10 23:25:34 +02:00
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
65837e671a
Device dialog - Added LEDs tab
...
General - Resolved lots of compile warnings (XML comments)
2022-06-19 14:19:03 +02:00
Robert
b875e3d366
Plugins - Added importing
2022-06-18 22:32:03 +02:00
Robert
e1a66f8a7e
Layer properties - Tweaked step sizes for draggable float
...
UI - Tweak selection rectangle design
2022-06-15 21:57:10 +02:00
Robert
c0e2d8e579
Draggable numberbox - Added and use in editor
2022-06-12 16:57:39 +02:00
Robert
ecbc3e4f35
Profile editor - Fixed keyframe positions of groups not updating
2022-06-09 21:45:21 +02:00
Robert
13d2ee0c3b
Meta - Upgraded packages
2022-06-09 20:10:39 +02:00
Robert
0d3890e560
Icons - Dropped SVG support and fixed filling
2022-06-06 20:54:39 +02:00
Robert
dd40bdd544
Profiles - Added module activation requirements
...
Editor - Refactored tools and selected keyframes management
Timeline - Added keyframe duplicating, copying and pasting
Windows UI - Added logging of fatal exceptions
2022-06-05 18:57:42 +02:00
Robert
d563d17270
Profile settigns - Added activation condition visual scripting
2022-05-28 19:24:37 +02:00