summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader16-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-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader285-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-112025 Q1 miscallaneous reformattingFedja Beader1-0/+2
**** mana/plus!176
2025-05-08Fix some english in mail-related notification messagesFedja Beader1-4/+4
Squashed with: * Fix some english in mail-related notification messages **** mana/plus!169
2025-03-13Show quantity for item qty 1 in limited stock shopsFedja Beader1-1/+1
(no quantity display reserved for unlimited stock shops) Depends on !140 due to merge conflicts. **** mana/plus!141
2025-03-10Slight cleanup in shopitem.cppFedja Beader1-6/+8
**** mana/plus!140
2025-03-01Report missing/unknown attr fields in clientdata stats.xmlFedja Beader1-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-26StatDB: deduplicate loadBasicStats(...) and loadStats(...)Fedja Beader1-47/+15
**** mana/plus!136
2025-02-26Remove stray continue, loop has no code outside of conditional branches.Fedja Beader1-1/+1
Tested as part of !136, pushed to master
2025-02-25Rename AttributesEnum::find to ::contains to match its meaningFedja Beader1-2/+2
**** mana/plus!134
2025-02-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-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-05Fix cart item add failure messages [skip ci]Fedja Beader1-2/+2
2024-04-16Fix screenshot size for OpenGL modesewew ukek2-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-11Typofix {add,remove}InventoyListener -> {add,remove}InventoryListenerFedja Beader2-4/+4
**** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
2024-02-21Don't depend on __clang__ and include <ctime> on all non-Windows platformsewewukek1-4/+2
2024-02-20Emotes: Only load client emotes if the server is lacking themJesusaves1-5/+6
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva284-284/+568
2023-05-15Blank trade window bugcuoco1-1/+1
2023-04-07fixed gcc deprecation (unary & not1)jak11-5/+7
2023-04-06removed assertion for sdl surface bpp, tests get ugly, but default runtime ↵jak11-1/+0
works fine added "-A 20" to assert grep, so we get the backtrace directly in our pipelines
2021-03-11Silence warning -Wredundant-decls in SDL 1.2 codeAndrei Karas4-0/+31
Also switch in debug build script to gcc 10.
2020-05-11Remove useless struct keywordAndrei Karas1-1/+1
2020-05-07Add option for show/hide hidden genderAndrei Karas2-0/+19
By default hidden gender is hidden.
2020-04-23switch: enable opengles2 renderercpasjuste3-3/+7
2020-02-23Fix some code style issuesAndrei Karas5-12/+11
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas3-4/+4
2019-09-30Add missing static keywordsAndrei Karas2-7/+7
2019-05-31Fix compilation warnings with new mesa and SDL 1.2Andrei Karas4-0/+24
Add workaround to fix SDL redefine bug.
2019-05-31Fix redefine GL_GLEXT_VERSION issue in SDL 2Andrei Karas1-0/+4
2019-04-09Remove extra include from mapreader.cppAndrei Karas1-2/+0
2019-04-08If map too small, clear screen before drawing mapAndrei Karas3-1/+25
Clear map not works on software renderer.
2019-03-07Fix map gat name on windowss20190311Andrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas285-285/+285
2018-12-08Remove some wrong constexpr3 usage.v1.8.12.8Andrei Karas1-8/+8
2018-12-07Fix code style.Andrei Karas10-104/+104
2018-11-27Remove extra ; from different code.Andrei Karas57-184/+184
2018-11-15Fix possible out of buffer access in simd dye code.Andrei Karas2-219/+202
2018-11-12Add missing constexpr and noexcept into maplayer.Andrei Karas2-29/+26
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-11-03Hide for now errors messages "no resource in cache".Andrei Karas1-2/+3
2018-10-29Fix code style.s20181102Andrei Karas16-46/+46
2018-10-19Fix code style.Andrei Karas1-2/+1
2018-08-31Fix code style.Andrei Karas1-1/+2
2018-08-07Disable errors "in cache other image" because here can be false positives.Andrei Karas1-2/+3
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-3/+4
2018-06-18Fix some style issues after automatic checks.Andrei Karas2-5/+3
2018-05-28Fix implicit cast in map.cppAndrei Karas1-1/+2
2018-05-23Remove extra includes.Andrei Karas1-2/+4
2018-05-23Fix crash with wrong moving path.Andrei Karas1-2/+2