summaryrefslogtreecommitdiff
path: root/src/net/partyhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-103/+0
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-16Fixed warning about unused variableBjørn Lindeijer1-1/+1
Since I compile with -Werror, even small warnings like this are annoying. Please keep that in mind. ;)
2008-11-13Added avatars to party windowDavid Athay1-4/+22
2008-04-28Added party invite dialogDavid Athay1-1/+4
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer1-1/+1
2008-04-23Fixed headers to be GPLDavid Athay1-20/+16
2008-04-22Added more support for partiesDavid Athay1-3/+20
2008-04-17Added basic party support (no interface to create or quit yet)David Athay1-0/+71