Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-12 | ToLua now generates cLuaState::Push() and GetStackValue() | Mattes D | 1 | -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. | |||||
2015-05-11 | AllToLua: Removed unneeded virtual method hooks. | Mattes D | 1 | -481/+7 | |
2014-10-19 | Bindings: Removed obsolete codegen files. | Mattes D | 1 | -10/+0 | |
LuaState_Call.inc is no longer needed, it was replaced with variadic templates. | |||||
2014-07-01 | Tolua generates LuaState_Call.inc file. | madmaxoft | 1 | -0/+14 | |
2014-01-13 | Generating the bindings outputs a message at the end. | madmaxoft | 1 | -0/+8 | |
2013-12-08 | Moved bindings-related to a Bindings subfolder. | madmaxoft | 1 | -0/+0 | |
Ref.: #407 | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-08-18 | Disabled Lua virtual hooks. | madmaxoft | 1 | -1/+1 | |
This technology was used for old-style plugins and is no longer supported nor needed. Fixes #78. | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -506/+506 | |
2012-06-13 | Modified ToLua additional script to allow multi-usertype virtual functions | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@601 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+506 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |