Christopher
|
066bb719a9
|
Refactored FungusLua classes to match layout in main Fungus project.
|
8 years ago |
Christopher
|
69d9d2e3c3
|
Reorganised FungusLua scripts to match main Fungus project
|
8 years ago |
Christopher
|
0d33e6a026
|
Use concrete classes for Block and Command to ensure editor code is robust.
|
8 years ago |
Christopher
|
86bc967474
|
Refactored LuaBindings to use ILuaBindings interface
|
8 years ago |
Christopher
|
501cb34247
|
Refactored LuaEnvironment to use ILuaEnvironment interface
|
8 years ago |
Christopher
|
cc4406a8fb
|
Change all public properties to use virtual
|
8 years ago |
Christopher
|
4d331c34c2
|
Misc tidy up pass
|
8 years ago |
Christopher
|
f130385f6f
|
Changed comment style on header block
|
8 years ago |
Christopher
|
83bc89c1ab
|
Refactored FungusLua comments
|
8 years ago |
Christopher
|
83c12c7e76
|
Refactored many classes to use protected serialisable fields, with public property accessors where required.
|
8 years ago |
Christopher
|
239bf8fefe
|
Converted tabs to spaces in all .cs files
|
8 years ago |
Christopher
|
67adbab9a0
|
Added open source license header to all source files
|
9 years ago |
Christopher
|
a0b11e074b
|
Merging PR #490
|
9 years ago |
Chris Gregan
|
0351c0f1f9
|
All Environments option for LuaBindings
Lua prefab only registers bindings with itself
|
9 years ago |
chrisgregan
|
f151410ce5
|
Moved FungusLua to Thirdparty folder
FungusLua can be used as a standalone asset, so it’s going in third
party to keep it isolated from the rest of the Fungus project
|
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
|
efd04a8378
|
Added Register Types option in Lua Bindings component
|
9 years ago |
chrisgregan
|
a5f733b3f5
|
Rename Lua component to LuaEnvironment
|
9 years ago |
chrisgregan
|
1ae1c4bd1d
|
Renamed FungusScript to Lua
If no Lua component exists in the scene then spawn one from the prefab.
|
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
|
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 |