summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-04-23Merge pull request #2005 from guilherme-gm/guildskillcdHaru1-2/+2
2018-04-08Allow guild skills cooldown to continue when logged outGuilherme G. Menaldo1-2/+2
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-1/+3
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+5
2017-10-21Add packets for 64 bit exp.Andrei Karas1-1/+2
2017-09-19remove trailing whitespaces from sourcegumi1-1/+1
2017-06-25fix guild leader change in 2017 clients. Based on rathena commit:Andrei Karas1-9/+17
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-4/+4
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-07-14Fixed Coverity CID 150316: Copy into fixed size bufferHaru1-7/+5
2016-07-02Fix wrong item deletion in guild creation code if emperium item not in invent...Andrei Karas1-2/+5
2016-04-23Corrected the type of the 'length' argument of other message-related functionsHaru1-1/+1
2016-04-23Removed the 'len' argument from various message-related functionsHaru1-4/+5
2016-03-20Dropped typedef from DBIteratorHaru1-7/+8
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-10/+14
2016-02-27Replaced various '-1' with the correct constantHaru1-14/+16
2016-02-24Added const qualifier to several variable/argument pointersHaru1-6/+8
2016-01-14Adjusted names in enum guild_permission to still make sense when additional c...ultramage1-1/+1
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-1/+1
2016-01-06Replaced some explicit casts with BL_UCAST/BL_UCCASTHaru1-4/+4
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-10/+10
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-12-11Fix guild member position check.Andrei Karas1-1/+1
2015-12-10Fix guild position check.Andrei Karas1-1/+1
2015-12-04Add missing checks to guild.cAndrei Karas1-1/+26
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-21/+4
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-53/+42
2015-09-18Clarified the intent of several assignments inside conditional expressionsHaru1-1/+1
2015-09-14Add missing checks into channel.cAndrei Karas1-1/+1
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-25/+25
2015-06-01Replaced some of the hardcoded values with constants (map)Haru1-12/+10
2015-06-01Replaced some of the hardcoded values with constants (char)Haru1-5/+3
2015-02-23Hercules Ultimate Localization Designshennetsind1-4/+4
2015-01-24Channels refactoring: guild_*Haru1-3/+6
2015-01-24Channels refactoring: joinHaru1-14/+4
2015-01-24Minor channel system refactoringHaru1-7/+1
2015-01-24Moved the Hercules Channel System to its own file/interfaceHaru1-27/+28
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-12/+16
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-12/+16
2014-12-06add channels config into clif interface.Andrei Karas1-10/+10
2014-11-16Whitespace cleanup (no code changes)Haru1-74/+81
2014-10-18As per request by IndStreusel1-0/+8
2014-10-05Follow up a46b190764df4cce0b378bc691218ac0814a5673shennetsind1-1/+1
2014-10-05Follow up b9b32ac7609eshennetsind1-1/+1
2014-08-20Follow-up to b294026e6614a652c23bb0cea8a0d4dc69d8b125Haru1-2/+2