summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-04Made sure the server information updates when dragging the server listThorbjørn Lindeijer1-1/+1
It was only updating on click events, due to using ActionListener instead of SelectionListener.
2009-10-03Update the CharSelectDialog after char creationJared Adams1-1/+13
2009-08-13Clean up Being and it's derivativesJared Adams1-2/+6
Move stuff only needed for Players into Player (like slots and sprite limits). Move name handling into Being (no need for three copies of this code). Clean up terminology (including Map terminology). Remove hair-related variables.
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-3/+3
Abstracts it away and out of main.cpp and register.cpp.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-1/+1
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-0/+2
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-04-06Implement TMWServ's CharHandlerJared Adams1-0/+112
Also cleanup character creation, which isn't functional at the moment.