summaryrefslogtreecommitdiff
path: root/src/char/int_guild.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-4/+7
2017-09-12Fix several typos and grammar mistakesHaru1-1/+1
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-6/+6
2016-08-19Renamed some char and inter server variablesHaru1-14/+14
2016-07-02Removed a duplicate check from inter_guild_tosql()Haru1-12/+7
2016-03-20Dropped typedef from DBIteratorHaru1-1/+1
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-2/+2
2016-03-20Removed unnecessary typedefs from sql.hHaru1-0/+1
2016-03-20Added const qualifier to some typecastsHaru1-9/+9
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-11/+11
2016-02-24Added const qualifier to several variable/argument pointersHaru1-8/+8
2016-02-19Fix some cast discards 'const' qualifier from pointer target type warnings.Andrei Karas1-7/+7
2016-01-14Adjusted names in enum guild_permission to still make sense when additional c...ultramage1-1/+1
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-07-12Remove useless checks from char server.Andrei Karas1-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-13/+11
2015-04-10Fixed some compiling errors under MSVCcsnv1-1/+3
2015-04-09Add checks to int_guild.cAndrei Karas1-3/+45
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-8/+5
2015-01-12Fixed some -Wformat-security warningsHaru1-3/+3
2014-11-16Whitespace cleanup (no code changes)Haru1-20/+21
2014-11-15Move global variable into interface in inter.cAndrei Karas1-142/+142
2014-11-15Move global variable into interface in int_guild.cAndrei Karas1-22/+19
2014-11-15Add most functions from inter.c to interfaces.Andrei Karas1-3/+3
2014-11-15Add most functions from int_guild.c to interfaces.Andrei Karas1-147/+169
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-16/+17
2014-11-15Add prefix inter_guild_ to most functions in int_guild.cAndrei Karas1-30/+30
2014-05-30Fixed typos inside src/Shido1-5/+5
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-10/+14
2014-05-10Revert "Fixed order of includes in all source files"panikon1-14/+10
2014-05-09Fixed order of includes in all source filesHaru1-10/+14
2014-05-07Follow up to 9a425c1panikon1-1/+1
2014-05-06Bug fixes and other changespanikon1-9/+41
2014-03-06Minor whitespace fixHaru1-4/+3
2014-02-11Fixed bug 7980panikon1-0/+1
2014-01-22Improvements to exp_guild.txt loadingHaru1-28/+22
2014-01-12Changed some void* to the correct data types where applicableHaru1-1/+0
2013-12-17Fixed several compiler warningsHaru1-18/+12
2013-10-26Changed 'tick' variables to 64 bitHaru1-3/+2
2013-09-25Renamed iTimer interface to timer.shennetsind1-3/+3
2013-06-08Follow up d73783f22b2bb881aab74524d153d89a5932a199shennetsind1-2/+2
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-5/+5
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-2/+2
2013-05-16Fixed Bug #7250shennetsind1-1/+1
2013-05-15HPM Updateshennetsind1-134/+134