summaryrefslogtreecommitdiff
path: root/src/map/battleground.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-11/+11
2018-07-30always set the type when doing script->add_strgumi1-9/+9
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-33/+67
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-5/+5
2016-04-23Removed the 'len' argument from various message-related functionsHaru1-3/+4
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-2/+4
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-5/+5
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-1/+2
2016-02-17Removed unnecessary typedefs from libconfigHaru1-6/+6
2016-02-17Renamed config->read_file to config->load_fileHaru1-1/+1
2016-01-06Replaced some explicit casts with BL_UCASTHaru1-10/+27
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-1/+1
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-1/+1
2016-01-06Change all TBL_MER to struct mercenary_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_HOM to struct homun_data as per style guidelineshemagx1-2/+2
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-1/+1
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-2/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-11-14Changed struct script_queue::item into a VECTOR and Renamed to ::entriesHaru1-66/+77
2015-11-14Renamed hQueue/hQueueIterator/hQueueOpt to latest standardsHaru1-7/+7
2015-11-14Fixed some direct accesses to script->hq[] from other modules.Haru1-13/+15
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-2/+1
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-11/+4
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-1/+0
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-5/+5
2015-09-14Add missing checks into battleground.c.Andrei Karas1-2/+20
2015-09-08Fixed some memory leaks in code using libconfigHaru1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-21/+21
2015-06-02Re-implemented clif->colormes to accept arbitrary colorsHaru1-8/+7
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-1/+1
2015-02-11Battleground Data to HPM Structdastgir1-1/+22
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-16/+16
2015-01-17Another ~10 Fixesshennetsind1-1/+1
2015-01-1710 Distinct fixesshennetsind1-1/+1
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-5/+6
2014-11-16Whitespace cleanup (no code changes)Haru1-67/+57
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-16Follow-up to b6b3f58795288701d0e162d43fa6f0a47af913b3Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-15/+18
2014-05-10Revert "Fixed order of includes in all source files"panikon1-18/+15
2014-05-09Fixed order of includes in all source filesHaru1-15/+18
2014-03-22Follow up 4cc9d5f91cf6276e28cc02bb75fc4158d28d553bshennetsind1-1/+1
2014-03-18BG Queue Fixes & +++shennetsind1-14/+89