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
|
|
Some if-s were changed into else if-s. They cannot happen if the
branches above them happen, anyway.
****
mana/plus!177
|
|
****
mana/plus!176
|
|
Tile coordinates dance in pairs, so let's pair them up.
also grows exe size by about 3K, hope this will go away when the rest is
converted to Position as well. Note: on my local debug build only. Not on gcc10 CI.
Squashed with:
* Should it be mNavigateDest or mNavigateTo? Hmm, the jury is still out
there ...
****
mana/plus!116
|
|
description/tooltip.
****
mana/plus!105
|
|
Curiously, this increases -g -O2 exe size by 96 bytes, but disassembly
dump around this code is the same (redundant check was already optimised out?)
****
mana/plus!106
|
|
Adds a light blue bar for MP below player's HP bar. It shows only if M.Atk is above 0.
I didn't add a checkbox to the settings to disable this, let me know if I should.
Squashed with:
* Sneak in another TODO
* Sneak in a TODO
****
mana/plus!68
Co-authored-by: Fedja Beader <fedja@protonmail.ch>
|
|
raise default (5->100).
|
|
This has the side effect that now #Debug history is also loaded.
****
mana/plus!84
|
|
|
|
|
|
|
|
|
|
|
|
Continuation of https://git.themanaworld.org/mana/plus/-/merge_requests/68#note_12819
I've renamed `*_HP2` to `*_HP_BG` and updated their descriptions. I didn't touch configuration keys intentionally.
"Renamed *_HP -> *_HP_FG. Also decided to keep descriptions as is or else they become unreadable."
See merge request mana/plus!71
|
|
See merge request mana/plus!62
|
|
This MR displays attack range of monsters from ignore attack list in different color. I picked magenta as default, this may be changed if needed.
There are actor types other than monsters but looks like it's not possible to add them to ignore list anyway.
* Flip if branches for readability
* Color setting for attack range of monsters from ignore list
****
|
|
Co-Authored-By: jak1 <jak1@themanaworld.org>
Co-Authored-By: jesusalva <jesusalva@themanaworld.org>
Co-Authored-By: Fedja Beader <fedja@protonmail.ch>
|
|
|
|
|
|
|
|
|
|
|
|
+Provide visible fallbacks if either strftime or gmtime/localtime
failed.
Appease mplint
|
|
|
|
|
|
|
|
commit 1e2a88e975019929c4c7e3154537865cc09550a6 - V2
|
|
|
|
|
|
|
|
|
|
switch: toggle software keyboard on textfield focus change
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add in debug window new tab with this counters.
|
|
|
|
|