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 | |||||
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-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 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-05-06 | Add missing const. | Andrei Karas | 1 | -1/+1 | |
2016-04-30 | Disable noexcept for clang and old gcc versions. | Andrei Karas | 1 | -4/+4 | |
2016-04-29 | Add name into Action memory object. | Andrei Karas | 1 | -1/+2 | |
2016-04-26 | Add memory count functions into MapLayer and SpecailLayer. | Andrei Karas | 1 | -3/+3 | |
Also change all memory count functions into const methods. | |||||
2016-04-26 | Add memory count functions into Action and Animation. | Andrei Karas | 1 | -0/+18 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move animation into animation directory. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2014-05-19 | Move spritedirection into separate file. | Andrei Karas | 1 | -7/+8 | |
2014-05-08 | Fix code style in resources. | Andrei Karas | 1 | -3/+2 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-19 | add noexcept into action. | Andrei Karas | 1 | -4/+5 | |
2013-09-28 | add const for methods return values. | Andrei Karas | 1 | -1/+1 | |
2013-04-20 | fix style in resources directory. | Andrei Karas | 1 | -0/+1 | |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 1 | -2/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -3/+3 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -3/+2 | |
2012-02-26 | Fix incorrect last dead frame delay for old servers. | Andrei Karas | 1 | -0/+13 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -1/+2 | |
Disabled for legacy servers because monster hp unknown and compilated hp can be wrong (version <= 0). For usage need add to action tag attribute hp="xx" Example: <action name="stand" hp="50" imageset="base"> ... </action> Here 50 mean 50% of health or less. Default action tag mean hp=100 | |||||
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -1/+6 | |
2011-01-21 | Add diagonal animations. | Andrei Karas | 1 | -3/+13 | |
New animation names: upleft, upright, downleft, downright Tested atleast at mobs. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+52 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |