Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-07-14 | Fix quests window destruction and add QuestDB::init | Thorbjørn Lindeijer | 1 | -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-02 | Added Quests window | Thorbjørn Lindeijer | 1 | -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. |