Age | Commit message (Expand) | Author | Files | Lines |
2008-08-15 | Some cleaning in script.c | ultramage | 1 | -2/+2 |
2008-08-02 | Player shops will not close on death anymore (bugreport:1955). | ultramage | 1 | -4/+0 |
2008-08-02 | Added itemid defines for Stone and Skull_ (used by Pick Stone skill and pvp s... | ultramage | 1 | -1/+1 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 1 | -2/+0 |
2008-07-26 | Merged the /loginmerge branch (topic:192754) | ultramage | 1 | -50/+4 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -9/+9 |
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 | -8/+2 |
2008-07-04 | * Homunculus will no longer auto-vaporize on master death. | L0ne_W0lf | 1 | -1/+1 |
2008-06-18 | Fixed cash shop not using points to make up the cash difference when purchasi... | sketchyphoenix | 1 | -15/+4 |
2008-06-13 | Fixed Grandcross and darkgrandcross, should only cause blind against undead r... | shadow | 1 | -1/+1 |
2008-06-13 | Fixed some skills working on undead element when they were supposed to work o... | shadow | 1 | -1/+1 |
2008-06-07 | Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis. | ultramage | 1 | -4/+4 |
2008-05-29 | - Support for SP Regen status just like HP Regen (by items, by a little time)... | zephyrus | 1 | -1/+1 |
2008-05-28 | Added extra safeguards against invalid inputs to pc_equipitem / pc_unequipite... | ultramage | 1 | -2/+11 |
2008-05-28 | Fixed stat values displaying incorrectly when increasing them past 255 (wrapa... | ultramage | 1 | -4/+4 |
2008-05-09 | - More scripts fixes. | zephyrus | 1 | -12/+12 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -42/+17 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -4/+4 |
2008-05-01 | Replaced the integers+checking approach in r12679 with usage of floating poin... | ultramage | 1 | -1/+1 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 1 | -3/+3 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -4/+3 |
2008-04-27 | Some major changes to @reloaditemdb to allow unloading of any item while map ... | Kevin | 1 | -2/+3 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -9/+9 |
2008-04-21 | * Changed Sacrifice status to end on caster's death, not at 25% HP. | L0ne_W0lf | 1 | -12/+8 |
2008-04-20 | * Several updates from Trunk | zephyrus | 1 | -1/+1 |
2008-04-16 | Fixed an issue in r12575 where 'not setting char offline when going from maps... | ultramage | 1 | -2/+2 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -107/+59 |
2008-04-14 | Some more updates to the quest log system. It has been completely moved to th... | Kevin | 1 | -4/+2 |
2008-04-11 | More questlog code. | Kevin | 1 | -0/+6 |
2008-04-06 | Unequip should no longer remove any buff from seven wind. (bugreport:1155) | Kevin | 1 | -1/+1 |
2008-04-04 | Small bug for r12481 :) | Kevin | 1 | -1/+1 |
2008-04-04 | Update to Auth Glitch fix: moved unit_free_pc back to where it was and update... | Kevin | 1 | -0/+3 |
2008-04-04 | Bug fixes for Auth Glitch and Map server crash through script warp when chang... | Kevin | 1 | -3/+1 |
2008-04-03 | Renamed 'connect_until_time' to 'expiration_time'. | ultramage | 1 | -3/+3 |
2008-03-27 | Fixed a mistake in r12223, where during warping between mapservers, a charact... | ultramage | 1 | -1/+2 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -13/+13 |
2008-03-25 | Partially fixed the mess in status.c. | ultramage | 1 | -12/+12 |
2008-03-22 | Added a missing null-pointer check to the timed player pvp/gvg respawn functi... | ultramage | 1 | -1/+3 |
2008-03-20 | - Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ... | zephyrus | 1 | -0/+8 |
2008-03-19 | - The last bug in Adoption system. | zephyrus | 1 | -1/+1 |
2008-03-18 | Fixed OnPCLoginEvent not working correctly (bugreport:1182). | ultramage | 1 | -4/+7 |
2008-03-18 | - Added the official adoption method. | zephyrus | 1 | -47/+113 |
2008-03-16 | - Added support for offline divorce. | zephyrus | 1 | -10/+22 |
2008-03-14 | * extended the "npc_event: event queue is full" error message to also print t... | ultramage | 1 | -3/+3 |
2008-03-12 | * Added a message to let know the client if the mail inbox is full. | zephyrus | 1 | -1/+1 |
2008-03-11 | Replaced clif_countusers() with a more efficient alternative (thanks to the f... | ultramage | 1 | -1/+1 |
2008-03-06 | - Corrected pc_checkitem not behaving correctly when you had more than one eq... | skotlex | 1 | -26/+14 |
2008-03-05 | - Optimized the code to handle #KAFRAPOINTS and #CASHPOINTS. Now you can real... | zephyrus | 1 | -24/+22 |
2008-03-05 | - Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property. | skotlex | 1 | -0/+3 |