summaryrefslogtreecommitdiff
path: root/src/gui/questswindow.h
AgeCommit message (Collapse)AuthorFilesLines
2025-07-14Fix quests window destruction and add QuestDB::initThorbjørn Lindeijer1-0/+1
The init call makes sure there are no quests loaded, which is necessary because `SettingsManager::unload` is only called on exit and not when switching servers. Closes #112
2025-07-02Added Quests windowThorbjørn Lindeijer1-0/+70
This window gives an overview over completed and currently active quests. A persistent checkbox toggles whether completed quests are shown. Item links are supported in quest texts. New window icon by meway. Completed quest icon for Mana theme copied from ManaPlus. The Quests window has no shortcut for now.