summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-19Merge branch 'master' into online-player-listonline-player-listThorbjørn Lindeijer52-6779/+644
2024-06-09Enable resizing windows from all sidesThorbjørn Lindeijer3-8/+25
2024-06-03Added handling of SMSG_SCRIPT_MESSAGEThorbjørn Lindeijer1-0/+13
2024-05-08CI: Added GitHub Actions MSYS2 buildThorbjørn Lindeijer2-18/+63
2024-05-08CI: Added MSYS2 build on AppVeyorThorbjørn Lindeijer2-0/+33
2024-05-07Replaced ENet with submoduleThorbjørn Lindeijer28-6189/+19
2024-04-25CMake: Fixed customization of GNUInstallDirsThorbjørn Lindeijer1-3/+3
2024-04-20CMake: Use FindIntlThorbjørn Lindeijer2-65/+8
2024-04-20CMake: Use add_compile_definitions instead of setting COMPILE_FLAGSThorbjørn Lindeijer1-21/+12
2024-04-20CMake: Use cmake-format to make the files more pleasant to readThorbjørn Lindeijer6-430/+427
2024-04-20CMake: Removed unused PROGRAMS variableThorbjørn Lindeijer2-4/+0
2024-04-18Cleanup:David Athay12-184/+52
2024-04-18Fixed being popup getting stuck under the mouseThorbjørn Lindeijer1-0/+2
2024-04-18Fixed mouse path debug when graphics are scaledThorbjørn Lindeijer1-3/+0
2024-04-18Simplify TmwAthena::MessageOutThorbjørn Lindeijer5-84/+27
2024-04-17macOS: Create an app bundleThorbjørn Lindeijer8-49/+106
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