summaryrefslogtreecommitdiff
path: root/src/gui/unregisterdialog.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-5/+0
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams
2010-12-06Removed superfluous #includes taken from checkheaders list.Yohann Ferreira1-2/+0
Resolves: Mana-Mantis #265. Trivial fix.
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
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-12Standardize header orderJared Adams1-2/+2
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-10-07Clean up state machine some moreJared Adams1-1/+1
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-3/+3
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up.
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-8/+6
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-0/+70
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere!
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-04-18Added a change password dialog. State code is to be reworked.Yohann Ferreira1-1/+0
(Once again, I need feedback. Thanks!)
2007-03-03Fixed auto-character-select and switch_character combination. Added ↵Rogier Polak1-1/+1
svn-properties keyword and eol-style, where appropriate.
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-0/+73
switch_accountserver.