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 | |||||
2025-04-07 | un-newline too much newlining in actorsprite.cpp | Fedja Beader | 1 | -21/+14 | |
pathJoin indent is probably going to annoy a linter, got a patch ready if that happens. Not ideal but better than now. **** mana/plus!162 | |||||
2025-04-07 | actorsprite.cpp: fix wrong indent | Fedja Beader | 1 | -4/+4 | |
Linters! Wake up! **** mana/plus!161 | |||||
2025-01-28 | Fix typo: opitons -> options | Fedja Beader | 1 | -2/+2 | |
**** mana/plus!114 | |||||
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-04-07 | Remove extra includes. | Andrei Karas | 1 | -1/+0 | |
2018-04-02 | Remove legacy status effect field "block-id". | Andrei Karas | 1 | -81/+16 | |
Before was warning about this field for some years. | |||||
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from particlevector. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from particleengine. | Andrei Karas | 1 | -1/+1 | |
2017-12-18 | Remove default parameters from animatedsprites. | Andrei Karas | 1 | -2/+4 | |
2017-08-22 | Add strong typed enum DisplayType. | Andrei Karas | 1 | -4/+4 | |
2017-08-21 | Remove useless check. | Andrei Karas | 1 | -2/+1 | |
2017-08-02 | Remove unused struct from actorsprite.cpp | Andrei Karas | 1 | -8/+0 | |
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 | -17/+24 | |
2017-04-03 | Use pathJoin for concatinate some paths. | Andrei Karas | 1 | -5/+5 | |
2017-01-17 | Add missing A_DEFAULT_COPY / A_DELETE_COPY into being. | Andrei Karas | 1 | -0/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-03 | Fix legacy status effects with block-id. | Andrei Karas | 1 | -1/+2 | |
This effects must be removed from all servers, because in future support for block-id will be completly removed. | |||||
2016-09-30 | Fix removing particle effects after end effect message. | Andrei Karas | 1 | -10/+22 | |
2016-08-22 | Add some missing consts. | Andrei Karas | 1 | -1/+1 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -2/+0 | |
Now eathena like support enabled always. | |||||
2016-07-23 | Remove extra include from actorsprite.cpp | Andrei Karas | 1 | -1/+0 | |
2016-07-23 | Allow delete untracker being particle effects. | Andrei Karas | 1 | -3/+24 | |
This fix some possible memory leaks. | |||||
2016-07-10 | Add support for permanent particle effect. | Andrei Karas | 1 | -4/+2 | |
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 | -2/+4 | |
2016-07-10 | Add support for initial particle effect for effect from status-effects.xml | Andrei Karas | 1 | -13/+34 | |
2016-05-25 | Change namespace in resources loaders from other to Loader. | Andrei Karas | 1 | -1/+1 | |
2016-05-25 | Move images load function from resourcemanager into separate file. | Andrei Karas | 1 | -2/+2 | |
2016-05-24 | Move resourcemanager into subdirectory. | Andrei Karas | 1 | -3/+3 | |
2016-04-23 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-03-26 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-03-23 | Add status effect id type from int to int32_t. | Andrei Karas | 1 | -9/+11 | |
2016-03-21 | Remove stun related functions from actorsprite. | Andrei Karas | 1 | -21/+1 | |
2016-03-21 | Show effect names in debug window in target tab. | Andrei Karas | 1 | -2/+23 | |
2016-03-21 | Fix reading opt1 field. This is not bit field. | Andrei Karas | 1 | -2/+33 | |
2016-03-21 | Add report about missing option, opt1, opt2, opt3 fields in status-effects.xml | Andrei Karas | 1 | -9/+30 | |
2016-03-21 | Add support for using fields from status effects: option, opt1, opt2, opt3. | Andrei Karas | 1 | -21/+59 | |
2016-03-21 | Rename some fields and methods in StatusEffectDB. | Andrei Karas | 1 | -1/+1 | |
2016-03-21 | Remove some getters from StatusEffect. | Andrei Karas | 1 | -6/+6 | |
2016-03-21 | Split StatusEffect into StatusEffect and StatusEffectDB. | Andrei Karas | 1 | -5/+7 | |
2016-03-21 | Move status effects start/end calls into separate functions in actorsprite. | Andrei Karas | 1 | -0/+38 | |
2016-03-21 | Add comment into ActorSprite::setStatusEffectBlock. | Andrei Karas | 1 | -1/+1 | |
2016-03-16 | Split ParticleEngine from Particle class. | Andrei Karas | 1 | -1/+1 | |
2016-03-13 | Move cursor drawing function from ActorSprite into Being. | Andrei Karas | 1 | -14/+0 | |
2016-03-04 | Remove getter empty from compoundsprite. | Andrei Karas | 1 | -1/+1 | |
2016-02-08 | Stop cast animation also if got skill error message. | Andrei Karas | 1 | -1/+1 | |
But this is not all cases. For always correct stop cast animation, need use animation command "jump" to stand animation. |