summaryrefslogtreecommitdiff
path: root/src/gui/windows/statuswindow.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-22Remove default parameters from statuswindow.Andrei Karas1-6/+7
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-7/+1
2017-09-27Change attributes value type to int64.Andrei Karas1-4/+4
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-29Fix code style.Andrei Karas1-3/+0
2016-07-27Remove unused variable from StatusWindow.Andrei Karas1-2/+0
2016-07-27Remove all pages after status window deleted.Andrei Karas1-0/+5
2016-07-26Add tabs for stats in status window.Andrei Karas1-21/+8
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-1/+1
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-0/+2
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-12Remove old manaserv related code from status window.Andrei Karas1-1/+0
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-13/+13
2015-05-29Fix compilation without C++11 flag.Andrei Karas1-1/+1
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-8/+12
2015-05-24Move type Modifiable into separate file.Andrei Karas1-0/+2
2015-05-06Add strong typed bool type Modifiable.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-10eathena: add packet SMSG_BEING_ATTRS 0x0b0a.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-05-01Add missing const.Andrei Karas1-1/+1
2014-04-27Add StatListener.Andrei Karas1-6/+7
2014-04-27Add AttributeListener.Andrei Karas1-3/+8
2014-03-16Remove some useless static methods from theme.Andrei Karas1-3/+3
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-2/+2
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.Andrei Karas1-2/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17add restrict into statuswindow.Andrei Karas1-4/+3
2013-10-19fix const in declaration in statuswindow.Andrei Karas1-1/+1
2013-10-04fix code style.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+125