summaryrefslogtreecommitdiff
path: root/src/chat-server/guild.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-19Fixed guild supportErik Schilling1-0/+5
List of things fixed: - fixed having multiple guild support everywhere - implemented kick code (untested due to missing kick possiblity in client) - fixed giving owner rights to next member when owner leaves guild - fixed potentional segmention fault when trying to access deleted guild after all members left - fixed saving right changes to database - made searching for guilds faster a bit (at least when having many guilds) TODO: + Fix conflict between guild and normal channels + Fix being able to leave guild channel without leaving guild itself + Add kick possiblity to client Reviewed-by: bjorn.
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer1-7/+0
A C++ developer should be able to recognize a constructor and a destructor by just looking at it, so let's stop writing down the obvious. :)
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-0/+149
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.