summaryrefslogtreecommitdiff
path: root/src/gui/windows/charselectdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-644/+0
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-09-28Remove extra include.Andrei Karas1-1/+0
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas1-2/+2
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-1/+1
2017-09-27Change attributes value type to int64.Andrei Karas1-3/+5
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-28/+30
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveCharRename because it depend only on server type.Andrei Karas1-1/+4
2017-01-31Move units into db directory.Andrei Karas1-2/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-02Remove unused unregister dialog and states for it.Andrei Karas1-5/+0
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-4/+0
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-6/+6
2016-04-05Remove quotes from pragmas.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-4/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-12/+12
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-2/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-4/+4
2015-11-16Fix code style.Andrei Karas1-1/+0
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas1-28/+0
2015-09-11Fix code style.Andrei Karas1-0/+1
2015-06-25Add missing checks in windows.Andrei Karas1-3/+3
2015-06-14Use CREATEWIDGET macro in charselectdialog.Andrei Karas1-20/+29
2015-06-06Fix code style.Andrei Karas1-6/+0
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-05-21Call postInit after each window creation.Andrei Karas1-4/+5
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-2/+2
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-3/+11
2015-04-24Fix code style.Andrei Karas1-1/+0
2015-04-15fix missing characters in list after password change selection.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+2
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas1-0/+2
2015-01-06Move attributes.h into enums directory.Andrei Karas1-2/+2
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas1-19/+38
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-8/+4
2014-10-08Add missing check in character select dialog.Andrei Karas1-1/+1
2014-10-06Update visible character name and character rename.Andrei Karas1-0/+20