Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes to be committed:
modified: CMake/Modules/FindLibIntl.cmake
modified: CMakeLists.txt
modified: src/CMakeLists.txt
modified: src/Makefile.am
modified: src/chatlogger.cpp
modified: src/configmanager.cpp
modified: src/debug/nvwa/debug_new.cpp
modified: src/debug/nvwa/fast_mutex.h
modified: src/defaults.cpp
modified: src/dirs.cpp
modified: src/enums/input/inputaction.h
modified: src/enums/state.h
modified: src/fs/files.cpp
modified: src/fs/mkdir.cpp
modified: src/fs/paths.cpp
modified: src/fs/specialfolder.cpp
modified: src/fs/specialfolder.h
modified: src/fs/virtfs/fs.cpp
modified: src/fs/virtfs/fsdir.cpp
modified: src/game.cpp
modified: src/graphicsmanager.cpp
modified: src/gui/dialogsmanager.cpp
modified: src/gui/palette.cpp
modified: src/gui/widgets/tabs/chat/chattab.cpp
modified: src/gui/widgets/tabs/setup_misc.cpp
modified: src/gui/widgets/tabs/setup_video.cpp
modified: src/gui/widgets/tabs/setup_visual.cpp
modified: src/gui/windowmanager.cpp
modified: src/gui/windows/killstats.cpp
modified: src/gui/windows/serverdialog.cpp
modified: src/gui/windows/updaterwindow.cpp
modified: src/logger.cpp
modified: src/main.cpp
modified: src/main.h
modified: src/maingui.cpp
modified: src/mumblemanager.cpp
modified: src/particle/particleemitterprop.h
modified: src/progs/dyecmd/client.cpp
modified: src/progs/manaverse/client.cpp
modified: src/render/opengl/mgl.hpp
modified: src/render/opengl/mglfunctions.h
modified: src/render/opengl/mgltypes.h
modified: src/resources/wallpaper.cpp
modified: src/sdl2gfx/SDL2_rotozoom.cpp
modified: src/sdl2gfx/SDL2_rotozoom.h
modified: src/test/testlauncher.cpp
modified: src/test/testlauncher.h
modified: src/unittests/fs/files.cc
modified: src/utils/copynpaste.cpp
modified: src/utils/env.cpp
modified: src/utils/gettexthelper.cpp
modified: src/utils/process.cpp
modified: src/utils/stringutils.cpp
modified: src/utils/xml/libxml.cpp
|
|
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
|
|
.. 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
|
|
****
mana/plus!176
|
|
Squashed with:
* Fix some english in mail-related notification messages
****
mana/plus!169
|
|
(no quantity display reserved for unlimited stock shops)
Depends on !140 due to merge conflicts.
****
mana/plus!141
|
|
****
mana/plus!140
|
|
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
|
|
****
mana/plus!136
|
|
Tested as part of !136, pushed to master
|
|
****
mana/plus!134
|
|
Split from mana/plus!28 and rebased on master by specing.
****
mana/plus!131
|
|
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
|
|
|
|
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
|
|
****
Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org>
|
|
|
|
|
|
|
|
|
|
|
|
works fine
added "-A 20" to assert grep, so we get the backtrace directly in our pipelines
|
|
Also switch in debug build script to gcc 10.
|
|
|
|
By default hidden gender is hidden.
|
|
|
|
|
|
|
|
|
|
Add workaround to fix SDL redefine bug.
|
|
|
|
|
|
Clear map not works on software renderer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|