summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-5/+4
2016-07-02Removed some unused variablesHaru1-8/+0
2016-06-29Fix EXP modifiers to match aegis modifiers calclution.hemagx1-9/+0
2016-06-24Add missing checks into party.cAndrei Karas1-2/+47
2016-04-23Removed the 'len' argument from various message-related functionsHaru1-4/+8
2016-03-20Dropped typedef from DBIteratorHaru1-7/+7
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-1/+2
2016-02-27Replaced various '-1' with the correct constantHaru1-9/+18
2016-02-24Added const qualifier to several variable/argument pointersHaru1-5/+6
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-2/+2
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-2/+10
2016-01-06Change all TBL_MOB to struct mob_data as per strly guidelineshemagx1-2/+2
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-8/+10
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-4/+2
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-20/+5
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-24/+18
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-24/+24
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-1/+1
2015-02-23Hercules Ultimate Localization Designshennetsind1-5/+5
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-17/+16
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-14/+17
2014-11-16Whitespace cleanup (no code changes)Haru1-18/+18
2014-09-21Fixed Bug 8293shennetsind1-5/+3
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-13Removed trailing whitespace (sources)Haru1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-20/+23
2014-05-10Revert "Fixed order of includes in all source files"panikon1-23/+20
2014-05-09Fixed order of includes in all source filesHaru1-20/+23
2014-02-14sc sourcesshennetsind1-2/+2
2014-02-14Renewal mechanics rebalance mega-updateMichieru1-0/+17
2014-01-19HPM Custom Data Struct Expansion: map/instance/party/guildshennetsind1-2/+25
2013-12-15Replaced pc->pc_has_permission/can_give_items/can_give_bound_items with equiv...shennetsind1-1/+1
2013-12-09Fixed some logic errorsshennetsind1-1/+1
2013-11-30Minor adjustmentsshennetsind1-0/+3
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-7/+3
2013-11-06Merge remote-tracking branch 'origin/master'shennetsind1-1/+8
2013-11-06Merge branch 'master' of https://github.com/HerculesWS/Herculesshennetsind1-1/+4
2013-11-06BG Queue Updateshennetsind1-1/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-1/+4
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-1/+8
2013-10-26Changed 'tick' variables to 64 bitHaru1-2/+1
2013-10-07Follow up c56e3eb701658079f1de09db759f3b09327ec046shennetsind1-5/+9
2013-10-07Fixed Bug #7744shennetsind1-45/+100
2013-10-02HPM: Map.c Completedshennetsind1-1/+1
2013-09-29Provided argument-list equivalent for several variadic functionsHaru1-7/+27
2013-09-28HPM: Party.c Completedshennetsind1-78/+69
2013-09-28HPM: Instance.c Completedshennetsind1-4/+4