summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-17Updated SQLiteCpp.madmaxoft1-0/+0
Our changes have made it into upstream, updating to sync with upstream master.
2014-09-07Fixed submodules' downgrade from the previous PR merge.Mattes D1-0/+0
2014-09-03Added cIniFile::HasValue() function.madmaxoft2-0/+23
2014-09-03Updated SQLiteCpp.madmaxoft1-0/+0
This should fix #1374.
2014-09-03Quick fix for a preprocessor error with clang on OS Xarchshift1-1/+3
2014-08-22ToLua++ lib: Assert when usertype is not known.Mattes D1-4/+7
2014-08-03ToLua driver: disabled output buffering.madmaxoft1-0/+3
2014-07-28Added SQLiteCpp library.madmaxoft1-0/+0
This provides C++ wrappers for SQLite, making it safer to use in the C++ environment.
2014-07-21SuggestionsTiger Wang1-1/+1
2014-07-18Monster fixesTiger Wang1-0/+0
* Fixes #1203 * Fixes #627
2014-07-13Tolua driver: Fixed wrong indentation.madmaxoft1-15/+15
2014-07-13Adjusted calls to CreateProjectile that passed ItemsTycho1-0/+0
2014-07-06Fixed OpenSSL programs and tests being generated when testing disabled.tycho1-2/+2
2014-07-01LuaProxy compilation under MinGW.Mattes D1-1/+4
2014-07-01Proper sqlite dependency fix.Mattes D1-1/+2
2014-07-01Fixed linking order under MinGW.Mattes D1-2/+8
Ref.: #1044
2014-06-30typoworktycho1-1/+1
2014-06-30Added dependecy of tolualib on luaworktycho1-0/+1
2014-06-30Fixed lua compilation under MinGW.Mattes D1-8/+4
2014-06-30Fixed tolua linking order.Mattes D1-3/+1
Ref.: #1044.
2014-06-27Removed the md5 library, obsoleted by PolarSSL.Mattes D3-474/+0
Fixes #1130.
2014-06-24Added a missing endline.madmaxoft1-1/+1
2014-06-24Added the Lua Proxy DLL.madmaxoft4-0/+317
This builds the lua5.1.dll file on Windows, making it 64-bit if so required.
2014-06-11Fixed constnessworktycho2-67/+74
2014-06-10Portal improvements and suggestionsTiger Wang1-0/+4
2014-06-09Fixed debugging code in tolua++ driver script.madmaxoft1-1/+1
2014-06-09ToLua can now be run in pure-lua mode.madmaxoft5-8/+100
See the src/Bindings/AllToLua_lua.bat for usage example.
2014-06-07Capitalisingworktycho1-1/+1
2014-06-07Fix reading 64 bit valuesworktycho1-2/+5
2014-06-05SuggestionsTiger Wang2-0/+22
2014-06-04Fixed buffer overflow in JSON.madmaxoft1-1/+1
Reported on Coverity as CID 43614.
2014-05-28Cmake system name not System nameworktycho1-1/+1
2014-05-28derpworktycho1-1/+1
2014-05-28FreeBSD requires __POSIX_VISIBLE macro to be definedworktycho1-0/+4
2014-05-28for compiliers other than msvc we need to tell lua that its building as a dllworktycho1-0/+6
2014-05-10Maybe coverage working?Tycho2-0/+183
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-05-01Fixed polarssl programs includedTycho1-1/+2
2014-05-01Tests off by default take 2Tycho1-1/+1
2014-05-01Disable polarssl tests by defaultTycho1-0/+1
2014-05-01Merged change to enable testing to be disabledTycho1-0/+0
This is confirmed upstream but is unlikely to get into the repository for several weeks
2014-04-27Added Testing capabilityTycho1-1/+5
2014-04-25Updated MSVC side of CMake files after recent changes.madmaxoft1-4/+2
2014-04-25Missed these CMakeLists.archshift5-2/+10
2014-04-17Added new AI rulesTiger Wang1-2/+3
+ Added new AI rules handling cacti and large heights * Fixed cIniFile not recognising comments in cIniFile::ReadFile() * Fixed users.ini not being properly generated * Changed all instances of (int)floor(GetPosXXX()) to POSXXX_TOINT
2014-04-06Added forgoten lua fileTycho1-0/+1476
2014-04-02Fixed tolua++ override supportTycho5-1319/+164
2014-03-25More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney1-1/+1
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
2014-03-23Fixed bad cmake document interpretationTiger Wang1-1/+1
Docs say: "If nothing is found, the result will be <VAR>-NOTFOUND"
2014-03-22Added Additonal check for xxd existanceTycho1-6/+9
2014-03-22FIrst attempt at adding override support to toluaTycho1-5/+6
2014-03-20Fixed enum checking functions not being called in generated codeTycho8-2569/+2572
2014-03-19Fixed bugs in patched tolua outputTycho10-2211/+2531
2014-03-19Fixed tolua emitting isnumber insteand of is<Enum>Tycho4-449/+462
2014-03-19Fixed type error in lua bindingsTycho2-162/+163
2014-03-17Fixed =~ bugTycho2-2/+2
2014-03-16Made buffers static constTycho4-6/+6
2014-03-15Patched tolua to understand size_tTycho2-1/+4
2014-03-15Fix indentationTycho1-1/+1
2014-03-15Patched tolua to emit range checks for enumsTycho7-1747/+2302
2014-03-07Rewound PolarSSL to master branch.madmaxoft1-0/+0
The current Devel branch fails to build on RasPi.
2014-02-28Fixed compatibility with ZeroBraneStudio and LuaRocks.madmaxoft1-1/+5
Lua now compiles into lua51.dll and there's a lua5.1.dll that acts as a export-forwarding proxy to lua51.dll.
2014-02-17Fixed comment typonarroo1-1/+1
2014-02-17Fixed Comment Typo.narroo1-1/+1
2014-02-17Fixed the tab spacing.narroo1-22/+22
2014-02-17Fixed Tab spacing of cases.narroo1-10/+10
2014-02-16Reworked RemoveBom to use unsigned chars and reverted the logic changes in WriteFile. Should work fine now.narroo1-82/+96
2014-02-16Changed unsigned char[] back to char[].narroo1-1/+1
2014-02-16Changed char[] to unsigned char[] in cIniFile::RemoveBomnarroo1-1/+1
2014-02-16FogotTycho1-0/+5
2014-02-16Allow building MCADefrag at the same time as MCServerTycho1-6/+8
2014-02-16Addressed Issue #402. cIniFile can now process UTF-8 files that have anarroo2-67/+91
Byte Order Marker, BOM.
2014-02-16Added a seperate module for Setting flagsTycho1-1/+1
2014-02-11Fixed bug #385. UnloadUnusedChunks now has the same interface asnarroo1-0/+0
SaveAllChunks. Meaning, QueueUnloadUnusedChunks and the supporting cTaskUnloadUnusedChunks has been added. Use QueueUnloadUnusedChunks from now on to prevent deadlocking.
2014-02-05Updated Core & PolarSSLTiger Wang1-0/+0
2014-01-27Updated polarsslTiger Wang1-0/+0
2014-01-22Removed CryptoPP files.madmaxoft194-48168/+0
2014-01-22Added PolarSSL as a submodule.madmaxoft1-0/+0
2014-01-17CMake: Fixed Lua output folder for MSVC2010+.Mattes D1-2/+13
2014-01-16CMake: Fixed output paths for all MSVC versions.madmaxoft1-4/+10
2014-01-16Another VarArgs fix.madmaxoft1-4/+2
This time using va_copy() on platforms that have it and simple assignment on platforms that don't.
2014-01-15Using a 2nd argument instead of va_copy().madmaxoft1-2/+4
This seems to be the only reasonable C++03-only solution.
2014-01-15CMake: Removed SCL warnings from Lua and ZLib.madmaxoft2-0/+9
2014-01-13Renamed unused source files from zlib.madmaxoft2-0/+0
These files are included in zlib, but they should not be compiled into the actual library. Since they contain example code on how to use the lib, I decided to keep them, renamed to .txt.
2014-01-13CMake: Lua DLL is built in the correct folder.madmaxoft1-0/+11
Also removed SCL warnings from MSVC builds.
2014-01-11Fixed the warning in CryptoPP.madmaxoft1-1/+1
It was getting on my nerves too much, decided to actually fix their code.
2014-01-11Fixed reading the files.madmaxoft1-1/+1
Duplicate values were ignored.
2014-01-11IniFile: Split SetValue() into AddValue() and SetValue().madmaxoft2-39/+76
Each function does what one would assume - AddValue adds a new value, SetValue overwrites existing value (creates a new one if not exists, if instructed to do so).
2014-01-10Fixed cIniFile's SetValue().madmaxoft1-9/+1
How did we not see this earlier? Each call to SetValue would actually ADD a value!
2014-01-10Using dlopen() on all platforms except WIN32.madmaxoft1-5/+1
2014-01-09Specified the dynamic loader Lua should use.madmaxoft1-0/+9
2014-01-07Fixed FreeBSD compilitionTycho2-2/+2
2014-01-06Undid the changes to cryptlib.cpp.Diusrex1-10/+0
Instead, altered the VC2008 cryptopp project settings. Someone else will probably need to do the same thing for the 2013 version, since I don't have access to VC2013.
2014-01-05Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.hDiusrex1-0/+10
I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function.
2014-01-03derpTycho1-0/+3
2014-01-03removed tolua++ makefile which is overwritten by cmakeTycho1-338/+0
2013-12-27Fixed unix Lua dependencies.madmaxoft1-1/+1
2013-12-27Made cmake compilation possible on Windows.madmaxoft3-9/+36
2013-12-22removed lua makefileTycho Bickerstaff1-944/+0
2013-12-22fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker notTycho Bickerstaff1-54/+0
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-54/+0
2013-12-21fixed lua dynamic libraryTycho Bickerstaff1-2/+2
2013-12-20fixed include of math on windowstycho1-0/+2
2013-12-20made LUA shared unless STATIC_LUA is setTycho Bickerstaff1-0/+4
2013-12-20fixed lua dependency on libmTycho Bickerstaff1-0/+1
2013-12-20possable fix of typoTycho Bickerstaff1-1/+1
2013-12-20Revert "fixed bad reference to math library"Tycho Bickerstaff1-2/+1
This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80.
2013-12-20Revert "fixed bad reference to math library"Tycho Bickerstaff1-2/+2
This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9.
2013-12-20fixed bad reference to math libraryTycho Bickerstaff1-2/+2
2013-12-20fixed bad reference to math libraryTycho Bickerstaff1-1/+2
2013-12-20fixed compile errors with headers and math librarytycho1-1/+5
2013-12-19added md5 as a dependency for bindingsTycho Bickerstaff1-0/+11
2013-12-19added expat as lua bindings dependincyTycho Bickerstaff4-19/+63
2013-12-19compiling sqliteTycho Bickerstaff1-0/+14
2013-12-19fixed bindings generationTycho Bickerstaff6-8036/+1087
2013-12-19Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linuxTycho Bickerstaff6-0/+16332
This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039.
2013-12-19bindings regenration logicTycho Bickerstaff3-132/+281
2013-12-18added zlib and UITycho Bickerstaff1-0/+11
2013-12-11added zlibTycho Bickerstaff1-1/+0
2013-12-10more cmake changesTycho Bickerstaff2-2/+13
2013-12-10more cmakeTycho Bickerstaff2-0/+17
2013-12-10started work on cmakeTycho Bickerstaff1-0/+7
2013-12-08Fixed tolua++ compilation.madmaxoft3-4/+4
Duplicate files, wrong includes, const-incorrect code...
2013-12-08Removed unused ToLua files.madmaxoft6-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-27Removed faulty .gitattributes.madmaxoft1-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-27Fixed VC2008 compilation, normalized include paths.madmaxoft2-5/+5
2013-11-25Fixed all outstanding VS compilation issuesTiger Wang1-1/+1
Also updated VS2008 files.
2013-11-25Further attempts to fix compileTiger Wang3-7/+7
2013-11-24Attempt to fix compilationTiger Wang11-22/+22
2013-11-24Moved SQLite, LuaExpat, and MD5 to /libTiger Wang8-0/+148557
2013-11-24Moved tolua++Alexander Harkness57-0/+25232
2013-11-24Moved zlibAlexander Harkness28-0/+13968
2013-11-24Moved LuaAlexander Harkness61-0/+17630
2013-11-24Moved JSONCPPAlexander Harkness16-0/+6513
2013-11-24Moved iniFileAlexander Harkness2-0/+1012
2013-11-24Moved expatAlexander Harkness18-0/+13475
2013-11-24move cryptopp into libAlexander Harkness193-0/+48154