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 | |||||
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2020-05-07 | Add option for show/hide hidden gender | Andrei Karas | 1 | -3/+6 | |
By default hidden gender is hidden. | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-10-29 | Fix code style. | Andrei Karas | 1 | -4/+4 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -3/+3 | |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -10/+9 | |
2018-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -24/+56 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-26 | Remove default parameters from textfield. | Andrei Karas | 1 | -1/+2 | |
2017-12-23 | Remove default parameters from tabstrip. | Andrei Karas | 1 | -1/+2 | |
2017-07-14 | Replace std::vector into macro STD_VECTOR. | Andrei Karas | 1 | -3/+3 | |
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-13 | Move virtual methods from Being constructor to postInit. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -26/+26 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-19 | Fix hair animation in char create dialog. | Andrei Karas | 1 | -0/+1 | |
2016-06-21 | Add support for items with cards in charcreation.xml | Andrei Karas | 1 | -4/+6 | |
2016-06-21 | In Being split setSprite into setSpriteColor and setSpriteColorId. | Andrei Karas | 1 | -3/+2 | |
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 | -4/+2 | |
2016-06-20 | Add explicit keyword into CardsList. | Andrei Karas | 1 | -2/+2 | |
2016-06-08 | Simplify set weapon sprite. | Andrei Karas | 1 | -2/+0 | |
2016-06-08 | Add setTempSprite method into Being. | Andrei Karas | 1 | -2/+0 | |
2016-06-08 | Remove default value from parameter cards in Being->setSprite. | Andrei Karas | 1 | -2/+4 | |
2016-06-08 | Remove default value from parameter isItemSprite in Being->setSprite. | Andrei Karas | 1 | -2/+4 | |
2016-06-08 | Remove default value from parameter isWeapon in Being->setSprite. | Andrei Karas | 1 | -2/+7 | |
2016-06-08 | Remove default value from parameter colorId in Being->setSprite. | Andrei Karas | 1 | -2/+3 | |
2016-06-08 | Remove default value from parameter color in Being->setSprite. | Andrei Karas | 1 | -1/+1 | |
2016-05-29 | Fix code style. | Andrei Karas | 1 | -5/+12 | |
2016-04-23 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-04-05 | Remove quotes from pragmas. | Andrei Karas | 1 | -3/+3 | |
2016-03-11 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2016-03-05 | Move getNumOfHairstyles from being to itemdb. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Fix compilation with gcc 4.4 or older. | Andrei Karas | 1 | -3/+3 | |
2016-02-23 | Add pragmas for disable -Wswitch-bool in some places. | Andrei Karas | 1 | -0/+3 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -2/+3 | |
2016-02-14 | Fix crash in char creation if stats was hidden (tmwa). | Andrei Karas | 1 | -1/+4 | |
2016-02-10 | Fix compilation warnings. | Andrei Karas | 1 | -7/+7 | |
2016-02-10 | Allow hide player stats sliders in char creation dialog. | Andrei Karas | 1 | -11/+29 | |
It hidden if configuration parameters is wrong. | |||||
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -13/+13 | |
2016-01-27 | In char create dialog allow hair style with wrong range. | Andrei Karas | 1 | -20/+37 | |
2016-01-27 | In char create dialog allow hair color with wrong range. | Andrei Karas | 1 | -26/+53 | |
2016-01-25 | In char creation dialog show race fields only if more than 1 races in ↵ | Andrei Karas | 1 | -5/+5 | |
configuration. | |||||
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-15 | Add support for other gender in char creation dialog. | Andrei Karas | 1 | -4/+31 | |
2015-11-14 | Add features.xml attribute for force char gender for new chars. | Andrei Karas | 1 | -21/+35 | |
New attribute: forceCharGender Default value: -1 (mean not forcing) | |||||
2015-11-14 | Add features.xml attribute for force account gender for new chars. | Andrei Karas | 1 | -2/+5 | |
New attribute: forceAccountGender Default value: -1 (mean not forcing) | |||||
2015-11-11 | Fix attibutes left label in char create dialog. | Andrei Karas | 1 | -6/+12 | |