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-06-23 | Rename Pet/Homun Intimacy->Loyalty & Hunger->Satiation | Fedja Beader | 1 | -4/+4 | |
Better names. In case of hunger even corrects a bug as it decreases. **** mana/plus!196 | |||||
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-06-03 | removed particle count from beeingpopup in case its 0 | jak1 | 1 | -6/+10 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2018-02-13 | Show clan name in player popup. | Andrei Karas | 1 | -0/+10 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-24 | Remove default parameters from widget2. | Andrei Karas | 1 | -7/+9 | |
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-07-13 | Add missing reference into reading group name. | Andrei Karas | 1 | -1/+1 | |
2017-07-13 | Show group name in being popup and status window. | Andrei Karas | 1 | -0/+15 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-11 | Rename player_relations into playerRelations. | Andrei Karas | 1 | -1/+1 | |
2017-06-08 | Replace size() to empty() where is possible | Andrei Karas | 1 | -1/+0 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -6/+6 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-07-31 | Show hp and max hp in being popup. | Andrei Karas | 1 | -1/+19 | |
2016-07-31 | Show being level in being popup (if known). | Andrei Karas | 1 | -1/+13 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -8/+0 | |
Now eathena like support enabled always. | |||||
2016-07-15 | Add some missing costs. | Andrei Karas | 1 | -1/+1 | |
2016-07-13 | Show particles amount in being popup. | Andrei Karas | 1 | -1/+7 | |
2016-07-13 | Simplify BeingPopup class. | Andrei Karas | 1 | -212/+89 | |
2016-03-26 | Fix code style. | Andrei Karas | 1 | -4/+0 | |
2016-03-21 | Show effect names in debug window in target tab. | Andrei Karas | 1 | -15/+2 | |
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 | -1/+3 | |
2016-03-01 | Fix popup for not own homunculuses. | Andrei Karas | 1 | -1/+12 | |
2016-03-01 | Fix pet popup. For not own pets now show pet info and size always correct. | Andrei Karas | 1 | -1/+12 | |
2016-02-20 | Add missing const in gui directory. | Andrei Karas | 1 | -4/+6 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-11-07 | Add missing check in being popup. | Andrei Karas | 1 | -0/+2 | |
2015-11-01 | Show enabled status effects in player popups. | Andrei Karas | 1 | -4/+49 | |
2015-05-30 | Move theme colors enum into separate file. | Andrei Karas | 1 | -18/+18 | |
2015-05-29 | Convert ActorType enum into strong typed enum. | Andrei Karas | 1 | -1/+1 | |
2015-05-28 | Add strong typed bool type Visible. | Andrei Karas | 1 | -2/+2 | |
2015-05-21 | Call Popup::postInit from all popups with overrided postInit method. | Andrei Karas | 1 | -0/+1 | |
2015-04-18 | Add eathena defines into being. | Andrei Karas | 1 | -0/+4 | |
2015-04-05 | Show chat room name in player popup. | Andrei Karas | 1 | -5/+40 | |
2015-04-03 | Remove debug string. | Andrei Karas | 1 | -1/+0 | |
2015-03-25 | eathena: show in homunculus popup intimacy and hunger counters. | Andrei Karas | 1 | -1/+22 | |
2015-03-25 | Fix compilation without eathena support. | Andrei Karas | 1 | -0/+2 | |
2015-03-24 | eathena: show in pet popup intimacy and hunger counters. | Andrei Karas | 1 | -75/+101 | |
2015-02-18 | Fix crash with player popup. | Andrei Karas | 1 | -1/+1 | |
2015-02-15 | Allow to shop buy board name on beings. | Andrei Karas | 1 | -8/+36 | |
2015-02-15 | Rename being board into sell board. | Andrei Karas | 1 | -8/+8 | |
2015-02-02 | Show shop name on players. | Andrei Karas | 1 | -6/+33 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |