summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-03-05Move getNumOfHairstyles from being to itemdb.Andrei Karas1-3/+3
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+3
2016-02-14Fix crash in char creation if stats was hidden (tmwa).Andrei Karas1-1/+4
2016-02-10Fix compilation warnings.Andrei Karas1-7/+7
2016-02-10Allow hide player stats sliders in char creation dialog.Andrei Karas1-11/+29
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-13/+13
2016-01-27In char create dialog allow hair style with wrong range.Andrei Karas1-20/+37
2016-01-27In char create dialog allow hair color with wrong range.Andrei Karas1-26/+53
2016-01-25In char creation dialog show race fields only if more than 1 races in configu...Andrei Karas1-5/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-15Add support for other gender in char creation dialog.Andrei Karas1-4/+31
2015-11-14Add features.xml attribute for force char gender for new chars.Andrei Karas1-21/+35
2015-11-14Add features.xml attribute for force account gender for new chars.Andrei Karas1-2/+5
2015-11-11Fix attibutes left label in char create dialog.Andrei Karas1-6/+12
2015-11-11Fix buttons position in char create dialog in very small screen size.Andrei Karas1-2/+14
2015-11-11Add some theme parameters for char create dialog.Andrei Karas1-11/+13
2015-11-11Fix char create dialog height.Andrei Karas1-5/+15
2015-09-11Fix code style.Andrei Karas1-0/+1
2015-08-16Add strong typed int for item color.Andrei Karas1-3/+6
2015-07-21Add missing checks and non null attributes.Andrei Karas1-8/+16
2015-06-14Use CREATEWIDGET macro in charcreatedialog.Andrei Karas1-3/+5
2015-06-06Fix code style.Andrei Karas1-4/+0
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move inputaction into enums directory.Andrei Karas1-2/+2
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+3
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-05-22Fix code style.Andrei Karas1-1/+3
2015-05-21Call postInit after each window creation.Andrei Karas1-2/+2
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-2/+5
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-01-11Fix code style.Andrei Karas1-2/+3
2015-01-09Add min/max race into charcreation.xml.Andrei Karas1-5/+7
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-05Simplify setting default gender.Andrei Karas1-2/+1
2015-01-05Remove legace gender specific code from char creation dialog.Andrei Karas1-58/+0
2015-01-05Allow if supported by server select gender in char creation dialog.Andrei Karas1-7/+59
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-0/+2
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-09-26Fix code style.Andrei Karas1-1/+1
2014-09-17Remove getter for serverFeatures.Andrei Karas1-9/+9
2014-09-17Remove getter for charServerHandler.Andrei Karas1-4/+4