Age | Commit message (Expand) | Author | Files | Lines |
2009-08-15 | Fixed self skills affecting target unit when used within combo delay for Asur... | Inkfish | 1 | -2/+6 |
2009-08-12 | - Optimization to instance system. | zephyrus | 1 | -1/+2 |
2009-07-29 | - Fixed a bug cleaning instance variable on party when instance is destroy. | zephyrus | 1 | -0/+1 |
2009-07-29 | * Kaahi heals no matter if attack connects. (bugreport:2440) | Inkfish | 1 | -2/+2 |
2009-06-30 | Fixed sql char deletion code using a broken pet deletion query (ran very slow... | ultramage | 1 | -4/+4 |
2009-06-28 | * Implemented script command "autobonus". [Inkfish] | Inkfish | 1 | -2/+5 |
2009-06-20 | - Instancing System (Thanks to Sirius White who did most of the code, with so... | zephyrus | 1 | -0/+5 |
2009-06-20 | * Changed Asura Strike/Jump Kick to target skill to get rid of the "target de... | Inkfish | 1 | -4/+4 |
2009-06-15 | Improving the r13888 crashfix to cover similar crash scenarios discovered: | ultramage | 1 | -1/+1 |
2009-06-05 | Oops, I messed up the condition on my last commit | Inkfish | 1 | -2/+2 |
2009-06-05 | * Fixed turning off a skill needed to meet the requirements. (bugreport:3175) | Inkfish | 1 | -7/+5 |
2009-06-03 | * Some clean ups on autocast and itemskill code. (see topic:220921 for some i... | Inkfish | 1 | -1/+1 |
2009-05-27 | * skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3... | Inkfish | 1 | -2/+2 |
2009-05-22 | NPC_STOP now stops both sides and will be canceled if either side teleports o... | Inkfish | 1 | -1/+2 |
2009-05-22 | * The delay icon doesn't appear during casting now. (bugreport:3101) | Inkfish | 1 | -4/+0 |
2009-05-20 | * Now fiberlocking a fiberlocked target doesn't renew the timer but instead i... | Inkfish | 1 | -1/+1 |
2009-05-19 | * Miracle should only be dispelled on map change. | Inkfish | 1 | -1/+0 |
2009-05-15 | Cleaning/fixing the previous commits a bit | ultramage | 1 | -3/+3 |
2009-05-15 | - Fixed a bunch of invalid memory access bugs as reported by Valgrind. | skotlex | 1 | -26/+19 |
2009-05-12 | * Removed DEF reduction display when casting GrandCross. | Inkfish | 1 | -19/+9 |
2009-05-07 | * Fixed splash damage from Baphomet Card might miss. [Inkfish] | Inkfish | 1 | -10/+30 |
2009-05-03 | * Block equipments switching for some skills (bugreport:2900) | Inkfish | 1 | -0/+18 |
2009-04-28 | - Avoid setting the canwalk delay after being hit if the target is already un... | skotlex | 1 | -2/+2 |
2009-03-25 | Fixed skill delay paw print icons showing for far too long. | Sara | 1 | -2/+2 |
2009-03-24 | Some fixes to my previous commit. | Sara | 1 | -4/+4 |
2009-03-24 | sorry for so many commits, have no time to test | akrus | 1 | -1/+1 |
2009-03-24 | Lol :x | akrus | 1 | -3/+3 |
2009-03-24 | * Added support for new status change packet, uses new setting display_status... | Sara | 1 | -4/+10 |
2009-03-18 | - Implemented new item and bonuses for Kreiger Von Midgard rewards. | zephyrus | 1 | -0/+1 |
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 |