summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-28Fixed choosing default world when using -D command-line parameterHEADmastercuoco2-6/+2
2024-08-26Limit shop's Max button to available carry weightFedja Beader2-1/+14
2024-08-25Fixed initialization of equipment backendThorbjørn Lindeijer10-144/+110
2024-08-15Fixed resize border width on bottom and right sidesThorbjørn Lindeijer1-4/+4
2024-08-04Removed a bunch of unused NPC related eventssome-cleanupsThorbjørn Lindeijer6-103/+13
2024-08-04Small code simplification in Button::initThorbjørn Lindeijer1-10/+7
2024-08-04Reuse Window::ensureOnScreenThorbjørn Lindeijer1-17/+7
2024-08-04Removed unused Skin::mName and Skin::mFilePathThorbjørn Lindeijer2-29/+8
2024-08-04Merged INSTALL with README.md and README.cmakeThorbjørn Lindeijer4-86/+50
2024-08-04Updated NEWS for 0.7 releaseThorbjørn Lindeijer1-0/+56
2024-08-04Various version and link updates in the INSTALL fileThorbjørn Lindeijer1-16/+14
2024-08-04Updated some URLsThorbjørn Lindeijer2-3/+3
2024-08-04Add to npc option targetSelection to allow/disallow npc selection.Thorbjørn Lindeijer6-6/+37
2024-06-25Added online player list to Social windowDavid Athay9-24/+146
2024-06-25Fixed spaces getting added to chat every 50 charactersThorbjørn Lindeijer2-25/+2
2024-06-25Show item links with empty item name.Andrei Karas1-0/+11
2024-06-23Added support for text formatting and links to NPC dialogThorbjørn Lindeijer2-36/+27
2024-06-22Added support for bold font markup to BrowserBoxThorbjørn Lindeijer2-39/+64
2024-06-19Fixed cURL linker issues on MSYS2Thorbjørn Lindeijer1-2/+1
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-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-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-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