summaryrefslogtreecommitdiff
path: root/src/map/party.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-0/+1
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-16/+9
2019-05-05Dont allow invite players, who refused party invitesAndrei Karas1-0/+6
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+4
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-56/+75
2018-06-02Merge pull request #2038 from 4144/msiHaru1-1/+4
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-0/+3
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-1/+1
2017-08-01add option to restrict party leader change to same mapgumi1-0/+5
2017-02-12Follow-up 946b7f8490e952fbd90c6760f256ddfdd1e98137KirieZ1-13/+41
2016-12-23Follow-up 19c07f4KirieZ1-1/+1
2016-12-20Follow-up ea449a7, fixed coding-styleKirieZ1-5/+5
2016-12-18Changed behavior when party leader leaves it from party being disbanded to le...KirieZ1-0/+12
2016-12-03Clarify some Job Class vs MapID confusion (2/2)Haru1-4/+3
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-2/+3
2016-12-02Merge pull request #1494 from Emistry/party_check_stateIbrahem Hossam1-5/+9
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-10-27Update party_check_stateEmistry Haoyan1-5/+9
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