summaryrefslogtreecommitdiff
path: root/src/chat-server/guildhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer1-13/+8
2023-05-15General code cleanupsThorbjørn Lindeijer1-5/+3
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-4/+1
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-3/+3
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-1/+1
2012-04-19Fixed guild supportErik Schilling1-106/+131
2011-04-02Some ChatHandler cleanupsThorbjørn Lindeijer1-7/+4
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+2
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-2/+2
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira1-0/+1
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-12/+12
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer1-39/+39
2010-06-06Made methods of the Guild class const where appropriateThorbjørn Lindeijer1-9/+3
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-7/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+1
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-28/+24
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay1-14/+51
2008-12-18Fix bug with removing players from guildDavid Athay1-7/+5
2008-11-25Separated out the handlers for guild and partyDavid Athay1-0/+371