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-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -14/+14 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-17 | Remove default parameters from spritedef. | Andrei Karas | 1 | -1/+1 | |
2017-09-01 | Add some checks after automatic check code by tools. | Andrei Karas | 1 | -2/+10 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -2/+1 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -18/+22 | |
2017-04-08 | Remove most setters and getters from Resource class. | Andrei Karas | 1 | -4/+4 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -1/+1 | |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -1/+1 | |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 1 | -6/+6 | |
2017-03-10 | Fix new style issue detected by mplint. | Andrei Karas | 1 | -1/+1 | |
new class() -> new class | |||||
2017-02-28 | Rename UseResMan into UseVirtFs. | Andrei Karas | 1 | -2/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -1/+1 | |
2016-10-04 | Fix fallback code in spritedef.cpp | Andrei Karas | 1 | -1/+1 | |
2016-10-03 | Add support for set imageset by name for each tag in animation. | Andrei Karas | 1 | -14/+27 | |
2016-08-10 | Use xml loader in spritedef. | Andrei Karas | 1 | -4/+15 | |
2016-06-20 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
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-20 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2016-05-12 | Improve more error messages in SpriteDef. | Andrei Karas | 1 | -16/+36 | |
2016-05-12 | Macro reportAlways also show message in log if asserts disabled in compile time. | Andrei Karas | 1 | -18/+2 | |
2016-05-12 | Improve error messages in SpriteDef. | Andrei Karas | 1 | -3/+6 | |
2016-05-11 | Add asserts into SpriteDef. | Andrei Karas | 1 | -2/+20 | |
2016-05-06 | Add missing const. | Andrei Karas | 1 | -1/+1 | |
2016-05-06 | Fix code style. | Andrei Karas | 1 | -5/+5 | |
2016-04-29 | Add name into Animation memory object. | Andrei Karas | 1 | -1/+1 | |
2016-04-29 | Add name into Action memory object. | Andrei Karas | 1 | -1/+1 | |
2016-04-26 | Add memory count functions into MapLayer and SpecailLayer. | Andrei Karas | 1 | -7/+7 | |
Also change all memory count functions into const methods. | |||||
2016-04-26 | Add memory count functions into Action and Animation. | Andrei Karas | 1 | -0/+37 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move animation into animation directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-21 | Move dye related files into dye directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-20 | Move spritereference.h into sprite directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-20 | Move spriteaction.h into const directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-20 | Move spritedef into sprite directory. | Andrei Karas | 1 | -0/+591 | |