Age | Commit message (Expand) | Author | Files | Lines |
2011-12-11 | * Merged changes up to eAthena 15014. | eathenabot | 2 | -2/+4 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -1/+1 |
2011-07-22 | * CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE. | flaviojs | 1 | -4/+6 |
2011-07-21 | * CMake: Only install template files if they don't already exist. | flaviojs | 1 | -4/+2 |
2011-07-12 | * CMake: set project language to C, added module FindFunctionLibrary, added s... | flaviojs | 1 | -2/+2 |
2011-07-10 | * CMake: added txt-converter targets, added warning for 64bit, added list of ... | flaviojs | 1 | -1/+2 |
2011-07-09 | * CMake: added search for math library, made CPack existence optional, update... | flaviojs | 1 | -1/+1 |
2011-07-07 | * CMake: normalized variable names, added ability to create a package/installer. | flaviojs | 1 | -28/+7 |
2011-07-06 | * CMake: src/common builds static libraries common_base/common_sql, that are ... | flaviojs | 1 | -11/+23 |
2011-07-06 | * Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of... | flaviojs | 1 | -2/+2 |
2011-07-01 | * CMake: marked executables as different components and other miscellaneous c... | flaviojs | 1 | -1/+3 |
2011-06-29 | * Added experimental support for CMake. (for now: basic build, no extras, onl... | flaviojs | 1 | -0/+49 |
2011-05-01 | * Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ... | ai4rei | 1 | -1/+1 |
2011-01-01 | * Updates to map cache generator tool. | ai4rei | 4 | -894/+56 |
2010-12-28 | * Removed unmaintained and broken 'adduser' tool (topic:262284). | ai4rei | 2 | -111/+4 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 2 | -9/+9 |
2010-12-07 | Removed unnecessary reference operator from scanf calls passing character str... | Paradox924X | 1 | -3/+3 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 2 | -9/+9 |
2009-01-24 | * Changed the variables of the mapcache structs to fixed size equivalents. (6... | FlavioJS | 2 | -43/+41 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 3 | -312/+9 |
2008-01-30 | Added back the GRF_PATH_FILENAME variable and commandline parameter. | ultramage | 1 | -1/+1 |
2007-12-26 | Fixed the incorrect interpretation of the map-cell height information stored ... | ultramage | 1 | -11/+9 |
2007-11-30 | * Random cleanup/documentation. | FlavioJS | 1 | -6/+6 |
2007-11-26 | * Normalized makefiles: | FlavioJS | 1 | -4/+10 |
2007-10-31 | Commented out msg_athena.conf strings disabled in r11625. | ultramage | 2 | -2/+2 |
2007-10-20 | Fixed a nasty bug from r11410 which let people create chars with already take... | ultramage | 1 | -3/+3 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 2 | -4/+4 |
2007-10-13 | Fixed memleak hell during mapserver shutdown (if grf reading is used and the ... | ultramage | 1 | -5/+11 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 2 | -14/+28 |
2007-09-13 | Wiped out every mention of RETCODE from /src. | ultramage | 1 | -3/+1 |
2007-05-25 | Corrected some weird fgets() statements, plus reformatted them | ultramage | 4 | -6/+10 |
2007-05-19 | Reformatting @_@ | ultramage | 1 | -3/+4 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 1 | -3/+1 |
2007-04-29 | Gave each file an empty last line, to make svn happier | ultramage | 1 | -1/+0 |
2007-04-17 | * Discarded extra deflate function needed for afm reading | ultramage | 4 | -167/+68 |
2007-04-16 | Partially deobfuscated the grfio module | ultramage | 1 | -166/+115 |
2007-04-16 | * Finally fixed mingw problems, managed to build both TXT and SQL | ultramage | 1 | -4/+3 |
2007-04-16 | Small bugfixes and enhancements to the map cache generator | DracoRPG | 2 | -3/+7 |
2007-04-09 | * Played around with MinGW a bit today... | ultramage | 1 | -1/+0 |
2007-04-08 | - Added missing header to mapcache.c | ultramage | 1 | -0/+1 |
2007-04-07 | - Fixed the platform-specific stricmp compilation problem | ultramage | 1 | -3/+3 |
2007-04-07 | - Added function str2ip() to do platform-safe conversions | ultramage | 1 | -4/+4 |
2007-04-07 | - Moved e_mail_check() and config_switch() to strlib.h | ultramage | 1 | -1/+0 |
2007-04-06 | I'm still here! | DracoRPG | 2 | -61/+154 |
2007-03-27 | - Removed a missing file reference in the athena-start script | ultramage | 4 | -4/+3 |
2007-03-15 | Fixed compilation of the mapcache builder under linux | toms | 3 | -1/+4 |
2007-03-15 | Updated the src/tool/Makefile to allow compiling the mapcache builder | DracoRPG | 1 | -2/+6 |
2007-03-13 | Mapcache update, should polish off remaining bugs | DracoRPG | 1 | -4/+3 |
2007-03-09 | - Took care of all the warnings in grfio and mapcache. | FlavioJS | 2 | -37/+88 |
2007-03-07 | New mapcache system :x | DracoRPG | 1 | -18/+13 |