summaryrefslogtreecommitdiff
path: root/src/map/status.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-08- Adjusted Don't Forget Me, Defender, Longing to use all val entries, and to ...skotlex1-30/+40
2006-06-07- Added pc_calcexp to calculate individual exp bonuses acquired from exp's so...skotlex1-1/+0
2006-06-07- Adjusted status resistances and durations taking as base Viccious's info fr...skotlex1-25/+32
2006-06-07- Adjusted several sc rate/time reductions as pointed out by Playtester.skotlex1-13/+7
2006-06-07- Cleaned status_get_sc_tick/status_get_sc_def to use the status_data function.skotlex1-35/+29
2006-06-06- Hopefully fixed for sure mobs getting extra stats when changing-class due t...skotlex1-2/+3
2006-06-06- The monsters can level up setting will not take effect when the mob's level...skotlex1-1/+1
2006-06-06- cleaned up status_check_skilluse some to use status_data variables.skotlex1-30/+44
2006-06-05- Fixed a crash when using SL_SMA and the "combo" ain't ready.skotlex1-1/+2
2006-06-05- Cleaned up code for SC_MINDBREAKER.skotlex1-48/+61
2006-06-05- Fixed skill_unitsetting using layout->count for the for instead of group->c...skotlex1-2/+7
2006-06-05- Corrected cloaking not ending on attack if you are near a wall.skotlex1-3/+1
2006-06-02- Moved setting a mob's level from mob_spawn to status_calc_mob, resetting th...skotlex1-1/+9
2006-06-02- Corrected Brandish Spear to work on levels above 10.skotlex1-12/+19
2006-06-02- Fixed Freeze/Stone/Benedictio not changing your elemental LEVEL to 1.skotlex1-1/+7
2006-06-02- Uncommented the npc_debug_warps code.. oops.skotlex1-5/+3
2006-06-02- Corrected some signed/unsigned comparisons corrections which were incorrect.skotlex1-4/+4
2006-06-02- Altered status_calc_pc so that equipment scripts are ran before card-scripts.skotlex1-77/+74
2006-06-01- NPC_TRANSFORMATION/NPC_METAMORPHOSIS will now preserve the original mob wit...skotlex1-0/+1
2006-06-01- Fixed pc_damage setting your canlog_tick even if the damage has no source (...skotlex1-2/+4
2006-06-01- Some small cleanups on status_calc_petskotlex1-7/+12
2006-05-31- Removed typedef bool from socket.h and included cbasetypes.c instead.skotlex1-24/+24
2006-05-31- Added function pc_check_skilltree for checking if you unlocked new tree-ski...skotlex1-26/+7
2006-05-31- Fixed status_calc_pc not zero'ing ALL vars it should, allowing certain bonu...skotlex1-0/+2
2006-05-30- Call Slave now invokes slaves on a 5x5 area around master.skotlex1-1/+1
2006-05-30- Fixed status_damage not setting your HP to 0 when you died T.Tskotlex1-0/+1
2006-05-30- Fixed underflow issues when calculating dmotion.skotlex1-6/+5
2006-05-30- Rewrote/cleaned up @petfriendly.skotlex1-16/+0
2006-05-30- Removed the on-die specific code from unit_remove_map and placed it on the ...skotlex1-10/+56
2006-05-30- Small optimization in battle_check_targetskotlex1-4/+139
2006-05-30[Fixed] Lance1-5/+5
2006-05-30- Changed status_heal and status_damage to receive signed int values. They wi...skotlex1-4/+26
2006-05-29- Corrected aspd calculation code to avoid negative overflows.skotlex1-16/+16
2006-05-29- Updated max_def parameter to not apply to mdef if magic_defense_type is set...skotlex1-1/+1
2006-05-29- Updated ASC_BREAKER's range to 9.skotlex1-10/+4
2006-05-29- Added a division by zero check in mob_dead to prevent the (impossible) case...skotlex1-5/+5
2006-05-29- Cleaned up some status_get functions.skotlex1-18/+25
2006-05-29- Fixed pc_readparam/pc_setparam to use battle_status.hp/sp rather than statu...skotlex1-5/+18
2006-05-29* [Fixed]: Lance1-1/+1
2006-05-29[Optimized] Lance1-1/+1
2006-05-28- Added functions status_revive, pc_revive and mob_revive to handle revival (...skotlex1-3/+34
2006-05-28- Suppressed compilation warnings (unsigned and signed mismatches)Lance1-4/+4
2006-05-27- Added structure status_data which holds status-related information (str, ag...skotlex1-6174/+6123
2006-05-26I'm still here!DracoRPG1-3/+3
2006-05-22- Fixed a pair of compilation logic errors.skotlex1-3/+5
2006-05-22SC_SPEARSQUICKEN -> SC_SPEARQUICKEN normalized enum nameLupus1-10/+10
2006-05-21* Part A of the Homunculus code.blackhole891-0/+47
2006-05-21- Fixed the "fake" mute status bugZido1-1/+4
2006-05-17- Added check to clear previous skill when combo time ends. Should fix TK Ran...skotlex1-1/+4
2006-05-15- Added SC_BLADESTOP to the switch listing in status_change_startskotlex1-0/+1