Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-30 | Fixing windows support | Meway | 1 | -1/+1 | |
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 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. 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 | |||||
2024-05-29 | Switch "show chat history" into a line limit field and considerably | Fedja Beader | 1 | -1/+1 | |
raise default (5->100). | |||||
2024-05-29 | Raise default line limit 40->100. 40 is not even a screenful. | Fedja Beader | 1 | -1/+1 | |
2024-05-15 | Enable joystick by default, update default tolerance | ewewukek | 1 | -5/+1 | |
2024-05-15 | Add a checkbox for d-pad to switch between movement and button behavior | ewewukek | 1 | -0/+1 | |
2024-05-14 | Switch joystick axis tolerance type to float | ewewukek | 1 | -1/+1 | |
2024-05-14 | Use single tolerance value for all 4 joystick movement directions | ewewukek | 1 | -4/+1 | |
2024-03-11 | Disable trade tab and trade filter by default | Fedja Beader | 1 | -2/+2 | |
By popular agreement: https://forums.themanaworld.org/viewtopic.php?t=21696 [ci skip] **** Approved-by: Jesusalva Jesusalva <jesusalva@themanaworld.org> | |||||
2024-02-16 | Client rebranding: Partly import changes from !28 | Jesusalva Jesusalva | 1 | -5/+5 | |
Co-Authored-By: jak1 <jak1@themanaworld.org> Co-Authored-By: jesusalva <jesusalva@themanaworld.org> Co-Authored-By: Fedja Beader <fedja@protonmail.ch> | |||||
2024-02-12 | Fix the issue reported by MadCamel about a fake "Couldn't update" message. | Jesusaves | 1 | -2/+1 | |
2023-10-13 | Allow users to set their own timestamp formats. | Fedja Beader | 1 | -0/+1 | |
2023-04-03 | change serverlist url to tmw2.org, since manaplus.germantmw.de doesnt work ↵ | jak1 | 1 | -2/+2 | |
(i dont rly know why, but all our updates are hosted there, so our serverlist now) | |||||
2022-11-17 | Some branding asked by WildX, I honestly do not care enough | Jesusaves | 1 | -2/+2 | |
2022-11-02 | Remove a broken link, however, it seems to be a SSL issue with M+ libs. | Jesusaves | 1 | -1/+1 | |
2021-05-20 | changed updatehost & serverlist | jak1 | 1 | -10/+11 | |
2021-05-16 | changed default desync walkaround value from 0 to 10 | jak1 | 1 | -1/+1 | |
2021-03-11 | added desync walkaround | jak1 | 1 | -0/+1 | |
2020-04-25 | add "SAVE_PASSWORD" define option | cpasjuste | 1 | -0/+3 | |
2020-04-24 | switch: fix joystick directions | cpasjuste | 1 | -1/+1 | |
2020-04-23 | switch: enable sound and keyboard button by default, disable joysticks for now | cpasjuste | 1 | -1/+9 | |
2020-04-22 | switch: enable joystick and mouse | cpasjuste | 1 | -0/+4 | |
2019-04-08 | Add separate auto move sync distance for legacy servers | Andrei Karas | 1 | -0/+1 | |
2019-03-21 | Possible fix for desync in moving | Andrei Karas | 1 | -1/+0 | |
Handle player stop packet always. Check desync always if tile changed client side. Check desync always if server move response packet received. Removed unused configuration option. | |||||
2019-01-25 | Add packet SMSG_INVENTORY_EXPANSION_INFO 0x0b18 | Andrei Karas | 1 | -0/+1 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-05-22 | Add option for show shortcuts buttons icons. | Andrei Karas | 1 | -0/+1 | |
Icons by Guaritore. | |||||
2018-03-01 | Add separate configurable sound for new chat message in party and clan tabs. | Andrei Karas | 1 | -0/+2 | |
2018-02-11 | Move reading and combining item stats into separate file. | Andrei Karas | 1 | -0/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-10-23 | Disable alt-tab workaround by default, because it may not works in some systems. | Andrei Karas | 1 | -1/+1 | |
2017-09-18 | Redirect logging to file after log file opened. | Andrei Karas | 1 | -1/+0 | |
If log file open failed, redirect logging back to stdout. | |||||
2017-09-18 | Add option for enable http tunneling for downloads from http proxy. | Andrei Karas | 1 | -0/+1 | |
2017-09-15 | Add option for change number of max parallel sounds. | Andrei Karas | 1 | -0/+1 | |
2017-09-13 | Add option to select any existing SDL renderer drivers for SDL2 default mode. | Andrei Karas | 1 | -0/+1 | |
2017-09-12 | Add option for enable high dpi mode in SDL 2. | Andrei Karas | 1 | -0/+1 | |
2017-09-12 | Add default valud for config variable "sdlLogLevel" in SDL 1.2 | Andrei Karas | 1 | -1/+1 | |
2017-09-11 | Add option to set sdl logging level. | Andrei Karas | 1 | -0/+1 | |
Only for SDL2. | |||||
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 1 | -0/+1 | |
Also add option to enable/disable this workaround. | |||||
2017-09-03 | Fixed all "buttom" into "bottom". | Alige | 1 | -1/+1 | |
2017-08-31 | Add logging about to set config default values. | Andrei Karas | 1 | -0/+10 | |
2017-08-31 | Improve setting default values for configuration objects. | Andrei Karas | 1 | -17/+16 | |
2017-08-22 | Add option for paths.xml for enable/disable new mail system. | Andrei Karas | 1 | -0/+2 | |
2017-08-22 | Use strong typed enum ParticlePhysics. | Andrei Karas | 1 | -1/+3 | |
2017-08-03 | Add option into paths.xml for allow/deny add unknown skills into auto tab. | Andrei Karas | 1 | -0/+1 | |
2017-08-01 | Add default icons for unknown skills by types. | Andrei Karas | 1 | -0/+8 | |
2017-07-31 | Add paths.xml option for set bandge offset. | Andrei Karas | 1 | -1/+2 | |
it used if need show badges at right and names is hidden. | |||||
2017-07-31 | Show player name on fixed position on top. | Andrei Karas | 1 | -0/+1 | |
Before it depend on sprite height and some times it was wrong. | |||||
2017-07-30 | Add option to show player name at top or at bottom. | Andrei Karas | 1 | -1/+4 | |
Add also enum for badge draw type. |