Age | Commit message (Expand) | Author | Files | Lines |
2011-12-23 | - Removed unused "save_log" setting (addepted from char server, used to debug... | GodLesZ | 1 | -5/+1 |
2011-10-09 | * Rework some party code. | flaviojs | 1 | -9/+10 |
2011-05-14 | * Added settings 'cashshop_show_points' and 'mail_show_status', both disabled... | ai4rei | 1 | -1/+1 |
2010-12-18 | * Bunch of intif_parse_LoadGuildStorage fixes. | ai4rei | 1 | -4/+1 |
2010-12-11 | * Fixed error message in intif_parse_mercenary_received printing wrong struct... | ai4rei | 1 | -1/+1 |
2010-12-09 | * Removed some of the duplicate, storage-related packet code. | ai4rei | 1 | -1/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -3/+3 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -3/+3 |
2010-12-02 | * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). | ai4rei | 1 | -2/+2 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -10/+9 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -4/+4 |
2010-06-01 | Replaced all occurrences of 'leaved' with 'withdraw'. | Paradox924X | 1 | -7/+7 |
2009-11-03 | Extended broadcast implementation: | Gepard | 1 | -20/+31 |
2009-10-27 | * Cast time of Emergency Call is doubled if you master of High Jump. | Inkfish | 1 | -2/+3 |
2009-10-27 | Fixed quest will never get erased when it's the only quest you have. | Inkfish | 1 | -2/+7 |
2009-09-04 | * QuestLog Fix. | Inkfish | 1 | -0/+12 |
2009-08-21 | Fixed the wrong packet length makes client choke when add_quest packets are s... | Inkfish | 1 | -21/+3 |
2009-08-12 | - Optimization to instance system. | zephyrus | 1 | -2/+1 |
2009-07-28 | * Some more updates to Quest Log | Inkfish | 1 | -50/+30 |
2009-07-26 | * Some updates of Quest Log system | Inkfish | 1 | -1/+1 |
2009-07-25 | Rewrote Quest Log system. | Inkfish | 1 | -6/+33 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -1/+9 |
2009-06-16 | Fixed an exploit that makes guild skill get higher level than the max defined... | Inkfish | 1 | -3/+4 |
2009-03-16 | Fixed a logic typo in one empty string check (from r4823). | ultramage | 1 | -1/+1 |
2009-01-05 | Moved the 'changed' mailbox flag from shared mmo.h to mapserver-only. | ultramage | 1 | -4/+9 |
2008-09-11 | Removed a few out of date messages from msg_athena, and updated some others. | L0ne_W0lf | 1 | -2/+2 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -1/+2 |
2008-08-23 | - Completed Mercenary Create, Delete, Save. Tests OK. | zephyrus | 1 | -1/+46 |
2008-08-23 | - Added column `mer_id` on char_db | zephyrus | 1 | -4/+14 |
2008-08-23 | - Mercenary Packets (Server to Client). Still need a little more info. | zephyrus | 1 | -1/+39 |
2008-07-15 | Removed the party_share_conflict() check. | ultramage | 1 | -13/+0 |
2008-07-13 | Modified storage data loading | ultramage | 1 | -76/+1 |
2008-07-13 | storage code cleanup (no behavioral changes yet) | ultramage | 1 | -2/+2 |
2008-07-10 | Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl... | ultramage | 1 | -8/+8 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -1/+1 |
2008-04-14 | Some more updates to the quest log system. It has been completely moved to th... | Kevin | 1 | -7/+36 |
2008-04-13 | Major updates to the quest system. | Kevin | 1 | -1/+58 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -3/+5 |
2008-03-12 | - Fixed bug report 1170. | zephyrus | 1 | -0/+8 |
2008-03-08 | - Auction System implementation completed. | zephyrus | 1 | -6/+64 |
2008-03-08 | - Added support for Auction Close and Cancel. | zephyrus | 1 | -0/+58 |
2008-03-07 | - Fixed some bugs on auction. | zephyrus | 1 | -1/+1 |
2008-03-07 | - More updates to Auctions. Now you "really" can register auctions, limit to ... | zephyrus | 1 | -9/+34 |
2008-03-07 | - Missing update for @auction. | zephyrus | 1 | -1/+1 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -2/+54 |
2008-03-02 | - New optimizations for mail system and adjust to use it on Auctions. | zephyrus | 1 | -1/+4 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -21/+10 |
2008-01-06 | Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge... | ultramage | 1 | -5/+0 |
2007-12-22 | Fixed mob AI code iterating over non-mob objects without checking, when monst... | ultramage | 1 | -0/+1 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -3/+2 |