Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-09-18 | - Some corrections to Basilica. | zephyrus | 1 | -2/+0 |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -0/+1 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -1/+3 |
2008-08-23 | - Completed Mercenary Create, Delete, Save. Tests OK. | zephyrus | 1 | -1/+2 |
2008-08-20 | - New invisible walls system (for WOE SE and Battlegrounds). | zephyrus | 1 | -1/+119 |
2008-08-15 | Split off mapreg code from script.c | ultramage | 1 | -3/+4 |
2008-08-10 | Some small code cleaning | ultramage | 1 | -108/+147 |
2008-07-30 | Removed the IRC bot system, now a customization (see topic:194306) | ultramage | 1 | -6/+0 |
2008-07-29 | - Fixed a bug with Status Resist Potion. | zephyrus | 1 | -0/+1 |
2008-07-27 | Cleaned up several poorly chosen loginlog variable names. | ultramage | 1 | -8/+6 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -42/+2 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -3/+3 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -4/+49 |
2008-06-07 | Fixed a few properties of NPC_CHANGEUNDEAD bugreport:79 | shadow | 1 | -0/+3 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -0/+2 |
2008-05-02 | * Fixed missing iterator destruction in the map_foreach* functions (followup ... | FlavioJS | 1 | -2/+5 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -20/+70 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -8/+16 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -4/+4 |
2008-03-29 | - Fixed a visual bug in mail when sending Zeny. | zephyrus | 1 | -0/+3 |
2008-03-28 | - Fixing a bug in map_nick2sd. Also fixed on Stable. | zephyrus | 1 | -12/+11 |
2008-03-27 | - Fixed a bug in map_nick2sd (sometimes we can have 3 chars with similar name... | zephyrus | 1 | -10/+8 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -9/+9 |
2008-03-22 | Mobs with no respawn information which don't have a master will not get unloa... | ultramage | 1 | -0/+3 |
2008-03-21 | Added VS9 project files. Removed redundant map_getallusers() function | Lupus | 1 | -40/+0 |