summaryrefslogtreecommitdiffstats
path: root/src/Bindings/AllToLua.bat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ToLua now generates cLuaState::Push() and GetStackValue()Mattes D2015-05-121-1/+1
| | | | | For classes exported through ToLua it generates the cLuaState::Push() and cLuaState::GetStackValue() functions, as well as the supporting forward declarations and typedefs. Renamed virtual_method_hooks.lua to BindingsProcessor.lua since it no longer provides virtual method hooks and instead does additional processing when generating the bindings.
* Reduced unnecessary echoes (thanks xoft)Tiger Wang2014-01-261-5/+3
|
* Improved AllToLua UI experienceTiger Wang2014-01-251-2/+8
|
* Bindings regen script updated.madmaxoft2013-12-211-11/+6
| | | | The Bindings.cpp / .h files are no longer stored in the git repo.
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+27
Ref.: #407