summaryrefslogtreecommitdiff
path: root/src/map/unit.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-24* Fixed calls to pc_delautobonus assuming map_session_data::autobonus2 and ma...ai4rei1-2/+2
2010-11-23* Various small cleanups.ai4rei1-29/+53
2010-11-23* Added script command pushpc, which is required by newer scripts.ai4rei1-0/+48
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-22/+22
2009-12-24Fixed a memleak that occurs when a player exits while waiting on a script sel...ultramage1-6/+5
2009-11-26* NPC event code cleanups.Inkfish1-7/+5
2009-11-03* Added battle_config.mob_slave_keep_target config option (monster.conf)L0ne_W0lf1-1/+4
2009-10-27* Cast time of Emergency Call is doubled if you master of High Jump. Inkfish1-1/+5
2009-10-25* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...Inkfish1-0/+10
2009-08-15Fixed self skills affecting target unit when used within combo delay for Asur...Inkfish1-2/+6
2009-08-12- Optimization to instance system.zephyrus1-1/+2
2009-07-29- Fixed a bug cleaning instance variable on party when instance is destroy.zephyrus1-0/+1
2009-07-29* Kaahi heals no matter if attack connects. (bugreport:2440)Inkfish1-2/+2
2009-06-30Fixed sql char deletion code using a broken pet deletion query (ran very slow...ultramage1-4/+4
2009-06-28* Implemented script command "autobonus". [Inkfish]Inkfish1-2/+5
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-0/+5
2009-06-20* Changed Asura Strike/Jump Kick to target skill to get rid of the "target de...Inkfish1-4/+4
2009-06-15Improving the r13888 crashfix to cover similar crash scenarios discovered:ultramage1-1/+1
2009-06-05Oops, I messed up the condition on my last commitInkfish1-2/+2
2009-06-05* Fixed turning off a skill needed to meet the requirements. (bugreport:3175)Inkfish1-7/+5
2009-06-03* Some clean ups on autocast and itemskill code. (see topic:220921 for some i...Inkfish1-1/+1
2009-05-27* skill_check_condition clean up (bugreport:2770, bugreport:2957, bugreport:3...Inkfish1-2/+2
2009-05-22NPC_STOP now stops both sides and will be canceled if either side teleports o...Inkfish1-1/+2
2009-05-22* The delay icon doesn't appear during casting now. (bugreport:3101)Inkfish1-4/+0
2009-05-20* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...Inkfish1-1/+1
2009-05-19* Miracle should only be dispelled on map change.Inkfish1-1/+0
2009-05-15Cleaning/fixing the previous commits a bitultramage1-3/+3
2009-05-15- Fixed a bunch of invalid memory access bugs as reported by Valgrind.skotlex1-26/+19
2009-05-12* Removed DEF reduction display when casting GrandCross.Inkfish1-19/+9
2009-05-07* Fixed splash damage from Baphomet Card might miss. [Inkfish]Inkfish1-10/+30
2009-05-03* Block equipments switching for some skills (bugreport:2900)Inkfish1-0/+18
2009-04-28- Avoid setting the canwalk delay after being hit if the target is already un...skotlex1-2/+2
2009-03-25Fixed skill delay paw print icons showing for far too long.Sara1-2/+2
2009-03-24Some fixes to my previous commit.Sara1-4/+4