summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-07-08Removed redundant data from guardian_data, saving up to 40 bytes per guardian...panikon1-2/+2
2014-05-30Fixed typos inside src/Shido1-4/+4
2014-05-29Fixed a bug causing players to see unrelated guilds' #ally channelsHaru1-14/+20
2014-05-29Added guild_castle_invite and guild_castle_expulsion to guild.conf, they dete...panikon1-11/+19
2014-05-13Removed trailing whitespace (sources)Haru1-3/+3
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-22/+25
2014-05-10Revert "Fixed order of includes in all source files"panikon1-25/+22
2014-05-09Fixed order of includes in all source filesHaru1-22/+25
2014-04-19Follow up to 6f6a6b3panikon1-2/+2
2014-04-11Fixed issue: 7694panikon1-1/+0
2014-03-14Fixed Bug 7936shennetsind1-1/+1
2014-02-27Cleaned up messages.confHaru1-4/+4
2014-02-22Changed function types related to SG days in date.cpanikon1-1/+1
2014-02-14sc sourcesshennetsind1-1/+1
2014-01-19HPM Custom Data Struct Expansion: map/instance/party/guildshennetsind1-0/+20
2014-01-12Changed some void* to the correct data types where applicableHaru1-9/+9
2013-12-17Fixed several compiler warningsHaru1-7/+7
2013-12-11Corrected some local 'mapindex' variables shadowing the global oneHaru1-2/+2