summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16Add server feature haveLookSelection.Andrei Karas1-5/+5
2014-09-16Add server feature haveRaceSelection.Andrei Karas1-4/+5
2014-09-14Use smaller char create window size if stats not present.Andrei Karas1-1/+7
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-08-28Removed unused includes.Andrei Karas1-0/+2
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-1/+4
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-1/+1
2014-07-13Fix signed/unsigned type for some vars.Andrei Karas1-2/+12
2014-05-21Fix code style.Andrei Karas1-0/+1
2014-05-19fix code style.Andrei Karas1-1/+1
2014-05-18Move inputaction into separate file.Andrei Karas1-1/+2
2014-05-18fix code style.Andrei Karas1-6/+7
2014-05-16Move dialog type into separate file.Andrei Karas1-1/+1
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-12Move being action into separate file.Andrei Karas1-4/+10
2014-05-12Move being directions into separate file.Andrei Karas1-1/+2
2014-05-08Fix code style in gui.Andrei Karas1-1/+1
2014-04-30Fix code style in gui.Andrei Karas1-2/+4
2014-04-11fix code style.Andrei Karas1-1/+1
2014-04-02Set correct step in sliders.Andrei Karas1-3/+2