summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-03-07Support triggering attacks and play use ability animationsThorbjørn Lindeijer7-50/+96
2025-03-07Updated manaserv protocol to version 9Thorbjørn Lindeijer20-425/+373
2025-03-07Ability related network message adjustmentsThorbjørn Lindeijer4-7/+14
2025-03-07Renamed ability set to ability categoryThorbjørn Lindeijer3-20/+9
2025-03-07Renamed specials to abilitiesThorbjørn Lindeijer24-205/+195
2025-03-01Further Download related cleanupsThorbjørn Lindeijer8-532/+422
2025-03-01Fixed leaking of resources referenced by resourcesThorbjørn Lindeijer1-6/+8
2025-02-28Fixed unresponsive UI when switching server/char with Away dialog openThorbjørn Lindeijer5-49/+84
2025-02-28Replaced buffered SDL_RWops wrapper with PHYSFS_setBufferThorbjørn Lindeijer4-225/+13
2025-02-26Plugged a few more memory leaksThorbjørn Lindeijer8-50/+50
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