Age | Commit message (Expand) | Author | Files | Lines |
2008-05-08 | - Added some new items and headgears. | zephyrus | 1 | -50/+76 |
2008-05-07 | - Added function battle_attr_ratio to handle just getting the attribute table... | skotlex | 1 | -8/+1 |
2008-05-02 | * Changes to map_foreach* functions: | FlavioJS | 1 | -3/+2 |
2008-05-02 | Replaced the very ineffective clif_foreachclient() with map_foreachpc() since... | ultramage | 1 | -1/+1 |
2008-05-01 | Replaced the integers+checking approach in r12679 with usage of floating poin... | ultramage | 1 | -6/+6 |
2008-05-01 | Implemented get_percentage() for compact and safe calculation of percentual v... | ultramage | 1 | -6/+6 |
2008-04-27 | Cleaning up the itemdb reload mess (see r12635, r12643, r12650, r12661, r1266... | ultramage | 1 | -0/+5 |
2008-04-21 | * Changed the data field of timers from int to intptr. | FlavioJS | 1 | -12/+12 |
2008-04-15 | * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) | ultramage | 1 | -16/+1 |
2008-04-08 | Full revert of r12402, could be the cause of mob respawn problems (followup t... | ultramage | 1 | -7/+0 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -12/+35 |
2008-04-07 | Improved the Mental Sensing fix from r12507 to not start the status at all, i... | ultramage | 1 | -1/+1 |
2008-04-06 | NVM on last fix (r12510). | Kevin | 1 | -1/+1 |
2008-04-06 | Changed Mental Vision fix (r12507) to check for mexp rather then the boss fla... | Kevin | 1 | -1/+1 |
2008-04-06 | Mind Sensing no longer gives an xp bonus on bosses. (bugreport:1282) | Kevin | 1 | -1/+1 |
2008-03-26 | Adjusted eAthena code to compile cleanly in C++ mode. | ultramage | 1 | -8/+8 |
2008-03-24 | * Reorganized the contents of the mapserver's header files. | ultramage | 1 | -0/+1 |
2008-03-21 | - Added status changes for netcafe premium items. Status Resist Potion and SP... | zephyrus | 1 | -12/+23 |
2008-03-20 | - Added SC_ARMOR_RESIST, used by Undead Scroll, gives you resistance against ... | zephyrus | 1 | -4/+30 |
2008-03-19 | Changed the dynamic mobs system to also unload mobs that have respawn time bu... | ultramage | 1 | -0/+7 |
2008-03-18 | Fixed OnPCLoginEvent not working correctly (bugreport:1182). | ultramage | 1 | -1/+1 |
2008-03-14 | Fixed spawned mob count not being counted properly, causing yet more respawn ... | ultramage | 1 | -2/+0 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -1/+3 |
2008-03-13 | - Added a fix for Abracadabra, this skills allways should use minimum a Yello... | zephyrus | 1 | -0/+143 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -1/+0 |
2008-03-09 | - Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang... | skotlex | 1 | -0/+1 |
2008-03-07 | - Added config settings mob_active_time and boss_active_time, what they do is... | skotlex | 1 | -43/+70 |
2008-03-06 | Fixed a crash when a homun kills a mvp and the char that did the most damage ... | ultramage | 1 | -1/+1 |
2008-03-03 | - An extra ; removed. Reported by Itakou. | zephyrus | 1 | -2/+3 |
2008-02-27 | Added support for actually disabling the idle_no_autoloot config setting (fol... | ultramage | 1 | -1/+5 |
2008-02-21 | - Added status_calc_life to properly calculate hp/max_hp as a ratio taking in... | skotlex | 1 | -7/+7 |
2008-02-14 | - Some optimizations to @noks (now using a Status Change timer). | zephyrus | 1 | -14/+17 |
2008-02-14 | - Added some new config settings: homunculus_autoloot, idle_no_autoloot, max_... | zephyrus | 1 | -7/+87 |
2008-02-07 | - Fixed Freezing Trap doing no damage (changed type from misc to weapon) | skotlex | 1 | -1/+1 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -1/+1 |
2008-01-06 | - Fixed Overthrust's timer not being able to be refreshed when recasting it (... | skotlex | 1 | -1/+1 |
2008-01-06 | Cleaned up mob_once_spawn() and mob_once_spawn_area(). | ultramage | 1 | -51/+66 |
2008-01-04 | Fixed a bad allocation line, which in my case resulted in trashing several in... | ultramage | 1 | -1/+1 |
2007-12-27 | Re-added a missing mob last_thinktime timer initialization when a mob spawns,... | ultramage | 1 | -0/+1 |
2007-12-26 | Moved distance-related functions to path.c/h | ultramage | 1 | -0/+1 |
2007-12-22 | Fixed droprate overflows when going over rate 2000x | ultramage | 1 | -3/+6 |
2007-12-22 | - Corrected mob spawn utilization of the delay1/delay2 values (one is respawn... | skotlex | 1 | -15/+8 |
2007-12-22 | Fixed mob AI code iterating over non-mob objects without checking, when monst... | ultramage | 1 | -1/+1 |
2007-12-19 | - Corected the SC_MIRACLE + Anger code using the wrong skill level to calcula... | skotlex | 1 | -7/+6 |
2007-12-19 | - Fixed skill name for skill 39 (MC_PUSHCART) | skotlex | 1 | -4/+4 |
2007-12-18 | - Cleaned up a bit the format of skill_db.txt (that comma next to the skill n... | skotlex | 1 | -2/+2 |
2007-12-14 | Guardian hp handling code removal (see bugreport:342) | ultramage | 1 | -13/+0 |
2007-12-06 | - The default event script behaviour is to trigger on labels rather than NPCs... | skotlex | 1 | -1/+1 |
2007-12-05 | - Made the struct weapon_atk lhw in status_data a static member rather than a... | skotlex | 1 | -26/+29 |
2007-11-29 | - Integrated the SG related info of hate_mob and feel_map into a single struc... | skotlex | 1 | -10/+17 |