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