summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-06HPM: mapindex interfaceshennetsind1-4/+4
2013-11-30Minor adjustmentsshennetsind1-0/+2
2013-11-07Item Bound Fixes/Adjustments/Improvementsshennetsind1-29/+10
2013-11-06Merge remote-tracking branch 'origin/master'shennetsind1-0/+52
2013-11-06Merge pull request #217 from HerculesWS/script-checkershennetsind1-6/+9
2013-11-06Modified status_calc_shennetsind1-1/+1
2013-11-05Introducing the Hercules Standalone Script Syntax CheckerHaru1-6/+9
2013-10-31No error after compilation, but when logging in at map server it will crash.sevenzz231-0/+52
2013-10-26Changed 'tick' variables to 64 bitHaru1-4/+2
2013-10-20Bug:7723 and Skill Cooldownsshennetsind1-1/+1
2013-10-02HPM: Map.c Completedshennetsind1-3/+3
2013-09-27HPM: Guild.c Completedshennetsind1-138/+124
2013-09-27Renamed iMap interface to mapHaru1-80/+71
2013-09-27Renamed iStatus interface to statusHaru1-1/+1
2013-09-26Renamed variables that would conflict with a rename of iMap to mapHaru1-11/+15
2013-09-25Renamed iTimer interface to timer.shennetsind1-4/+4