Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-08-12 | - Optimization to instance system. | zephyrus | 1 | -548/+20 |
2009-07-29 | - Fixed a bug cleaning instance variable on party when instance is destroy. | zephyrus | 1 | -2/+4 |
2009-07-29 | * Fixed damage_level is not calculated properly on normal attack. | Inkfish | 1 | -0/+2 |
2009-07-25 | Rewrote Quest Log system. | Inkfish | 1 | -0/+2 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -4/+569 |
2009-06-04 | * Updates to ST_PRESERVE and a few other minor details! | L0ne_W0lf | 1 | -0/+7 |
2009-05-25 | Now we can use 'boss_monster' to summon whatever monsters that need to be rad... | Inkfish | 1 | -9/+9 |
2009-05-15 | - Fixed a bunch of invalid memory access bugs as reported by Valgrind. | skotlex | 1 | -2/+2 |
2009-04-23 | Fixed several occurences of map_freeblock() being used before map_deliddb() (... | ultramage | 1 | -1/+1 |
2009-04-05 | The dynamic mobs system will no longer de-spawn mvps (because it's annoying a... | ultramage | 1 | -0/+3 |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 1 | -0/+5 |
2009-02-23 | * Consolidated is_atcommand() and is_atcommand_sub() | sketchyphoenix | 1 | -1/+1 |
2009-02-02 | Fixing r13503... | ultramage | 1 | -3/+8 |
2009-01-31 | objects[] array removal (bugreport:2559) | ultramage | 1 | -120/+26 |
2009-01-24 | * Changed the variables of the mapcache structs to fixed size equivalents. (6... | FlavioJS | 1 | -7/+10 |
2009-01-24 | * Changed all uses of struct skill_unit_group* to group_id in status_change_e... | FlavioJS | 1 | -2/+2 |
2009-01-13 | Mobs with nonzero spawn time can now be cached as well, saving some more cpu/... | ultramage | 1 | -5/+8 |
2009-01-12 | Added regen_db to reduce hp/sp processing delays (bugreport:2256). | ultramage | 1 | -0/+32 |
2008-12-23 | * Added a few missing atcommands. | sketchyphoenix | 1 | -1/+1 |
2008-12-18 | Removed charcommand code while allowing atcommand code to support its functio... | sketchyphoenix | 1 | -5/+1 |
2008-11-22 | * Hunted down improper uses of va_list variables. | FlavioJS | 1 | -38/+49 |