Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2025-03-05 | Change follow-parent default to true (Fix #80). | Fedja Beader | 1 | -1/+1 | |
Reported by Thorbjorn **** mana/plus!129 Approved-by: Thorbjørn Lindeijer <bjorn@lindeijer.nl> | |||||
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-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-20 | Add function for read float and double number from xml. | Andrei Karas | 1 | -4/+4 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -2/+2 | |
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-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 | 1 | -16/+16 | |
2017-04-08 | Remove most setters and getters from Resource class. | Andrei Karas | 1 | -1/+1 | |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 1 | -1/+1 | |
2017-03-10 | Fix new style issue detected by mplint. | Andrei Karas | 1 | -1/+1 | |
new class() -> new class | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-06-07 | Move image class into image directory. | Andrei Karas | 1 | -1/+2 | |
2016-05-25 | Move subimageset load function from resourcemanager into separate file. | Andrei Karas | 1 | -3/+2 | |
2016-05-25 | Move imageset load function from resourcemanager into separate file. | Andrei Karas | 1 | -1/+2 | |
2016-05-25 | Change namespace in resources loaders from other to Loader. | Andrei Karas | 1 | -3/+3 | |
2016-05-25 | Move sub images load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+3 | |
2016-05-25 | Move images load function from resourcemanager into separate file. | Andrei Karas | 1 | -3/+5 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -1/+2 | |
2016-04-29 | Add name into Animation memory object. | Andrei Karas | 1 | -0/+8 | |
2016-03-16 | Split ParticleEngine from Particle class. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -9/+9 | |
2016-01-20 | Add pugixml backend incomplete. | Andrei Karas | 1 | -3/+2 | |
Add some defines for xml nodes manipulation. With pugixml backend no xml writing. | |||||
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-31 | Move particlechangefunc into enums directory. | Andrei Karas | 1 | -4/+16 | |
2015-12-31 | Move particle alivestatus into enums directory. | Andrei Karas | 1 | -5/+5 | |
2015-12-21 | Move dye related files into dye directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-14 | Move mapconsts.h into const directory. | Andrei Karas | 1 | -1/+1 | |
2015-11-12 | Improve a bit particles creation. | Andrei Karas | 1 | -6/+3 | |
2015-08-22 | Use resource manager as global variable. | Andrei Karas | 1 | -14/+7 | |
2015-06-26 | Add missing checks into particle directory. | Andrei Karas | 1 | -0/+2 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -2/+0 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-10-16 | Add missing checks. | Andrei Karas | 1 | -0/+2 | |
2014-07-26 | Simplify in particles attributes animation and rotation. | Andrei Karas | 1 | -79/+9 | |
2014-07-24 | Fix follow-parent particle attribute. | Andrei Karas | 1 | -1/+4 | |
2014-05-12 | Fix code style | Andrei Karas | 1 | -1/+0 | |
2014-05-11 | Move map consts into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-11 | Move map related files into resources/map. | Andrei Karas | 1 | -1/+2 | |
2014-04-30 | Fix code style in other files. | Andrei Karas | 1 | -4/+4 | |
2014-04-11 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 1 | -3/+3 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | add missing initialisation in particleemitter. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | remove virtual methos call from particle constructor. | Andrei Karas | 1 | -4/+8 | |
2013-10-01 | replace tile size from 32 to mapTitleSize. | Andrei Karas | 1 | -4/+5 | |
2013-09-29 | change smaller letter literalt into capital letter. | Andrei Karas | 1 | -26/+26 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 1 | -0/+674 | |