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
|
|
Squashed with:
* Rename - it's member shift, not printf shift
* So it seems that CILK PLUS either ignores the this argument of member
functions or already considers it on its own.
Besides.. is CILK PLUS even relevant today? Whatever..
Plus, deduplicate some more functions
..should this attribute be moved to its own file?
* Correct indents
* logger.h: de-duplicate __attribute__(__format__(..))
****
mana/plus!163
|
|
|
|
|
|
|
|
This will allow log data from C libs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add const into VirtFs::loadFile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|