summaryrefslogtreecommitdiff
path: root/src/gui/charcreatedialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-20Add palette inheritance to radiobutton class.Andrei Karas1-3/+3
2012-10-20Add palette inheritance to label class.Andrei Karas1-10/+10
2012-10-20Add palette inheritance to textfield class.Andrei Karas1-1/+1
2012-10-20Add palette inheritance to button class.Andrei Karas1-10/+10
2012-10-19Fix namespace conflicts.Andrei Karas1-2/+2
2012-10-02Fix some conversions.Andrei Karas1-1/+2
2012-09-05Improve constructors in some classes.Andrei Karas1-26/+29
2012-08-26Add const to some classes.Andrei Karas1-14/+18
2012-08-23Remove useless includes.Andrei Karas1-6/+2
2012-08-21next code style changes.Andrei Karas1-1/+2
2012-08-17Improve size calculations.Andrei Karas1-4/+4
2012-08-15Fix code style again.Andrei Karas1-2/+2
2012-07-28Extend playerbox theming.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-1/+1
2012-07-17Fix more code style and additional warnings.Andrei Karas1-3/+4
2012-07-07Add support for default equipment in char creation dialog.v1.2.7.8Andrei Karas1-0/+8
2012-06-24Fix crash in char creation if client data corrupted.Andrei Karas1-1/+4
2012-05-31Add support for each hair style own palete.Andrei Karas1-1/+1
2012-04-22Improve keyboard handling in create character dialog.Andrei Karas1-0/+20
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-03-14Add support for other gender.Andrei Karas1-1/+15
2012-02-28Add different sound effects for different events.Andrei Karas1-2/+2
2012-02-25Fix old casts.Andrei Karas1-2/+8
2012-01-31Redesing char creation dialog.Andrei Karas1-44/+114
2012-01-31Add size limit to nick in char creation dialog.Andrei Karas1-0/+1
2012-01-29Show race name in char creation dialog.Andrei Karas1-0/+8
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-22Fix create char dialog size and widgets positions.Andrei Karas1-11/+12
2011-11-20Fix compilation warnings.Andrei Karas1-2/+2
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-3/+16
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-5/+5
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+1
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-0/+3
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-1/+1
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-25Dont compile manaserv related code if manaserv support disabled.Andrei Karas1-2/+7
2011-04-09Add race in char creation dialog. Change client protocol version to 4.Andrei Karas1-6/+60
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-4/+4
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+372