wiremod / wire-fpga

An addon for Garry's Mod that adds a programmable chip, that can be programmed using flow-based programming.

Home Page:https://lysdal.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undo feature in node editor

llysdal opened this issue · comments

Preferably event based, for example;
node 35 created
node 38 moved from (1,5) to (35,2)
...
node 38 deleted

This way would allow for a much longer undo queue, than the 'naive' approach where every frame is saved in a table (especially if the chip is big)