Age | Commit message (Expand) | Author | Files | Lines |
2011-12-18 | mob_read_sqlskilldb func [CalciumKid] | calciumkid | 1 | -0/+2 |
2011-12-15 | BuildBot console report code | shennetsind | 1 | -0/+4 |
2011-12-14 | Added support for item_db_re table renaming in inter_athena.conf | shennetsind | 1 | -0/+3 |
2011-12-09 | - Updated some URLs. | brianluau | 1 | -3/+3 |
2011-12-09 | Battlegrounds bug fix, bugreport:4996 | shennetsind | 1 | -0/+2 |
2011-12-05 | Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ... | shennetsind | 1 | -54/+102 |
2011-09-08 | * Fix C++ compilation issues. | flaviojs | 1 | -4/+4 |
2011-08-10 | - Commiting a bunch of cleanups piled up from the past few weeks/months/years. | Skotlex | 1 | -1/+1 |
2011-07-06 | * Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of... | flaviojs | 1 | -1/+1 |
2011-07-02 | * Random updates to instance system. | ai4rei | 1 | -3/+1 |
2011-06-30 | Replaced custom type 'intptr' with standard 'intptr_t'. | ultramage | 1 | -3/+3 |
2011-06-16 | * Merges from charmerge: | flaviojs | 1 | -1/+28 |
2011-05-14 | * Moved bitfield 'boss' inside 'spawn_data' and 'mob_data' into the respectiv... | ai4rei | 1 | -1/+1 |
2011-05-14 | * Random accumulated bits and pieces. | ai4rei | 1 | -2/+24 |
2011-05-01 | * Removed functions 'decode_zip' (ancient) and 'encode_zip' (from r824) from ... | ai4rei | 1 | -1/+1 |
2011-04-09 | * Moved duel code into a separate file. | ai4rei | 1 | -0/+3 |
2011-03-19 | Removed leftovers of old charcommand config (follow-up to r13403). | Gepard | 1 | -3/+0 |
2011-02-14 | * Fixed drop list of map flag 'pvp_nightmaredrop' not getting cleared upon @r... | ai4rei | 1 | -0/+1 |
2011-01-19 | * Fixed solo dance/star gladiator warm AoE no longer following the owner and ... | ai4rei | 1 | -0/+1 |
2011-01-14 | * Removed unconditional redundant status change checks before status_change_e... | ai4rei | 1 | -61/+29 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -34/+34 |
2011-01-13 | * Fixed mapflags 'restricted', 'nocommand', 'bexp' and 'jexp' still not getti... | ai4rei | 1 | -5/+9 |
2011-01-13 | * Reformatting and minor cleanups to console-plugin related code. | ai4rei | 1 | -21/+35 |
2010-12-29 | * Collection of random insignificant changes. | ai4rei | 1 | -0/+5 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 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-02 | * Fixed mapflags not getting initialized upon @reloadscript (bugreport:2247, ... | ai4rei | 1 | -2/+17 |
2010-12-01 | * Fixed using main chat nick longer than 15 characters would cause a buffer o... | ai4rei | 1 | -1/+1 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -3/+3 |
2010-11-28 | * Resolved multiple issues with the party booking system (bugreport:4573, sin... | ai4rei | 1 | -1/+1 |
2010-11-23 | * Fixed map-server displaying 'PK Mode' notice only for pk_mode 1 (since r8402). | ai4rei | 1 | -1/+1 |
2010-11-02 | Applied patch by xazax to clean up various bits of code across mapserver code... | Paradox924X | 1 | -2/+2 |
2010-10-11 | Added NULL initialization to info variable in map_readfromcache() to satiate ... | Paradox924X | 1 | -1/+1 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -7/+7 |
2010-10-06 | * Touched up the party booking patch, seems I forgot some lines in clif.c...a... | L0ne_W0lf | 1 | -1/+0 |
2010-10-05 | * Added Spira's Party Booking System implementation | L0ne_W0lf | 1 | -0/+2 |
2010-09-07 | Ensure a pointer is valid within map_readfromcache() before attempting to acc... | Paradox924X | 1 | -1/+1 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -2/+2 |
2010-08-16 | - Merged Shinryo's patch to speed up map-cache loading. | Skotlex | 1 | -38/+80 |
2010-04-01 | - Fixed 'OnPCLogoutEvent' being queued and never executed if | brianluau | 1 | -0/+3 |
2010-02-27 | Some generic code cleanups (unused struct, user counting, code comment). | ultramage | 1 | -9/+0 |
2010-02-10 | - Fixed a misleading description. (bugreport:4008) | brianluau | 1 | -3/+3 |
2009-11-26 | Moved log_sql_init() call up in map-server-init to after after map_sql_init()... | Paradox924X | 1 | -4/+2 |
2009-11-24 | Fixed instances not initializing after reloadscript (bugreport:3522). | ultramage | 1 | -1/+1 |
2009-11-13 | Resolved a client hang in the scenario where the client sent loadendack befor... | ultramage | 1 | -0/+4 |
2009-11-01 | * Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36... | L0ne_W0lf | 1 | -0/+2 |
2009-10-25 | Reverted renaming foreach functions and create a new one for OnTouch so that ... | Inkfish | 1 | -4/+64 |
2009-10-25 | * Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b... | Inkfish | 1 | -3/+5 |
2009-10-04 | - Added a missing space in help.txt (bugreport:3632) | brianluau | 1 | -1/+0 |