Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ToLua++ lib: Assert when usertype is not known. | Mattes D | 2014-08-22 | 1 | -4/+7 |
| | |||||
* | ToLua driver: disabled output buffering. | madmaxoft | 2014-08-03 | 1 | -0/+3 |
| | |||||
* | Tolua driver: Fixed wrong indentation. | madmaxoft | 2014-07-13 | 1 | -15/+15 |
| | |||||
* | typo | worktycho | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Added dependecy of tolualib on lua | worktycho | 2014-06-30 | 1 | -0/+1 |
| | |||||
* | Fixed tolua linking order. | Mattes D | 2014-06-30 | 1 | -3/+1 |
| | | | | Ref.: #1044. | ||||
* | Fixed constness | worktycho | 2014-06-11 | 2 | -67/+74 |
| | |||||
* | Fixed debugging code in tolua++ driver script. | madmaxoft | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | ToLua can now be run in pure-lua mode. | madmaxoft | 2014-06-09 | 5 | -8/+100 |
| | | | | See the src/Bindings/AllToLua_lua.bat for usage example. | ||||
* | Added forgoten lua file | Tycho | 2014-04-06 | 1 | -0/+1476 |
| | |||||
* | Merge branch 'master' into override | Tycho | 2014-04-05 | 3 | -7/+14 |
|\ | | | | | | | | | Conflicts: lib/tolua++/CMakeLists.txt | ||||
| * | Fixed bad cmake document interpretation | Tiger Wang | 2014-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Docs say: "If nothing is found, the result will be <VAR>-NOTFOUND" | ||||
| * | Merge pull request #826 from worktycho/xxd_check | Mattes D | 2014-03-23 | 1 | -6/+9 |
| |\ | | | | | | | Added better check for xxd existance | ||||
| | * | Added Additonal check for xxd existance | Tycho | 2014-03-22 | 1 | -6/+9 |
| | | | |||||
| * | | Merge branch 'master' into size_t_lua | Tycho | 2014-03-22 | 10 | -2826/+3163 |
| |\| | | | | | | | | | | | | | Conflicts: lib/tolua++/src/bin/basic_lua.h | ||||
| * | | Patched tolua to understand size_t | Tycho | 2014-03-15 | 2 | -1/+4 |
| | | | |||||
* | | | Fixed tolua++ override support | Tycho | 2014-04-02 | 5 | -1319/+164 |
| | | | |||||
* | | | FIrst attempt at adding override support to tolua | Tycho | 2014-03-22 | 1 | -5/+6 |
| |/ |/| | |||||
* | | Fixed enum checking functions not being called in generated code | Tycho | 2014-03-20 | 8 | -2569/+2572 |
| | | |||||
* | | Fixed bugs in patched tolua output | Tycho | 2014-03-19 | 10 | -2211/+2531 |
| | | |||||
* | | Fixed tolua emitting isnumber insteand of is<Enum> | Tycho | 2014-03-19 | 4 | -449/+462 |
| | | |||||
* | | Fixed type error in lua bindings | Tycho | 2014-03-19 | 2 | -162/+163 |
| | | |||||
* | | Fixed =~ bug | Tycho | 2014-03-17 | 2 | -2/+2 |
| | | |||||
* | | Made buffers static const | Tycho | 2014-03-16 | 4 | -6/+6 |
|/ | |||||
* | Fix indentation | Tycho | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | Patched tolua to emit range checks for enums | Tycho | 2014-03-15 | 7 | -1747/+2302 |
| | |||||
* | Added a seperate module for Setting flags | Tycho | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | removed tolua++ makefile which is overwritten by cmake | Tycho | 2014-01-03 | 1 | -338/+0 |
| | |||||
* | possable fix of typo | Tycho Bickerstaff | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+1 |
| | | | | This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80. | ||||
* | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+2 |
| | | | | This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9. | ||||
* | fixed bad reference to math library | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | fixed bad reference to math library | Tycho Bickerstaff | 2013-12-20 | 1 | -1/+2 |
| | |||||
* | fixed compile errors with headers and math library | tycho | 2013-12-20 | 1 | -1/+5 |
| | |||||
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 2 | -19/+38 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 4 | -8017/+206 |
| | |||||
* | Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linux | Tycho Bickerstaff | 2013-12-19 | 6 | -0/+16332 |
| | | | | This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039. | ||||
* | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 1 | -4/+133 |
| | |||||
* | Fixed tolua++ compilation. | madmaxoft | 2013-12-08 | 3 | -4/+4 |
| | | | | Duplicate files, wrong includes, const-incorrect code... | ||||
* | Removed unused ToLua files. | madmaxoft | 2013-12-08 | 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. | ||||
* | Fixed all outstanding VS compilation issues | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | | | | Also updated VS2008 files. | ||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -2/+2 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 6 | -12/+12 |
| | |||||
* | Moved tolua++ | Alexander Harkness | 2013-11-24 | 57 | -0/+25232 |