Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-03-26 | Added support for HiDPI fonts | Thorbjørn Lindeijer | 9 | -81/+120 |
2024-03-26 | Added functions to draw images at sub-pixel positions | Thorbjørn Lindeijer | 7 | -113/+126 |
2024-03-25 | Allow mouse focus click-through | Thorbjørn Lindeijer | 2 | -1/+3 |
2024-03-25 | Avoid string allocations during text rendering and sizing | Thorbjørn Lindeijer | 3 | -16/+11 |
2024-03-25 | Removed an unnecessary extra allocation in strprintf | Thorbjørn Lindeijer | 1 | -5/+4 |
2024-03-22 | Added support for scaling the output | Thorbjørn Lindeijer | 18 | -154/+386 |
2024-03-22 | Fixed the distribution of action events by DropDown | Thorbjørn Lindeijer | 1 | -1/+7 |
2024-03-21 | Removed unused ResourceManager methods | Thorbjørn Lindeijer | 2 | -43/+0 |
2024-03-21 | Removed the unused Image::mLoaded member | Thorbjørn Lindeijer | 2 | -41/+19 |
2024-03-21 | Use std::function in ResourceManager | Thorbjørn Lindeijer | 4 | -85/+35 |
2024-03-13 | Use snprintf instead of sprintf | Thorbjørn Lindeijer | 2 | -7/+7 |
2024-03-13 | Adjusted handling of SMSG_LOGIN_DATA to what tmwa sends | Thorbjørn Lindeijer | 1 | -3/+4 |
2024-03-13 | Added SDL version check for SDL_OpenURL | Thorbjørn Lindeijer | 2 | -5/+20 |
2024-03-12 | General code cleanups | Thorbjørn Lindeijer | 71 | -546/+250 |
2024-03-11 | Implemented ability to open external links in news and chat | Thorbjørn Lindeijer | 9 | -18/+73 |
2024-03-11 | Fixed settings being unavailable when updating was done | Thorbjørn Lindeijer | 1 | -0/+1 |
2024-03-08 | Removed SDL2_gfx dependency | Thorbjørn Lindeijer | 3 | -24/+48 |
2024-03-07 | Some code simplifications in ResourceManager::loadFile | Thorbjørn Lindeijer | 1 | -16/+9 |
2024-03-07 | Fixed ambient layers "keepratio" option | Thorbjørn Lindeijer | 5 | -15/+27 |
2024-03-07 | Use the native TMX tile animation format | Thorbjørn Lindeijer | 17 | -288/+247 |
2024-03-07 | Fixed tile animations for CSV maps | Thorbjørn Lindeijer | 2 | -6/+5 |
2024-03-06 | General code cleanups | Thorbjørn Lindeijer | 65 | -231/+136 |
2024-03-04 | Fixed character display | Thorbjørn Lindeijer | 22 | -107/+164 |
2024-03-04 | Added support for handling SMSG_NPC_COMMAND | Thorbjørn Lindeijer | 4 | -26/+94 |
2024-03-04 | Fixed duplication of player name in chat | Thorbjørn Lindeijer | 3 | -15/+39 |
2024-03-02 | Exit with error when invalid server type is passed on CLI | Thorbjørn Lindeijer | 3 | -11/+17 |
2024-03-02 | Changed server type to "enum class" | Thorbjørn Lindeijer | 24 | -98/+86 |
2024-03-02 | Added support for -y / --server-type parameter | Thorbjørn Lindeijer | 12 | -54/+68 |
2024-03-02 | Added support for customizing NPC and Monster hover cursor | Thorbjørn Lindeijer | 9 | -48/+82 |
2024-03-02 | Updated mouse cursors to latest version | Thorbjørn Lindeijer | 7 | -70/+67 |
2024-03-02 | General code cleanups | Thorbjørn Lindeijer | 22 | -213/+122 |
2024-02-29 | Re-download updates when their checksum no longer matches | Thorbjørn Lindeijer | 4 | -49/+43 |
2024-02-28 | Use snprintf instead of sprintf | Thorbjørn Lindeijer | 1 | -5/+1 |
2024-02-27 | Added VSync and windowed fullscreen options | Thorbjørn Lindeijer | 20 | -784/+1068 |
2024-02-22 | General code cleanups | Thorbjørn Lindeijer | 75 | -362/+249 |
2024-02-19 | Updated PhysicsFS API usage | Thorbjørn Lindeijer | 3 | -57/+24 |
2024-02-19 | Fixed compile on macOS | Thorbjørn Lindeijer | 3 | -408/+15 |
2024-02-15 | Fix handling of non-consecutive emote IDs | Thorbjørn Lindeijer | 15 | -170/+141 |
2024-02-14 | Avoid crash when receiving SMSG_MAP_MASK without Game instance | Thorbjørn Lindeijer | 1 | -2/+3 |
2024-02-13 | Updated tmwAthena network protocol | Thorbjørn Lindeijer | 21 | -499/+471 |
2024-02-13 | Removed guild handling remnants for tmwAthena | Thorbjørn Lindeijer | 1 | -373/+1 |
2024-02-13 | Removed no longer supported admin messages | Thorbjørn Lindeijer | 8 | -158/+5 |
2024-02-13 | Reverted the PhysicsFS check for Ubuntu 18.04 compatibility | Thorbjørn Lindeijer | 1 | -2/+2 |
2024-02-13 | Fixed music playback | Thorbjørn Lindeijer | 2 | -21/+7 |
2024-02-13 | General code cleanups | Thorbjørn Lindeijer | 94 | -663/+348 |
2024-02-09 | Optimized BrowserBox | Thorbjørn Lindeijer | 9 | -351/+327 |
2024-02-09 | Some cleanups in UpdaterWindow and BrowserBox | Thorbjørn Lindeijer | 4 | -170/+79 |
2024-02-09 | C++11: Use default member initializers | Thorbjørn Lindeijer | 53 | -303/+174 |
2024-02-07 | Introduce .gitlab-ci.yml | Thorbjørn Lindeijer | 1 | -2/+1 |
2024-02-06 | Fixed crash when taking a screenshot | Thorbjørn Lindeijer | 1 | -1/+5 |