summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2025-07-13Added logic for client to respect timeoutslimitedInternetFunctionLogicMeway1-17/+48
2025-07-13Updated logic to be more informative to users with throttled internet connect...Meway4-46/+75
2025-07-08Wrap long NPC choice text in ListBox using multiline renderingnpc-choice-wrappingMeway1-15/+45
2025-07-04Allow the window to keep updating during move/resize on Windows and macOSThorbjørn Lindeijer4-377/+406
2025-07-03Avoid warning on WindowsThorbjørn Lindeijer1-0/+2
2025-07-02Delay showing of the window to avoid startup flickerThorbjørn Lindeijer4-4/+16
2025-07-02Implemented effects for new and completed questsThorbjørn Lindeijer3-0/+69
2025-07-02Added Quests windowThorbjørn Lindeijer18-33/+495
2025-06-23Apply quest effects to NPCsThorbjørn Lindeijer5-7/+177
2025-06-17Add quest database support and parsing utilitiesThorbjørn Lindeijer6-0/+224
2025-06-11Fixed the maximum size of the ShortcutWindowThorbjørn Lindeijer1-2/+5
2025-06-11Cleaned up game input handling a littleThorbjørn Lindeijer3-486/+444
2025-05-25Fixed tooltip visibility logic for shortcut and inventory windowsThorbjørn Lindeijer6-31/+44
2025-05-21macOS: Use system Guichan by defaultThorbjørn Lindeijer1-1/+1
2025-05-12TMWA: Added debug logging of sent messagesThorbjørn Lindeijer3-2/+16
2025-05-12Fixed handling of "close2" script commandThorbjørn Lindeijer3-30/+11
2025-05-01Fixed loading of servers saved in client configThorbjørn Lindeijer2-7/+3
2025-05-01Fixed crash on Windows related to choosing wrong log overloadThorbjørn Lindeijer3-4/+4
2025-04-29Made the Setup window key work during login sequenceThorbjørn Lindeijer2-2/+14
2025-04-29Changed removeColors to work in-placeThorbjørn Lindeijer6-44/+28
2025-04-29Reduced excessive use of getters in LocalPlayer::getNextWalkPositionThorbjørn Lindeijer2-60/+63
2025-04-29Some Inventory and TradeWindow cleanupsThorbjørn Lindeijer5-81/+56
2025-04-29Dye: Cast to SDL_Color rather than shifting bits aroundThorbjørn Lindeijer3-32/+35
2025-04-29Fixed compile with ENABLE_MANASERV=OFFThorbjørn Lindeijer2-3/+3
2025-04-28GUI: Removed fixed width for ItemAmountWindowThorbjørn Lindeijer1-1/+1
2025-04-28GUI: Added skin for the emote slots in the EmotePopupThorbjørn Lindeijer4-29/+28
2025-04-28GUI: Use theme icons for offline/online player indicatorsThorbjørn Lindeijer2-34/+24
2025-04-26GUI: Added support for explicit outline color per palette entryThorbjørn Lindeijer14-81/+180
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer33-384/+432
2025-04-25Introduced theme dropdown in interface setupThorbjørn Lindeijer14-121/+257
2025-04-25GUI: Added support for hiding the scroll area buttonsThorbjørn Lindeijer4-9/+140
2025-04-25GUI: Added support for fixed-size scrollarea markersThorbjørn Lindeijer2-7/+338
2025-04-25Simplified ImageRect handlingThorbjørn Lindeijer7-227/+173
2025-04-25Jewelry: Fixed sticky button positionThorbjørn Lindeijer1-18/+18
2025-04-25GUI: Added support for defining named icons to the themeThorbjørn Lindeijer10-108/+126
2025-04-25GUI: Allow theme to skin item slots and equipment boxesThorbjørn Lindeijer11-107/+105
2025-04-25GUI: Allow customizing the SkinType used by a WindowThorbjørn Lindeijer7-13/+34
2025-04-05Avoid pixel format conversions when applying dyeThorbjørn Lindeijer1-19/+22
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer47-223/+224
2025-04-02General code cleanupsThorbjørn Lindeijer16-171/+80
2025-04-02Fixed minimum width of the Social windowThorbjørn Lindeijer3-10/+25
2025-04-01Fixed crash on exit when CharCreateDialog is openThorbjørn Lindeijer4-10/+34
2025-04-01GUI: Made CheckBox, RadioButton and Slider more customizableThorbjørn Lindeijer14-72/+89
2025-03-31Use color modulation to render text in different colorsThorbjørn Lindeijer2-21/+43
2025-03-31GUI: Support customizing widget text format through themeThorbjørn Lindeijer9-124/+291
2025-03-31GUI: De-hardcode the window title offsetsThorbjørn Lindeijer4-9/+18
2025-03-31GUI: Apply clipping only where necessaryThorbjørn Lindeijer13-106/+123
2025-03-24Added fill mode parameter to ImageRectThorbjørn Lindeijer3-37/+113
2025-03-24Expanded GUI theming capabilitiesThorbjørn Lindeijer38-416/+609
2025-03-24Define the GUI theme in XMLThorbjørn Lindeijer23-894/+649