summaryrefslogtreecommitdiff
path: root/src/gui/windows/ministatuswindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-23Fix some code style issuesAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-10-19Fix code style.Andrei Karas1-3/+3
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-24Remove default parameters from widget2.Andrei Karas1-1/+2
2017-12-22Remove default parameters from statuswindow.Andrei Karas1-10/+26
2017-09-29Fix code style.Andrei Karas1-1/+0
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas1-1/+1
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-8/+20
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-2/+2
2017-09-27Change attributes value type to int64.Andrei Karas1-9/+17
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-1/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-28/+28
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-08-02Add all known windows into windows unit tests.Andrei Karas1-1/+2
2016-07-25Fix too big lines.Andrei Karas1-1/+2
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-16/+16
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-04Remove isVisible getter from widget.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/+2
2016-02-08Improve some empty string checks.Andrei Karas1-1/+1
2016-02-08Add some missing const.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-07Move invetory into inventory directory.Andrei Karas1-1/+2
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move animatedsprite into sprite directory.Andrei Karas1-1/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-1/+1
2015-11-16Fix code style.Andrei Karas1-2/+2
2015-11-12Remove manaserv related flag for use mana bar.Andrei Karas1-4/+3
2015-07-25Fix status bar width after new field was added.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in ministatuswindow.Andrei Karas1-3/+2
2015-06-06Fix code style.Andrei Karas1-9/+11
2015-06-01Fix again build without C++11 flag.Andrei Karas1-1/+1
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-1/+1
2015-05-31Convert ProgressColorId enum into strong typed enum.Andrei Karas1-2/+3
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-11/+13
2015-05-30Move theme colors enum into separate file.Andrei Karas1-9/+9
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-9/+10
2015-05-25Add method safeDrawChildren for safe OpenGL renderer.Andrei Karas1-1/+1
2015-05-25Fix some issues in safe OpenGL renderer after last changes.Andrei Karas1-0/+7
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1