summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysWork around issue with minimizing maximized windowsThorbjørn Lindeijer1-1/+1
2025-07-04Added logging priorities and use SDLs logging facilitiesThorbjørn Lindeijer1-74/+69
2025-07-04Allow the window to keep updating during move/resize on Windows and macOSThorbjørn Lindeijer1-370/+374
2025-06-11Cleaned up game input handling a littleThorbjørn Lindeijer1-33/+54
2025-04-29Made the Setup window key work during login sequenceThorbjørn Lindeijer1-0/+14
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer1-5/+5
2025-03-17Don't call static ResourceManager methods through instanceThorbjørn Lindeijer1-10/+7
2025-03-14Moved widget drawing code into ThemeThorbjørn Lindeijer1-7/+5
2025-03-07Fixed GeneralHandler deletion when switching server typesThorbjørn Lindeijer1-3/+2
2025-02-26Use ResourceRef for all resource typesThorbjørn Lindeijer1-0/+2
2025-02-26Fix unable to switch to another character after -D (chooseDefault) is used.Fedja Beader1-0/+1
2025-02-17Further ResourceManager and PhysFS cleanupsThorbjørn Lindeijer1-8/+8
2025-02-17Wrapped PhysFS usage in a convenience APIThorbjørn Lindeijer1-6/+4
2025-02-15Fixed handling of connection failureThorbjørn Lindeijer1-21/+12
2025-02-14Fixed handling of update URLs which mention a portThorbjørn Lindeijer1-30/+28
2025-01-20Made client config statically typedThorbjørn Lindeijer1-71/+39
2024-10-26Fixed FPS limit being enabled by defaultThorbjørn Lindeijer1-21/+6
2024-10-08Do a single logic update each frameThorbjørn Lindeijer1-14/+4
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer1-47/+17
2024-08-31Display "Mana" as part of the version in Setup windowThorbjørn Lindeijer1-1/+1
2024-08-28Fixed choosing default world when using -D command-line parametercuoco1-6/+1
2024-04-17macOS: Create an app bundleThorbjørn Lindeijer1-16/+2
2024-04-12CMake: Use GNUInstallDirsThorbjørn Lindeijer1-2/+1
2024-04-08Set Windows-related DPI hints to per-monitor aware v2Thorbjørn Lindeijer1-0/+4
2024-04-08Windows: Modernize getSpecialFolderLocationThorbjørn Lindeijer1-3/+3
2024-04-08Compile fixes for MSYS2 UCRT64Thorbjørn Lindeijer1-3/+4
2024-04-02General code cleanupsThorbjørn Lindeijer1-2/+2
2024-03-26Added support for HiDPI fontsThorbjørn Lindeijer1-4/+1
2024-03-25Allow mouse focus click-throughThorbjørn Lindeijer1-0/+2
2024-03-22Added support for scaling the outputThorbjørn Lindeijer1-9/+16
2024-03-12General code cleanupsThorbjørn Lindeijer1-7/+3
2024-03-08Removed SDL2_gfx dependencyThorbjørn Lindeijer1-20/+35
2024-03-06General code cleanupsThorbjørn Lindeijer1-13/+2
2024-03-02Exit with error when invalid server type is passed on CLIThorbjørn Lindeijer1-1/+1
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer1-5/+5
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer1-10/+22
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer1-55/+34
2024-02-22General code cleanupsThorbjørn Lindeijer1-4/+4
2024-02-19Updated PhysicsFS API usageThorbjørn Lindeijer1-47/+9
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-21/+21
2024-01-26Disable "opengl" by default and remove unused "hwaccel" optionThorbjørn Lindeijer1-3/+2
2024-01-25Minor includes cleanupThorbjørn Lindeijer1-5/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-59/+62
2024-01-24Fixed potential crash on exitThorbjørn Lindeijer1-2/+1
2013-05-22paths.xml content is now read from settings.xmlPrzemysław Grzywacz1-3/+0
2013-05-07items.xml can be used from settings.xmlPrzemysław Grzywacz1-16/+8
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz1-12/+8
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer1-0/+3
2012-08-11Removed two unused variablesThorbjørn Lindeijer1-3/+0
2012-08-05Enable OpenGL by default on all platformsThorbjørn Lindeijer1-5/+1