summaryrefslogtreecommitdiff
path: root/src/char/int_party.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-07Save party data if options are changed in inter_party_check_lv()Kenpachi Developer1-0/+1
2020-06-04Call inter_party_tosql() before clearing removed member's data in inter_party...Kenpachi Developer1-1/+1
2020-02-09Merge pull request #2601 from Kenpachi2k13/int_party_c_warningHaru1-203/+297
2020-02-05Added inter_party_del_nonexistent_party() function.Kenpachi Developer1-7/+47
2020-02-05Applied code style to all modified functions in src/char/int_party.c.Kenpachi Developer1-143/+169
2020-02-05Replaced various inter_party_check_lv() calls with inter_party_calc_state() c...Kenpachi Developer1-27/+8
2020-02-05Added inter_party_is_family_party() function.Kenpachi Developer1-16/+81
2020-02-05Updated inter_party_calc_state() function.Kenpachi Developer1-17/+1
2020-02-05Updated inter_party_check_lv() function.Kenpachi Developer1-6/+4
2020-02-05Changed some data types from unsigned to signed.Kenpachi Developer1-1/+1
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-10-18Fix an issue that caused the saved character data to retain the old party ID ...Haru1-3/+4
2019-08-26Remove round-trip to the inter-server for the party messagesHaru1-1/+0
2018-07-01Change functions to static where possible (Part 3 - char)Haru1-19/+21
2018-06-30Move mapif functions from int_party.c to mapif.cHaru1-233/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_party...Haru1-46/+111
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2017-09-19remove trailing whitespaces from sourcegumi1-1/+1
2017-04-09Fix wrong parameters in a call to mapif->party_broken()Haru1-1/+1
2017-02-12Follow-up 946b7f8490e952fbd90c6760f256ddfdd1e98137KirieZ1-16/+3
2016-12-23Follow-up 19c07f4KirieZ1-3/+3
2016-12-20Follow-up ea449a7, fixed coding-styleKirieZ1-8/+5
2016-12-18Changed behavior when party leader leaves it from party being disbanded to le...KirieZ1-18/+24
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-2/+2
2016-08-19Renamed some char and inter server variablesHaru1-3/+3
2016-03-06Replace wrong variable usage in party creation code (closes #1185)Andrei Karas1-3/+4
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-3/+3
2016-02-24Added const qualifier to several variable/argument pointersHaru1-6/+8
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-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-22Fixing party creation failure conditionAncyker1-1/+0
2015-06-19Cleaned up some #includesHaru1-1/+0
2015-06-19Removed ".." from include directivesHaru1-14/+14
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-6/+7
2015-04-09Add checks to int_party.cAndrei Karas1-0/+14
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-7/+5
2014-11-16Whitespace cleanup (no code changes)Haru1-13/+10
2014-11-15Add missing interface initialisations in char server.Andrei Karas1-0/+2
2014-11-15Move global variable into interface in inter.cAndrei Karas1-56/+56
2014-11-15Move global variable into interface in int_party.cAndrei Karas1-15/+15
2014-11-15Add most functions from int_party.c to interfaces.Andrei Karas1-91/+97
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-10/+11
2014-11-15Add prefix inter_party_ to most functions in int_party.cAndrei Karas1-21/+21
2014-11-15Add prefix char_ to most functions in char.cAndrei Karas1-2/+2
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-13Removed trailing whitespace (sources)Haru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-11/+14
2014-05-10Revert "Fixed order of includes in all source files"panikon1-14/+11
2014-05-09Fixed order of includes in all source filesHaru1-11/+14