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

887 Commits

Author SHA1 Message Date
Felipe Urzúa
a66cc26f29
Node picker - Allow searching with ! and !! for starts-with and exact-match respectively 2022-11-06 10:07:28 +01:00
Robert
6ac3d00116 Layers - Fixed node scripts not loading on duplicated/pasted scripts 2022-10-31 22:47:31 +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
4a6721c97e Webserver - Upgraded EmbedIO to remove illegal byte-order-mark (BOM) 2022-10-12 22:37:07 +02:00
Robert
d4bd44b504 Sidebar - Fixed removed categories not dissapearing
Sidebar - Fixed exception when creating a category with an already in use name
2022-10-12 21:20:39 +02:00
Robert
7ada77f5e3 Nodes - Added help URL and help button 2022-10-04 23:39:00 +02:00
RobertBeekman
b83f1f0102
Profiles - Fixed LEDs of devices that are missing being removed from layers (#733) 2022-10-01 11:40:09 +02:00
Diogo Trindade
3f1eaeda29 Core - Embed PluginApiVersion into the assembly metadata 2022-09-30 23:42:15 +02:00
Diogo Trindade
3758275b71 Core - Changed version format 2022-09-30 23:42:15 +02:00
Robert
45f9a80d77 Meta - Added _PackageFiles explaination 2022-09-30 20:45:40 +02:00
Diogo Trindade
4272d62001 Core - Moved PluginApi version to the csproj 2022-09-30 20:45:40 +02:00
Diogo Trindade
f0a4a9a267 Meta - Cleaned up csprojs 2022-09-30 20:45:40 +02:00
Diogo Trindade
96a8a72ae7 Meta - Removed packages.lock.json 2022-09-30 20:45:40 +02:00
Robert
8e3b6c3459 Node script editor - Prevent creating loops
Node script popout editor - Added auto-layout hotkey (Ctrl+F)
2022-09-27 20:01:12 +02:00
Robert
65b8b377ec Script editor - Added auto-arrange button 2022-09-24 12:13:12 +02:00
Robert
3ecf0bed5a Merge branch 'master' into feature/NodeSorting 2022-09-23 22:07:46 +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
1c6e7bde46 Added extension to organize node-graphs 2022-09-13 21:29:02 +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
3836fae37a Core - More code style 2022-09-03 10:38:08 +02:00
Robert
3994b49f08 Windows - Fix crash when clicking on update notification
Meta - Code cleanup
2022-09-03 10:34:53 +02:00
Robert
cdd814d920 Nodes - Improved changing pin types without reconnecting pins
UI - Fixed possible lingering UI elements in node editor and several other places
2022-09-03 10:16:24 +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
cd537051ca Nodes - Fixed nodes provided by plugins not saving correctly 2022-08-30 21:44:44 +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
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