summaryrefslogtreecommitdiff
path: root/src/gui/windows/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2020-05-07Add option for show/hide hidden genderAndrei Karas1-3/+6
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-29Fix code style.s20181102Andrei Karas1-4/+4
2018-10-19Fix code style.Andrei Karas1-3/+3
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-10/+9
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-24/+56
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-1/+2
2017-12-23Remove default parameters from tabstrip.Andrei Karas1-1/+2
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-3/+3
2017-06-13Move virtual methods from Being constructor to postInit.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-26/+26
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-19Fix hair animation in char create dialog.Andrei Karas1-0/+1
2016-06-21Add support for items with cards in charcreation.xmlAndrei Karas1-4/+6
2016-06-21In Being split setSprite into setSpriteColor and setSpriteColorId.Andrei Karas1-3/+2
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas1-4/+2
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas1-4/+2
2016-06-20Add explicit keyword into CardsList.Andrei Karas1-2/+2
2016-06-08Simplify set weapon sprite.Andrei Karas1-2/+0
2016-06-08Add setTempSprite method into Being.Andrei Karas1-2/+0
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas1-2/+4
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas1-2/+4
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas1-2/+7
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas1-2/+3
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas1-1/+1
2016-05-29Fix code style.Andrei Karas1-5/+12
2016-04-23Fix code style.Andrei Karas1-1/+1
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