summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.s20170918Andrei 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.
2017-07-13Add default gm level for legacy server, because real level almost always hidden.Andrei Karas1-1/+4
2017-07-12Add loading groupdb.Andrei Karas1-0/+3
For now unused.