summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-3/+2
2011-03-06* Implemented search store info system (aka. vending and buying store search)...ai4rei1-0/+1
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-0/+2
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-65/+65
2011-01-08* Fixed kill steal protection result in skill casting (unit_skilluse_id2) not...ai4rei1-2/+3
2010-12-02* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec...ai4rei1-1/+1
2010-11-29* Insignificant code tweaks: removal of excess function declarations and self...ai4rei1-2/+0
2010-11-28* Added emotion_type enumeration for clif_emotion constants.ai4rei1-1/+1
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-13/+13
2010-11-28* Removed 'negative clrtype is used for skipping unauthed objects from saving...ai4rei1-30/+19