Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-22 | ToLua++ lib: Assert when usertype is not known. | Mattes D | 1 | -4/+7 | |
2014-08-03 | ToLua driver: disabled output buffering. | madmaxoft | 1 | -0/+3 | |
2014-07-13 | Tolua driver: Fixed wrong indentation. | madmaxoft | 1 | -15/+15 | |
2014-06-11 | Fixed constness | worktycho | 2 | -67/+74 | |
2014-06-09 | Fixed debugging code in tolua++ driver script. | madmaxoft | 1 | -1/+1 | |
2014-06-09 | ToLua can now be run in pure-lua mode. | madmaxoft | 5 | -8/+100 | |
See the src/Bindings/AllToLua_lua.bat for usage example. | |||||
2014-04-06 | Added forgoten lua file | Tycho | 1 | -0/+1476 | |
2014-04-02 | Fixed tolua++ override support | Tycho | 4 | -1317/+159 | |
2014-03-22 | FIrst attempt at adding override support to tolua | Tycho | 1 | -5/+6 | |
2014-03-20 | Fixed enum checking functions not being called in generated code | Tycho | 8 | -2569/+2572 | |
2014-03-19 | Fixed bugs in patched tolua output | Tycho | 9 | -2210/+2526 | |
2014-03-19 | Fixed tolua emitting isnumber insteand of is<Enum> | Tycho | 4 | -449/+462 | |
2014-03-19 | Fixed type error in lua bindings | Tycho | 2 | -162/+163 | |
2014-03-17 | Fixed =~ bug | Tycho | 2 | -2/+2 | |
2014-03-16 | Made buffers static const | Tycho | 3 | -3/+3 | |
2014-03-15 | Patched tolua to understand size_t | Tycho | 2 | -1/+4 | |
2014-03-15 | Patched tolua to emit range checks for enums | Tycho | 6 | -1747/+2281 | |
2013-12-19 | fixed bindings generation | Tycho Bickerstaff | 2 | -8017/+0 | |
2013-12-19 | Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linux | Tycho Bickerstaff | 6 | -0/+16332 | |
This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039. | |||||
2013-12-08 | Fixed tolua++ compilation. | madmaxoft | 2 | -2/+2 | |
Duplicate files, wrong includes, const-incorrect code... | |||||
2013-12-08 | Removed unused ToLua files. | madmaxoft | 6 | -16332/+0 | |
Those were used to compile the tolua executable and were getting in the way - Unix makefile tried to compile them into MCS. | |||||
2013-11-24 | Attempt to fix compilation | Tiger Wang | 6 | -12/+12 | |
2013-11-24 | Moved tolua++ | Alexander Harkness | 38 | -0/+23475 | |