Skip to content

Releases: shagu/pfQuest

6.4.7

03 Jul 12:04
Compare
Choose a tag to compare

6.4.6

15 Jun 20:08
Compare
Choose a tag to compare
map: make sure min and max are always set

6.4.5

14 Jun 19:32
Compare
Choose a tag to compare
arrow: add level and change default text colors

6.4.4

27 May 18:46
Compare
Choose a tag to compare
database: check for starters before indexing

6.4.3

30 Apr 18:17
Compare
Choose a tag to compare
map: skip current zone checks

Completely rely on player x and y positions to determine if map
is a dungeon map. Removing the zone check allows to print nodes
on unknown maps where coordinates exists (such as alterac valley).

6.4.2

21 Feb 04:44
Compare
Choose a tag to compare
compat: fix broken API call of CTMod

CT_QuestLevels breaks the "GetQuestLogTitle" API call
in global space. With this commit, the original function
is used again and not the modified version of CTMod.

6.4.1

11 Feb 11:35
Compare
Choose a tag to compare
toolbox: persist unused flag of invalid zhCN maps

6.4

06 Feb 00:19
Compare
Choose a tag to compare
6.4
db: update to latest database revisions

vmangos:
  f702e293580cb66529a42312966ee0aa05d084da

cmangos:
  b8cbd5e86cf65f88101476dd0807596c2aff0ddc

tbc-db:
  5829de52f0c098a03dc2825b54d7c7e2136add77

mangos-one locales:
  6e70e41c03dee9fb74dd69d723911594e7c454b0

6.3.10

22 Dec 11:53
Compare
Choose a tag to compare
db: add unused flag to invalid zhCN maps

The UNUSED flag was only added to some languages by the DBC extractor
and was missing from zhCN. This was leading to pfQuest not displaying
quests in locations, with a similar name, because the wrong ID was picked.

Unused flags have been added to the same IDs as in enUS.

6.3.9

20 Dec 13:15
Compare
Choose a tag to compare
database: let global space trigger db updates