16 Commits (75378db98f8723f3d6f1903fb6235bbd2e35cb63)

Author SHA1 Message Date
chrisgregan 001665ef0b Fixed End command indents when not matched with an If #308 9 years ago
chrisgregan 69dbc5d019 Fixed Flowchart objects break when made into a prefab #275 9 years ago
chrisgregan d7a646c319 Fixed: Undo for delete command is broken #161 9 years ago
chrisgregan 9304dc54ac Can filter the list of supported commands by subclassing Flowchart 9 years ago
chrisgregan f4654e265d Added test for Save Variable / Load Variable 9 years ago
chrisgregan 28d53f5576 DrawEventHandlerGUI is now virtual 9 years ago
chrisgregan b708320e63 Deferred Block action list is now public 9 years ago
chrisgregan baecdbe2a8 Editor button textures now loaded in OnEnable() 10 years ago
chrisgregan b2a500b764 Refactored reference doc exporter 10 years ago
chrisgregan 350935812d Improved reference doc export 10 years ago
chrisgregan 1834373de6 Export command and event handler reference documentation 10 years ago
chrisgregan 34c906dadd Fixed GUI console errors when deleting all commands in a block 10 years ago
chrisgregan a151d31df5 Added info box if no commands currently in command list 10 years ago
chrisgregan bb48384dfa Replace "Run Slow In Editor" per block with "Pause After Command" in flowchart 10 years ago
chrisgregan 1e4434eedc Improve readability of Event Handler blocks #95 10 years ago
chrisgregan 22427dfe03 Renamed SequenceEditor & SequenceInspector to BlockEditor & BlockInspector 10 years ago
chrisgregan 1a77429756 Renamed commandId to itemId #86 10 years ago
chrisgregan a953e8d29b Fixed merge conflict 10 years ago
chrisgregan 5a931441d4 Merge branch 'Rename-core-classes' 10 years ago
chrisgregan bffa9363bb Fixed context menu not appearing on command list view 10 years ago
chrisgregan 810131fa9d Move Fungus menu items to Tools / Fungus #93 10 years ago
chrisgregan 5c615401d8 Export command and event handler annotation info to .csv fromat #89 10 years ago
chrisgregan 9820dc403c Command editor now scrolls independently of command list #84 10 years ago
chrisgregan 04a115a626 Export and import dialog text for editing in a text editor #86 10 years ago
chrisgregan 24b2f4bf77 Added shortcuts for copy, paste, etc. in SequenceEditor #84 10 years ago
chrisgregan f3f49bdc8a Safely handle command class being renamed 10 years ago
chrisgregan 739a69207b Label & Jump commands #78 10 years ago
chrisgregan ce9b6de524 Refactored command indenting control functions 10 years ago
chrisgregan f30d5d5372 Fix compile errors on Windows Store builds #61 10 years ago
chrisgregan e07a227aa0 Change #66 User extendible variables system 10 years ago
chrisgregan e25b22aaa8 Added callback when commands are removed 10 years ago
chrisgregan 834e1de34e Copy commands in execution order, not selection order 10 years ago
chrisgregan 366f6d62ac Force Sequence names to be unique within a Fungus Script 10 years ago
chrisgregan 48961142bb Updated UI to use flowchart style nodes 10 years ago
chrisgregan e249049858 Moved Run Slow in Editor option to Sequence 10 years ago
chrisgregan 56a54399ed Changed None to <None> for consistency with other properties 10 years ago
chrisgregan 0723f51c1d Display event handlers with a category after non-categorized ones 10 years ago
chrisgregan e6000eb33b Added Event Handler system. 10 years ago
chrisgregan a1e3d4f587 Sequences may now be executed in parallel 10 years ago
chrisgregan 7d0491ff5c Redesigned Fungus Script window and inspector UI 10 years ago
chrisgregan 75d9441fa5 Sort add command menu. Comments are now a top level item. 10 years ago
chrisgregan eaedbdadaa Sequence node width can now be edited in inspector 10 years ago
chrisgregan c0384e6348 Fixed null reference exceptions when deleting a command class 10 years ago
chrisgregan b2afbbbeff Fixed pasting multiple copies of same command 10 years ago
chrisgregan 385ef1a967 Merged UI redesign and iTween support branch 10 years ago
chrisgregan dc1658b152 FungusScript can now be made into a prefab (see notes!) 10 years ago
chrisgregan 7f5ed8e0cf Copy and paste support for commands 10 years ago
chrisgregan 53d2fd1aab Added protected & virtual to core classes for easier inheritance 10 years ago
chrisgregan b63a9ce3b9 Simplified adding new commands. Added Note command. 10 years ago
chrisgregan 618d34c91c Reverted sequence to use game object name. Added Fungus Script menu item 10 years ago