Age | Commit message (Expand) | Author | Files | Lines |
2008-07-03 | Adjusted Free Cast code so that its walk penalty gets calculated in status_ca... | ultramage | 1 | -1/+0 |
2008-06-02 | - Added support for OnTouchNPC event, required for Monster Race. Script comma... | zephyrus | 1 | -0/+1 |
2008-05-29 | - Support for SP Regen status just like HP Regen (by items, by a little time)... | zephyrus | 1 | -0/+1 |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -1/+11 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 1 | -2/+0 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -2/+2 |
2008-04-06 | Unequip should no longer remove any buff from seven wind. (bugreport:1155) | Kevin | 1 | -0/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -4/+6 |
2008-03-25 | Partially fixed the mess in status.c. | ultramage | 1 | -38/+41 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -1/+101 |
2008-03-21 | - Added status changes for netcafe premium items. Status Resist Potion and SP... | zephyrus | 1 | -0/+2 |
2008-03-20 | - Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ... | zephyrus | 1 | -0/+1 |
2008-02-21 | - Added status_calc_life to properly calculate hp/max_hp as a ratio taking in... | skotlex | 1 | -0/+2 |
2008-02-14 | - Some optimizations to @noks (now using a Status Change timer). | zephyrus | 1 | -0/+2 |
2008-02-10 | Added two missing opt2 values, for Angelus and Bleeding status. | ultramage | 1 | -9/+8 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -3/+3 |
2008-01-10 | - Fixed getmonsterinfo to return "null" when returning the name of a non-exis... | skotlex | 1 | -3/+3 |
2008-01-03 | Changes to reduce the number of map cell types | ultramage | 1 | -0/+1 |
2007-12-12 | * Some preparations for the guild script update | ultramage | 1 | -1/+1 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 1 | -8/+6 |
2007-11-28 | - Applied the required changes to handle def as a signed char (allows for neg... | skotlex | 1 | -1/+1 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -4/+5 |
2007-11-15 | - Added 2 new status changes for Life and Regeneration Potions [Zephyrus] | zephyrus | 1 | -0/+2 |
2007-11-12 | - Added SC_INCMDEFRATE, used in Mdef Potions. | zephyrus | 1 | -0/+1 |
2007-10-31 | Commented out msg_athena.conf strings disabled in r11625. | ultramage | 1 | -2/+2 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -10/+14 |
2007-10-24 | - added defines JOB_MAX_BASIC and JOB_MAX to mmo.h so the code can know which... | skotlex | 1 | -1/+1 |
2007-10-21 | - Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where... | skotlex | 1 | -2/+6 |
2007-10-04 | * Added SC_EXPBOOST (Field Manual), SC_ITEMBOOST (Bubble Gum) to const.txt. A... | zephyrus | 1 | -3/+5 |
2007-10-04 | * Added MAX_HOTKEYS to supplement the HOTKEY_SAVING define | ultramage | 1 | -1/+0 |
2007-10-03 | * Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP) | zephyrus | 1 | -0/+2 |
2007-09-28 | Added missing msg_athena.conf entry for the summer outfit; name 'Summer' used... | ultramage | 1 | -1/+1 |
2007-09-28 | * Implemented Summer Outfit care of Zephyrus_CR. | L0ne_W0lf | 1 | -0/+2 |
2007-09-12 | Added SI_STEELBODY properly (value from packet capture) | ultramage | 1 | -1/+1 |
2007-08-19 | * Cleaned/clarified some #include relationships between headers | ultramage | 1 | -1/+1 |
2007-08-19 | - Cleaned up some the pet armor display code. | skotlex | 1 | -1/+1 |
2007-08-15 | * Added Critical Wounds to Anubis's skills | Playtester | 1 | -0/+15 |
2007-08-14 | - Modified map_foreachinrange so that you can also specify the max length of ... | skotlex | 1 | -0/+4 |
2007-07-05 | * update from Skotlex | ultramage | 1 | -0/+1 |
2007-06-11 | - Fixed pet equip not displaying correctly at all (closes topic:153753) | ultramage | 1 | -0/+1 |
2007-05-05 | - imported the latest working grfio code from stable | ultramage | 1 | -24/+24 |
2007-05-03 | Removed the map.h<->status.h cyclic dependency. Relies on the fact by that pr... | ultramage | 1 | -2/+7 |
2007-04-24 | - NPC_MAGICALATTACK now starts a state similar to Sacrificial Ritual, in the ... | skotlex | 1 | -0/+1 |
2007-04-22 | - Removed the include of features.h from the console.c plugin. It is apparent... | skotlex | 1 | -1/+1 |
2007-04-14 | More svn:eol-style-ing and typo fixes | ultramage | 1 | -1/+1 |
2007-04-10 | - Modified status_get_sc_def to handle both rate and tick reductions. This wa... | skotlex | 1 | -6/+1 |
2007-04-07 | - Disabled the exception handler on windows debug builds | ultramage | 1 | -1/+1 |
2007-03-28 | - Added defines script_getnum and script_getstr to further simplify variable ... | skotlex | 1 | -4/+2 |
2007-03-19 | - Removed the last argument from skillitem, the skill name passed to the clie... | skotlex | 1 | -1/+1 |
2007-03-14 | - Increased Shield Chain's range by one. It is now a ranged skill. | skotlex | 1 | -1/+1 |