summaryrefslogtreecommitdiff
path: root/src/map/guild.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-16Use makefiles correctly and expand include dirsBen Longbons1-5/+5
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons1-118/+118
tildes.
2010-11-12Hide char_id in guilds packets.Andrei Karas1-32/+23
2010-10-10Made item needed for guild creation configurable in battle.confMadCamel1-7/+13
Variable: guild_emperium_check We do not have the resources to support hundreds of guilds made from snake eggs. NPCs that will only give the guild creation item if certain conditions are met are needed.
2010-10-03Do not allow empty/whitespace-only party/guild namesremoitnane1-11/+32
Also makes minor style adjustments and cleans up comments.
2010-10-02Limit most guild actions to Guild Master position.Andrei Karas1-2/+47
Also allow change guild positions to guild owner even without Guild Master position. Signed-off-by: Chuck Miller <shadowmil@gmail.com>
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-1232/+1566
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
2009-07-07Fixes to socket system to make it cope better with fd depletion.Dennis Friis1-2/+2
Also added timeout for fullconnect, secured map server from stateless connections.
2009-06-25Auto-cloe guild storage when member leaves. From ea stable.Dennis Friis1-0/+2
2009-06-25More fixes to storage derived from ea stable.Dennis Friis1-1/+1
2008-04-02initial checkinDennis Friis1-0/+1543