summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #684 from narroo/Bug402Mattes D2014-02-172-1/+39
|\
| * Fixed comment typonarroo2014-02-171-1/+1
| * Fixed Comment Typo.narroo2014-02-171-1/+1
| * Fixed the tab spacing.narroo2014-02-171-22/+22
| * Fixed Tab spacing of cases.narroo2014-02-171-10/+10
| * Reworked RemoveBom to use unsigned chars and reverted the logic changes in WriteFile. Should work fine now.narroo2014-02-161-82/+96
| * Changed unsigned char[] back to char[].narroo2014-02-161-1/+1
| * Changed char[] to unsigned char[] in cIniFile::RemoveBomnarroo2014-02-161-1/+1
| * Addressed Issue #402. cIniFile can now process UTF-8 files that have anarroo2014-02-162-67/+91
* | FogotTycho2014-02-161-0/+5
* | Allow building MCADefrag at the same time as MCServerTycho2014-02-161-6/+8
* | Added a seperate module for Setting flagsTycho2014-02-161-1/+1
|/
* Fixed bug #385. UnloadUnusedChunks now has the same interface asnarroo2014-02-111-0/+0
* Updated Core & PolarSSLTiger Wang2014-02-051-0/+0
* Removed CryptoPP files.madmaxoft2014-01-22194-48168/+0
* Added PolarSSL as a submodule.madmaxoft2014-01-221-0/+0
* CMake: Fixed Lua output folder for MSVC2010+.Mattes D2014-01-171-2/+13
* CMake: Fixed output paths for all MSVC versions.madmaxoft2014-01-161-4/+10
* Another VarArgs fix.madmaxoft2014-01-161-4/+2
* Using a 2nd argument instead of va_copy().madmaxoft2014-01-151-2/+4
* CMake: Removed SCL warnings from Lua and ZLib.madmaxoft2014-01-152-0/+9
* Renamed unused source files from zlib.madmaxoft2014-01-132-0/+0
* CMake: Lua DLL is built in the correct folder.madmaxoft2014-01-131-0/+11
* Merge pull request #526 from mc-server/IniFileFixMattes D2014-01-122-48/+77
|\
| * Fixed reading the files.madmaxoft2014-01-111-1/+1
| * IniFile: Split SetValue() into AddValue() and SetValue().madmaxoft2014-01-112-39/+76
| * Fixed cIniFile's SetValue().madmaxoft2014-01-101-9/+1
* | Fixed the warning in CryptoPP.madmaxoft2014-01-111-1/+1
* | Using dlopen() on all platforms except WIN32.madmaxoft2014-01-101-5/+1
* | Specified the dynamic loader Lua should use.madmaxoft2014-01-091-0/+9
|/
* Fixed FreeBSD compilitionTycho2014-01-072-2/+2
* removed tolua++ makefile which is overwritten by cmakeTycho2014-01-031-338/+0
* removed lua makefileTycho Bickerstaff2013-12-221-944/+0
* fixed 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 Bickerstaff2013-12-221-54/+0
* Fixed unix Lua dependencies.madmaxoft2013-12-271-1/+1
* Made cmake compilation possible on Windows.madmaxoft2013-12-273-9/+36
* fixed lua dynamic libraryTycho Bickerstaff2013-12-211-2/+2
* fixed include of math on windowstycho2013-12-201-0/+2
* made LUA shared unless STATIC_LUA is setTycho Bickerstaff2013-12-201-0/+4
* fixed lua dependency on libmTycho Bickerstaff2013-12-201-0/+1
* possable fix of typoTycho Bickerstaff2013-12-201-1/+1
* Revert "fixed bad reference to math library"Tycho Bickerstaff2013-12-201-2/+1
* Revert "fixed bad reference to math library"Tycho Bickerstaff2013-12-201-2/+2
* fixed bad reference to math libraryTycho Bickerstaff2013-12-201-2/+2
* fixed bad reference to math libraryTycho Bickerstaff2013-12-201-1/+2
* fixed compile errors with headers and math librarytycho2013-12-201-1/+5
* added md5 as a dependency for bindingsTycho Bickerstaff2013-12-191-0/+11
* added expat as lua bindings dependincyTycho Bickerstaff2013-12-194-19/+63
* compiling sqliteTycho Bickerstaff2013-12-191-0/+14
* fixed bindings generationTycho Bickerstaff2013-12-196-8036/+1087
* Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linuxTycho Bickerstaff2013-12-196-0/+16332
* bindings regenration logicTycho Bickerstaff2013-12-193-132/+281
* added zlib and UITycho Bickerstaff2013-12-181-0/+11
* added zlibTycho Bickerstaff2013-12-111-1/+0
* more cmake changesTycho Bickerstaff2013-12-102-2/+13
* more cmakeTycho Bickerstaff2013-12-102-0/+17
* started work on cmakeTycho Bickerstaff2013-12-101-0/+7
* Fixed tolua++ compilation.madmaxoft2013-12-083-4/+4
* Removed unused ToLua files.madmaxoft2013-12-086-16332/+0
* Removed faulty .gitattributes.madmaxoft2013-11-271-8/+8
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-272-5/+5
* Fixed all outstanding VS compilation issuesTiger Wang2013-11-251-1/+1
* Further attempts to fix compileTiger Wang2013-11-253-7/+7
* Attempt to fix compilationTiger Wang2013-11-2411-22/+22
* Moved SQLite, LuaExpat, and MD5 to /libTiger Wang2013-11-248-0/+148557
* Moved tolua++Alexander Harkness2013-11-2457-0/+25232
* Moved zlibAlexander Harkness2013-11-2428-0/+13968
* Moved LuaAlexander Harkness2013-11-2461-0/+17630
* Moved JSONCPPAlexander Harkness2013-11-2416-0/+6513
* Moved iniFileAlexander Harkness2013-11-242-0/+1012
* Moved expatAlexander Harkness2013-11-2418-0/+13475
* move cryptopp into libAlexander Harkness2013-11-24193-0/+48154