summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer2-11/+28
2025-03-13Removed needless case-insensitive string comparisonsThorbjørn Lindeijer2-33/+0
2025-03-01Further Download related cleanupsThorbjørn Lindeijer1-0/+39
2025-02-28Replaced buffered SDL_RWops wrapper with PHYSFS_setBufferThorbjørn Lindeijer3-223/+13
2025-02-26Use ResourceRef for all resource typesThorbjørn Lindeijer1-0/+9
2025-02-20Simplified filling of the BufferedRWops bufferThorbjørn Lindeijer1-23/+5
2025-02-20Fixed stutter when new music starts playingThorbjørn Lindeijer3-0/+241
2025-02-17Further ResourceManager and PhysFS cleanupsThorbjørn Lindeijer4-82/+50
2025-02-17Wrapped PhysFS usage in a convenience APIThorbjørn Lindeijer1-0/+234
2025-02-14Fixed handling of update URLs which mention a portThorbjørn Lindeijer2-54/+32
2025-02-13Implemented support for item replacementsThorbjørn Lindeijer1-0/+5
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer14-52/+15
2025-01-20Made client config statically typedThorbjørn Lindeijer2-29/+91
2025-01-20Cleaned up path handling a bitThorbjørn Lindeijer2-44/+34
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer2-144/+143
2025-01-18Introduced small convenience wrapper to write XMLThorbjørn Lindeijer4-15/+121
2024-10-18Avoid accessing static members through instancesThorbjørn Lindeijer1-2/+2
2024-10-08Smoother being movementThorbjørn Lindeijer2-1/+11
2024-10-08Added convenient and efficient Timer classThorbjørn Lindeijer2-0/+169
2024-09-27Replaced for_each_xml_child_node macro with helper classThorbjørn Lindeijer2-4/+30
2024-04-17macOS: Create an app bundleThorbjørn Lindeijer2-2/+26
2024-04-08Use C++17 to implement mkdir_rThorbjørn Lindeijer2-68/+9
2024-04-08Windows: Modernize getSpecialFolderLocationThorbjørn Lindeijer2-30/+29
2024-04-02General code cleanupsThorbjørn Lindeijer1-1/+1
2024-03-28Fixed compile against libxml2 2.12ewew ukek2-23/+22
2024-03-25Avoid string allocations during text rendering and sizingThorbjørn Lindeijer2-12/+0
2024-03-25Removed an unnecessary extra allocation in strprintfThorbjørn Lindeijer1-5/+4
2024-03-13Use snprintf instead of sprintfThorbjørn Lindeijer1-5/+5
2024-03-11Implemented ability to open external links in news and chatThorbjørn Lindeijer1-0/+8
2024-02-29Re-download updates when their checksum no longer matchesThorbjørn Lindeijer1-1/+1
2024-02-22General code cleanupsThorbjørn Lindeijer3-15/+13
2024-02-13General code cleanupsThorbjørn Lindeijer1-6/+5
2024-02-05Updated C++ standard to C++17Thorbjørn Lindeijer2-7/+25
2024-02-02Restored support for setting monster ID offset on monsters tagThorbjørn Lindeijer2-2/+12
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer3-6/+6
2024-01-29Updated PhysFS RWops helper to the latest versionThorbjørn Lindeijer2-59/+117
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer6-23/+23
2024-01-25Always use C++11 and remove related compatibility option/codeThorbjørn Lindeijer1-4/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer2-304/+16
2024-01-24Removed undefined '__EXPORT__'Thorbjørn Lindeijer1-5/+4
2024-01-24Fixed a few coding errors the compiler complained aboutThorbjørn Lindeijer1-1/+1
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-4/+2
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz2-0/+195
2013-04-27Small cleanupThorbjørn Lindeijer1-4/+0
2012-03-24Merge branch '0.6'Thorbjørn Lindeijer1-0/+5
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer1-0/+5
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer2-7/+7
2012-02-03Clear tile flags from the gid before further processingThorbjørn Lindeijer1-1/+1
2012-01-31Added missing copyright notices.Yohann Ferreira2-0/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer16-16/+16