summaryrefslogtreecommitdiff
path: root/src/tool
AgeCommit message (Expand)AuthorFilesLines
2012-03-20- Fixed CMake compilation (libconfig integrated into common_base).flaviojs1-1/+1
2012-03-02Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ...gepard19841-1/+1
2012-02-16- Removed outdated version number handling (follow-up to r11503).gepard19841-4/+4
2012-02-13 - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l...gepard19841-2/+12
2011-12-11* Merged changes up to eAthena 15014.eathenabot2-2/+4
2011-09-08* Fix C++ compilation issues.flaviojs1-1/+1
2011-07-22* CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE.flaviojs1-4/+6
2011-07-21* CMake: Only install template files if they don't already exist.flaviojs1-4/+2
2011-07-12* CMake: set project language to C, added module FindFunctionLibrary, added s...flaviojs1-2/+2
2011-07-10* CMake: added txt-converter targets, added warning for 64bit, added list of ...flaviojs1-1/+2
2011-07-09* CMake: added search for math library, made CPack existence optional, update...flaviojs1-1/+1
2011-07-07* CMake: normalized variable names, added ability to create a package/installer.flaviojs1-28/+7
2011-07-06* CMake: src/common builds static libraries common_base/common_sql, that are ...flaviojs1-11/+23
2011-07-06* Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of...flaviojs1-2/+2
2011-07-01* CMake: marked executables as different components and other miscellaneous c...flaviojs1-1/+3
2011-06-29* Added experimental support for CMake. (for now: basic build, no extras, onl...flaviojs1-0/+49
2011-05-01* Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ...ai4rei1-1/+1
2011-01-01* Updates to map cache generator tool.ai4rei4-894/+56
2010-12-28* Removed unmaintained and broken 'adduser' tool (topic:262284).ai4rei2-111/+4
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei2-9/+9
2010-12-07Removed unnecessary reference operator from scanf calls passing character str...Paradox924X1-3/+3
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X2-9/+9
2009-01-24* Changed the variables of the mapcache structs to fixed size equivalents. (6...FlavioJS2-43/+41
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage3-312/+9
2008-01-30Added back the GRF_PATH_FILENAME variable and commandline parameter.ultramage1-1/+1
2007-12-26Fixed the incorrect interpretation of the map-cell height information stored ...ultramage1-11/+9
2007-11-30* Random cleanup/documentation.FlavioJS1-6/+6
2007-11-26* Normalized makefiles:FlavioJS1-4/+10
2007-10-31Commented out msg_athena.conf strings disabled in r11625.ultramage2-2/+2
2007-10-20Fixed a nasty bug from r11410 which let people create chars with already take...ultramage1-3/+3
2007-10-17Using predefined constants as parameters to the exit() function.ultramage2-4/+4
2007-10-13Fixed memleak hell during mapserver shutdown (if grf reading is used and the ...ultramage1-5/+11
2007-09-20* Merged the tmpsql branch:FlavioJS2-14/+28
2007-09-13Wiped out every mention of RETCODE from /src.ultramage1-3/+1
2007-05-25Corrected some weird fgets() statements, plus reformatted themultramage4-6/+10
2007-05-19Reformatting @_@ultramage1-3/+4
2007-05-05- imported the latest working grfio code from stableultramage1-3/+1
2007-04-29Gave each file an empty last line, to make svn happierultramage1-1/+0
2007-04-17* Discarded extra deflate function needed for afm readingultramage4-167/+68
2007-04-16Partially deobfuscated the grfio moduleultramage1-166/+115
2007-04-16* Finally fixed mingw problems, managed to build both TXT and SQLultramage1-4/+3
2007-04-16Small bugfixes and enhancements to the map cache generatorDracoRPG2-3/+7
2007-04-09* Played around with MinGW a bit today...ultramage1-1/+0
2007-04-08- Added missing header to mapcache.cultramage1-0/+1
2007-04-07- Fixed the platform-specific stricmp compilation problemultramage1-3/+3
2007-04-07- Added function str2ip() to do platform-safe conversionsultramage1-4/+4
2007-04-07- Moved e_mail_check() and config_switch() to strlib.hultramage1-1/+0
2007-04-06I'm still here!DracoRPG2-61/+154
2007-03-27- Removed a missing file reference in the athena-start scriptultramage4-4/+3
2007-03-15Fixed compilation of the mapcache builder under linuxtoms3-1/+4