Age | Commit message (Expand) | Author | Files | Lines |
2009-01-20 | - Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat... | zephyrus | 1 | -2/+4 |
2009-01-12 | Added regen_db to reduce hp/sp processing delays (bugreport:2256). | ultramage | 1 | -1/+2 |
2008-12-18 | Removed charcommand code while allowing atcommand code to support its functio... | sketchyphoenix | 1 | -1/+0 |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -2/+3 |
2008-09-03 | - Starting Mercenary Skill implementation. | zephyrus | 1 | -5/+5 |
2008-09-01 | - Something i forget to commit mmo.h. | zephyrus | 1 | -0/+3 |
2008-08-24 | - Mercenary Dismiss packet and some corrections. | zephyrus | 1 | -1/+1 |
2008-08-22 | - Mercenary data structures. | zephyrus | 1 | -0/+2 |
2008-08-20 | - New invisible walls system (for WOE SE and Battlegrounds). | zephyrus | 1 | -0/+11 |
2008-08-20 | - Removed my barricade implementation. Not required in WoE SE. | zephyrus | 1 | -8/+0 |
2008-08-10 | Some small code cleaning | ultramage | 1 | -1/+0 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -1/+0 |
2008-07-26 | - Implemented official Convex Mirror (With help of Yomanda and Sirius White) | zephyrus | 1 | -0/+2 |
2008-07-06 | * Slight cleanup of item-based walk speed bonuses | ultramage | 1 | -1/+2 |
2008-05-26 | Moved the options to disable specific compiler warnings from the generic 'Add... | ultramage | 1 | -1/+1 |
2008-05-26 | Increased the allowed packet size for chat messages. | ultramage | 1 | -1/+1 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -3/+4 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -2/+3 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -1/+1 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -0/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -1/+4 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -781/+3 |
2008-03-21 | Added VS9 project files. Removed redundant map_getallusers() function | Lupus | 1 | -1/+0 |
2008-03-20 | - Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ... | zephyrus | 1 | -0/+1 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -0/+1 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -3/+3 |
2008-03-13 | - Added a fix for Abracadabra, this skills allways should use minimum a Yello... | zephyrus | 1 | -0/+9 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -2/+1 |
2008-03-12 | * Added a message to let know the client if the mail inbox is full. | zephyrus | 1 | -0/+1 |
2008-03-11 | Replaced clif_countusers() with a more efficient alternative (thanks to the f... | ultramage | 1 | -0/+1 |
2008-03-07 | - Added config settings mob_active_time and boss_active_time, what they do is... | skotlex | 1 | -1/+1 |
2008-03-05 | - Merged Auction Search and Register. It seen to work fine, so you can test t... | zephyrus | 1 | -0/+5 |
2008-03-02 | - The last, i hope, fix to the mail system. | zephyrus | 1 | -0/+1 |
2008-02-28 | - Added cash shop support. (i need to add documentation, working on it). | zephyrus | 1 | -1/+3 |
2008-02-28 | Adjusted const.txt's cell type numbers to match changes in r12247 | ultramage | 1 | -1/+1 |
2008-02-27 | * Removed NODAMAGE and ICEWALL cell types (mem usage back to normal) | ultramage | 1 | -6/+0 |
2008-02-26 | - Added new settings for autotrade on battle/misc.conf (you can read descript... | zephyrus | 1 | -0/+1 |
2008-02-22 | * Removed code in socket.c that tries to avoid send buffer overloading, as th... | ultramage | 1 | -1/+1 |
2008-02-21 | - Fixed new guilds displaying online-connect member count at 0 rather than 1,... | skotlex | 1 | -9/+3 |
2008-02-14 | - Some optimizations to @noks (now using a Status Change timer). | zephyrus | 1 | -5/+1 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -0/+9 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 1 | -2/+1 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -1/+7 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 1 | -1/+1 |
2008-02-03 | * Added an iterator to map.h/c. | FlavioJS | 1 | -0/+19 |
2008-01-30 | Added back the GRF_PATH_FILENAME variable and commandline parameter. | ultramage | 1 | -0/+1 |
2008-01-26 | Some random cleaning | ultramage | 1 | -3/+0 |
2008-01-14 | * Client packet corrections | ultramage | 1 | -0/+1 |
2008-01-14 | Simplified the BL_CAST macro (see topic:166795) | ultramage | 1 | -2/+2 |