summaryrefslogtreecommitdiff
path: root/src/gui/windows/killstats.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+1
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-09-08Fix possible issue in kill stats window if get too many exp at same time.Andrei Karas1-1/+1
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-2/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-18/+18
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