summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-10-03Update the CharSelectDialog after char creationJared Adams1-1/+7
2009-09-13Fix hair browsing bug in character creationKess Vargavind1-0/+4
Selecting the previous hair style/colour got unexpected results sometimes (when the id was negative).
2009-08-13Clean up Being and it's derivativesJared Adams1-15/+31
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-08-07Gettext fixesKess Vargavind1-2/+2
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-07-28Add some translators commentsKess Vargavind1-0/+4
2009-07-26Gettext fixesKess Vargavind1-4/+4
And a Swedish translation of the desktop file.
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-3/+3
We don't use underscores in the filenames generally, and let's be consistent on that matter.
2009-04-16Fix gender setting in CharCreationDialogJared Adams1-0/+2
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-4/+4
Abstracts it away and out of main.cpp and register.cpp.
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-5/+5
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-6/+4
Replaced many gcn::Label with Label, gcn::Slider with Slider in character creation dialog. Also cleaned up includes.
2009-04-07Fixed compile warnings about unsigned/signed comparisonsBjørn Lindeijer1-5/+5
2009-04-06Fix CharCreateDialogJared Adams1-1/+5
2009-04-06Implement TMWServ's CharHandlerJared Adams1-0/+329
Also cleanup character creation, which isn't functional at the moment.