summaryrefslogtreecommitdiffstats
path: root/src/Bindings/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-12ToLua now generates cLuaState::Push() and GetStackValue()Mattes D1-1/+3
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.
2014-07-01Tolua generates LuaState_Call.inc file.madmaxoft1-0/+1
2014-06-14Fixed bindings generation for Win64 builds.Mattes D1-0/+1
Fixes #1092.