9 Commits (60c89e2e51af70b74964ba49df15b65751682d88)

Author SHA1 Message Date
Christopher 239bf8fefe Converted tabs to spaces in all .cs files 8 years ago
Christopher 4c786232d8 Added Preprocessor support for LuaEnvironment / LuaUtils 9 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
Christopher 00d3462c36 Improved source code display on Lua script errors 9 years ago
Chris Gregan 6d90fecffb Handle case when a type fails to register in MoonSharp 9 years ago
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