summaryrefslogtreecommitdiff
path: root/src/chat-server/guild.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-19Fixed guild supportErik Schilling1-14/+21
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-1/+1
2010-06-06Made methods of the Guild class const where appropriateThorbjørn Lindeijer1-20/+14
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay1-15/+20
2008-11-27Fixed bug found by b_lindeijerDavid Athay1-2/+3
2008-11-24Change leader if leader leaves guild.David Athay1-0/+7
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-08-18Changed guilds to use character id.David Athay1-47/+37
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-0/+6
2008-07-28fix crash from last commit, guild fixes, damage calculation fixRoderic Morris1-7/+3
2008-07-22Save guild member permissions to dbDavid Athay1-0/+9
2008-07-22Add permissions to guild membersDavid Athay1-5/+72
2008-06-26fix compile error, and improve guild related methodsRoderic Morris1-16/+0
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-2/+6
2008-04-16Added handling creating and leavingDavid Athay1-1/+1
2008-02-28Work in Progress commit of guilds.David Athay1-0/+78