summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Cleaned up some code in CharHandler::updateCharactersmanaserv-char-attrThorbjørn Lindeijer2-12/+7
2024-03-13CI: Ensure we can compile on Ubuntu 20.04 as wellThorbjørn Lindeijer1-5/+8
2024-03-13Added SDL version check for SDL_OpenURLThorbjørn Lindeijer2-5/+20
2024-03-12General code cleanupsThorbjørn Lindeijer71-546/+250
2024-03-11Implemented ability to open external links in news and chatThorbjørn Lindeijer9-18/+73
2024-03-11Fixed settings being unavailable when updating was doneThorbjørn Lindeijer1-0/+1
2024-03-08Removed SDL2_gfx dependencyThorbjørn Lindeijer5-29/+52
2024-03-07Some code simplifications in ResourceManager::loadFileThorbjørn Lindeijer1-16/+9
2024-03-07Fixed ambient layers "keepratio" optionThorbjørn Lindeijer5-15/+27
2024-03-07Use the native TMX tile animation formatThorbjørn Lindeijer17-288/+247
2024-03-07Fixed tile animations for CSV mapsThorbjørn Lindeijer2-6/+5
2024-03-06General code cleanupsThorbjørn Lindeijer65-231/+136
2024-03-04CI: Use Ninja to speed up compile timesThorbjørn Lindeijer2-3/+4
2024-03-04Fixed character displayThorbjørn Lindeijer22-107/+164
2024-03-04Added support for handling SMSG_NPC_COMMANDThorbjørn Lindeijer4-26/+94
2024-03-04Fixed duplication of player name in chatThorbjørn Lindeijer3-15/+39
2024-03-02Exit with error when invalid server type is passed on CLIThorbjørn Lindeijer3-11/+17
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer24-98/+86
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer12-54/+68
2024-03-02Added support for customizing NPC and Monster hover cursorThorbjørn Lindeijer9-48/+82
2024-03-02Updated mouse cursors to latest versionThorbjørn Lindeijer8-70/+67
2024-03-02General code cleanupsThorbjørn Lindeijer22-213/+122
2024-02-29Re-download updates when their checksum no longer matchesThorbjørn Lindeijer4-49/+43
2024-02-28Use snprintf instead of sprintfThorbjørn Lindeijer1-5/+1
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer20-784/+1068
2024-02-22General code cleanupsThorbjørn Lindeijer75-362/+249
2024-02-21Adjusted icon and desktop file names and added metainfoThorbjørn Lindeijer7-63/+122
2024-02-19Updated PhysicsFS API usageThorbjørn Lindeijer3-57/+24
2024-02-19Fixed compile on macOSThorbjørn Lindeijer8-429/+52
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer15-170/+141
2024-02-14Avoid crash when receiving SMSG_MAP_MASK without Game instanceThorbjørn Lindeijer1-2/+3
2024-02-13Updated tmwAthena network protocolThorbjørn Lindeijer21-499/+471
2024-02-13Removed guild handling remnants for tmwAthenaThorbjørn Lindeijer1-373/+1
2024-02-13Removed no longer supported admin messagesThorbjørn Lindeijer8-158/+5
2024-02-13Reverted the PhysicsFS check for Ubuntu 18.04 compatibilityThorbjørn Lindeijer1-2/+2
2024-02-13Fixed music playbackThorbjørn Lindeijer2-21/+7
2024-02-13General code cleanupsThorbjørn Lindeijer94-663/+348
2024-02-09CI: Don't build in parallel for nowThorbjørn Lindeijer1-1/+1
2024-02-09Optimized BrowserBoxThorbjørn Lindeijer9-351/+327
2024-02-09Some cleanups in UpdaterWindow and BrowserBoxThorbjørn Lindeijer4-170/+79
2024-02-09C++11: Use default member initializersThorbjørn Lindeijer53-303/+174
2024-02-07Introduce .gitlab-ci.ymlThorbjørn Lindeijer2-2/+28
2024-02-07Added libpng-dev to Ubuntu dependenciesThorbjørn Lindeijer1-1/+1
2024-02-06Fixed crash when taking a screenshotThorbjørn Lindeijer1-1/+5
2024-02-05Removed use of deprecated std::unary_functionThorbjørn Lindeijer1-9/+6
2024-02-05Updated C++ standard to C++17Thorbjørn Lindeijer4-16/+28
2024-02-05Use SDL2 to show a simple message box on errorThorbjørn Lindeijer4-55/+5
2024-02-05Added gettext dependency to README.mdThorbjørn Lindeijer1-1/+1
2024-02-05Require PhysFS 3.0Thorbjørn Lindeijer3-62/+3
2024-02-02Fixed use of deprecated CURLOPT_PROGRESSFUNCTION optionThorbjørn Lindeijer2-10/+13