Robert
1bd4efbbc5
Meta - Fixed a bunch of build warnings
2023-10-18 23:13:57 +02:00
Robert
919199a8d0
Nodes - Avoid overriding paths pointing to unloaded plugins with empty values
...
Nodes - Store the type of paths so that node connections can be restored even if the path their types are based on are unavailable
2023-09-25 20:21:00 +02:00
Robert
1b0796c68b
Nodes - Fixed boolean branch node not picking a type if both pins are connected
2023-09-25 19:34:31 +02:00
Robert
fcde1d4ecc
UI - Tweaked monospace font sizing
2023-09-05 21:39:43 +02:00
Robert
bf3d5fc75d
UI - Replaced Consolas with Roboto Mono
...
Workshop library - Added most of submission management
2023-09-03 16:51:22 +02:00
Diogo Trindade
27d69bc1bc
Fixed enum swich node not respecting DisplayAttribute
2023-07-16 17:30:27 +01:00
Robert
f43ebd2153
UI - Fix URLs
2023-06-22 23:16:49 +02:00
Robert
52a769be96
Added Matomo campaign to URLs so we know whether they're used
2023-06-18 12:35:46 +02:00
Robert
c24e57e556
NumberBox - Fixed values getting coerced between 0 and 100
...
Data model event cycle node - Listen to the event directly, avoiding race conditions
2023-05-26 00:16:26 +02:00
Robert
fa710777d7
UI - Use Timer instead of DispatcherTimer where feasible
2023-05-20 23:11:51 +02:00
Diogo Trindade
5429346396
UI - Replaced tuples with custom classes for binding
...
As far as i know, it's not possible to have CompiledBindings with tuples, since tuple values are fields and not properties. This change allows for compiled bindings, and makes the intent behind the tuples clearer
2023-04-30 21:40:36 +01:00
Diogo Trindade
59f9479d9a
WIP - Changed Bindings into CompiledBindings
2023-04-30 21:39:21 +01:00
Robert
c50a572363
UI - Update Avalonia to preview7
...
UI - Update FluentAvalonia to preview7
2023-04-26 21:38:15 +02:00
Robert
88558efcb1
Fix auto connecting nodes
2023-04-07 16:18:07 +02:00
Robert
0116bac346
Fix node picker not opening at cursor
2023-04-03 22:17:39 +02:00
Robert
4518691907
Fixed lots of runtime errors
2023-03-31 21:17:14 +02:00
Robert
5b5acf2f76
Fixed remaining compile errors
2023-03-31 20:52:44 +02:00
RobertBeekman
8dea510eb6
To Numeric Node - Support converting booleans to numeric
2023-02-13 15:52:23 +01:00
Robert
7a5c018a3f
HSV Node - Fix name
2023-02-12 21:31:25 +01:00
Diogo Trindade
0200839a26
Nodes - Added more HSV and HSL nodes
2023-02-10 11:06:52 +00:00
Robert
ea4ada7a8c
Nodes - Renamed easing nodes to transition nodes
2023-02-02 21:14:14 +01:00
Aytaç Kayadelen
6240e42e74
Added interpolation nodes ( #755 )
...
Nodes - Added interpolation nodes
Nodes - Renamed Numeric Interpolation node to Numeric Translation
2023-02-01 21:51:09 +01:00
Diogo Trindade
b493e43c6e
UI - Added debugger log tab ( #753 )
2023-02-01 19:46:37 +01:00
Robert
425485b059
Nodes - Added hotkey press node
2023-01-31 00:14:51 +01:00
Robert
704bdce68b
Nodes - Added hotkey toggle and hotkey enable/disable nodes
2023-01-31 00:01:05 +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
Robert
b607690286
Sorted Gradient - Fix code style
2022-11-25 22:54:26 +01: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
0a3e822d03
Nodes - Added numeric subtract node
2022-11-06 10:27:19 +01:00
Robert
cbf2cd1736
Nodes - Added color gradient easing node
...
Color ramp node - Fixed 1 and multiples of 1 being treated as 0
2022-10-30 18:13:47 +01:00
Robert
147e050e69
Nodes - Added Pressed Key Position node
2022-10-21 10:37:02 +02:00
Robert
2c32abaee5
Nodes - Show simple/advanced in list node name
2022-10-04 23:39:00 +02:00
Robert
a59183c3fa
Nodes - Removed constructor base calls where unnecessary
2022-10-04 23:39:00 +02:00
Robert
9c117d2773
Nodes - Added gradient nodes
...
Nodes - Added color gradient pin type
Data bindings - Changed color gradient data bindings to now take a color gradient
2022-09-23 21:41:08 +02:00
Robert
b779a86d13
Event conditions - Fix start-node disconnecting
...
Input - Performance optimizations
2022-09-16 19:46:43 +02:00
Robert
b19854ee47
Nodes - Added object output pins and a new list predicate node
2022-09-16 19:46:43 +02:00
Robert
65a2aa70e2
Profile editor - Copy child elements when copying folders
...
UI - Save window position/size
Numberic node - Correctly show 0 instead of an empty input when reloading after a save
2022-09-09 20:39:55 +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
eca8985fc4
Nodes - Show errors in node editor when a node fails to evaluate
2022-09-01 20:33:55 +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
0120f37c93
Nodes - Added Enum Switch node
...
Nodes editor - Rewrite the way pin VMs are constructed
2022-08-29 09:08:43 +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
6638eae126
Node picker - Put data model nodes at the top, then static, then alphabetical
2022-08-26 22:58:31 +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
87b87a9145
Merge pull request #718 from Aytackydln/master
...
Added String Length and IsNullOrWhiteSpace Nodes
2022-08-26 20:18:24 +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
36f996eb1a
Added some nodes
2022-08-25 19:44:46 +02:00
aytac.kayadelen
ce1cf948ce
remove 'Text Empty' node output name
2022-08-25 14:08:22 +03:00