chrisgregan
29d6475902
Create Sequence adds to right side of selected Sequence
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
8a7a1a2ffa
Added GameObject menu items for Dialog prefabs
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
230db13b76
Select sequence when adding new Fungus Script
10 years ago
chrisgregan
7d58682d21
Made min command view width wider
10 years ago
chrisgregan
a25b61fc0d
Fixed memory leak and null exception errors
10 years ago
chrisgregan
618d34c91c
Reverted sequence to use game object name. Added Fungus Script menu item
10 years ago
chrisgregan
84447e6d7b
Don't render connected sequences in other fungus scripts
10 years ago
chrisgregan
2b6fe13072
Added null pointer checks and fixed sequence name picking
10 years ago
chrisgregan
e968bfd507
Refactored GetFungusScript() and GetSequence()
10 years ago
chrisgregan
95a5f79b9c
Renamed Fungus.Script namespace to Fungus
10 years ago
chrisgregan
62aaaf6011
Renamed FungusCommand to Command
10 years ago
chrisgregan
c8c2846808
Updated Sequence editor to use serialised property
10 years ago
chrisgregan
3961d6953f
Lock button for Fungus Script window. Fungus script icon.
10 years ago
chrisgregan
51dbff331f
Disable selecting sequence when game is playing
10 years ago
chrisgregan
bc484442d8
Improved command button colours & layout
10 years ago
chrisgregan
5bc8bca05b
Added initial code for checking sequence connectivity
10 years ago
chrisgregan
5fa7b2a347
Reorderable list for commands
10 years ago
chrisgregan
7a45f92873
Moved command properties to inspector. Fixed dialog bugs.
10 years ago
chrisgregan
81d3b391a5
Fixed context menu clipping bug.
10 years ago
chrisgregan
9aea6a99c8
bold, italic, color, speed tags. Fixed text area refresh.
10 years ago
chrisgregan
403b2e57d8
Fixed up shuttle demo
10 years ago
chrisgregan
088b6d2375
Fixed serialising command view width
10 years ago
chrisgregan
585efc2526
Added command categories
10 years ago
chrisgregan
4e0c596d77
Commands are now in same window as sequence nodes
10 years ago
chrisgregan
6387872d0f
Fixed GL draws overlapping scrollbars
10 years ago
chrisgregan
e6b845a99f
Fungus2 code reorg
10 years ago
chrisgregan
111c4039d4
Reverted stick FungusScript selection
10 years ago
chrisgregan
39552da96a
Context sensitive Create Sequence menu
10 years ago
chrisgregan
c1b36b8315
Display selected FungusScript object name
10 years ago
chrisgregan
e49cd287b9
Removed click to deselect
10 years ago
chrisgregan
1727e664f4
Renamed FungusEditorWindow to FungusScriptWindow
10 years ago
chrisgregan
74bb0a3847
Fungus Editor window remembers most recent selection
10 years ago
chrisgregan
461447ca33
No Fungus Script Selected label
10 years ago
chrisgregan
63292b748b
Variables window is now dock able
10 years ago
chrisgregan
6a2c17e2b5
Fixed selected sequence box render order
10 years ago
chrisgregan
b28a0cf922
Executing sequence always highlights (can still select other)
10 years ago
chrisgregan
d3bf367226
Connections highlight when command is expanded
10 years ago
chrisgregan
c26e81a40c
Improved button layout, using foldout
10 years ago
chrisgregan
ff26e90891
Added Up, Down, Delete, Copy, Paste buttons
10 years ago
chrisgregan
921ea030a6
Fixed render order for sequence outlines
10 years ago
chrisgregan
7430a61da7
Hide transform in inspector and sequences in hierarchy
10 years ago
chrisgregan
4dce521533
FungusScriptEditor handles sequence display
10 years ago
chrisgregan
0d34ef00d1
Renamed activeSequence to executingSequence
10 years ago
chrisgregan
79011d666d
Green outline around selected sequence
10 years ago
chrisgregan
3703c53276
Commands are now listed in inspector
10 years ago
chrisgregan
fd26344a19
Add variables window
10 years ago
chrisgregan
1f78a48a3b
Merged Compare and Jump commands
10 years ago