Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-03 | LuaState: Fixed referenced function pushing. | madmaxoft | 1 | -1/+1 | |
The references are no longer destroyed by the call. | |||||
2014-08-21 | Sorted the generated param count. | Mattes D | 1 | -1/+1 | |
2014-08-20 | Added a_ClientHandle to the HOOK_SERVER_PING hook. | Howaner | 1 | -1/+1 | |
2014-08-20 | Cleaned up code. | Howaner | 1 | -0/+1 | |
2014-08-08 | cLuaState: Added GetStackValues() auto-generated templates. | madmaxoft | 1 | -0/+27 | |
These will read consecutive values off the stack, each value of a type independent of the other values. Auto-generated because we don't have variadic templates in C++03. | |||||
2014-08-04 | Made AllToLua output consistent | Tiger Wang | 1 | -2/+2 | |
2014-07-01 | Initial codegen for LuaState_Call.inc. | madmaxoft | 1 | -0/+196 | |