Age | Commit message (Expand) | Author | Files | Lines |
2009-02-26 | - Fixed item Nemesis. | zephyrus | 1 | -1/+3 |
2009-01-25 | - Implemented new Pet Bonus System. Enjoy!! :D | zephyrus | 1 | -3/+4 |
2009-01-22 | * Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por... | FlavioJS | 1 | -1/+1 |
2009-01-13 | Mobs with nonzero spawn time can now be cached as well, saving some more cpu/... | ultramage | 1 | -1/+6 |
2008-12-30 | * Changes to the script engine: | FlavioJS | 1 | -0/+1 |
2008-11-22 | * Hunted down the simpler 64bit pointer truncations. | FlavioJS | 1 | -1/+1 |
2008-11-16 | - Item Rental System. | zephyrus | 1 | -0/+1 |
2008-10-01 | * Rev. 13251 Removed 'casttime' adjustment from offensive ressurection. Follo... | L0ne_W0lf | 1 | -1/+0 |
2008-09-21 | Corrected Offensive Res using Turn Undead cast time. (bugreport:1704) | L0ne_W0lf | 1 | -1/+1 |
2008-09-10 | - Full implementation of mercenary skills. | zephyrus | 1 | -29/+36 |
2008-09-09 | Enabled WoE SE to be run independently of WoE. Let's see how long it is befor... | L0ne_W0lf | 1 | -1/+1 |
2008-08-31 | - A proper mercenary lifetime calculation. | zephyrus | 1 | -3/+2 |
2008-08-31 | * More mercenary updates. | zephyrus | 1 | -25/+38 |
2008-08-24 | - Implemented Mercenary Scrolls (item_db) | zephyrus | 1 | -5/+2 |
2008-08-24 | - Moving all content of Homunculus code to a proper file Homunculus.c/h | zephyrus | 1 | -0/+1 |
2008-08-24 | - Implemented unit_calc_pos (copy from pet_calc_pos) to implement it on Merce... | zephyrus | 1 | -0/+56 |
2008-08-23 | - Completed Mercenary Create, Delete, Save. Tests OK. | zephyrus | 1 | -141/+199 |
2008-08-23 | - Mercenary Packets (Server to Client). Still need a little more info. | zephyrus | 1 | -1/+2 |
2008-08-22 | - Ups. I forget this merge about Basilica (caster cannot walk). | zephyrus | 1 | -0/+1 |
2008-08-21 | - Big update to Basilica, implementing official behavior. | zephyrus | 1 | -10/+10 |
2008-08-01 | Removed unused guardian hp columns from the guild castles table in main.sql (... | ultramage | 1 | -1/+1 |
2008-07-31 | Removed the mob controller system, now a customization (see topic:194375). | ultramage | 1 | -7/+0 |
2008-07-26 | Replaced occurences of '-1' with the more appropriate 'INVALID_TIMER' value w... | ultramage | 1 | -14/+14 |
2008-07-09 | * Added const to the return value of get_timer. | FlavioJS | 1 | -3/+3 |
2008-07-04 | - Timer set to -1 soon, previous to timer deletion :O | zephyrus | 1 | -5/+6 |
2008-07-03 | Adjusted Free Cast code so that its walk penalty gets calculated in status_ca... | ultramage | 1 | -8/+9 |
2008-06-24 | Cleaned up unconditional calls to status_change_end(). | ultramage | 1 | -37/+19 |
2008-06-22 | - Basilica knockback effect is only for mobs, not everybody x.x | zephyrus | 1 | -4/+3 |
2008-06-21 | Fixed a not-so-well implemented basilica fix that was reverted in 12869. | sketchyphoenix | 1 | -2/+9 |
2008-06-21 | Reverted the basilica knockback patch (r12852( because it causes bad position... | ultramage | 1 | -7/+1 |
2008-06-18 | Fixed basilica behavior not knocking back monsters 2 cells should one attempt... | sketchyphoenix | 1 | -1/+7 |
2008-06-02 | - Added support for OnTouchNPC event, required for Monster Race. Script comma... | zephyrus | 1 | -3/+4 |
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 | -9/+9 |
2008-04-07 | * Made script command 'flagemblem' and guild_emblem_change send an update of ... | FlavioJS | 1 | -3/+13 |
2008-04-05 | Running into a wall/npc/pc/mob no longer enables spurt. (bugreport:1155) | Kevin | 1 | -0/+8 |
2008-04-05 | Fixed unable to move after using a skill to break out of sprint. (bugreport: ... | Kevin | 1 | -3/+4 |
2008-04-05 | Running now resumes after dmg as well, see (r12488). (bugreport:1155) | Kevin | 1 | -3/+32 |
2008-04-05 | DMG no longer stops running. (bugreport:1155) | Kevin | 1 | -2/+3 |
2008-04-05 | PCs/Mobs/NPCs now block Leap(TK_HIGHJUMP) and sprint(TK_RUN). (bugreport:1155) | Kevin | 1 | -0/+5 |
2008-04-04 | Update to Auth Glitch fix: moved unit_free_pc back to where it was and update... | Kevin | 1 | -5/+4 |
2008-04-02 | * Added more debug information to track the double remove_map's | FlavioJS | 1 | -3/+15 |
2008-03-24 | * Added temporary code to track and prevent the multiple remove_map's that ap... | FlavioJS | 1 | -0/+11 |
2008-03-19 | - The last bug in Adoption system. | zephyrus | 1 | -0/+1 |
2008-03-14 | Fixed one condition incorrectly modified in r12358, which caused dynamically ... | ultramage | 1 | -5/+7 |
2008-03-13 | Replaced some foreach-based functions by their inlined iterator equivalents. | ultramage | 1 | -6/+11 |
2008-03-12 | Removed one mob data variable related to dynamic mobs that I found to be redu... | ultramage | 1 | -1/+1 |
2008-03-09 | - Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang... | skotlex | 1 | -3/+2 |
2008-03-09 | Cleaned up and corrected some more land skill code: | ultramage | 1 | -2/+2 |
2008-03-04 | - Updated firepillar so it cannot be placed on top of others. | skotlex | 1 | -2/+2 |