summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-04` Fixed Warg Dash skill to continuously run until codiling with an object (bu...xantara1-3/+13
2012-01-30- Removed more trailing tabs.brianluau1-3/+3
2012-01-30- Removed trailing tabs, and fixed some spacing.brianluau1-4/+4
2012-01-22Minor cleanups, mostly reducing scopes.xazax-hun1-4/+4
2012-01-17Enabled Mersenne Twister MT19937 as random number generator instead of standa...gepard19841-1/+2
2012-01-17- Follow up to r15472.eathenabot1-1/+1
2012-01-17* Merged changes up to eAthena 15054. [ai4rei]eathenabot1-5/+5
2012-01-17* Merged changes ONLY eAthena 15002.eathenabot1-0/+1
2012-01-16Fixed returning pet to egg not cleaning up remaining skill timers, causing ma...gepard19841-1/+1
2012-01-14Fixed bug with attack timer being chained unnecessarily when attacker is not ...shennetsind1-1/+7