summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-26Follow up https://github.com/Jedzkie/Hercules/commit/3f13598714f2d6cecb1c1e5c...Jedzkie1-4/+2
2015-12-25Added Costume/Shadow Atk/Def refine bonus settingDastgir1-0/+3
2015-12-24Item Update:Jedzkie1-12/+26
2015-12-23Update:Jedzkie1-5/+5
2015-12-23Item Update:Jedzkie1-2/+2
2015-12-19Corrected a typo in the Renewal cardfix calculationHaru1-3/+3
2015-12-17Implement official effect of MVP ScrollsJedzkie1-0/+11
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-14Added official effect of Mora Berry.Jedzkie1-6/+18
2015-12-13- Fixed #723 now it's possible to retrieve Battle Config Settings from plugin...Your Name1-6/+14
2015-12-06Refactored/fixed race handling for bonuses that store it as a bitmaskHaru1-16/+16
2015-11-18Merge pull request #837 from AnnieRuru/request_5Haruna1-0/+1
2015-11-14Add option for fix hit after warp.Andrei Karas1-4/+8
2015-10-29Add new config to allow player vend/chat room nearby hidden npc (#834)AnnieRuru1-0/+1
2015-10-25Merge pull request #516 from milky-milk/pre-re_defenderHaruna1-0/+5
2015-10-22Removed support for the deprecated SQL item, mob, mob_skill databases.Haru1-10/+3
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-07Deleted dublicateMilk1-3/+2
2015-09-28Fixes Maelstrom crashing serverNihadm891-1/+1
2015-09-26Merge pull request #579 from csnv/minfixesHaruna1-4/+10
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-15/+7
2015-09-24Add bl parameter to getcell functions.Andrei Karas1-1/+1
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-6/+6
2015-09-17corrected some white spaces and added missing EOL.Frost1-2/+0
2015-09-17Added Configuration in enabling/disabling monster hp bar on new clients.Frost1-0/+1