RDW
RDW
See API changes listed here: https://warcraft.wiki.gg/wiki/Patch_11.1.5/API_changes Are these just for Blizzard or addons in general? If it's the latter, maybe they're worth adopting. I haven't looked into them yet. They...
In 11.1.5, there are more ways to control the order of loading saved variables (you can load them before the addon itself is run) [^1]. As far as I'm aware,...
At first glance, it looks like addons can now be grouped: https://warcraft.wiki.gg/wiki/Patch_11.1.0/API_changes I don't know if that's useful, but in theory it might help people to find the addons more...
The high-level API doesn't expose this, but it may be possible to skip the validation when initially creating Rarity's options UI: https://github.com/WoWUIDev/Ace3/blob/cbebdf878fed0d6e0a56bbe9d11f065d26b323bb/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua#L316 In theory this is a cost that needn't...
Another reminder. Same as #764 (revisit later). Link: https://www.wowhead.com/item=235626/keys-to-the-big-g
There's `CleanItemForImport` to strip some information before importing Custom items. But I don't see an equivalent for exporting. Currently, export strings seem to always include the exporting user's attempts data...
Link: https://www.wowhead.com/item=232848/mr-delver Blocked until Delves can be detected (same as #772). See also: #767
Same problem as described here, except there's fewer items in Classic Era: https://github.com/WowRarity/Rarity/issues/833
See https://github.com/WowRarity/Rarity/pull/816 - they're currently disabled on Classic realms. Cataclysm seems to use the new API and should be working. The problem might fix itself when Blizzard ports the retail...
It seems to contain lots of relevant items. But is it worth tracking? This would be blocked by #160 as well (or require more hacks). See https://www.wowhead.com/item=208095/cache-of-timewarped-treasures#contains ( I haven't...