summaryrefslogtreecommitdiffstats
path: root/src/chat-server/guildmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-3/+2
* Fixed guild supportErik Schilling2012-04-191-31/+32
* Fixed compilation again + some more code cleanupErik Schilling2012-02-271-9/+9
* Renamed some iterators + fixed one TODO (stored guilds in a map)Erik Schilling2012-02-261-41/+22
* Fixing account server crash when leaving guildStefan Dombrowski2011-03-311-1/+3
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-2/+2
* Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira2011-01-031-0/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-291-1/+1
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-5/+5
* Made methods of GuildManager const where appropriateThorbjørn Lindeijer2010-06-061-30/+13
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-15/+15
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-0/+1
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-4/+4
* Added transactions for chat events.David Athay2009-03-051-1/+2
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-271-6/+48
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Changed guilds to use character id.David Athay2008-08-181-17/+17
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-131-0/+19
* Save guild member permissions to dbDavid Athay2008-07-221-3/+8
* fix compile error, and improve guild related methodsRoderic Morris2008-06-261-2/+2
* handle topic changing and guild eventsRoderic Morris2008-06-251-16/+21
* Use guildmanager to add users to guilds so its stored in the db.David Athay2008-05-231-10/+7
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-201-1/+1
* Fixed telling clients what guilds they are in after they reconnectDavid Athay2008-03-061-0/+26
* Fixed guild creation.David Athay2008-03-051-2/+2
* Work in Progress commit of guilds.David Athay2008-02-281-0/+124