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-05-21 | Fix copy-paste failure of profiler block names | Fedja Beader | 1 | -3/+3 | |
introduced in 8ad99cc3 / "Add profiler lines into some functions." **** mana/plus!181 | |||||
2025-01-29 | Trim too much newlining | Fedja Beader | 1 | -23/+6 | |
Pointless change, I know. **** mana/plus!115 | |||||
2025-01-28 | Fix typo: opitons -> options | Fedja Beader | 1 | -6/+6 | |
**** mana/plus!114 | |||||
2024-08-28 | Remove silly msg.read* duplication | Fedja Beader | 1 | -18/+7 | |
& shaves ~5KB from debug binary. previd=""; while read -r line; do if [[ $line =~ .*"msg.read"[^\"]*"\""([^\"]*).* ]]; then id="${BASH_REMATCH[1]}"; if [[ "$id" == "$previd" ]]; then printf "%s\n" "$line"; fi; previd="$id"; fi; done < <(grep -r 'msg.read.*' src/net/) **** mana/plus!91 | |||||
2024-03-25 | Typofix Guil -> Guild and insert And | Fedja Beader | 1 | -4/+4 | |
See merge request mana/plus!64 | |||||
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-05 | Fix code style. | Andrei Karas | 1 | -6/+18 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -3/+3 | |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -1/+1 | |
2018-05-23 | Remove extra include from beingrecv.cpp | Andrei Karas | 1 | -1/+0 | |
2018-05-20 | Show gm revive button in death dialog if player have rights for @alive command. | Andrei Karas | 1 | -1/+1 | |
2018-03-04 | Add support for hightlight attribute in groups.xml | Andrei Karas | 1 | -15/+4 | |
This attribute allow to highlight gm groups based on groups.xml | |||||
2018-02-19 | Allow set any gm level for tmwa. | Andrei Karas | 1 | -4/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-22 | Remove default parameters from effectmanager. | Andrei Karas | 1 | -1/+1 | |
2017-12-17 | Remove default parameters from localplayer. | Andrei Karas | 1 | -4/+4 | |
2017-12-17 | Remove default parameter from Being::updateSprite. | Andrei Karas | 1 | -31/+31 | |
2017-08-31 | Fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2017-08-30 | Move some variables to better scope. | Andrei Karas | 1 | -1/+6 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -2/+2 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-07-13 | Remove extra include from beingrecv.cpp | Andrei Karas | 1 | -1/+0 | |
2017-07-13 | Add default gm level for legacy server, because real level almost always hidden. | Andrei Karas | 1 | -1/+2 | |
2017-07-13 | Set group id from net code to not only local player. | Andrei Karas | 1 | -6/+28 | |
2017-06-19 | Auto close death dialog if local player resurrected. | Andrei Karas | 1 | -1/+10 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -76/+76 | |
2017-05-01 | Remove ServerFeatures haveTeamId because it used only in tmwa. | Andrei Karas | 1 | -4/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-11-11 | Fix typo implimented -> implemented. | Andrei Karas | 1 | -2/+2 | |
2016-07-10 | Add support for initial particle effect for effect from status-effects.xml | Andrei Karas | 1 | -1/+5 | |
2016-06-21 | Remove function BeingRecv::setSprite | Andrei Karas | 1 | -32/+18 | |
2016-06-21 | Remove colorId parameter from Being::updateSprite. | Andrei Karas | 1 | -10/+5 | |
2016-06-21 | In Being split setSprite into setSpriteColor and setSpriteColorId. | Andrei Karas | 1 | -49/+24 | |
2016-06-21 | Split in Being setSprite into setSprite and setSpriteId. | Andrei Karas | 1 | -4/+2 | |
2016-06-21 | Split Being::setSprite into Being::setSprite and Being::setSpriteCards. | Andrei Karas | 1 | -26/+13 | |
2016-06-20 | Add explicit keyword into CardsList. | Andrei Karas | 1 | -13/+13 | |
2016-06-08 | Simplify set weapon sprite. | Andrei Karas | 1 | -23/+5 | |
2016-06-08 | Add setWeaponId into Being class. | Andrei Karas | 1 | -0/+6 | |
2016-06-08 | Add setTempSprite method into Being. | Andrei Karas | 1 | -13/+0 | |
2016-06-08 | Remove default value from parameter cards in Being->setSprite. | Andrei Karas | 1 | -13/+26 | |
2016-06-08 | Remove default value from parameter isItemSprite in Being->setSprite. | Andrei Karas | 1 | -13/+26 | |
2016-06-08 | Remove default value from parameter isWeapon in Being->setSprite. | Andrei Karas | 1 | -12/+24 | |
2016-06-08 | Remove default value from parameter colorId in Being->setSprite. | Andrei Karas | 1 | -12/+37 | |
2016-06-08 | Remove default value from parameter color in Being->setSprite. | Andrei Karas | 1 | -1/+1 | |
2016-06-08 | Add strong typed bool IsWeapon. | Andrei Karas | 1 | -8/+32 | |
2016-05-27 | Fix some false positive asserts in working with hair style equal to zero. | Andrei Karas | 1 | -10/+64 | |
2016-05-18 | Fix random one tile desync in SMSG_BEING_MOVE3 packet. | Andrei Karas | 1 | -1/+3 | |
2016-05-01 | Read whole packet SMSG_BEING_IP_RESPONSE if player not present. | Andrei Karas | 1 | -1/+5 | |