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