index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
char
/
int_party.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-09
Merge pull request #2601 from Kenpachi2k13/int_party_c_warning
Haru
1
-203
/
+297
2020-02-05
Added inter_party_del_nonexistent_party() function.
Kenpachi Developer
1
-7
/
+47
2020-02-05
Applied code style to all modified functions in src/char/int_party.c.
Kenpachi Developer
1
-143
/
+169
2020-02-05
Replaced various inter_party_check_lv() calls with inter_party_calc_state() c...
Kenpachi Developer
1
-27
/
+8
2020-02-05
Added inter_party_is_family_party() function.
Kenpachi Developer
1
-16
/
+81
2020-02-05
Updated inter_party_calc_state() function.
Kenpachi Developer
1
-17
/
+1
2020-02-05
Updated inter_party_check_lv() function.
Kenpachi Developer
1
-6
/
+4
2020-02-05
Changed some data types from unsigned to signed.
Kenpachi Developer
1
-1
/
+1
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2019-10-18
Fix an issue that caused the saved character data to retain the old party ID ...
Haru
1
-3
/
+4
2019-08-26
Remove round-trip to the inter-server for the party messages
Haru
1
-1
/
+0
2018-07-01
Change functions to static where possible (Part 3 - char)
Haru
1
-19
/
+21
2018-06-30
Move mapif functions from int_party.c to mapif.c
Haru
1
-233
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_party...
Haru
1
-46
/
+111
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2017-09-19
remove trailing whitespaces from source
gumi
1
-1
/
+1
2017-04-09
Fix wrong parameters in a call to mapif->party_broken()
Haru
1
-1
/
+1
2017-02-12
Follow-up 946b7f8490e952fbd90c6760f256ddfdd1e98137
KirieZ
1
-16
/
+3
2016-12-23
Follow-up 19c07f4
KirieZ
1
-3
/
+3
2016-12-20
Follow-up ea449a7, fixed coding-style
KirieZ
1
-8
/
+5
2016-12-18
Changed behavior when party leader leaves it from party being disbanded to le...
KirieZ
1
-18
/
+24
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-2
/
+2
2016-08-19
Renamed some char and inter server variables
Haru
1
-3
/
+3
2016-03-06
Replace wrong variable usage in party creation code (closes #1185)
Andrei Karas
1
-3
/
+4
2016-02-24
Removed several unnecessary RFIFOP typecasts
Haru
1
-3
/
+3
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-6
/
+8
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-10-19
rename malloc.c/h to memmgr.
Andrei Karas
1
-1
/
+1
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-06-22
Fixing party creation failure condition
Ancyker
1
-1
/
+0
2015-06-19
Cleaned up some #includes
Haru
1
-1
/
+0
2015-06-19
Removed ".." from include directives
Haru
1
-14
/
+14
2015-06-01
Replaced some of the hardcoded values with constants (char)
Haru
1
-6
/
+7
2015-04-09
Add checks to int_party.c
Andrei Karas
1
-0
/
+14
2015-01-20
Minor fixes and tweaks suggested by cppcheck
Haru
1
-7
/
+5
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-13
/
+10
2014-11-15
Add missing interface initialisations in char server.
Andrei Karas
1
-0
/
+2
2014-11-15
Move global variable into interface in inter.c
Andrei Karas
1
-56
/
+56
2014-11-15
Move global variable into interface in int_party.c
Andrei Karas
1
-15
/
+15
2014-11-15
Add most functions from int_party.c to interfaces.
Andrei Karas
1
-91
/
+97
2014-11-15
Add most functions from char.c to interfaces.
Andrei Karas
1
-10
/
+11
2014-11-15
Add prefix inter_party_ to most functions in int_party.c
Andrei Karas
1
-21
/
+21
2014-11-15
Add prefix char_ to most functions in char.c
Andrei Karas
1
-2
/
+2
2014-05-30
Fixed typos inside src/
Shido
1
-2
/
+2
2014-05-13
Removed trailing whitespace (sources)
Haru
1
-3
/
+3
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-11
/
+14
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-14
/
+11
2014-05-09
Fixed order of includes in all source files
Haru
1
-11
/
+14
2013-12-06
HPM: mapindex interface
shennetsind
1
-1
/
+1
2013-05-16
Fixed Bug #7250 item 2
shennetsind
1
-0
/
+5
[next]