Age | Commit message (Expand) | Author | Files | Lines |
2013-06-08 | Follow up d73783f22b2bb881aab74524d153d89a5932a199 | shennetsind | 1 | -1/+1 |
2013-06-07 | Hercules Renewal Phase One : pc, party, map, timer | Susu | 1 | -3/+3 |
2013-05-17 | - Made DB and malloc lib HPM-friendly | Susu | 1 | -1/+1 |
2013-05-15 | HPM Update | shennetsind | 1 | -74/+75 |
2013-04-11 | Added birthdate to @accinfo | shennetsind | 1 | -3/+4 |
2013-03-30 | Hercules Renewal: clif.c complete | shennetsind | 1 | -3/+0 |
2013-03-27 | @accinfo update | shennetsind | 1 | -4/+9 |
2013-01-25 | Dropping _athena file suffixes | shennetsind | 1 | -1/+1 |
2013-01-07 | * Implemented Unique identifier for Non stackable items. (tid:69380) | markzd | 1 | -0/+21 |
2012-12-05 | - Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924). | brianluau | 1 | -1028/+994 |
2012-11-25 | Applied AStyle code formating as discussed on tid:74602. | greenboxal2 | 1 | -994/+1028 |
2012-11-24 | -Fix geoipreading cache for Windows, bugreport:6923 | glighta | 1 | -2/+2 |
2012-11-23 | -Apply mkdu95 fix for bugreport:5145 preventing clone if player dead, (for sl... | glighta | 1 | -75/+75 |
2012-11-20 | Console clean up, dropped quite a few pointless messages and modified others ... | shennetsind | 1 | -10/+1 |
2012-10-31 | Improved char server packet 0x3087, gave it a variable/dynamic length so that... | shennetsind | 1 | -7/+9 |
2012-10-29 | -Add some src basic documentation. | glighta | 1 | -4/+4 |
2012-09-16 | Introducing rAthena's anonymous data collector. This aims at improving rAthen... | shennetsind | 1 | -0/+1 |
2012-08-23 | Fixed bugreport:6543, just removing a unused variable. | shennetsind | 1 | -1/+0 |
2012-08-22 | Major cleanup all over the place, made possible by mkbu95's scan-build report... | shennetsind | 1 | -3/+2 |
2012-05-03 | Regularized file not found error messages. | xazax-hun | 1 | -1/+1 |
2012-05-02 | Fixed bugreport:5682 elemental_init was being called instead of final at inter.c | shennetsind | 1 | -1/+1 |
2012-05-02 | Follow up r16025 minor performance improvement on the already-stupid job name... | shennetsind | 1 | -11/+12 |
2012-05-01 | Follow up r16025 fixing gcc warning, special thanks to brian for noticing. | shennetsind | 1 | -1/+2 |
2012-05-01 | Added @accinfo atcommand. "Huge thanks to"/"Credits to" Dekamaster/Nightroad <3. | shennetsind | 1 | -1/+502 |
2012-04-20 | Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t... | shennetsind | 1 | -1/+5 |
2012-03-19 | - Updated existing registry saving code to perform one single uniform query. ... | epoque11 | 1 | -15/+22 |
2012-03-13 | Enhanced `DBMap` implementation to allow storing integer type data in additio... | gepard1984 | 1 | -3/+6 |
2012-03-04 | - Guild Castle code cleanup: | gepard1984 | 1 | -3/+1 |
2012-02-14 | Removed deprecated memory manager macros (follow-up to r14916). | gepard1984 | 1 | -1/+1 |
2012-01-20 | Merged TXT removal branch back to trunk. | gepard1984 | 1 | -378/+384 |
2011-10-09 | * Rework some party code. | flaviojs | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -2/+2 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -2/+2 |
2010-12-01 | * Fixed using main chat nick longer than 15 characters would cause a buffer o... | ai4rei | 1 | -1/+1 |
2009-11-03 | Extended broadcast implementation: | Gepard | 1 | -11/+17 |
2009-06-16 | Fixed an exploit that makes guild skill get higher level than the max defined... | Inkfish | 1 | -1/+1 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -15/+19 |
2008-07-15 | Corrected wrong data loading order in txt storage code causing crashes at sta... | ultramage | 1 | -1/+3 |
2008-04-12 | TXT code has been re uploaded. Please note this does not change the fact that... | Kevin | 1 | -0/+711 |
2008-04-12 | I live in a giant bucket. | Kevin | 1 | -711/+0 |
2008-04-11 | The max_account_id packetver detection mechanism will never cause any connect... | ultramage | 1 | -11/+0 |
2008-04-10 | Modified the charservers to use a DBMap instead of a cyclic array for auth data. | ultramage | 1 | -5/+5 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -26/+22 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -1/+1 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -4/+0 |
2007-11-08 | * Changed EXIT_SUCCESS back to 0 in console.c to avoid an unnecessary include. | FlavioJS | 1 | -4/+4 |
2007-10-24 | * Cleaned up some messy guild code (more to come) | ultramage | 1 | -5/+5 |
2007-10-18 | Some code cleaning... | ultramage | 1 | -1/+1 |
2007-10-17 | Using predefined constants as parameters to the exit() function. | ultramage | 1 | -1/+1 |
2007-09-20 | * Merged the tmpsql branch: | FlavioJS | 1 | -5/+4 |