Age | Commit message (Expand) | Author | Files | Lines |
2012-04-22 | * Merged changes up to eAthena 15088. | eathenabot | 1 | -1/+1 |
2012-04-21 | Add CMakeLists.txt changes missing from r15885 | flaviojs | 1 | -0/+2 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 5 | -29/+214 |
2012-04-20 | =General | technote24 | 1 | -1/+4 |
2012-04-19 | =General | technote24 | 1 | -2/+5 |
2012-04-04 | Changed some defines into an enumerator. | protimus | 2 | -25/+23 |
2012-04-03 | Cleanup of conditions for old clients. | protimus | 1 | -7/+0 |
2012-03-21 | - Fixed characters being automatically deleted when confirmation was required... | epoque11 | 1 | -23/+2 |
2012-03-20 | - Fixed character deletion not updating the client when char_del_delay was se... | epoque11 | 1 | -0/+16 |
2012-03-20 | - Fixed CMake compilation (libconfig integrated into common_base). | flaviojs | 1 | -2/+2 |
2012-03-20 | - Fixed Clown/Gypsy/Minstrel/Wanderer not receiving skill points upon change-sex | epoque11 | 1 | -12/+4 |
2012-03-19 | - Updated existing registry saving code to perform one single uniform query. ... | epoque11 | 1 | -15/+22 |
2012-03-13 | Fixed char-server notifying map-servers only about first 30 maps (on other ma... | gepard1984 | 1 | -2/+2 |
2012-03-13 | Fixed mail system not notifying about new messages that were received from an... | gepard1984 | 1 | -1/+2 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 3 | -26/+50 |
2012-03-11 | * Added packets for clients 2012-03-07+ | Protimus | 1 | -1/+24 |
2012-03-09 | Code cleanup: replaced `DBIterator` function calls with macros where possible. | gepard1984 | 2 | -13/+8 |
2012-03-05 | - Guild Castle code cleanup: | gepard1984 | 1 | -21/+3 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 3 | -205/+126 |
2012-03-02 | Updated CMakeLists (follow-up to r15572, r15586) (patch provided by Saithis, ... | gepard1984 | 1 | -1/+1 |
2012-03-02 | Replaced some magic numbers related to castle guardians with `MAX_GUARDIANS`. | gepard1984 | 1 | -18/+6 |
2012-02-18 | Fixed char server's 0x2b05 not skipping it's full length. | shennetsind | 1 | -3/+2 |
2012-02-16 | - Removed outdated version number handling (follow-up to r11503). | gepard1984 | 2 | -2/+1 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 2 | -2/+2 |
2012-02-13 | - Added `libconfig` (configuration file library: http://www.hyperrealm.com/l... | gepard1984 | 2 | -17/+25 |
2012-02-07 | Removed some TXT converter leftovers (follow-up to r15503). | gepard1984 | 1 | -4/+0 |
2012-01-30 | - Removed more trailing tabs. | brianluau | 2 | -4/+4 |
2012-01-30 | - Removed trailing tabs, and fixed some spacing. | brianluau | 1 | -2/+2 |
2012-01-23 | ` Added renaming support for the remaining 'ragnarok' tables in the inter_ath... | xantara | 4 | -24/+42 |
2012-01-22 | Minor cleanups, mostly reducing scopes. | xazax-hun | 1 | -2/+1 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 26 | -4750/+6099 |
2011-12-18 | * Merged changes up to eAthena 15034. | eathenabot | 1 | -1/+5 |
2011-12-11 | * Merged changes up to eAthena 15032. | eathenabot | 1 | -1/+1 |
2011-12-11 | * Merged changes up to eAthena 15024. | eathenabot | 1 | -2/+2 |
2011-10-16 | * Added field for the change slot feature to character select list packet for... | ai4rei | 1 | -1/+5 |
2011-10-09 | * Rework some party code. | flaviojs | 2 | -24/+22 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -2/+2 |
2011-08-10 | - added sending a dummy 0x08b9 packet in the char-server, required to support... | Skotlex | 1 | -0/+10 |
2011-07-22 | * CMake: Added options BUILD_TXT_SERVERS, BUILD_SQL_SERVERS, BUILD_MAPCACHE. | flaviojs | 1 | -4/+2 |
2011-07-21 | * CMake: Only install template files if they don't already exist. | flaviojs | 1 | -5/+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 | -17/+24 |
2011-07-10 | * Changed limit definitions used in WBUF* and WFIFO* to the intended fixed si... | flaviojs | 1 | -14/+14 |
2011-07-07 | * CMake: normalized variable names, added ability to create a package/installer. | flaviojs | 1 | -3/+4 |
2011-07-06 | * CMake: src/common builds static libraries common_base/common_sql, that are ... | flaviojs | 1 | -54/+34 |
2011-07-01 | * CMake: marked executables as different components and other miscellaneous c... | flaviojs | 1 | -1/+7 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -12/+12 |
2011-06-29 | * Added experimental support for CMake. (for now: basic build, no extras, onl... | flaviojs | 1 | -0/+64 |
2011-06-27 | * Added common/random and 3rdparty/mt19937ar to project files, makefiles and ... | flaviojs | 1 | -7/+14 |
2011-06-22 | Added enum e_skill_flag to represent the values of struct s_skill's complicat... | ultramage | 2 | -5/+5 |