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

21 Commits

Author SHA1 Message Date
Robert
eca8985fc4 Nodes - Show errors in node editor when a node fails to evaluate 2022-09-01 20:33:55 +02:00
Robert
7e39a64fdf Nodes editor - Fixed cables not connecting with dynamic pins in some cases 2022-08-28 21:55:51 +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
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
f6090dc296 Code style - Use file scoped namespaces
Code style - Ran code cleanup
2022-08-21 11:36:15 +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
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
372991a69b UI - Fixed a lot of binding errors
UI - Added most missing DisposeWith calls
2022-04-02 01:10:06 +02:00
Robert
7c83d5345f Nodes - Reorganized code 2022-03-30 20:10:43 +02:00
Robert
06ab2c5bb6 Node editor - Added undo/redo to event and datamodel nodes 2022-03-25 20:21:45 +01: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
8413b8d6db Nodes - Added event value cycle node 2021-09-20 22:55:10 +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
ed33d8a148 Nodes - When usting custom VMs, create a VM for each presenter 2021-08-22 00:20:28 +02:00
7422a9667d VisualScripting: Fixed Preview; Added auto-fit mode 2021-08-21 21:48:09 +02:00
Robert
836e979991 Nodes - Provide scripts with a context
Nodes - Inform nodes about the script they're being initialized for
Nodes - Added float nodes matching the existing other number types
Core - Add API for retrieving data binding values via the interface
2021-08-21 12:15:01 +02:00
Robert
afc4bee7ac Nodes - Implemented saving/loading
Nodes - Added data model node
2021-08-10 16:52:24 +02: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