334 Commits

Author SHA1 Message Date
8d7646c83a Update TOC v110105.1 2025-04-26 16:41:39 -05:00
4265d57599 Update TOCs v110100.0 2025-04-02 07:25:05 -05:00
e970a958ac Update TOCs v110007.2 2025-02-23 14:03:31 -06:00
bde510f09c Update TOCs v110007.1 2024-12-20 22:18:37 -06:00
0c66028b9d Update TOCs v110005.1 2024-11-13 08:56:33 -06:00
7a2e432488 fix: https://github.com/ascott18/TellMeWhen/issues/2088 UnitName can rarely return nil on a valid unit v110002.4 2024-09-07 20:37:43 -07:00
fc9ba7ac27 Fix reported TooltipScanning error from reputation (#16)
I'm not sure why an index that's within range of GetNumFactions would
return nil data from GetFactionDataByIndex, so we probably need to
figure out what's up with that. Maybe the value returned by
GetNumFactions is only a valid input in some other GetFactionDataBy
variant?

Ref:
* https://www.wowace.com/projects/ice-hud/issues/366
* https://www.curseforge.com/projects/5394?comment=7333
v110002.3
2024-08-25 22:44:14 -05:00
7cf02c9037 Add UnitAura function shim
Fixes error with Aura-based tags such as NumAura, RaidStacks, Druid forms, and any tag checking for the existence of specific buffs/debuffs.

Fixes #15
v110002.2
2024-08-14 17:38:43 -05:00
712fef34ae Update TOC v110002.1 2024-08-14 10:17:15 -05:00
4c4262904d Update TOC for Classic-era 2024-07-25 22:39:07 -05:00
380bd0f06a Update TOC v110000.1 2024-07-24 09:26:33 -05:00
e03b5c50cc Update to current versions of actions 2024-07-21 13:48:33 -05:00
aa2817b5db Fix TooltipUtil.SurfaceArgs going away back in 10.1.0
It was a no-op then, it's removed in TWW beta.
2024-07-21 12:43:16 -05:00
0217b0ba80 fix: GetSpellInfo removed in TWW 2024-06-22 09:33:08 -07:00
2641d29079 Basic TWW support. Don't crash on login. 2024-06-18 23:07:05 -07:00
b2442ff568 Update TOC v100207.1 2024-05-09 00:02:47 -05:00
1c161b436d Support Cataclysm Classic 2024-04-30 23:21:10 -05:00
9a939cca8b Name tooltip frame
Fixes #14
2024-04-27 08:26:37 -05:00
7f9d5db1e5 Update TOCs v100206.1 2024-04-15 17:03:26 -05:00
32583d92e0 Update LibRangeCheck supported version
The 2.0 version seems to be causing taint somewhere.

ref: https://www.wowace.com/projects/ice-hud/issues/353
2024-04-04 08:12:01 -05:00
05afef899d Update TOC v100205.1 2024-01-16 17:23:11 -06:00
1ebf467ef4 Update classic-era TOC 2023-12-10 18:54:10 -06:00
3576a67d39 Update TOC v100200.1 2023-11-07 16:38:50 -06:00
18a36c0cfc Update classic-era TOC 2023-09-08 10:29:01 -05:00
9e00585ce1 Update TOC v100107.1 2023-09-08 10:27:08 -05:00
dd28e38868 Update TOC v100105.1 2023-07-11 16:51:12 -05:00
5266af87c8 Update TOC for Wrath Classic 2023-07-04 10:21:55 -05:00
122f129942 Update TOC v100100.1 2023-05-03 18:19:03 -05:00
79b632e7f4 Update TOC v100007.1 2023-04-01 14:59:11 -05:00
93696c41b6 Update TOCs v100005.1 2023-01-25 13:38:01 -06:00
95ad2adeeb Merge pull request #13 from parnic/ascott/12
#12 - Add workaround to prevent guild roster from resetting scroll
v100002.3
2023-01-05 14:20:04 -08:00
4f86740c25 #12 - Add workaround to prevent guild roster from resetting scroll every 20 seconds. 2023-01-05 11:06:31 -08:00
c862c495f7 Fix typo v100002.2 2022-11-25 22:05:45 -06:00
0097e66d66 Fix FigureNPCGuild on Classic
This logic was bad when TooltipInfo didn't exist.
2022-11-25 22:05:36 -06:00
e53fd70d70 Fix Guild, Faction, and Zone edge cases
This is all done via tooltip scanning, so when an NPC doesn't even have a second line on their tooltip, several of these tags would error out assuming there was at least a second line or sometimes third line of text.

Fixes #11
2022-11-25 21:56:26 -06:00
2f07b4d995 Fix quest title showing as NPC guild
When an NPC is part of a quest, tooltip line 2 might be the quest name or something else non-Guild-related. Fortunately each line has a type associated with it, so if it's not type None (0), don't treat it like a guild. I could check for types like QuestTitle (17) but since the tooltip lines can contain any arbitrary information, it's best to make sure it's what we want instead of making sure it's not something specific that we don't want.
2022-11-25 21:54:09 -06:00
07d6c46c18 Add ability to specify MP type (#10)
* Add ability to specify MP type

This enables asking for MP(type="energy") while in Bear form as a Druid, for example, without having to add Energy-specific tags.

This should probably turn the Druid and Monk specific tags into aliases, but I don't want to change their behavior since they specifically return nil if you aren't the appropriate class.

* Address PR feedback
2022-11-19 13:15:23 -06:00
39f70e711c Increase TOC for 10.0.2 v100002.1 2022-11-15 00:27:05 -06:00
4884525113 Add support for 10.0.2 tooltip APIs (#9)
Functions like tooltip:SetUnit no longer exist, so this uses the new TooltipInfo APIs to extract the same information.
2022-11-12 18:59:05 -06:00
06bb8d0b18 Update TOCs v100000.1 2022-10-25 21:53:34 -05:00
eff831b6ec Work around crash in Wrath Classic client
This should be reverted when the game client is fixed.

Fixes #8
v90200.3
2022-10-04 22:29:46 -05:00
5deee22437 Update TOCs, package for Wrath v90200.2 2022-09-04 14:07:06 -05:00
4c5550b244 Update TOCs v90200.1 2022-03-22 08:21:55 -05:00
d7e407e965 Update TOCs 2021-11-11 12:57:19 -06:00
a2b3c73085 Fix https://github.com/ascott18/TellMeWhen/issues/1907 - We can't use feature detection for combo points because GetComboPoints is still defined on retail for some reason.
Partially reverts f845e20c05
2021-08-24 19:58:43 -07:00
ca58775bc8 Remove version check in favor of just a feature check v90100.1 2021-06-29 08:09:45 -05:00
2602e23927 Prep for WoW 9.1 2021-06-28 12:59:08 -05:00
55f27d5496 Fix Class tag in Classic-Era
Fixes #7
2021-06-27 20:57:36 -05:00
78aa2ec948 Update with latest community packager changes for BC-Classic 2021-05-14 21:36:50 -05:00
690bad04bf Merge pull request #6 from parnic/ascott/tbc 2021-04-24 13:15:06 -07:00