summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-5/+6
2016-10-22Added max_summoner_parameter:Dastgir Pojee1-0/+1
2016-10-22Implemented SU_TUNAPARTY Skill.Dastgir Pojee1-0/+13
2016-10-22Implemented SU_LUNATICCARROTBEAT Skill.Dastgir Pojee1-0/+3
2016-10-22Implemented SU_ARCLOUSEDASH Skill.Dastgir Pojee1-0/+3
2016-10-22Implemented SU_PICKYPECK Skill.Dastgir Pojee1-0/+6
2016-10-22Implemented SU_SCAROFTAROU Skill.Dastgir Pojee1-0/+3
2016-10-22Implemented SU_SV_ROOTTWIST Skill.Dastgir Pojee1-0/+6
2016-10-22Implemented SU_POWEROFLIFE Skill.Dastgir Pojee1-0/+8
2016-10-22Implemented SU_CN_METEOR:Dastgir Pojee1-0/+3
2016-10-22Implemented SU_SV_STEMSPEAR Skill.Dastgir Pojee1-0/+3
2016-10-22Implemented SU_STOOP Skill.Dastgir Pojee1-0/+3
2016-10-22Implemented SU_SCRATCH:Dastgir Pojee1-0/+3
2016-10-22Implemented SU_BITE Skill:Dastgir Pojee1-2/+8
2016-10-07Fixed some issues detected by clang's static analyzer (Xcode 8/macOS Sierra)Haru1-4/+2
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-2/+12
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+1
2016-08-19Ported battle.conf to libconfigHaru1-58/+98
2016-08-13Added atcommand configEmistry1-0/+1
2016-07-14Merge pull request #1361 from HerculesWS/coverity-fixesAndrei Karas1-3/+3
2016-07-14Fixes warp facing direction.KirieZ1-0/+1
2016-07-14Changed mmo_charstatus::base_level and mmo_charstatus::job_level to intHaru1-3/+3
2016-07-12Extract some code from battle_calc_damage into battle_calc_pc_damage.Andrei Karas1-24/+34
2016-07-12Add into skill.c some handling for unknown skills/skill units.Andrei Karas1-23/+2
2016-07-12Interface random.chemagx1-1/+1
2016-06-24Move ammo check into separate function in battle.cAndrei Karas1-32/+42
2016-05-08Fixed various issues pointed out by cppcheckHaru1-3/+2
2016-02-29Merge pull request #1115 from theultramage/bcdrenamingHaru1-45/+42
2016-02-24Removed unnecessary explicit casts of the value of WBUFPHaru1-10/+10
2016-02-19Remove some unused macroses. Left macroses in socket.cAndrei Karas1-4/+0
2016-01-21Rename 'tsc' to 's_sc' in battle_calc_damage() since it's actually referring ...ultramage1-16/+16
2016-01-21Rename 'sd' to 't_sd' in battle_calc_damage().ultramage1-19/+19
2016-01-21Add top-level s_sd variable to battle_calc_damage() to represent a player sou...ultramage1-12/+9
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-2/+3
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-66/+61
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-126/+167
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-4/+8
2016-01-06Change all TBL_ELEM to struct elemental_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_PET to struct pet_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_SKILL to struct skill_data as per style guidelineshemagx1-6/+6
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-4/+4
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-7/+8
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-25/+33
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-62/+71
2016-01-05Fix battle config Hp/Sp overflow valueAnnieRuru1-3/+3
2016-01-05Added Support for BodyStyleDastgir1-0/+3
2015-12-29Spear Stab damage adjustmentKerubael1-1/+1
2015-12-28Standardized (source) mob_id enumHaru1-7/+7
2015-12-25*Show the katar critical bonus in player status windowAnnieRuru1-2/+3
2015-12-25Merge pull request #975 from dastgir/8-RefineDefhemagx1-0/+3