summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-07-09Fixed. During character creation user "Name:" was clipping into the user inpu...HEADmasterAndrew Hall1-1/+6
2025-07-08Jewelry: Adjusted color of highlighted tabThorbjørn Lindeijer2-4/+13
2025-07-06Add support for custom text colors for progress bars in GUI themeAndrew Hall3-14/+38
2025-07-04Added logging priorities and use SDLs logging facilitiesThorbjørn Lindeijer86-593/+615
2025-07-04Allow the window to keep updating during move/resize on Windows and macOSThorbjørn Lindeijer5-377/+407
2025-07-03Add Translations and Portable components to NSIS installerThorbjørn Lindeijer2-1/+22
2025-07-03Avoid warning on WindowsThorbjørn Lindeijer1-0/+2
2025-07-03AppVeyor: Removed "build/" directory from artifact downloadThorbjørn Lindeijer2-3/+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 Lindeijer4-0/+70
2025-07-02Added Quests windowThorbjørn Lindeijer22-33/+501
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 Lindeijer4-486/+445
2025-05-25Fixed tooltip visibility logic for shortcut and inventory windowsThorbjørn Lindeijer7-32/+45
2025-05-21macOS: Use system Guichan by defaultThorbjørn Lindeijer3-5/+3
2025-05-12snap: Updated name of libcurl packageThorbjø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 Lindeijer6-29/+40
2025-04-28GUI: Use theme icons for offline/online player indicatorsThorbjørn Lindeijer4-34/+30
2025-04-26GUI: Added support for explicit outline color per palette entryThorbjørn Lindeijer16-310/+258
2025-04-25GUI: Added support for multiple color palettes to ThemeThorbjørn Lindeijer35-522/+875
2025-04-25Introduced theme dropdown in interface setupThorbjørn Lindeijer16-125/+258
2025-04-25GUI: Added support for hiding the scroll area buttonsThorbjørn Lindeijer5-10/+141
2025-04-25GUI: Added support for fixed-size scrollarea markersThorbjørn Lindeijer3-23/+354
2025-04-25Simplified ImageRect handlingThorbjørn Lindeijer7-227/+173
2025-04-25Jewelry: Fixed sticky button positionThorbjørn Lindeijer2-21/+21
2025-04-25GUI: Added support for defining named icons to the themeThorbjørn Lindeijer12-108/+148
2025-04-25GUI: Allow theme to skin item slots and equipment boxesThorbjørn Lindeijer13-112/+141
2025-04-25GUI: Allow customizing the SkinType used by a WindowThorbjørn Lindeijer9-16/+50
2025-04-25Added the Jewelry themeThorbjørn Lindeijer5-0/+435
2025-04-05Avoid pixel format conversions when applying dyeThorbjørn Lindeijer1-19/+22
2025-04-04Windows installer: Updated shipped DLLsThorbjørn Lindeijer1-2/+7
2025-04-04Updated Guichan submodule to fix CMake 4 buildThorbjørn Lindeijer1-0/+0
2025-04-02Use a consistent naming style for enum class valuesThorbjørn Lindeijer47-223/+224
2025-04-02General code cleanupsThorbjørn Lindeijer17-171/+105
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 Lindeijer16-86/+103