index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
windows
/
charcreatedialog.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-21
Add support for items with cards in charcreation.xml
Andrei Karas
1
-4
/
+6
2016-06-21
In Being split setSprite into setSpriteColor and setSpriteColorId.
Andrei Karas
1
-3
/
+2
2016-06-21
Split in Being setSprite into setSprite and setSpriteId.
Andrei Karas
1
-4
/
+2
2016-06-21
Split Being::setSprite into Being::setSprite and Being::setSpriteCards.
Andrei Karas
1
-4
/
+2
2016-06-20
Add explicit keyword into CardsList.
Andrei Karas
1
-2
/
+2
2016-06-08
Simplify set weapon sprite.
Andrei Karas
1
-2
/
+0
2016-06-08
Add setTempSprite method into Being.
Andrei Karas
1
-2
/
+0
2016-06-08
Remove default value from parameter cards in Being->setSprite.
Andrei Karas
1
-2
/
+4
2016-06-08
Remove default value from parameter isItemSprite in Being->setSprite.
Andrei Karas
1
-2
/
+4
2016-06-08
Remove default value from parameter isWeapon in Being->setSprite.
Andrei Karas
1
-2
/
+7
2016-06-08
Remove default value from parameter colorId in Being->setSprite.
Andrei Karas
1
-2
/
+3
2016-06-08
Remove default value from parameter color in Being->setSprite.
Andrei Karas
1
-1
/
+1
2016-05-29
Fix code style.
Andrei Karas
1
-5
/
+12
2016-04-23
Fix code style.
Andrei Karas
1
-1
/
+1
2016-04-05
Remove quotes from pragmas.
Andrei Karas
1
-3
/
+3
2016-03-11
Fix code style.
Andrei Karas
1
-0
/
+2
2016-03-05
Move getNumOfHairstyles from being to itemdb.
Andrei Karas
1
-3
/
+3
2016-02-23
Fix compilation with gcc 4.4 or older.
Andrei Karas
1
-3
/
+3
2016-02-23
Add pragmas for disable -Wswitch-bool in some places.
Andrei Karas
1
-0
/
+3
2016-02-20
Add missing const in gui directory.
Andrei Karas
1
-2
/
+3
2016-02-14
Fix crash in char creation if stats was hidden (tmwa).
Andrei Karas
1
-1
/
+4
2016-02-10
Fix compilation warnings.
Andrei Karas
1
-7
/
+7
2016-02-10
Allow hide player stats sliders in char creation dialog.
Andrei Karas
1
-11
/
+29
2016-02-07
Replace most static_cast<Type> to shorter versions from defines.
Andrei Karas
1
-13
/
+13
2016-01-27
In char create dialog allow hair style with wrong range.
Andrei Karas
1
-20
/
+37
2016-01-27
In char create dialog allow hair color with wrong range.
Andrei Karas
1
-26
/
+53
2016-01-25
In char creation dialog show race fields only if more than 1 races in configu...
Andrei Karas
1
-5
/
+5
2016-01-02
Update copyrights year.
Andrei Karas
1
-1
/
+1
2015-11-15
Add support for other gender in char creation dialog.
Andrei Karas
1
-4
/
+31
2015-11-14
Add features.xml attribute for force char gender for new chars.
Andrei Karas
1
-21
/
+35
2015-11-14
Add features.xml attribute for force account gender for new chars.
Andrei Karas
1
-2
/
+5
2015-11-11
Fix attibutes left label in char create dialog.
Andrei Karas
1
-6
/
+12
2015-11-11
Fix buttons position in char create dialog in very small screen size.
Andrei Karas
1
-2
/
+14
2015-11-11
Add some theme parameters for char create dialog.
Andrei Karas
1
-11
/
+13
2015-11-11
Fix char create dialog height.
Andrei Karas
1
-5
/
+15
2015-09-11
Fix code style.
Andrei Karas
1
-0
/
+1
2015-08-16
Add strong typed int for item color.
Andrei Karas
1
-3
/
+6
2015-07-21
Add missing checks and non null attributes.
Andrei Karas
1
-8
/
+16
2015-06-14
Use CREATEWIDGET macro in charcreatedialog.
Andrei Karas
1
-3
/
+5
2015-06-06
Fix code style.
Andrei Karas
1
-4
/
+0
2015-05-31
Convert InputAction enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-30
Move inputaction into enums directory.
Andrei Karas
1
-2
/
+2
2015-05-29
Convert Gender enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-29
Convert BeingAction enum into strong typed enum.
Andrei Karas
1
-1
/
+1
2015-05-29
Use BeingTypeId in Being for subtypeid.
Andrei Karas
1
-2
/
+2
2015-05-29
Add strong typed int type BeingId.
Andrei Karas
1
-1
/
+3
2015-05-28
Add strong typed bool type Visible.
Andrei Karas
1
-3
/
+3
2015-05-22
Fix code style.
Andrei Karas
1
-1
/
+3
2015-05-21
Call postInit after each window creation.
Andrei Karas
1
-2
/
+2
2015-05-05
Add strong typed bool type in OkDialog.
Andrei Karas
1
-1
/
+1
[next]