summaryrefslogtreecommitdiff
path: root/src/gui/windows/statuswindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-652/+0
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas1-2/+2
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas1-4/+8
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-64/+62
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-3/+3
2017-09-27Change attributes value type to int64.Andrei Karas1-11/+17
2017-08-14Fix type in previous commit.Andrei Karas1-1/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-1/+1
2017-07-17Add missing check in statuswindow.cppAndrei Karas1-2/+4
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-07-13Add missing reference into reading group name.Andrei Karas1-1/+1
2017-07-13Show group name in being popup and status window.Andrei Karas1-3/+8
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-25/+25
2017-01-31Move units into db directory.Andrei Karas1-7/+9
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-04Move layouttype into enums directory.Andrei Karas1-1/+2
2016-09-20Set unselectable most parts of status window.Andrei Karas1-0/+8
2016-07-29Fix code style.Andrei Karas1-1/+1
2016-07-27Fix tab width in status window.Andrei Karas1-1/+1
2016-07-27Remove all pages after status window deleted.Andrei Karas1-1/+12
2016-07-26Add support for loading stats pages from stats.xmlAndrei Karas1-3/+8
2016-07-26Add tabs for stats in status window.Andrei Karas1-131/+27
2016-07-25Fix too big lines.Andrei Karas1-2/+3
2016-07-25Remove extra includes from statuswindow.cppAndrei Karas1-4/+0
2016-07-25Move changedisplay class into separate file.Andrei Karas1-82/+1
2016-07-25Move derdisplay class into separate file.Andrei Karas1-12/+1
2016-07-25Move attrdisplay class into separate file.Andrei Karas1-34/+2
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-29/+30
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-3/+13
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-0/+15
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-06Use server feature haveMultyStatusUp.Andrei Karas1-4/+12
2016-03-06Add into increaseAttribute parameter with about of attributes to up.Andrei Karas1-1/+1
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-07Fix some casts between signed and unsigned in some files.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-1/+2
2015-11-16Fix code style.Andrei Karas1-1/+0
2015-11-12Remove manaserv related flag for use mana bar.Andrei Karas1-38/+25
2015-11-12Remove old manaserv related code from status window.Andrei Karas1-41/+2
2015-07-25add targetingType featureJoseph Botosh1-1/+2
2015-07-11Add missing checks into gui.Andrei Karas1-1/+1
2015-06-25Add missing checks in windows.Andrei Karas1-0/+2
2015-06-06Fix code style.Andrei Karas1-14/+20
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-8/+10
2015-05-30Move theme colors enum into separate file.Andrei Karas1-16/+16
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-11/+19