summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-15add buildin_getguildinfogumi1-1/+1
2021-02-14Fix wrong memory access on removing guild flags from npcAndrei Karas1-0/+1
2020-09-12This is Hercules v2019.10.20r12.5_BUGGYJesusaves1-2/+9
2020-09-12This is Hercules v2019.09.22Jesusaves1-2/+52
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-17/+5
2019-07-28Convert guild castle database to use libconfigAsheraf1-15/+66
2019-04-07Rename clif_charnameack into clif_blname_ackAndrei Karas1-2/+2
2019-02-11Change type for class variables from short to intAndrei Karas1-1/+1
2018-11-13Fixed character not joining its guild chat when joining a new guild.Mathy1-0/+5
2018-10-02Fixed failed assertion in guild invite.Dastgir1-3/+2
2018-08-24Update packet ZC_ACK_LEAVE_GUILD.Andrei Karas1-1/+1
2018-08-24Update packet ZC_ACK_BAN_GUILD.Andrei Karas1-1/+1
2018-08-22Add packet ZC_GUILD_POSITION.Andrei Karas1-2/+2
2018-07-12Split btype and item_id parameters in function clif_skill_fail.Andrei Karas1-1/+1
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-90/+114
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