summaryrefslogtreecommitdiffstats
path: root/src/Bindings/virtual_method_hooks.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ToLua now generates cLuaState::Push() and GetStackValue()Mattes D2015-05-121-44/+0
| | | | | 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.
* AllToLua: Removed unneeded virtual method hooks.Mattes D2015-05-111-481/+7
|
* Bindings: Removed obsolete codegen files.Mattes D2014-10-191-10/+0
| | | | LuaState_Call.inc is no longer needed, it was replaced with variadic templates.
* Tolua generates LuaState_Call.inc file.madmaxoft2014-07-011-0/+14
|
* Generating the bindings outputs a message at the end.madmaxoft2014-01-131-0/+8
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-0/+506
Ref.: #407