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 | 4 | -12/+12 | |
.. 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 | 4 | -4/+8 | |
2019-01-01 | Update copyright year. | Andrei Karas | 4 | -4/+4 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -5/+5 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 4 | -4/+4 | |
2017-12-17 | Remove default parameter from simpleanimation.h | Andrei Karas | 1 | -2/+1 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -2/+1 | |
2017-07-17 | Add missing const in animation.cpp | Andrei Karas | 1 | -4/+4 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -1/+1 | |
In most case it equal to std::vector except debug modes. Now it can be also mse::mstd::vector, but sadly this class not support all required features. | |||||
2017-07-13 | Add vector.h for use different vectors. | Andrei Karas | 1 | -2/+3 | |
Also replace <vector> include into "utils/vector.h" | |||||
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+2 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 2 | -16/+16 | |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 2 | -4/+4 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 4 | -4/+4 | |
2016-12-29 | Remove unused function from animation. | Andrei Karas | 2 | -10/+0 | |
2016-10-04 | Move FrameType enum into enums directory. | Andrei Karas | 1 | -7/+7 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-08-11 | Add asserts in simpleanimation. | Andrei Karas | 1 | -4/+5 | |
2016-05-25 | Move imageset load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+2 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+2 | |
2016-05-06 | Add missing base classes into constructors initialization lists. | Andrei Karas | 1 | -0/+2 | |
2016-05-06 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2016-04-30 | Disable noexcept for clang and old gcc versions. | Andrei Karas | 2 | -22/+22 | |
2016-04-29 | Add name into Animation memory object. | Andrei Karas | 3 | -1/+15 | |
2016-04-26 | Add memory count functions into MapLayer and SpecailLayer. | Andrei Karas | 2 | -4/+5 | |
Also change all memory count functions into const methods. | |||||
2016-04-26 | Add memory count functions into Action and Animation. | Andrei Karas | 2 | -1/+16 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -4/+4 | |
2016-01-20 | Add pugixml backend incomplete. | Andrei Karas | 1 | -2/+1 | |
Add some defines for xml nodes manipulation. With pugixml backend no xml writing. | |||||
2016-01-02 | Update copyrights year. | Andrei Karas | 4 | -4/+4 | |
2015-12-29 | Move simpleanimation into animation directory. | Andrei Karas | 2 | -0/+336 | |
2015-12-29 | Move animation into animation directory. | Andrei Karas | 2 | -0/+183 | |