Björn Heiß

Results 37 issues of Björn Heiß

### Description Suggested in https://github.com/Questie/Questie/issues/6973#issuecomment-2846483774 The idea is to add an option which automatically shares the quests related to the just entered dungeon.

Feature Request
Module - Options
Module - Auto
Module - Social

### Description We currently are using the following tables to manipulate the objective order for certain quests: ```lua QuestieCorrections.killCreditObjectiveFirst = {} QuestieCorrections.objectObjectiveFirst = {} QuestieCorrections.itemObjectiveFirst = {} QuestieCorrections.eventObjectiveFirst = {}...

Module - Database
Refactoring

### Question TOC files support a comma separated list of interface versions, to support multiple in a single file. This however is not yet correctly handled by our [release.py](https://github.com/Questie/Questie/blob/master/release.py) script,...

Miscellaneous Task

### Description This has been reported [on Reddit](https://www.reddit.com/r/classicwow/s/mIsI1BNKD6): > On a more serious note, perhaps a future update will fix the questie bug where having 2 chars of the same...

Bug
Needs testing/reproduction
cata

### Description This was requested [on Discord](https://discord.com/channels/263036731165638656/909847511089418280/1347082001659985972) and would actually quite nice. Questie should not only remember the last selected Journey tab, when re-opening it, but should also select the...

Module - Journey
Feature Request

## Issue references Fixes #3344 ## Proposed changes - Adds a new section "Quests by Faction" tab to the Journey Big props to @scleal who developed the base functionality for...

Module - Journey
Feature Request

### Description The dragger of the Ace TreeGroup can not be used on first time that the Journey is open. The reason for this is that the border of the...

Bug
Module - Journey

## Description Requested by [Dom6 on Discord](https://discord.com/channels/263036731165638656/263036731165638656/1189830568708423720): > I wasn't sure the best place to add a feature request, but I'd really like if there was perhaps an optional feature...

Module - Map / Minimap
Feature Request

### Description One of the biggest performance losses on the initial load of Questie are the huge Lua tables our databases comes with. As follow-up to #5801 we should transform...

Module - Database
Feature Request
Refactoring

### Description [lua-language-server](https://github.com/LuaLS/lua-language-server) (LLS) allows for far stricter and more detailed types than `luacheck`, which will overall improve the maintainability of Questie. ## TODOs - [ ] Find out what...

Module - Database
Refactoring
Needs research