Age | Commit message (Expand) | Author | Files | Lines |
2024-08-26 | Limit shop's Max button to available carry weight | Fedja Beader | 2 | -1/+14 |
2024-08-25 | Fixed initialization of equipment backend | Thorbjørn Lindeijer | 10 | -144/+110 |
2024-08-15 | Fixed resize border width on bottom and right sides | Thorbjørn Lindeijer | 1 | -4/+4 |
2024-08-04 | Removed a bunch of unused NPC related eventssome-cleanups | Thorbjørn Lindeijer | 6 | -103/+13 |
2024-08-04 | Small code simplification in Button::init | Thorbjørn Lindeijer | 1 | -10/+7 |
2024-08-04 | Reuse Window::ensureOnScreen | Thorbjørn Lindeijer | 1 | -17/+7 |
2024-08-04 | Removed unused Skin::mName and Skin::mFilePath | Thorbjørn Lindeijer | 2 | -29/+8 |
2024-08-04 | Merged INSTALL with README.md and README.cmake | Thorbjørn Lindeijer | 4 | -86/+50 |
2024-08-04 | Updated NEWS for 0.7 release | Thorbjørn Lindeijer | 1 | -0/+56 |
2024-08-04 | Various version and link updates in the INSTALL file | Thorbjørn Lindeijer | 1 | -16/+14 |
2024-08-04 | Updated some URLs | Thorbjørn Lindeijer | 2 | -3/+3 |
2024-08-04 | Add to npc option targetSelection to allow/disallow npc selection. | Thorbjørn Lindeijer | 6 | -6/+37 |
2024-06-25 | Added online player list to Social window | David Athay | 9 | -24/+146 |
2024-06-25 | Fixed spaces getting added to chat every 50 characters | Thorbjørn Lindeijer | 2 | -25/+2 |
2024-06-25 | Show item links with empty item name. | Andrei Karas | 1 | -0/+11 |
2024-06-23 | Added support for text formatting and links to NPC dialog | Thorbjørn Lindeijer | 2 | -36/+27 |
2024-06-22 | Added support for bold font markup to BrowserBox | Thorbjørn Lindeijer | 2 | -39/+64 |
2024-06-19 | Fixed cURL linker issues on MSYS2 | Thorbjørn Lindeijer | 1 | -2/+1 |
2024-06-09 | Enable resizing windows from all sides | Thorbjørn Lindeijer | 3 | -8/+25 |
2024-06-03 | Added handling of SMSG_SCRIPT_MESSAGE | Thorbjørn Lindeijer | 1 | -0/+13 |
2024-05-08 | CI: Added GitHub Actions MSYS2 build | Thorbjørn Lindeijer | 2 | -18/+63 |
2024-05-08 | CI: Added MSYS2 build on AppVeyor | Thorbjørn Lindeijer | 2 | -0/+33 |
2024-05-07 | Replaced ENet with submodule | Thorbjørn Lindeijer | 28 | -6189/+19 |
2024-04-25 | CMake: Fixed customization of GNUInstallDirs | Thorbjørn Lindeijer | 1 | -3/+3 |
2024-04-20 | CMake: Use FindIntl | Thorbjørn Lindeijer | 2 | -65/+8 |
2024-04-20 | CMake: Use add_compile_definitions instead of setting COMPILE_FLAGS | Thorbjørn Lindeijer | 1 | -21/+12 |
2024-04-20 | CMake: Use cmake-format to make the files more pleasant to read | Thorbjørn Lindeijer | 6 | -430/+427 |
2024-04-20 | CMake: Removed unused PROGRAMS variable | Thorbjørn Lindeijer | 2 | -4/+0 |
2024-04-18 | Fixed being popup getting stuck under the mouse | Thorbjørn Lindeijer | 1 | -0/+2 |
2024-04-18 | Fixed mouse path debug when graphics are scaled | Thorbjørn Lindeijer | 1 | -3/+0 |
2024-04-18 | Simplify TmwAthena::MessageOut | Thorbjørn Lindeijer | 5 | -84/+27 |
2024-04-17 | macOS: Create an app bundle | Thorbjørn Lindeijer | 8 | -49/+106 |
2024-04-12 | CMake: Use GNUInstallDirs | Thorbjørn Lindeijer | 4 | -13/+18 |
2024-04-12 | GitHub Actions: Added workflow for building the snap | Thorbjørn Lindeijer | 1 | -0/+18 |
2024-04-12 | Added snap recipe | Thorbjørn Lindeijer | 1 | -0/+59 |
2024-04-12 | CI: Use ccache to cache compiler results | Thorbjørn Lindeijer | 1 | -1/+11 |
2024-04-10 | Fixed the scaling of the custom cursor | Thorbjørn Lindeijer | 1 | -5/+6 |
2024-04-09 | Removed unused duplicate parsing of effects.xml | Thorbjørn Lindeijer | 2 | -108/+0 |
2024-04-08 | Fixed assertion failure on exit | Thorbjørn Lindeijer | 1 | -0/+4 |
2024-04-08 | Added UI debug drawing | Thorbjørn Lindeijer | 7 | -4/+104 |
2024-04-08 | Use ResourceRef<Image> in more places | Thorbjørn Lindeijer | 25 | -136/+127 |
2024-04-08 | CMake: Use install(DIRECTORY ...) to install data files | Thorbjørn Lindeijer | 10 | -122/+9 |
2024-04-08 | CMake: Exclude Guichan headers and library from install | Thorbjørn Lindeijer | 1 | -1/+1 |
2024-04-08 | Fixed choosing preferred language on Windows | Thorbjørn Lindeijer | 2 | -13/+34 |
2024-04-08 | CMake: Removed manual RC-compiler setup for MinGW | Thorbjørn Lindeijer | 1 | -16/+0 |
2024-04-08 | Set Windows-related DPI hints to per-monitor aware v2 | Thorbjørn Lindeijer | 1 | -0/+4 |
2024-04-08 | Some updates to .gitignore | Thorbjørn Lindeijer | 1 | -2/+1 |
2024-04-08 | Resolved issues with winver.h | Thorbjørn Lindeijer | 6 | -47/+6 |
2024-04-08 | Enable UTF-8 support on Windows | Thorbjørn Lindeijer | 1 | -0/+3 |
2024-04-08 | Use C++17 to implement mkdir_r | Thorbjørn Lindeijer | 2 | -68/+9 |