summaryrefslogtreecommitdiffstats
path: root/src/chat-server/guildhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-3/+3
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-1/+1
* Fixed guild supportErik Schilling2012-04-191-106/+131
* Some ChatHandler cleanupsThorbjørn Lindeijer2011-04-021-7/+4
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-1/+2
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-171-2/+2
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-031-0/+1
* 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-12/+12
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-031-39/+39
* Made methods of the Guild class const where appropriateThorbjørn Lindeijer2010-06-061-9/+3
* 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-7/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+1
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-28/+24
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-271-14/+51
* Fix bug with removing players from guildDavid Athay2008-12-181-7/+5
* Separated out the handlers for guild and partyDavid Athay2008-11-251-0/+371