summaryrefslogtreecommitdiff
path: root/src/gui/windows/killstats.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-479/+0
2017-09-29Fix code style.Andrei Karas1-4/+7
2017-09-28Fix too long line int killstats.cppAndrei Karas1-1/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas1-5/+6
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-29/+56
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-5/+5
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
2016-07-29Fix code style.Andrei Karas1-1/+2
2016-07-25Fix too big lines.Andrei Karas1-3/+6
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-19/+20
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-01-02Update copyrights year.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-1/+1
2015-05-17Fix some issues after automatic checks.Andrei Karas1-2/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-04-24Fix code style.Andrei Karas1-3/+0
2015-04-15From killstats window remove information about jacko.Andrei Karas1-108/+9
2015-04-15Fix kill stats on levelup.Andrei Karas1-0/+1
2015-03-24Fix possible division by zero in kill stats window.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+4
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-7/+7
2014-07-24Add missing windows into reset to default size list.Andrei Karas1-0/+5
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-16Fix code style.Andrei Karas1-1/+1
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-19/+20
2014-04-27Add AttributeListener.Andrei Karas1-12/+13
2014-03-13improve variables order in windows.Andrei Karas1-4/+4
2014-03-08fix code style.Andrei Karas1-1/+0
2014-03-06improve a bit different code.Andrei Karas1-4/+10
2014-02-16move actionevent into events directory.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-3/+3
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+520