Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cLuaState: Added GetStackValues() auto-generated templates. | madmaxoft | 2014-08-08 | 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. | ||||
* | Made AllToLua output consistent | Tiger Wang | 2014-08-04 | 1 | -2/+2 |
| | |||||
* | Initial codegen for LuaState_Call.inc. | madmaxoft | 2014-07-01 | 1 | -0/+196 |