3 Commits (07420d3d25c995b179bad97c563574b02c687286)

Author SHA1 Message Date
chrisgregan a6ea00536b Added abstract Initialiser class for extending initialisation behavior 9 years ago
chrisgregan 77504aa59d Split LuaEnvironment into LuaEnvironment & LuaUtils components 9 years ago
chrisgregan a5f733b3f5 Rename Lua component to LuaEnvironment 9 years ago
chrisgregan 1ae1c4bd1d Renamed FungusScript to Lua 9 years ago
chrisgregan 03d207423c Register bound types automatically 9 years ago
chrisgregan 9b08a656df Added LuaBindingsBase to implement custom binding systems 9 years ago
chrisgregan baf1e90d5c Fixed c# lists and dictionaries not auto-converting to Lua tables 9 years ago
chrisgregan ee3533ba6d Type factory class for constructing POD types like Color 9 years ago
chrisgregan 887bc54e92 Explicitly register types via text file list 9 years ago
chrisgregan 6f886b3f0c Renamed FungusBindings to LuaBindings 9 years ago
chrisgregan 56cd4b213c Initial implementation of FungusScript Lua scripting 9 years ago
chrisgregan 5a931441d4 Merge branch 'Rename-core-classes' 10 years ago
chrisgregan 810131fa9d Move Fungus menu items to Tools / Fungus #93 10 years ago
chrisgregan 90386bc308 Removed unneccessary Debug.Log() 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 ae42c031bd Removed defaultPortraitStage from FungusScript #84 10 years ago
chrisgregan 4217ad76e1 Initial commit of custom tags, portrait stage and portrait systems #84 10 years ago
chrisgregan f9f2b175bd Improved Label & Jump commands in inspector #78 10 years ago
chrisgregan b616f72548 Added Else If command #77 10 years ago
chrisgregan b24197beec Change #70 Added FungusScript.GetVariable() method 10 years ago
chrisgregan e07a227aa0 Change #66 User extendible variables system 10 years ago
chrisgregan e21ce0a0e0 Fix #67 Replaced global variables with public / private variables 10 years ago
chrisgregan 366f6d62ac Force Sequence names to be unique within a Fungus Script 10 years ago
chrisgregan 120e02ddef Substitute variables into a string 10 years ago
chrisgregan 945d642b10 Removed legacy support for Sequences as child game objects 10 years ago
chrisgregan b3f223ba28 Fixed null exception when description string is empty 10 years ago
chrisgregan dea7a40eaf Display FungusScript name and description in script window 10 years ago
chrisgregan 581adb2749 Added SendFungusMessage() and BroadcastFungusMessage() commands 10 years ago
chrisgregan e249049858 Moved Run Slow in Editor option to Sequence 10 years ago
chrisgregan d1d2041800 Hide Components option now unhides all components when not selected 10 years ago
chrisgregan bcdcd511cc Hide event handler components when Hide Components property is set 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 63e597492c Moved variables list over the Fungus Script window 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 b2afbbbeff Fixed pasting multiple copies of same command 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 10 years ago
chrisgregan dc1658b152 FungusScript can now be made into a prefab (see notes!) 10 years ago
Kéven Boily 2a2461a4ee [FEATURE] CreateSequence now calls an virtual CreateSequenceComponent method that handles Sequence component instantiation. This allows for a custom Sequence class to be instantiated . 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 c98412bac1 Run Slow In Editor option 10 years ago
chrisgregan 7aed9a01ff Refactored FungusScript advanced settings 10 years ago
chrisgregan be8e7bacc6 Added GetVariable methods on FungusScript 10 years ago
chrisgregan afbbca87fb Added methods for setting variables 10 years ago
chrisgregan ebcac6367f Added class comment. 10 years ago
chrisgregan c55abe99fe Documented Fungus Script class 10 years ago