summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-18Cleanup:online-player-listDavid Athay12-184/+52
2024-04-15Fixed player namesDavid Athay1-3/+3
2024-04-15WIP: Create avatars and populate the online player list - Currently names are...David Athay3-2/+53
2024-04-14Merge remote-tracking branch 'origin/master' into online-player-listDavid Athay8-19/+112
2024-04-12CMake: Use GNUInstallDirsThorbjørn Lindeijer4-13/+18
2024-04-12GitHub Actions: Added workflow for building the snapThorbjørn Lindeijer1-0/+18
2024-04-12Added snap recipeThorbjørn Lindeijer1-0/+59
2024-04-12CI: Use ccache to cache compiler resultsThorbjørn Lindeijer1-1/+11
2024-04-10Fixed the scaling of the custom cursorThorbjørn Lindeijer1-5/+6
2024-04-09Online list: Added Refresh button and bumped client version to 8Thorbjørn Lindeijer3-1/+8
2024-04-09WIP: Add online player list handler - Currently doesn't recieve SMSG_ONLINE_L...David Athay10-1/+166
2024-04-09Forgot to update tab in other paramDavid Athay1-1/+1
2024-04-09Forgot to update tab to addDavid Athay1-1/+1
2024-04-09Clean up tab at exitDavid Athay2-1/+5
2024-04-09Add player list tabDavid Athay1-0/+52
2024-04-09Removed unused duplicate parsing of effects.xmlThorbjørn Lindeijer2-108/+0
2024-04-08Fixed assertion failure on exitThorbjørn Lindeijer1-0/+4
2024-04-08Added UI debug drawingThorbjørn Lindeijer7-4/+104
2024-04-08Use ResourceRef<Image> in more placesThorbjørn Lindeijer25-136/+127
2024-04-08CMake: Use install(DIRECTORY ...) to install data filesThorbjørn Lindeijer10-122/+9
2024-04-08CMake: Exclude Guichan headers and library from installThorbjørn Lindeijer1-1/+1
2024-04-08Fixed choosing preferred language on WindowsThorbjørn Lindeijer2-13/+34
2024-04-08CMake: Removed manual RC-compiler setup for MinGWThorbjørn Lindeijer1-16/+0
2024-04-08Set Windows-related DPI hints to per-monitor aware v2Thorbjørn Lindeijer1-0/+4
2024-04-08Some updates to .gitignoreThorbjørn Lindeijer1-2/+1
2024-04-08Resolved issues with winver.hThorbjørn Lindeijer6-47/+6
2024-04-08Enable UTF-8 support on WindowsThorbjørn Lindeijer1-0/+3
2024-04-08Use C++17 to implement mkdir_rThorbjørn Lindeijer2-68/+9
2024-04-08CMake: Allow using CPack to generate an NSIS installerThorbjørn Lindeijer3-37/+88
2024-04-08Windows: Modernize getSpecialFolderLocationThorbjørn Lindeijer3-33/+32
2024-04-08Compile fixes for MSYS2 UCRT64Thorbjørn Lindeijer5-10/+19
2024-04-02General code cleanupsThorbjørn Lindeijer45-176/+117
2024-04-02Fixed padding on mini-status windowThorbjørn Lindeijer1-0/+2
2024-03-28Fixed size and child positions for various popupsThorbjørn Lindeijer10-91/+66
2024-03-28Fixed compile against libxml2 2.12ewew ukek2-23/+22
2024-03-28CI: Make the macOS build optionalThorbjørn Lindeijer1-0/+1
2024-03-26CMake: Added USE_SYSTEM_GUICHAN optionThorbjørn Lindeijer2-17/+16
2024-03-26Use SDL2 support for color and system mouse cursorsThorbjørn Lindeijer5-121/+194
2024-03-26Removed the macOS 10.6 Xcode projectThorbjørn Lindeijer4-2148/+53
2024-03-26Removed outdated Travis CI configThorbjørn Lindeijer1-8/+0
2024-03-26Removed outdated Code::Blocks project filesThorbjørn Lindeijer3-722/+0
2024-03-26Added support for HiDPI fontsThorbjørn Lindeijer9-81/+120
2024-03-26Added functions to draw images at sub-pixel positionsThorbjørn Lindeijer7-113/+126
2024-03-25Allow mouse focus click-throughThorbjørn Lindeijer2-1/+3
2024-03-25Avoid string allocations during text rendering and sizingThorbjørn Lindeijer3-16/+11
2024-03-25Removed an unnecessary extra allocation in strprintfThorbjørn Lindeijer1-5/+4
2024-03-22Added support for scaling the outputThorbjørn Lindeijer18-154/+386
2024-03-22Fixed the distribution of action events by DropDownThorbjørn Lindeijer1-1/+7
2024-03-21Removed unused ResourceManager methodsThorbjørn Lindeijer2-43/+0
2024-03-21Removed the unused Image::mLoaded memberThorbjørn Lindeijer2-41/+19