summaryrefslogtreecommitdiff
path: root/src/chat-server/guildmanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-11/+7
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-9/+9
2013-05-02Fixed a bunch of cppcheck warningsErik Schilling1-3/+2
2012-04-19Fixed guild supportErik Schilling1-31/+32
2012-02-27Fixed compilation again + some more code cleanupErik Schilling1-9/+9
2012-02-26Renamed some iterators + fixed one TODO (stored guilds in a map)Erik Schilling1-41/+22
2011-03-31Fixing account server crash when leaving guildStefan Dombrowski1-1/+3
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-2/+2
2011-01-03Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira1-0/+2
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-5/+5
2010-06-06Made methods of GuildManager const where appropriateThorbjørn Lindeijer1-30/+13
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-15/+15
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-0/+1
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-4/+4
2009-03-05Added transactions for chat events.David Athay1-1/+2
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay1-6/+48
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-08-18Changed guilds to use character id.David Athay1-17/+17
2008-08-13Added permission levels to guilds, and operator permissions to channels.David Athay1-0/+19
2008-07-22Save guild member permissions to dbDavid Athay1-3/+8
2008-06-26fix compile error, and improve guild related methodsRoderic Morris1-2/+2
2008-06-25handle topic changing and guild eventsRoderic Morris1-16/+21
2008-05-23Use guildmanager to add users to guilds so its stored in the db.David Athay1-10/+7
2008-04-20Fixed some compiler errors/warnings.Bjørn Lindeijer1-1/+1
2008-03-06Fixed telling clients what guilds they are in after they reconnectDavid Athay1-0/+26
2008-03-05Fixed guild creation.David Athay1-2/+2
2008-02-28Work in Progress commit of guilds.David Athay1-0/+124