Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-21 | fixed lua dynamic library | Tycho Bickerstaff | 1 | -2/+2 | |
2013-12-20 | fixed include of math on windows | tycho | 1 | -0/+2 | |
2013-12-20 | made LUA shared unless STATIC_LUA is set | Tycho Bickerstaff | 1 | -0/+4 | |
2013-12-20 | fixed lua dependency on libm | Tycho Bickerstaff | 1 | -0/+1 | |
2013-12-20 | possable fix of typo | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-20 | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 1 | -2/+1 | |
This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80. | |||||
2013-12-20 | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 1 | -2/+2 | |
This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9. | |||||
2013-12-20 | fixed bad reference to math library | Tycho Bickerstaff | 1 | -2/+2 | |
2013-12-20 | fixed bad reference to math library | Tycho Bickerstaff | 1 | -1/+2 | |
2013-12-20 | fixed compile errors with headers and math library | tycho | 1 | -1/+5 | |
2013-12-19 | added md5 as a dependency for bindings | Tycho Bickerstaff | 1 | -0/+11 | |
2013-12-19 | added expat as lua bindings dependincy | Tycho Bickerstaff | 4 | -19/+63 | |
2013-12-19 | compiling sqlite | Tycho Bickerstaff | 1 | -0/+14 | |
2013-12-19 | fixed bindings generation | Tycho Bickerstaff | 6 | -8036/+1087 | |
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-19 | bindings regenration logic | Tycho Bickerstaff | 3 | -132/+281 | |
2013-12-18 | added zlib and UI | Tycho Bickerstaff | 1 | -0/+11 | |
2013-12-11 | added zlib | Tycho Bickerstaff | 1 | -1/+0 | |
2013-12-10 | more cmake changes | Tycho Bickerstaff | 2 | -2/+13 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 2 | -0/+17 | |
2013-12-10 | started work on cmake | Tycho Bickerstaff | 1 | -0/+7 | |
2013-12-08 | Fixed tolua++ compilation. | madmaxoft | 3 | -4/+4 | |
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-27 | Removed faulty .gitattributes. | madmaxoft | 1 | -8/+8 | |
They cause git to think that files have been modified although they have not, and makes it impossible to revert the files to un-changed form. See http://stackoverflow.com/questions/5009096/files-showing-as-modified-directly-after-git-clone 's first answer. | |||||
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2 | -5/+5 | |
2013-11-25 | Fixed all outstanding VS compilation issues | Tiger Wang | 1 | -1/+1 | |
Also updated VS2008 files. | |||||
2013-11-25 | Further attempts to fix compile | Tiger Wang | 3 | -7/+7 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 11 | -22/+22 | |
2013-11-24 | Moved SQLite, LuaExpat, and MD5 to /lib | Tiger Wang | 8 | -0/+148557 | |
2013-11-24 | Moved tolua++ | Alexander Harkness | 57 | -0/+25232 | |
2013-11-24 | Moved zlib | Alexander Harkness | 28 | -0/+13968 | |
2013-11-24 | Moved Lua | Alexander Harkness | 61 | -0/+17630 | |
2013-11-24 | Moved JSONCPP | Alexander Harkness | 16 | -0/+6513 | |
2013-11-24 | Moved iniFile | Alexander Harkness | 2 | -0/+1012 | |
2013-11-24 | Moved expat | Alexander Harkness | 18 | -0/+13475 | |
2013-11-24 | move cryptopp into lib | Alexander Harkness | 193 | -0/+48154 | |