Age | Commit message (Expand) | Author | Files | Lines |
2013-04-01 | Fixed mapcache compile-time make warning | shennetsind | 1 | -3/+4 |
2013-03-17 | Re-Introducing Console Input | shennetsind | 1 | -2/+2 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -242/+242 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -242/+242 |
2012-11-23 | -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl... | glighta | 1 | -9/+7 |
2012-11-23 | - Fixed dumb warning (follow up to r16950) -_- | momacabu | 1 | -1/+1 |
2012-11-23 | - There will now be a warning regarding to map name length limitation (part o... | momacabu | 1 | -0/+2 |
2012-11-09 | Follow up r16884 fixed a typo =X | shennetsind | 1 | -1/+1 |
2012-11-09 | Fixed bugreport:6209 / Follow up r16867 : updated mapcache to write onto its ... | shennetsind | 2 | -3/+16 |
2012-06-11 | Fixed bugreport:5990 OSX compiling error / warnings | blacksirius | 1 | -1/+1 |
2012-06-01 | feature merge bs-coreoptimize->trunk: Build Output Cleanup, Makefile Common D... | blacksirius | 1 | -3/+6 |
2012-05-13 | - Full revert of r16105 and r16106. | eathenabot | 1 | -6/+2 |
2012-05-12 | * Merged changes up to eAthena 15095. | eathenabot | 1 | -2/+6 |
2012-05-02 | Fixed 2 buildbot warnings throughout multiple operating systems. | shennetsind | 1 | -3/+5 |
2012-03-20 | - Fixed CMake compilation (libconfig integrated into common_base). | flaviojs | 1 | -1/+1 |
2012-03-02 | Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ... | gepard1984 | 1 | -1/+1 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 1 | -4/+4 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 1 | -2/+12 |
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 |