summaryrefslogtreecommitdiffstats
path: root/src/chat-server/guild.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-2/+3
* Fixed guild supportErik Schilling2012-04-191-14/+21
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-1/+1
* Made methods of the Guild class const where appropriateThorbjørn Lindeijer2010-06-061-20/+14
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-271-15/+20
* Fixed bug found by b_lindeijerDavid Athay2008-11-271-2/+3
* Change leader if leader leaves guild.David Athay2008-11-241-0/+7
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Changed guilds to use character id.David Athay2008-08-181-47/+37
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-131-0/+6
* fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2008-07-281-7/+3
* Save guild member permissions to dbDavid Athay2008-07-221-0/+9
* Add permissions to guild membersDavid Athay2008-07-221-5/+72
* fix compile error, and improve guild related methodsRoderic Morris2008-06-261-16/+0
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-201-2/+6
* Added handling creating and leavingDavid Athay2008-04-161-1/+1
* Work in Progress commit of guilds.David Athay2008-02-281-0/+78