9.0.1.1

Details

  • Filename
    NPCScan-9.0.1.1.zip
  • Uploaded by
  • Uploaded
    Oct 28, 2020
  • Size
    351.90 KB
  • Downloads
    1,844
  • MD5
    4fdeb2295542d0f9b96cfe72f33a5b09

Supported WoW Retail Versions

  • 9.0.1

Changelog

tag 1c7493926bab13d3ed05039dad670e8e26970e0d 9.0.1.1
Author:    James D. Callahan III <[email protected]>
Date:    Wed Oct 28 23:41:09 2020 -0500

Shadowlands update.

commit aa9b369fe53ed74053119dfe8e3d0b4f57a88e11
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 23:39:53 2020 -0500

    Add and update various NPCs - this was started two years ago and I don't feel like figuring out the atomic commits, so here we are. Use the NPCClassification enum.

commit 8789747343a4e4b1976c16adce9568eeb6fab5be
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 23:17:33 2020 -0500

    Remove Briarwood Bulwark from Kul Tiras - it's just a World Quest target.

commit 1a46e1f0feb042813fa99c746e6c71be452953be
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 23:07:56 2020 -0500

    Add support for the Wake the Dragon achievement (Stormtalon NPC).

commit 5a6645e6b4b3253adb144cc180105906e13c6656
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 22:47:50 2020 -0500

    Tooltip cleanups.

commit af0e1343dedb431c91f50c826f83c2c8c6cfd702
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 22:42:52 2020 -0500

    Fix live tooltip updating via storing the data object's display Frame during the DataObject:OnEnter DrawTooltip call, then referencing that in the DataObject:Update call, since at that point "self" will be a normal table. No idea how this ever worked in the past...

commit daa68c680d8d51fc272d13a936667bc0e79a2b9f
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 20:13:02 2020 -0500

    Add NPCClassification Enum table member.

commit 60b734894ec7eb362913379bb6f56788e412ba8c
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 20:00:40 2020 -0500

    Use updated WoW APIs so this thing will actually work...

commit 2c840846fd1bd706710de22bcee5f708750a24ce
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 19:58:00 2020 -0500

    Update the repository URI for LibQTip-1.0.

commit 52aa70ac5e5c122d09d548e61b21bd0713d6dae3
Author: James D. Callahan III <[email protected]>
Date:   Wed Oct 28 19:54:41 2020 -0500

    Update ToC Interface for the WoW 9.0.1 version.

commit 31d077f6efc21351a1007f74703f05f5f7c527e5
Author: James D. Callahan III <[email protected]>
Date:   Sat Sep 15 13:35:22 2018 -0500

    Change ICON_WORLDQUEST to a more intuitive texture.

commit 5e19d0f57950ffc6f0627199ac6f8c7d571f859b
Author: James D. Callahan III <[email protected]>
Date:   Sat Sep 15 12:15:21 2018 -0500

    Release and re-acquire the tooltip if it's redrawn while being shown so layout changes will actually work - changing zones and attempting to assign to a column which wasn't previously allocated is a Bad Thing™.

commit afaaa3ef7127f4a9e4bcd7d938dd2384c4ca3a84
Author: James D. Callahan III <[email protected]>
Date:   Sat Sep 15 12:13:28 2018 -0500

    Refactor GetTooltipData to return a table with values instead of assigning to file-scoped variables.

commit be7362b25181e29c912717c50fbd8d2ca3cd1a32
Author: James D. Callahan III <[email protected]>
Date:   Sat Sep 15 04:44:18 2018 -0500

    Add check for missing worldQuestID before warning about a missing questID or achievementQuestID - the presence of the former removes the absolute need for the latter two.

commit 04a39d2440e219fb10d9ca56e19dc41834a7102c
Author: James D. Callahan III <[email protected]>
Date:   Fri Sep 14 03:07:57 2018 -0500

    Ignore NPCs with an inactive World Quest but no tracking quest and no achievement.

commit 5ace6cdc15d0d0287496cfbd4c03fc68e7ae290a
Author: James D. Callahan III <[email protected]>
Date:   Thu Sep 13 22:46:05 2018 -0500

    Add npc:HasActiveWorldQuest() method.

commit a24778e43bb20a565b05a5f9dddf7ba1d0fd4275
Author: James D. Callahan III <[email protected]>
Date:   Thu Sep 13 21:31:58 2018 -0500

    Add descriptive tooltip displaying "Tameable" when mousing over the tameable icon in the information tooltip.

commit 7ef99966204df7c46981fc7205c79a8b23428e16
Author: James D. Callahan III <[email protected]>
Date:   Thu Sep 13 21:27:44 2018 -0500

    Add detection and tooltip support for NPCs which are the objective of an active World Quest, regardless of their normal quest or achievement status.