summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-02-26Plugged various memory leaksThorbjørn Lindeijer12-87/+85
2025-02-26Use ResourceRef for all resource typesThorbjørn Lindeijer69-726/+450
2025-02-26Avoid %z type character in string formatThorbjørn Lindeijer1-2/+4
2025-02-26Cleanup Download code, fixing SDL_Thread leakingThorbjørn Lindeijer6-245/+179
2025-02-26Fix unable to switch to another character after -D (chooseDefault) is used.Fedja Beader1-0/+1
2025-02-25Added tooltips to status effect iconsThorbjørn Lindeijer5-101/+118
2025-02-25Some code cleanups in EffectManagerThorbjørn Lindeijer2-43/+43
2025-02-25Fixed status effect icon positionsThorbjørn Lindeijer1-4/+14
2025-02-25Added support for disabled "follow-parent" propertyThorbjørn Lindeijer1-1/+1
2025-02-25Replaced ParticleContainer with a ParticleHandleThorbjørn Lindeijer10-360/+96
2025-02-25Added support for option, opt1, opt2, opt3 status effect fieldsThorbjørn Lindeijer13-343/+320
2025-02-25Some code cleanups related to status iconsThorbjørn Lindeijer6-33/+23
2025-02-22Fix incorrect reset animation.Andrei Karas1-3/+4
2025-02-21Merged AnimatedSprite into SpriteThorbjørn Lindeijer11-147/+85
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 Lindeijer5-1/+253
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 Lindeijer6-91/+65
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 Lindeijer10-110/+158
2025-02-13Implemented support for item replacementsThorbjørn Lindeijer8-39/+266
2025-01-25snap: Updated to core24Thorbjørn Lindeijer2-0/+4
2025-01-21Replaced include guards with #pragma onceThorbjørn Lindeijer275-1093/+280
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-20Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2024-10-29Fixed storing of player relationsThorbjørn Lindeijer2-27/+14
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-23Changed SERVER_NOTICE macro to inline functionThorbjørn Lindeijer21-159/+152
2024-10-23Various small fixes to translatable stringsThorbjørn Lindeijer12-25/+25
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