summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-08Fixed Cloaking Exceed.protimus1-0/+13
2012-01-08Fixed Exceed Break to work properly.protimus1-3/+3
2012-01-05Fixed issue with continuous attacks ignoring battle conditions, bugreport:987shennetsind1-1/+2
2011-12-30Fixed a bug with the client-called walk+skill chain,shennetsind1-1/+1
2011-12-30Fixed ancient MvP dmotion/walkdelay/hitlock exploit, bugreport:1851shennetsind1-0/+6
2011-12-29Fixed SC_BURNING icon not going off after it was over;shennetsind1-1/+1
2011-12-25- Full revert of r15116. brianluau1-5/+1
2011-12-25* Merged changes up to eAthena 15049.eathenabot1-4/+3
2011-12-23* Merged changes up to eAthena 15038.eathenabot1-3/+3
2011-12-21Follow up to r15193, bugreport:5135shennetsind1-2/+2
2011-12-21Fixed GCC "--enable-debug", and 2 compiler warnings that were omitted due to ...shennetsind1-1/+1
2011-12-21Fixed soul drain visual effect not being displayed to mobs, bugreport:2980shennetsind1-2/+5
2011-12-20Fixed pneuma being displayed on land protector, bugreport:1715shennetsind1-0/+8
2011-12-20* Fixed invalid state running of TK_JUMPKICK (Flying Kick).protimus1-1/+1
2011-12-20slaves are now able to teleport to their master even on monster_noteleport fl...shennetsind1-1/+1
2011-12-17Fixed Monster Animation Bug:shennetsind1-2/+4
2011-12-15fixed asura targetting, bugreport:5052shennetsind1-3/+3
2011-12-15Asura-Combo Fixed, bugreport:5052shennetsind1-2/+2
2011-12-14unit_blown now returns number of moved cells, bugreport:4985shennetsind1-1/+5
2011-12-14- Fixed mercenaries not warping to their master if the master is more than 15...epoque111-0/+11
2011-12-13Follow up r15084, tested and adjustedshennetsind1-1/+1
2011-12-13- Optimised the guild aura routine which was wasting cycles by processing eve...epoque111-2/+9
2011-12-13- Fixed hidden GMs being processed in the PVP ranking timerepoque111-0/+4
2011-12-09Battlegrounds bug fix, bugreport:4996shennetsind1-1/+0
2011-12-05Merging RREmu into rAthena -- quite a few stuff yet to be renamed, but we'll ...shennetsind1-7/+73
2011-10-16* Changed function-like macros into inline functions where it seemed appropri...ai4rei1-3/+7
2011-08-23- Rewrote/updated the SC_COMBO logic. Got rid of state.combo and added usage ...Skotlex1-15/+16
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-8/+8
2011-06-11* Fixed party invite packet 0xfe (ZC_REQ_JOIN_GROUP) using account id of the ...ai4rei1-1/+1
2011-04-16* Some cleanups related to player and monster states.ai4rei1-1/+1
2011-04-09* Moved duel code into a separate file.ai4rei1-0/+1