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-12-27 | Remove default parameters from particleengine. | Andrei Karas | 1 | -2/+2 | |
2017-12-18 | Remove default parameters from animatedsprites. | Andrei Karas | 1 | -2/+3 | |
2017-12-14 | Remove default parameters from soundmanager. | Andrei Karas | 1 | -1/+1 | |
2017-12-11 | Remove default parameters from ChatTab::chatLog. | Andrei Karas | 1 | -2/+8 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -13/+7 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -3/+3 | |
2017-04-03 | Replace string::append with pathJoin. | Andrei Karas | 1 | -2/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-07-10 | Add support for permanent particle effect.s20160712 | Andrei Karas | 1 | -0/+9 | |
Attribute name "particle". This effect cant be played at start, if existing "start-particle" but will be played if effect continues. | |||||
2016-07-10 | Rename StatusEffect::getParticle into StatusEffect::getStartParticle | Andrei Karas | 1 | -4/+4 | |
2016-03-26 | Fix code style. | Andrei Karas | 1 | -5/+1 | |
2016-03-21 | Remove some getters from StatusEffect. | Andrei Karas | 1 | -1/+1 | |
2016-03-21 | Split StatusEffect into StatusEffect and StatusEffectDB. | Andrei Karas | 1 | -156/+0 | |
2016-03-21 | Remove support for stun effects from status-effects.xml | Andrei Karas | 1 | -18/+0 | |
2016-02-08 | Add support for post delay status effect. It change cast animation to stand. | Andrei Karas | 1 | -1/+5 | |
2016-01-29 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2016-01-25 | Add file utils function getFilesInDir. | Andrei Karas | 1 | -0/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-20 | Move animatedsprite into sprite directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-20 | Move spriteaction.h into const directory. | Andrei Karas | 1 | -1/+2 | |
2015-11-07 | Fix reporting about missing status effects. | Andrei Karas | 1 | -1/+8 | |
2015-11-01 | Show enabled status effects in player popups. | Andrei Karas | 1 | -0/+3 | |
2015-10-31 | Add support for dead trick status effect (hercules) | Andrei Karas | 1 | -1/+5 | |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong typed bool type Enable. | Andrei Karas | 1 | -4/+7 | |
2015-03-16 | Remove useless includes from cpp files | Andrei Karas | 1 | -3/+0 | |
2015-03-04 | Fix disabling riding. | Andrei Karas | 1 | -0/+2 | |
2015-03-03 | Add support for riding flag in actorsprite and statuseffect. | Andrei Karas | 1 | -1/+4 | |
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -1/+1 | |
2015-02-07 | Remove optional parameter from xml document constructor. | Andrei Karas | 1 | -1/+1 | |
2015-01-26 | Allow open cart window only if cart status effect enabled. | Andrei Karas | 1 | -1/+4 | |
2015-01-23 | Add debug logging about missing status effects. | Andrei Karas | 1 | -0/+1 | |
2015-01-23 | Improve setting status stun effects. | Andrei Karas | 1 | -4/+10 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-10-12 | Move ChatTab into chat subdir. | Andrei Karas | 1 | -1/+1 | |
2014-05-19 | Move spriteaction into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-16 | Move chatmsgtype into separate file. | Andrei Karas | 1 | -1/+1 | |
2014-03-25 | If player poisoned, hightlight his life bar in social window with special color. | Andrei Karas | 1 | -4/+9 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+3 | |
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 1 | -1/+1 | |
2014-01-07 | fix leak in duplicate status effects. | Andrei Karas | 1 | -2/+6 | |
2014-01-06 | add ability to include config parts from subdirs for other dbs. | Andrei Karas | 1 | -1/+3 | |
2014-01-06 | add patch files support for other xml dbs. | Andrei Karas | 1 | -0/+1 | |
2014-01-06 | add support for include in status-effects.xml. | Andrei Karas | 1 | -3/+17 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |