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

78 Commits

Author SHA1 Message Date
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
aytac.kayadelen
2e5977b55f omit "string" from descriptions 2022-08-25 10:17:54 +03:00
aytac.kayadelen
37f544a9c1 simplify node output names 2022-08-24 13:12:00 +03:00
aytac.kayadelen
a92c0adaf4 update output namings 2022-08-24 12:02:26 +03:00
aytac.kayadelen
e54e791062 added string lLength and IsNullOrEmpty nodes 2022-08-24 11:15:29 +03: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
c45e879eef Nodes - Added string contains node
Nodes - Added string regex match node
2022-08-23 21:31:02 +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
7a48bf788e Nodes - Added static boolean node 2022-08-21 12:03:46 +02:00
Robert
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +02:00
Robert
7a7d0ab387 Linux input provider - Style fixes
Nodes - Added display value node
Nodes - Updated help link
2022-08-20 21:48:46 +02:00
Robert
e401fdf964 Editor - Autofit surface on open
Data model picker - Expand on double click
2022-08-13 17:09:53 +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
Robert
b4242a2dfc Nodes - Tweak pin collection visuals
Nodes - Added counter node that counts from 0.0 to 1.0
Nodes - Added color ramp node
Gradient picker - Remove tilt from preview
2022-08-09 20:46:09 +02:00
Robert
dc17253518 Visual scripting - Added pin disconnect with MMB
Visual scripting - Added min and max node
2022-08-01 22:26:11 +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
a735568c8f Yeah I can't remember looks like I fixed a bunch of warnings 2022-07-02 14:01:27 +02:00
Robert
850346ccd2 Node editor - Added menu
Node scripts - Fixed IDs not being set for regular nodes
Enums node - Hardened VM logic against weird connections
2022-05-22 22:38:57 +02:00
Robert
52f2338154 Event condition - Added toggle off mode
Profile editor - Added element copy/pasting
Shared UI - Fix namespaces
2022-04-17 20:23:18 +02:00
Robert
5b183d3010 Nodes - Rewrote storage 2022-04-10 11:59:32 +02:00
Robert
3dfc25b092 Core - Refactored display conditions
Profile editor - Added UIs for each condition type
2022-04-09 00:11:22 +02:00
Robert
66ea718316 Profile editor - Integrated visual scripting 2022-04-03 22:21:56 +02:00
Robert
7c83d5345f Nodes - Reorganized code 2022-03-30 20:10:43 +02:00
Robert
69b881b044 Nodes - Added static color node 2022-03-28 23:33:36 +02:00
Robert
28534cb57a Nodes - Added maths node
Nodes - Added visual representation of easing types to easings node
2022-03-27 15:29:58 +02:00
Robert
d7f3ee1190 Meta - Replace WPF projects with Avalonia projects 2022-03-27 11:55:26 +02:00
Robert
1e36297c61 Fix build 2021-11-17 23:10:11 +01:00
Robert
8f990f8f36 Nodes - Vein attempt at script changed events 2021-10-05 17:10:58 +02:00