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
...
The StopAllPlayCommand is like the PlayCommand but will stop all other executing blocks first.
9 years ago
Chris Gregan
91738fa817
Made already executing case more robust
...
If a Block is already running, it’s better to stop the Block, wait a
little while and then start it executing again.
Also changed ‘Play from Selected Command’ to ‘Play from selected’ -
just a wee bit shorter.
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
...
When only one command is selected, an option will pop up to "Play from
Selected Command"
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
...
When only one command is selected, an option will pop up to "Play from
Selected Command"
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
...
Added FailTest and PassTest commands
9 years ago
chrisgregan
28d53f5576
DrawEventHandlerGUI is now virtual
9 years ago
chrisgregan
b708320e63
Deferred Block action list is now public
...
Call Event.current.Use(); to a) stop anything else handling the click
and b) tell the editor window to refresh.
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
...
Tweaks to make exported reference files work nicely on Github wiki
10 years ago
chrisgregan
1834373de6
Export command and event handler reference documentation
...
Now using markdown format instead of csv and including a table of
public properties
10 years ago
chrisgregan
34c906dadd
Fixed GUI console errors when deleting all commands in a block
...
Error occurs when using the keyboard shortcuts to cut or delete the
whole list of commands.
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
...
Renamed Object Enabled to Flowchart Enabled.
Added summary strings to event handlers where appropriate.
Updated all example scene to reflect new layout of Event Handler blocks.
10 years ago
chrisgregan
22427dfe03
Renamed SequenceEditor & SequenceInspector to BlockEditor & BlockInspector
10 years ago
chrisgregan
1a77429756
Renamed commandId to itemId #86
...
Other types of Flowchart objects should be able to have ids besides
commands (e.g Blocks)
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