Skip to content

Releases: shagu/pfQuest

6.7.3

27 Sep 18:51
Compare
Choose a tag to compare

Improved memory consumption

In my tests with a barrens-filled questlog, the memory usage of a complete quest log rebuild
has been reduced from 1.2 MB to ~120 KB per full-run. Also the always ticking consumption of
pfQuest's OnUpdate-function has been reduced from 1 KB/s to 0.02 KB/s.

Changes

map: improve memory usage by shared node data

store and cache metadata that can be shared across
nodes of the same kind, to avoid duplicating data for
each visible pin on the map.

quest: improve memory usage by reusing tables

instead of initializing a new table for each questlog scan,
flip between two always existing ones that get cleaned when
the temporary data becomes obsolete.

6.7.2

19 Sep 14:10
Compare
Choose a tag to compare
map: check for monsterName in tooltip creation

6.7.1

06 Sep 20:02
Compare
Choose a tag to compare

6.7

06 Sep 19:50
Compare
Choose a tag to compare
6.7

Screenshot from 2022-09-06 21-59-07

6.6.1

06 Sep 19:47
Compare
Choose a tag to compare
tracker: prioritize node and cluster icons

6.6

02 Sep 22:10
Compare
Choose a tag to compare
6.6
  • Option to hide individual spawn points on World Map
  • Default Cluster Textures changed from Monochrome Circles to Icons
  • Tracker prefers cluster icons over textures now
  • Default appearance of navigation route changed to brown map colors

image

6.5.2

31 Aug 22:54
Compare
Choose a tag to compare
db: update to latest toolbox changes

rev: 8d6dd0a7c45470aaece0f60d5a08af5453671168

6.5.1

27 Aug 20:16
Compare
Choose a tag to compare
map: allow to overwrite default node textures

6.5

23 Aug 19:04
Compare
Choose a tag to compare
6.5
db: update to latest vmangos database revision

vmangos rev: 7010468c8b7a75341eee16c69de9e5e265ee32fc

6.4.7

03 Jul 12:04
Compare
Choose a tag to compare