Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 16 | -4/+20 | |
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 | 285 | -855/+855 | |
.. 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-11 | 2025 Q1 miscallaneous reformatting | Fedja Beader | 1 | -0/+2 | |
**** mana/plus!176 | |||||
2025-05-08 | Fix some english in mail-related notification messages | Fedja Beader | 1 | -4/+4 | |
Squashed with: * Fix some english in mail-related notification messages **** mana/plus!169 | |||||
2025-03-13 | Show quantity for item qty 1 in limited stock shops | Fedja Beader | 1 | -1/+1 | |
(no quantity display reserved for unlimited stock shops) Depends on !140 due to merge conflicts. **** mana/plus!141 | |||||
2025-03-10 | Slight cleanup in shopitem.cpp | Fedja Beader | 1 | -6/+8 | |
**** mana/plus!140 | |||||
2025-03-01 | Report missing/unknown attr fields in clientdata stats.xml | Fedja Beader | 1 | -4/+8 | |
This makes sure that ml/clientdata!180 never happens again via message in Debug tab. The legacy numeric ID method could be deprecated. Maybe after release. The client uses full attribute names since 2016. **** mana/plus!137 | |||||
2025-02-26 | StatDB: deduplicate loadBasicStats(...) and loadStats(...) | Fedja Beader | 1 | -47/+15 | |
**** mana/plus!136 | |||||
2025-02-26 | Remove stray continue, loop has no code outside of conditional branches. | Fedja Beader | 1 | -1/+1 | |
Tested as part of !136, pushed to master | |||||
2025-02-25 | Rename AttributesEnum::find to ::contains to match its meaning | Fedja Beader | 1 | -2/+2 | |
**** mana/plus!134 | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 1 | -1/+1 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2024-07-05 | Fix cart item add failure messages [skip ci] | Fedja Beader | 1 | -2/+2 | |
2024-04-16 | Fix screenshot size for OpenGL modes | ewew ukek | 2 | -10/+14 | |
Screenshot code didn't take into account scaling setting which resulted in cropped screenshots. I didn't touch SDL modes because they don't support scaling and I'm not sure how that would be implemented for software render. **** mana/plus!70 | |||||
2024-03-11 | Typofix {add,remove}InventoyListener -> {add,remove}InventoryListener | Fedja Beader | 2 | -4/+4 | |
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-21 | Don't depend on __clang__ and include <ctime> on all non-Windows platforms | ewewukek | 1 | -4/+2 | |
2024-02-20 | Emotes: Only load client emotes if the server is lacking them | Jesusaves | 1 | -5/+6 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 284 | -284/+568 | |
2023-05-15 | Blank trade window bug | cuoco | 1 | -1/+1 | |
2023-04-07 | fixed gcc deprecation (unary & not1) | jak1 | 1 | -5/+7 | |
2023-04-06 | removed assertion for sdl surface bpp, tests get ugly, but default runtime ↵ | jak1 | 1 | -1/+0 | |
works fine added "-A 20" to assert grep, so we get the backtrace directly in our pipelines | |||||
2021-03-11 | Silence warning -Wredundant-decls in SDL 1.2 code | Andrei Karas | 4 | -0/+31 | |
Also switch in debug build script to gcc 10. | |||||
2020-05-11 | Remove useless struct keyword | Andrei Karas | 1 | -1/+1 | |
2020-05-07 | Add option for show/hide hidden gender | Andrei Karas | 2 | -0/+19 | |
By default hidden gender is hidden. | |||||
2020-04-23 | switch: enable opengles2 renderer | cpasjuste | 3 | -3/+7 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 5 | -12/+11 | |
2019-10-16 | Fix code style, ignore some warning in clang-tidy | Andrei Karas | 3 | -4/+4 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 2 | -7/+7 | |
2019-05-31 | Fix compilation warnings with new mesa and SDL 1.2 | Andrei Karas | 4 | -0/+24 | |
Add workaround to fix SDL redefine bug. | |||||
2019-05-31 | Fix redefine GL_GLEXT_VERSION issue in SDL 2 | Andrei Karas | 1 | -0/+4 | |
2019-04-09 | Remove extra include from mapreader.cpp | Andrei Karas | 1 | -2/+0 | |
2019-04-08 | If map too small, clear screen before drawing map | Andrei Karas | 3 | -1/+25 | |
Clear map not works on software renderer. | |||||
2019-03-07 | Fix map gat name on windowss20190311 | Andrei Karas | 1 | -1/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 285 | -285/+285 | |
2018-12-08 | Remove some wrong constexpr3 usage.v1.8.12.8 | Andrei Karas | 1 | -8/+8 | |
2018-12-07 | Fix code style. | Andrei Karas | 10 | -104/+104 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 57 | -184/+184 | |
2018-11-15 | Fix possible out of buffer access in simd dye code. | Andrei Karas | 2 | -219/+202 | |
2018-11-12 | Add missing constexpr and noexcept into maplayer. | Andrei Karas | 2 | -29/+26 | |
2018-11-05 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2018-11-03 | Hide for now errors messages "no resource in cache". | Andrei Karas | 1 | -2/+3 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 16 | -46/+46 | |
2018-10-19 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2018-08-31 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2018-08-07 | Disable errors "in cache other image" because here can be false positives. | Andrei Karas | 1 | -2/+3 | |
2018-06-30 | Rename "other" gender into "hidden" gender. | Andrei Karas | 1 | -3/+4 | |
2018-06-18 | Fix some style issues after automatic checks. | Andrei Karas | 2 | -5/+3 | |
2018-05-28 | Fix implicit cast in map.cpp | Andrei Karas | 1 | -1/+2 | |
2018-05-23 | Remove extra includes. | Andrei Karas | 1 | -2/+4 | |
2018-05-23 | Fix crash with wrong moving path. | Andrei Karas | 1 | -2/+2 | |