summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
7 daysAvoid pixel format conversions when applying dyeHEADmasterThorbjørn Lindeijer1-19/+22
8 daysWindows installer: Updated shipped DLLsThorbjørn Lindeijer1-2/+7
9 daysUpdated Guichan submodule to fix CMake 4 buildThorbjørn Lindeijer1-0/+0
11 daysUse a consistent naming style for enum class valuesThorbjørn Lindeijer47-223/+224
11 daysGeneral code cleanupsThorbjørn Lindeijer17-171/+105
11 daysFixed minimum width of the Social windowThorbjørn Lindeijer3-10/+25
12 daysFixed crash on exit when CharCreateDialog is openThorbjørn Lindeijer4-10/+34
12 daysGUI: Made CheckBox, RadioButton and Slider more customizableThorbjørn Lindeijer16-86/+103
12 daysUse color modulation to render text in different colorsThorbjørn Lindeijer2-21/+43
12 daysGUI: Support customizing widget text format through themeThorbjørn Lindeijer10-128/+293
13 daysGUI: De-hardcode the window title offsetsThorbjørn Lindeijer5-10/+19
13 daysGUI: Apply clipping only where necessaryThorbjørn Lindeijer13-106/+123
2025-03-24Added fill mode parameter to ImageRectThorbjørn Lindeijer4-44/+120
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer39-427/+643
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer27-980/+883
2025-03-17Fixed small issue in SDLGraphics::drawRescaledImagePatternThorbjørn Lindeijer1-1/+2
2025-03-17Have ImageRect automatically initialize and clean upThorbjørn Lindeijer7-37/+36
2025-03-17Don't call static ResourceManager methods through instanceThorbjørn Lindeijer2-15/+10
2025-03-14Moved widget drawing code into ThemeThorbjørn Lindeijer39-1428/+839
2025-03-13Removed needless case-insensitive string comparisonsThorbjørn Lindeijer7-54/+13
2025-03-11Implemented replacement of key names in NPC dialogThorbjørn Lindeijer6-13/+67
2025-03-07Reuse gcn::ScrollArea::drawThorbjørn Lindeijer2-27/+7
2025-03-07Removed the functionality to split item stacksThorbjørn Lindeijer13-164/+30
2025-03-07Fixed CompoundSprite::getWidth/getHeightThorbjørn Lindeijer2-14/+10
2025-03-07General code cleanupsThorbjørn Lindeijer12-78/+42
2025-03-07Fixed GeneralHandler deletion when switching server typesThorbjørn Lindeijer11-54/+33
2025-03-07Introduced spriteOffsetY setting to replace half tile hackThorbjørn Lindeijer4-25/+12
2025-03-07Fixed handling of equipmentThorbjørn Lindeijer4-18/+37
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 Lindeijer25-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-26CMake: Remove rav1e.dll from the Windows installerThorbjørn Lindeijer1-1/+0
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