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
|
|
.. 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!134
|
|
Further idea: a lot of these models are wrappers around a string options array. Maybe convert the classes into a single template class taking an array parameter?
****
mana/plus!111
Approved-by: Led Mitz <smoothshifter@tuta.io>
|
|
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>
|
|
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
|
|
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
****
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add pincode dialog and widget.
|
|
|
|
|
|
But for now clan unset for players.
|
|
For now can be opened only by chat command /clan.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By default all actions triggered on press key.
|
|
Also add option to enable/disable this workaround.
|
|
|
|
|
|
|
|
|
|
|
|
Also show mail send error messages.
|
|
|
|
Show signs for item and money.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add chat command for add skill shortcut by skill id into free slot.
|
|
|
|
Add also enum for badge draw type.
|