summaryrefslogtreecommitdiff
path: root/src/guild.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31Removed some unused members from Party and Guild classesThorbjørn Lindeijer1-25/+5
Reviewed-by: Jared Adams
2010-03-26Replace most dynamic_casts with static_castsJared Adams1-5/+4
The remaining instances can't easily or safely be changed as the classes involved don't have type information like Being does. Reviewed-by: Freeyorp
2010-02-25Change const void to voidJared Adams1-1/+1
Reviewed-by: Thorbjørn Lindeijer
2010-02-24Add more to eAthena guild supportJared Adams1-15/+45
It's not complete yet, but it is closer. Also fix up handling of guild/party members. Reviewed-by: Chuck Miller
2010-02-22Change chat autocompletion to be more flexibleJared Adams1-1/+1
Reviewed-by: Chuck Miller
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Fix some bugs in party handling and add HP to AvatarListBoxJared Adams1-0/+18
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-14/+28
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-10Change code styleAndrei Karas1-28/+10
2009-12-05Removed a few superfluous semicolonsThorbjørn Lindeijer1-3/+3
2009-11-07More eAthena guild stuffJared Adams1-13/+163
Also some related chenges elsewhere
2009-10-03Added support for the "too fast" login errorThorbjørn Lindeijer1-5/+5
So that next time somebody encounters it, it doesn't turn up as "unknown error".
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
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-07-22Add permissions to guild members. Alt-Gr fix for Rotonen from 0.0David Athay1-2/+5
2008-04-23Fixed svn:keywords properties and added header to guild.h.Bjørn Lindeijer1-5/+3
2008-04-16Fixed online status so that users are shown as onlineDavid Athay1-8/+26
2008-02-28Work in Progress commit of guilds.David Athay1-0/+52