summaryrefslogtreecommitdiff
path: root/src/map/battle.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-14Add missing checks into battle.c.Andrei Karas1-9/+51
2015-09-10Add to path search functions source bl for plugins usage.Andrei Karas1-1/+1
2015-09-08Fixed a failed assertion in skill_get_ele. Fixes #708Haru1-17/+20
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-09Fixed an issue caused by duel-song interactionHaru1-1/+1
2015-07-12Remove useless checks from map server.Andrei Karas1-3/+3
2015-07-03Corrected critical bonus displaycsnv1-4/+10
2015-06-19Removed ".." from include directivesHaru1-30/+30
2015-06-12RC_Player, RC_DemiPlayer, RC_NonPlayer, RC_NonDemiPlayer, RC_All and Ele_All ...Dastgir1-20/+4
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-41/+57
2015-05-31Fixed Bug#8673malufett1-23/+19
2015-05-28Fixed Bug#8694malufett1-0/+4
2015-05-26Fix Vacuum Extrem resistanceMichieru1-0/+2
2015-05-26Another batch of corrected skill level checkmalufett1-1/+1
2015-05-17Fixed some issues detected by coverity scanHaru1-4/+5
2015-05-13Fixed defending aura bug in pre-renewal (http://hercules.ws/board/tracker/iss...milky-milk1-0/+6
2015-05-12Follow-up to fff2194Haru1-10/+11
2015-05-03Fixed Bug#8650malufett1-1/+3
2015-04-23Fixed Bug#8474malufett1-5/+12
2015-04-01Fixed Bug#8601malufett1-3/+3
2015-03-19Follow up 145a4fe644c4fe856ba6f83086e8ee5075caad99shennetsind1-0/+2
2015-03-19Follow up@210c963d2851eb880ba3560998ee984d942cde19malufett1-1/+3
2015-03-19Fixed Bug 8582shennetsind1-2/+0
2015-03-17Follow up@c2286f82e0843eedc5db04ca26ffd16fae9d6955malufett1-8/+2
2015-03-16RENEWAL Updates:malufett1-37/+103
2015-03-15Fixed Bug#8569malufett1-0/+4
2015-03-11RENEWAL Updates:malufett1-61/+145
2015-02-23Add battle config option check_occupied_cells.Andrei Karas1-0/+1
2015-02-23Extend official_cell_stack_limit option.Andrei Karas1-1/+1
2015-02-13Merge branch 'master' of github.com:HerculesWS/Herculesshennetsind1-12/+19
2015-02-13Fixed alchemist marine sphere causing double deletion on renewalshennetsind1-3/+3
2015-02-13Fixed Bug#8529malufett1-12/+19
2015-02-13Fixed Bug#8531malufett1-1/+13
2015-02-13Fixed Bug#8519malufett1-3/+5
2015-02-02Follow-up to 486ec86Haru1-1/+0
2015-01-30Missing breakNihadm891-0/+1
2015-01-30Fixed Bug#8416malufett1-1/+1
2015-01-23Cleaned up spirit charms implementation (optimized memory and CPU usage)Haru1-37/+30
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-21/+23