summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-21Removed ImageSpriteThorbjørn Lindeijer7-136/+44
2025-02-21Made ActorSprite aggregate instead of subclass CompoundSpriteThorbjørn Lindeijer5-72/+49
2025-02-21Replaced ImageSprite in Emote by plain ImageThorbjørn Lindeijer5-32/+29
2025-02-21Moved stun and status effect handling from ActorSprite to BeingThorbjørn Lindeijer8-186/+160
2025-02-21Fixed too fast animations for MiniStatusWindow iconsThorbjørn Lindeijer3-6/+6
2025-02-20Simplified filling of the BufferedRWops bufferThorbjørn Lindeijer1-23/+5
2025-02-20Fixed stutter when new music starts playingThorbjørn Lindeijer6-1/+254
2025-02-17Further ResourceManager and PhysFS cleanupsThorbjørn Lindeijer15-308/+117
2025-02-17Wrapped PhysFS usage in a convenience APIThorbjørn Lindeijer10-138/+331
2025-02-15Fixed handling of connection failureThorbjørn Lindeijer1-21/+12
2025-02-14Fixed handling of update URLs which mention a portThorbjørn Lindeijer7-91/+66
2025-02-14Fixed issue in ParticleContainer destructorThorbjørn Lindeijer3-8/+9
2025-02-13TMWA: Reduce magic numbers when converting directionThorbjørn Lindeijer2-29/+28
2025-02-13Support changing being base typeThorbjørn Lindeijer11-111/+160
2025-02-13Implemented support for item replacementsThorbjørn Lindeijer9-39/+267
2025-01-25snap: Updated to core24Thorbjørn Lindeijer4-2/+10
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer275-1093/+280
2025-01-21Updated NEWS fileThorbjørn Lindeijer1-0/+3
2025-01-21Update names as soon as the "Show gender" option is changedThorbjørn Lindeijer4-10/+31
2025-01-21Fixed ConfigOptionChanged eventsThorbjørn Lindeijer10-20/+71
2025-01-20Made client config statically typedThorbjørn Lindeijer79-1184/+1184
2025-01-20Cleaned up path handling a bitThorbjørn Lindeijer3-47/+37
2025-01-20Wrapped xmlNodePtr access with a Node classThorbjørn Lindeijer46-705/+668
2025-01-18Introduced small convenience wrapper to write XMLThorbjørn Lindeijer6-42/+140
2024-12-23CMake: Ship libmodplug-1.dll in Windows installerThorbjørn Lindeijer1-0/+1
2024-12-20Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2024-10-29Fixed storing of player relationsThorbjørn Lindeijer3-27/+15
2024-10-29Turned the PlayerRelation struct into an enum classThorbjørn Lindeijer10-106/+82
2024-10-29Optimise PlayerRelationsManager::clearThorbjørn Lindeijer6-51/+34
2024-10-29Avoid some needless pointer indirectionThorbjørn Lindeijer3-82/+49
2024-10-26Fixed FPS limit being enabled by defaultThorbjørn Lindeijer8-38/+21
2024-10-23Updated translation filesThorbjørn Lindeijer38-54728/+60398
2024-10-23Removed old Transifex configThorbjørn Lindeijer1-8/+0
2024-10-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer21-159/+152
2024-10-23.gitignore clangd cacheThorbjørn Lindeijer1-0/+3
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer13-36/+26
2024-10-23Removed ChangeLog fileThorbjørn Lindeijer1-6267/+0
2024-10-23Translated using Weblate (Spanish)gallegonovato1-4/+4
2024-10-23Translated using Weblate (Norwegian Bokmål)Allan Nordhøy1-54/+60
2024-10-23Translations: Replaced some "..." with "…" and removed double spacesAllan Nordhøy28-187/+188
2024-10-18Added small grabbable margin to Shortcuts windowThorbjørn Lindeijer5-81/+32
2024-10-18Avoid accessing static members through instancesThorbjørn Lindeijer5-40/+40
2024-10-18Some code cleanups in ResourceManagerThorbjørn Lindeijer1-10/+4
2024-10-18General code cleanupsThorbjørn Lindeijer9-38/+19
2024-10-18Take only const pointers to images in GraphicsThorbjørn Lindeijer6-43/+43
2024-10-15Fixed crash when taking screenshot with scaled graphicsThorbjørn Lindeijer2-15/+28
2024-10-12Added support for hit/miss sounds on equipment for all playersThorbjørn Lindeijer5-30/+32
2024-10-08CI: Added Ubuntu 24.04 compile testThorbjørn Lindeijer1-0/+1
2024-10-08Small cleanup in OutfitWindow::loadThorbjørn Lindeijer2-19/+7
2024-10-08Simplified "drawnWhenBehind" logicThorbjørn Lindeijer8-37/+8