13 Commits (d52fe2ef11c106670c760a69e82bcbfb5ffdc6d1)

Author SHA1 Message Date
Zach Vinless b24d670d9c Added support for custom block tint colors 8 years ago
Christopher 227e79c20b Fixed Command properties not copied when copying commands #546 8 years ago
Christopher 0effd7e7f3 Added #region Public members to all non-editor classes 8 years ago
Christopher a2a5749004 Added anchors and TOC to command and event handler reference 8 years ago
Christopher 69aa972842 Always export to Docs/command_ref folder 8 years ago
Christopher 5841c8da01 Fixed command and event handler reference docs 8 years ago
Christopher cf7b1e8ca3 Moved all Fungus editor code to Fungus.EditorUtils namespace 8 years ago
Christopher 0d33e6a026 Use concrete classes for Block and Command to ensure editor code is robust. 8 years ago
Christopher 43d59a8059 Using concrete Block class for safety with editor code 8 years ago
Christopher 04b56ab0c7 Refactored runtime code to use IFlowchart exclusively 8 years ago
Christopher 6097c4ee1e Refactored code to use ICommand interface where possible 8 years ago
Christopher 1cf014aa18 Refactored Block to use IBlock 8 years ago
Christopher 56e413a224 Reorganised Fungus folder structure 8 years ago
Christopher b6fe362904 Fixed reference doc generator to work with protected properties 8 years ago
Christopher 5495ed8ebf Tidied up editor using statements. 8 years ago
Christopher f130385f6f Changed comment style on header block 8 years ago
Christopher 2b3d3c9ba4 Removed unnecessary newline 8 years ago
Christopher 83c12c7e76 Refactored many classes to use protected serialisable fields, with public property accessors where required. 8 years ago
Christopher 239bf8fefe Converted tabs to spaces in all .cs files 8 years ago
Christopher 67adbab9a0 Added open source license header to all source files 9 years ago
Christopher 6a7878552e Fixed Child Object gets deleted when having a flowchart on parent and child. #475 9 years ago
inarizushi 0fd7488dbc Add StopAllPlayCommand 9 years ago
Chris Gregan 91738fa817 Made already executing case more robust 9 years ago
= 19c7393a0b Update play command to work with latest master 9 years ago
Inari Zushi 313b286b01 Add Block and command switching during playback 9 years ago
Inari Zushi f68efa9772 Add play command to context menu 9 years ago
Inari Zushi c846d45d0c Add Block and command switching during playback 9 years ago
Inari Zushi b5081a530b Add play command to context menu 9 years ago
chrisgregan 38f591068d Fixed faulty indent levels when inspector is not displayed #380 9 years ago
chrisgregan 447862c86f Fixed faulty indent levels when inspector is not displayed #380 9 years ago
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