index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
char
/
int_guild.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
Update copyright headers for year 2020
Haru
1
-2
/
+2
2019-10-05
Dehardcodes db files base path so the db folder can be easily moved
Guilherme Menaldo
1
-1
/
+1
2019-08-26
Remove round-trip to the inter-server for the guild chat messages
Haru
1
-1
/
+0
2019-05-05
Add char_id into struct guild_expulsion
Andrei Karas
1
-5
/
+7
2019-05-05
Truncate too big time in guild member login time field
Andrei Karas
1
-1
/
+7
2019-02-11
Extend class and level field in packet 0x3035
Andrei Karas
1
-1
/
+1
2019-02-11
Change type for class variables from short to int
Andrei Karas
1
-1
/
+1
2018-09-02
Fixes #2173
Dastgir
1
-1
/
+3
2018-07-06
Fix a regression in inter_guild_add_member
Haru
1
-2
/
+7
2018-07-01
Change functions to static where possible (Part 3 - char)
Haru
1
-36
/
+40
2018-06-30
Move mapif functions from int_guild.c to mapif.c
Haru
1
-412
/
+8
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_guild...
Haru
1
-131
/
+228
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-03-14
- Implemented login date for guild members.
Jônatas Andreta
1
-4
/
+7
2017-09-12
Fix several typos and grammar mistakes
Haru
1
-1
/
+1
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-6
/
+6
2016-08-19
Renamed some char and inter server variables
Haru
1
-14
/
+14
2016-07-02
Removed a duplicate check from inter_guild_tosql()
Haru
1
-12
/
+7
2016-03-20
Dropped typedef from DBIterator
Haru
1
-1
/
+1
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-2
/
+2
2016-03-20
Removed unnecessary typedefs from sql.h
Haru
1
-0
/
+1
2016-03-20
Added const qualifier to some typecasts
Haru
1
-9
/
+9
2016-02-24
Removed several unnecessary RFIFOP typecasts
Haru
1
-11
/
+11
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-8
/
+8
2016-02-19
Fix some cast discards 'const' qualifier from pointer target type warnings.
Andrei Karas
1
-7
/
+7
2016-01-14
Adjusted names in enum guild_permission to still make sense when additional c...
ultramage
1
-1
/
+1
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-07-12
Remove useless checks from char server.
Andrei Karas
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
-13
/
+11
2015-04-10
Fixed some compiling errors under MSVC
csnv
1
-1
/
+3
2015-04-09
Add checks to int_guild.c
Andrei Karas
1
-3
/
+45
2015-01-20
Minor fixes and tweaks suggested by cppcheck
Haru
1
-8
/
+5
2015-01-12
Fixed some -Wformat-security warnings
Haru
1
-3
/
+3
2014-11-16
Whitespace cleanup (no code changes)
Haru
1
-20
/
+21
2014-11-15
Move global variable into interface in inter.c
Andrei Karas
1
-142
/
+142
2014-11-15
Move global variable into interface in int_guild.c
Andrei Karas
1
-22
/
+19
2014-11-15
Add most functions from inter.c to interfaces.
Andrei Karas
1
-3
/
+3
2014-11-15
Add most functions from int_guild.c to interfaces.
Andrei Karas
1
-147
/
+169
2014-11-15
Add most functions from char.c to interfaces.
Andrei Karas
1
-16
/
+17
2014-11-15
Add prefix inter_guild_ to most functions in int_guild.c
Andrei Karas
1
-30
/
+30
2014-05-30
Fixed typos inside src/
Shido
1
-5
/
+5
2014-05-10
Re-commit of "Fixed order of includes in all source files"
Haru
1
-10
/
+14
2014-05-10
Revert "Fixed order of includes in all source files"
panikon
1
-14
/
+10
2014-05-09
Fixed order of includes in all source files
Haru
1
-10
/
+14
2014-05-07
Follow up to 9a425c1
panikon
1
-1
/
+1
2014-05-06
Bug fixes and other changes
panikon
1
-9
/
+41
[next]