3 Commits (0351c0f1f9275c03c91de8c02a4f8d0c41f28b23)

Author SHA1 Message Date
Chris Gregan 5494e752d8 Fixed compile error on Webplayer platform 9 years ago
Chris Gregan 204ce467d8 Use Lua text file in ExecuteLua command 9 years ago
chrisgregan f151410ce5 Moved FungusLua to Thirdparty folder 9 years ago
chrisgregan d17900d7f3 Pre compile Lua script on startup for fast execution 9 years ago
chrisgregan eccd1fecf5 Change type registration to use JSON 9 years ago
chrisgregan 6430399365 Moved FungusLua under Fungus folder 9 years ago
chrisgregan f29d89ad47 Moved all Lua code to FungusLua top level folder 9 years ago
chrisgregan a66c1a3f3d Improved how fungus lua module is initialized 9 years ago
chrisgregan 28469a9119 Display line numbers in Lua error messages 9 years ago
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