summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-07Follow up to r16479 fixed a bug where SC_CLOAKING would freeze the character ...cookiecrumbs1-0/+2
2012-08-03Fixed bugreport:6401 / Follow up r16562shennetsind1-26/+16
2012-08-02Fixed bugreport:6099 where warp portal ignores knock back and snap's unit pos...rud0lp201-1/+7
2012-08-02- Fixed compile errors from r16560, thanks BuildBot!brianluau1-1/+2
2012-07-28Updated some skills to its RE behavior(AL_ANGELUS, RG_BACKSTAP, WZ_GRAVITATIO...rud0lp201-0/+3
2012-07-27Fixed bugreport:309 combos may now stack properly. moved all combo processing...shennetsind1-6/+8
2012-07-23Updated most Ranger skills to its official behavior and damage formula.(bugre...rud0lp201-7/+6
2012-07-23follow up the awesome killer-commit r16479shennetsind1-0/+1
2012-07-23Follow up r16470 adjusted the fix for the longing of freedomshennetsind1-10/+9
2012-07-22Added a new configuration option to allow either weapon switching to cancel S...cookiecrumbs1-0/+8
2012-07-17Fixed double decrement with unit_remove_map and the issue that causes dynamic...cookiecrumbs1-4/+14
2012-07-13Fixed bugreport:6220 updated SR_SKYNETBLOW behavior to official and damage fo...rud0lp201-7/+7
2012-07-05Implemented Renewal ASPD formula(bugreport:5644)rud0lp201-3/+4
2012-07-04Fixed a couple compiling warningsshennetsind1-8/+6
2012-07-03r16370 has fixed a behavior in *athena that has always made walking easier/sm...shennetsind1-4/+7
2012-07-03Fixed bugreport:6156 HT_REMOVETRAP must show a skill fail message when it fails.rud0lp201-1/+4
2012-06-28Fixed bugreport:6127 remove the double duration bonus from GC_RESEARCHEWPOISONrud0lp201-0/+1
2012-06-23Fixed bugreport:6095 Spider Web has been removed from the SCS condition syste...shennetsind1-1/+1
2012-06-21Follow up r16327 missing null pointer check on mercenary data. greenboxal21-1/+1
2012-06-21Fixed bugreport:6044 mercenaries should warp after being far from the master ...greenboxal21-5/+35
2012-06-18Little optimization on MVP tombstone system, maybe fix insane CPU usage spike...greenboxal21-1/+1
2012-06-14Fixed bugreport:5954 SC_SHADOWFORM Can now be canceled with detecting skills ...rud0lp201-1/+1
2012-06-11Fixed bugreport:5963 AB_CHEAL should now work properly on immune targets(Mado...rud0lp201-2/+6
2012-06-07Fixed bug to lion howling/sc_fear status, super mega ultra ubber plus thanks ...shennetsind1-1/+1
2012-06-04Fixed bugreport:5919 RK_ENCHANTBLADE bonus damage at any level should now wor...rud0lp201-12/+0
2012-06-01performance improvement initial commit for status change state functionality,...shennetsind1-33/+3
2012-05-31Fixed bugreport:5835 vendings are no longer broken when character moves map o...shennetsind1-1/+0
2012-05-20Fixed bugreport:5619 MO_EXTREMITYFIST should now consume all spirit sphere.rud0lp201-0/+7
2012-05-03* Replaced some literals with enum values.xazax-hun1-1/+1
2012-05-02Fixed bugreport:5484 Cursed Circle caster can no longer move while in the eff...shennetsind1-1/+2
2012-05-02Fixed bugreport:5502 Fixed bug with character moving to attack target (normal...shennetsind1-33/+15
2012-04-29- Updated the unit engine to cache attacker count rather than utilise CPU int...epoque111-34/+45
2012-04-25* Code consistency updates. No functional changes. Credits to Lighta.xazax-hun1-7/+7
2012-04-25Fixed bugreport:5624 Thorn Trap 'immobilization' effect should now be working...shennetsind1-0/+1
2012-04-24Fixed memory leak on MvP tomb system, killer name now uses static buffer. (bu...greenboxal21-0/+2
2012-04-22- Fixed Vacuum Extreme not assigning units (bugreport:5604) and additionally ...epoque111-0/+1
2012-04-21- Fixed Spell Fist being unable to cast while casting a bolt skill (bugreport...epoque111-1/+2
2012-04-21Fixed bugreport:5586 SC_CAMOUFLAGE can be removed by using RA_CAMOUFLAGE agai...greenboxal21-2/+2
2012-04-21Fixed bugreport:5593 elemental bl was not removed when pc is removed/freed.greenboxal21-0/+3
2012-04-20Initial support for Genetic, Sorcerer and Elemental Summons. Special Thanks t...shennetsind1-130/+157
2012-04-11yet another minor performance improvement. walking mobs no longer waste bandw...shennetsind1-1/+1
2012-03-22Fixed the damn broken combo code. Fixed Fallen Empire and Dragon Combo (part ...shennetsind1-1/+1
2012-03-21Fixed bugreport:5462, Cursed Circle target is no longer able to move.shennetsind1-21/+38
2012-03-18Fixed White Imprison not going off, bugreport:5249shennetsind1-0/+7
2012-03-18Added Official Guild Aura Implementation bugreport:667shennetsind1-23/+0
2012-03-07Fixed a few Ranger-related skills (bugreport:5272)xantara1-2/+2
2012-02-18Initial Support for Shura and a few adjustments here and there.shennetsind1-2/+2
2012-02-17- removed a #undef left over from converting the macro to an inline function ...lordttseven1-1/+0
2012-02-17Initial support for Shadow Chaser and a few adjustments here and there.shennetsind1-0/+9
2012-02-08Added missing parenthesis to guild aura, bugreport:5291shennetsind1-1/+1