chrisgregan
ac9d219706
Updated all command help strings
10 years ago
chrisgregan
427759830b
Added properties for fine control of Reset command
10 years ago
chrisgregan
7693241f48
Added Reset command to reset variables and command state
10 years ago
chrisgregan
f4adbe631d
Fixed copy and paste bug with StringData, etc.
...
Changed these classes to structs instead of classes so they’d be copied
by value rather than by reference when pasting.
10 years ago
chrisgregan
84dde98153
AddOption command can now set a variable on selection
10 years ago
chrisgregan
385ef1a967
Merged UI redesign and iTween support branch
10 years ago
chrisgregan
4401060c61
Fix #46 - commands now store reference to their parent sequence
...
The reference to the parent sequence is only populate at runtime, so
don’t try to use it in custom editors, etc.
10 years ago
chrisgregan
dc1658b152
FungusScript can now be made into a prefab (see notes!)
...
All sequence and command components are now added to the main
FungusScript object. This change enables you to make a prefab out of
any FungusScript. FungusScript prefabs can now be edited using the
Fungus Script window. You still need to instantiate a Fungus Script
prefab in order to run it.
10 years ago
chrisgregan
d20bde03e3
Fixed compile error on platform builds
10 years ago
chrisgregan
597aec7d94
Added SendEvent command (commented out due to Unity bug)
10 years ago
chrisgregan
6c9f1cb045
Fixed RunScript command to continue if not stopping
10 years ago
chrisgregan
76375c8c7f
Added Stop command
10 years ago
chrisgregan
ab97f699c3
Added RunScript command
10 years ago
chrisgregan
b63a9ce3b9
Simplified adding new commands. Added Note command.
10 years ago
chrisgregan
1e587f7dd1
Added Note command
10 years ago
chrisgregan
3c61965afd
Added background prefab & SetActive command
10 years ago
chrisgregan
e968bfd507
Refactored GetFungusScript() and GetSequence()
10 years ago
chrisgregan
95a5f79b9c
Renamed Fungus.Script namespace to Fungus
10 years ago
chrisgregan
64cf2c346e
Renamed FungusVariable to Variable
10 years ago
chrisgregan
62aaaf6011
Renamed FungusCommand to Command
10 years ago
chrisgregan
29898ed586
Renamed Set to SetVariable, improved color
10 years ago
chrisgregan
db928d3a33
Command colours are specified in a virtual function
10 years ago
chrisgregan
1e497cd355
Changed colour for If, Else, EndIf commands.
10 years ago
chrisgregan
f863b82503
Improved summary text
10 years ago
chrisgregan
2efceb62ea
Implemented If, Else, EndIf logic
10 years ago
chrisgregan
240bf9667b
Initial If, Else & EndIf commands with indenting
10 years ago
chrisgregan
51cd79ffd9
Fixed LoadScene command color
10 years ago
chrisgregan
716e883ef2
Added command button colours
10 years ago
chrisgregan
74db43f463
Unified CommandInfo attribute
10 years ago
chrisgregan
585efc2526
Added command categories
10 years ago
chrisgregan
e1c4eacc4d
Added LoadGlobals, SaveGlobals and DestroyOnSceneLoad tag
10 years ago
chrisgregan
62f6e11043
LoadScene command
10 years ago
chrisgregan
3fcd6e1969
Added summary for Wait command
10 years ago
chrisgregan
f82dbe631e
Moved commands into own folder
10 years ago