Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -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-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -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-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-09-08 | Fix possible issue in kill stats window if get too many exp at same time. | Andrei Karas | 1 | -1/+1 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -2/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -18/+18 | |
2017-09-29 | Fix code style. | Andrei Karas | 1 | -4/+7 | |
2017-09-28 | Fix too long line int killstats.cpp | Andrei Karas | 1 | -1/+2 | |
2017-09-27 | Fix some issues with int64 to int32 implicit conversions. | Andrei Karas | 1 | -5/+6 | |
2017-09-27 | Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL. | Andrei Karas | 1 | -1/+1 | |
2017-09-27 | Change attributes value type to int64. | Andrei Karas | 1 | -29/+56 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -5/+5 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-08-29 | Use time_t for time values. | Andrei Karas | 1 | -1/+1 | |
2016-07-29 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2016-07-25 | Fix too big lines. | Andrei Karas | 1 | -3/+6 | |
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -19/+20 | |
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-06-06 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2015-05-29 | Convert Attributes enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-17 | Fix some issues after automatic checks. | Andrei Karas | 1 | -2/+3 | |
2015-05-05 | Add strong typed bool type for modal bool flag. | Andrei Karas | 1 | -1/+1 | |
2015-04-24 | Fix code style. | Andrei Karas | 1 | -3/+0 | |
2015-04-15 | From killstats window remove information about jacko. | Andrei Karas | 1 | -108/+9 | |
2015-04-15 | Fix kill stats on levelup. | Andrei Karas | 1 | -0/+1 | |
2015-03-24 | Fix possible division by zero in kill stats window. | Andrei Karas | 1 | -1/+1 | |
2015-03-17 | Remove useless includes from .h files. | Andrei Karas | 1 | -0/+4 | |
2015-01-06 | Move attributes.h into enums directory. | Andrei Karas | 1 | -1/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-09-10 | Change format in ActorType enum. | Andrei Karas | 1 | -1/+1 | |
2014-07-30 | Rename player_node variable into localPlayer. | Andrei Karas | 1 | -7/+7 | |
2014-07-24 | Add missing windows into reset to default size list. | Andrei Karas | 1 | -0/+5 | |
2014-05-29 | Move variables definition into each file with class definition. | Andrei Karas | 1 | -0/+2 | |
2014-05-16 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-05-13 | Move actor type into separate file. | Andrei Karas | 1 | -1/+1 | |
2014-05-12 | Fix code style | Andrei Karas | 1 | -0/+2 | |
2014-05-11 | Move player attributes into separate file. | Andrei Karas | 1 | -19/+20 | |
2014-04-27 | Add AttributeListener. | Andrei Karas | 1 | -12/+13 | |
2014-03-13 | improve variables order in windows. | Andrei Karas | 1 | -4/+4 | |
2014-03-08 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2014-03-06 | improve a bit different code. | Andrei Karas | 1 | -4/+10 | |
2014-02-16 | move actionevent into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-15 | move actionlistener from base into listeners. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |