Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bindings: Removed obsolete codegen files. | Mattes D | 2014-10-19 | 1 | -224/+0 |
| | | | | LuaState_Call.inc is no longer needed, it was replaced with variadic templates. | ||||
* | LuaState: Fixed referenced function pushing. | madmaxoft | 2014-09-03 | 1 | -1/+1 |
| | | | | The references are no longer destroyed by the call. | ||||
* | Merge remote-tracking branch 'origin/master' into Ranks | Mattes D | 2014-08-22 | 1 | -0/+1 |
|\ | |||||
| * | Sorted the generated param count. | Mattes D | 2014-08-21 | 1 | -1/+1 |
| | | |||||
| * | Added a_ClientHandle to the HOOK_SERVER_PING hook. | Howaner | 2014-08-20 | 1 | -1/+1 |
| | | |||||
| * | Cleaned up code. | Howaner | 2014-08-20 | 1 | -0/+1 |
| | | |||||
* | | 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 |