summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge branch 'master' into lpc2012Thorbjørn Lindeijer1-50/+77
2013-04-30Hide attribute sliders on character creation when appropriateThorbjørn Lindeijer1-47/+65
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer1-0/+7
2012-07-30Hacked away the sliders in the character create dialog. Better not try connec...Erik Schilling1-6/+4
2012-07-09Fixed gender to male onlyjurkan1-0/+3
2012-05-05Removed the shared base classes of MessageIn and MessageOutThorbjørn Lindeijer1-1/+0
2012-02-02Fix to the hair colors and styles handling.Yohann Ferreira1-28/+45
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-18ColorDB -> HairDB.Yohann Ferreira1-5/+5
2010-12-29Made the client handle the characters slots properly for Manaserv.Yohann Ferreira1-2/+8
2010-08-26Merged testing branch into master.Yohann Ferreira1-3/+4
2010-05-17Remove Monster, Player, and NPC classesJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-13/+12
2010-02-13Allow player to talk after deathAndrei Karas1-1/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-24Remove some more _SUPPORT ifdefsJared Adams1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-8/+7
2010-01-10Change code styleAndrei Karas1-4/+9
2009-10-03Update the CharSelectDialog after char creationJared Adams1-1/+7
2009-09-13Fix hair browsing bug in character creationKess Vargavind1-0/+4
2009-08-13Clean up Being and it's derivativesJared Adams1-15/+31
2009-08-07Gettext fixesKess Vargavind1-2/+2
2009-07-28Add some translators commentsKess Vargavind1-0/+4
2009-07-26Gettext fixesKess Vargavind1-4/+4
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
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
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-5/+5
2009-04-07Used custom widgets where appropriate and some cleanupBjørn Lindeijer1-6/+4
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