summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Use SDL2 support for color and system mouse cursorsHEADmasterThorbjørn Lindeijer2-101/+161
2024-03-26Added support for HiDPI fontsThorbjørn Lindeijer4-71/+105
2024-03-26Added functions to draw images at sub-pixel positionsThorbjørn Lindeijer1-1/+1
2024-03-25Avoid string allocations during text rendering and sizingThorbjørn Lindeijer1-4/+11
2024-03-22Added support for scaling the outputThorbjørn Lindeijer6-44/+135
2024-03-22Fixed the distribution of action events by DropDownThorbjørn Lindeijer1-1/+7
2024-03-13Added SDL version check for SDL_OpenURLThorbjørn Lindeijer2-5/+20
2024-03-12General code cleanupsThorbjørn Lindeijer34-184/+102
2024-03-11Implemented ability to open external links in news and chatThorbjørn Lindeijer8-18/+65
2024-03-11Fixed settings being unavailable when updating was doneThorbjørn Lindeijer1-0/+1
2024-03-07Use the native TMX tile animation formatThorbjørn Lindeijer2-8/+7
2024-03-06General code cleanupsThorbjørn Lindeijer5-36/+9
2024-03-04Fixed character displayThorbjørn Lindeijer3-24/+23
2024-03-04Added support for handling SMSG_NPC_COMMANDThorbjørn Lindeijer1-0/+10
2024-03-02Changed server type to "enum class"Thorbjørn Lindeijer10-22/+22
2024-03-02Added support for -y / --server-type parameterThorbjørn Lindeijer5-30/+16
2024-03-02Added support for customizing NPC and Monster hover cursorThorbjørn Lindeijer1-7/+2
2024-03-02Updated mouse cursors to latest versionThorbjørn Lindeijer5-66/+64
2024-03-02General code cleanupsThorbjørn Lindeijer2-19/+0
2024-02-29Re-download updates when their checksum no longer matchesThorbjørn Lindeijer1-19/+15
2024-02-28Use snprintf instead of sprintfThorbjørn Lindeijer1-5/+1
2024-02-27Added VSync and windowed fullscreen optionsThorbjørn Lindeijer4-179/+185
2024-02-22General code cleanupsThorbjørn Lindeijer28-60/+48
2024-02-15Fix handling of non-consecutive emote IDsThorbjørn Lindeijer5-97/+82
2024-02-13Removed no longer supported admin messagesThorbjørn Lindeijer1-5/+3
2024-02-13General code cleanupsThorbjørn Lindeijer64-293/+175
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 Lindeijer38-190/+113
2024-02-05Updated C++ standard to C++17Thorbjørn Lindeijer1-7/+1
2024-01-30Apply readability-delete-null-pointer fixitsThorbjørn Lindeijer2-8/+5
2024-01-29Removed unused SpecialEntry::mLevelLabelThorbjørn Lindeijer1-2/+0
2024-01-29Removed unused includes in various filesThorbjørn Lindeijer8-13/+0
2024-01-29Removed remnants of alpha cache in ResourceManagerThorbjørn Lindeijer1-3/+0
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer31-197/+145
2024-01-29Fixed another crash due to incomplete SDL2 upgradeThorbjørn Lindeijer1-1/+1
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer172-801/+801
2024-01-26Added support for the "persistentIp" server info settingThorbjørn Lindeijer1-2/+11
2024-01-25Fixed parent for OkDialog in social windowThorbjørn Lindeijer1-1/+1
2024-01-25Minor includes cleanupThorbjørn Lindeijer3-7/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer14-129/+156
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer9-12/+14
2013-05-09Changed default serverlist.xml URL to avoid redirectThorbjørn Lindeijer1-1/+1
2013-04-30Hide attribute sliders on character creation when appropriateThorbjørn Lindeijer2-53/+69
2013-04-29Single xml solution - compatibility with skill-set and special-setPrzemysław Grzywacz1-1/+2
2013-04-27Added support for charcreation.xml settingsThorbjørn Lindeijer1-0/+7
2013-04-13Removed unused IntMap typedefThorbjørn Lindeijer1-2/+0
2012-08-14Can now build using cmake on OSXSocapex1-4/+0
2012-08-12Fixed coding style in specialswindowErik Schilling1-16/+18
2012-08-12Improved the layout of the specials windowThorbjørn Lindeijer2-25/+8