Age | Commit message (Expand) | Author | Files | Lines |
2011-12-19 | * Merged changes up to eAthena 15036. | eathenabot | 1 | -2/+1 |
2011-12-17 | - Replaced log_config.enable_logs constants with LOG_ enums that existed sinc... | brianluau | 1 | -6/+6 |
2011-12-14 | - Updated msg_athena.conf to include castle counts up to 34. (bugreport:1522) | brianluau | 1 | -18/+18 |
2011-12-13 | - Fixed hidden GMs being processed in the PVP ranking timer | epoque11 | 1 | -0/+21 |
2011-12-12 | Corrected an event mob being summoned in Endless tower (bugreport:4942) | jmanfffreak | 1 | -1/+5 |
2011-12-10 | Added client feedback to @cash and @points | calciumkid | 1 | -4/+15 |
2011-12-09 | New Battle Config: gm.conf/atcommand_max_stat_bypass for bugreport:3301 | shennetsind | 1 | -11/+14 |
2011-12-09 | @command log bug fix, bugreport:4010 | shennetsind | 1 | -8/+7 |
2011-12-08 | Fixed @reloadskilldb, bugreport:4412 and in the flow of that mercenary db is ... | shennetsind | 1 | -0/+2 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -73/+257 |
2011-09-20 | * Applied map flag update patch provided by Daegaladh. Will mess with custom ... | L0ne_W0lf | 1 | -0/+2 |
2011-08-10 | - Commiting a bunch of cleanups piled up from the past few weeks/months/years. | Skotlex | 1 | -7/+9 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -1/+1 |
2011-06-26 | * Fixed @mobinfo displaying mvp rewards with 'AegisName' although normal drop... | ai4rei | 1 | -2/+2 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -15/+1 |
2011-05-15 | * Extracted calculations of the number of status points PC gets when leveling... | Gepard | 1 | -3/+3 |
2011-05-14 | * Random accumulated bits and pieces. | ai4rei | 1 | -5/+3 |
2011-04-28 | * Fixed @makehomun not checking for existing homunculus properly and thus all... | ai4rei | 1 | -1/+1 |
2011-04-16 | * Some cleanups related to player and monster states. | ai4rei | 1 | -4/+4 |
2011-04-09 | * Moved duel code into a separate file. | ai4rei | 1 | -0/+1 |
2011-03-27 | * Added separate character state for vending (like for buyingstore), instead ... | ai4rei | 1 | -3/+3 |
2011-03-20 | * Random accumulated tweaks and fixes. | ai4rei | 1 | -24/+25 |
2011-03-08 | * Fixed @item2 and script command 'getitem2' not taking MAX_REFINE define int... | ai4rei | 1 | -2/+2 |
2011-03-08 | * Fixed @str/@agi/@vit/@int/@dex/@luk commands setting a stat to 0 (rather th... | ai4rei | 1 | -1/+1 |
2011-02-23 | * Updates to various custom stuff that buying stores might/are expected to su... | ai4rei | 1 | -2/+2 |
2011-02-19 | * Implemented buying store system (aka. reverse vending, purchase shop) toget... | ai4rei | 1 | -2/+2 |
2011-02-08 | * Updates to various client packets. | ai4rei | 1 | -4/+4 |
2011-01-29 | * Removed @aw/@away which duplicates and collides with client's /am (away mes... | ai4rei | 1 | -26/+0 |
2011-01-28 | * Fixed @accept not checking, whether or not a duel is already full (bugrepor... | ai4rei | 1 | -0/+7 |
2011-01-23 | * Some cleaning here and there. | ai4rei | 1 | -1/+1 |
2011-01-14 | * Removed unconditional redundant status change checks before status_change_e... | ai4rei | 1 | -1/+1 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -5/+5 |
2011-01-08 | * Fixed @homlevel usage message stating, that deleveling is possible, althoug... | ai4rei | 1 | -5/+4 |
2011-01-07 | * Fixed @alootid using 'autolootitem' (internal name) in it's usage message (... | ai4rei | 1 | -4/+4 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -4/+4 |
2010-12-26 | * Fixed items, that get dropped at 100% chance, being reported in @iteminfo a... | ai4rei | 1 | -3/+3 |
2010-12-26 | * Updated commands @delitem/#delitem. | ai4rei | 1 | -39/+49 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 1 | -3/+3 |
2010-12-12 | * Cleaned up MOTD reading (related r292 and r4552). | ai4rei | 1 | -17/+27 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -190/+190 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -190/+190 |
2010-12-03 | * Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a... | ai4rei | 1 | -1/+1 |
2010-12-02 | * Various code tweaks and updates related to item types. | ai4rei | 1 | -9/+5 |
2010-12-02 | * Added support for IT_CASH to @iteminfo, logging filters and item drop rate ... | ai4rei | 1 | -3/+4 |
2010-12-02 | * Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec... | ai4rei | 1 | -2/+2 |
2010-11-30 | * Made skill_tree.txt reading use sv_readdb. [Ai4rei] | ai4rei | 1 | -1/+1 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -11/+11 |
2010-11-26 | * Fixed base and job exp not getting reset on (de)leveling through commands (... | ai4rei | 1 | -8/+8 |
2010-11-23 | * Various small cleanups. | ai4rei | 1 | -16/+58 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -1/+1 |