Skip to content

Releases: Vladinator/wow-addon-candybuckets

v11.0.5.241103

03 Nov 11:53
Compare
Choose a tag to compare

CandyBuckets

v11.0.5.241103 (2024-11-03)

Full Changelog Previous Releases

  • TOC bump.
    • Split the garrison bucket into two, one for each faction, so there is no confusion.
      • Added the WOD garrisons to their parent maps, so the icons can appear on the continent and zone maps.
  • Added Zidormi indicator for Blasted Lands.
  • Adjusted the Arathi Zidormi marker to match the correct faction. Horde saw an icon for her, when all the buckets were looted in the zone. Was meant for the Alliance bucket.
  • TOC bump
  • When we remove the waypoint we ensure to select the next closest one if the addon supports the functionality.
  • When quests are delivered we support clearing the related quest waypoints from the queue if there is any.
    • Added phase tip for Tirisfal Glades and Uldum. I noticed the Zidormi marker could be hidden, so also added a waypoint to her in this situation. These special markers are skipped from waypoint iterations to avoid confusion.
  • Added the new TWW Candy Bucket locations.
  • Moved all output to its own method for better control.
  • Date bump and release with the last missing Bar Tab Barrel.
  • Added the last missing Bar Tab Barrel (in The Cobwebs Inn).
  • Added Brewfest locations from Dragonflight and TWW expansion. Seems that the event also has annual lootable quests around the world.
  • TOC bump.
  • Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
  • Added additional missing phasing markers.
  • Added missing phasing markers.
  • Update release.yml
  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.
  • Added missing Alliance bucket.
  • Added TOC files for the other clients.
  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
  • Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
  • TOC bump for 10.1
    • Added Lunar Elders in Dragon Isles.
      • TOC bump.
  • Version bump.
  • Removed old location for quest 32047.
  • Edited some Candy Bucket locations, added a potential phased bucket with two positions.
    Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size.
  • Updated for 10.0.0
  • Fixed some logic opsies, the default waypoint system now works.
    • Added built-in waypoint support.
      • Added doc comments.
    • TOC bump
      • Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
      • Adjusted hallow quests 32034 and 32036 based on feedback
      • Adjusted midsummer quest 32499 based on feedback.
  • Fixed pkgmeta whitespace issue
  • TOC bump
  • string concat wrap
  • Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.
  • Added boundary check for the modifier zone clicks so that the list contains only names of icons visible on that map.
  • Improved accuracy of child zone detection and this should make icons appear in the parent zones as well, not just directly or close-to the actual zone like before.
  • Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Fixed an issue with quest completion detection that was changed for SL.
  • Correct TOC bump for SL pre-patch.
  • Cleaned up deprecated file.
  • Create release.yml
  • Patch 9.0 compatibility fixes.
  • BfA and Shadowlands support.
    • Fixed bug where some maps didn't contain themselves and icons would disappear.
      • Added a simple list modifier that will make a list of nodes appear in the middle of the map, it's quick and dirty way to dump anything we should have shown on map but as a list for easier hunting. Hold down any modifier when navigating the map or opening it to display this list.
    • TOC bump
      • Fixed an issue where instance quests like the Lunar Elders would trigger an error report about being too far away. This was caused by the distance check and the fact that instances don't have coordinates available to us in the first place, so this behavior is checked for and disabled in this particular scenario to avoid these error messages.
  • Fixed faction for the newest BfA buckets. They are not both neutral anymore.
    Adjusted the Westfall bucket due to phasing, it has two locations but you can only get one, as expected. Because the phase isn't known, yet, I show a indicator where you should go and check, and they both go away after quest is completed.
    Added several missing zones like Crystalsong Forest, Vale of Eternal Blossoms, Zuldazar, Dazar'alor, Tiragarde Sound, to show their underlying cities and locations on their parent zone maps.
    Adding the world view so when you zoom out to look at Azeroth, you will see the locations in all the sub-continents, more or less. Let me know if it's a game breaker, but it seems to be working quite nicely as a completionist view.
  • Just to be super safe, ignore the travis file by name.

v11.0.5.241030

29 Oct 23:22
Compare
Choose a tag to compare

CandyBuckets

v11.0.5.241030 (2024-10-29)

Full Changelog Previous Releases

  • TOC bump
  • When we remove the waypoint we ensure to select the next closest one if the addon supports the functionality.
  • When quests are delivered we support clearing the related quest waypoints from the queue if there is any.
    • Added phase tip for Tirisfal Glades and Uldum. I noticed the Zidormi marker could be hidden, so also added a waypoint to her in this situation. These special markers are skipped from waypoint iterations to avoid confusion.
  • Added the new TWW Candy Bucket locations.
  • Moved all output to its own method for better control.
  • Date bump and release with the last missing Bar Tab Barrel.
  • Added the last missing Bar Tab Barrel (in The Cobwebs Inn).
  • Added Brewfest locations from Dragonflight and TWW expansion. Seems that the event also has annual lootable quests around the world.
  • TOC bump.
  • Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
  • Added additional missing phasing markers.
  • Added missing phasing markers.
  • Update release.yml
  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.
  • Added missing Alliance bucket.
  • Added TOC files for the other clients.
  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
  • Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
  • TOC bump for 10.1
    • Added Lunar Elders in Dragon Isles.
      • TOC bump.
  • Version bump.
  • Removed old location for quest 32047.
  • Edited some Candy Bucket locations, added a potential phased bucket with two positions.
    Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size.
  • Updated for 10.0.0
  • Fixed some logic opsies, the default waypoint system now works.
    • Added built-in waypoint support.
      • Added doc comments.
    • TOC bump
      • Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
      • Adjusted hallow quests 32034 and 32036 based on feedback
      • Adjusted midsummer quest 32499 based on feedback.
  • Fixed pkgmeta whitespace issue
  • TOC bump
  • string concat wrap
  • Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.
  • Added boundary check for the modifier zone clicks so that the list contains only names of icons visible on that map.
  • Improved accuracy of child zone detection and this should make icons appear in the parent zones as well, not just directly or close-to the actual zone like before.
  • Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Fixed an issue with quest completion detection that was changed for SL.
  • Correct TOC bump for SL pre-patch.
  • Cleaned up deprecated file.
  • Create release.yml
  • Patch 9.0 compatibility fixes.
  • BfA and Shadowlands support.
    • Fixed bug where some maps didn't contain themselves and icons would disappear.
      • Added a simple list modifier that will make a list of nodes appear in the middle of the map, it's quick and dirty way to dump anything we should have shown on map but as a list for easier hunting. Hold down any modifier when navigating the map or opening it to display this list.
    • TOC bump
      • Fixed an issue where instance quests like the Lunar Elders would trigger an error report about being too far away. This was caused by the distance check and the fact that instances don't have coordinates available to us in the first place, so this behavior is checked for and disabled in this particular scenario to avoid these error messages.
  • Fixed faction for the newest BfA buckets. They are not both neutral anymore.
    Adjusted the Westfall bucket due to phasing, it has two locations but you can only get one, as expected. Because the phase isn't known, yet, I show a indicator where you should go and check, and they both go away after quest is completed.
    Added several missing zones like Crystalsong Forest, Vale of Eternal Blossoms, Zuldazar, Dazar'alor, Tiragarde Sound, to show their underlying cities and locations on their parent zone maps.
    Adding the world view so when you zoom out to look at Azeroth, you will see the locations in all the sub-continents, more or less. Let me know if it's a game breaker, but it seems to be working quite nicely as a completionist view.
  • Just to be super safe, ignore the travis file by name.
  • TOC bump and WoWInterface automatic packaging.
  • Updated many locations with more accurate coordinates thanks to community effort to report misplaced locations. Thanks guys!
  • Version bump to match the patch.
  • Small adjustments, most locations appear to be correct for this years midsummer event. Thanks for all the feedback that helped get the addon up to speed!

v11.0.2.241026

26 Oct 17:11
Compare
Choose a tag to compare

CandyBuckets

v11.0.2.241026 (2024-10-26)

Full Changelog Previous Releases

  • Added the new TWW Candy Bucket locations.
  • Moved all output to its own method for better control.
  • Date bump and release with the last missing Bar Tab Barrel.
  • Added the last missing Bar Tab Barrel (in The Cobwebs Inn).
  • Added Brewfest locations from Dragonflight and TWW expansion. Seems that the event also has annual lootable quests around the world.
  • TOC bump.
  • Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
  • Added additional missing phasing markers.
  • Added missing phasing markers.
  • Update release.yml
  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.
  • Added missing Alliance bucket.
  • Added TOC files for the other clients.
  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
  • Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
  • TOC bump for 10.1
    • Added Lunar Elders in Dragon Isles.
      • TOC bump.
  • Version bump.
  • Removed old location for quest 32047.
  • Edited some Candy Bucket locations, added a potential phased bucket with two positions.
    Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size.
  • Updated for 10.0.0
  • Fixed some logic opsies, the default waypoint system now works.
    • Added built-in waypoint support.
      • Added doc comments.
    • TOC bump
      • Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
      • Adjusted hallow quests 32034 and 32036 based on feedback
      • Adjusted midsummer quest 32499 based on feedback.
  • Fixed pkgmeta whitespace issue
  • TOC bump
  • string concat wrap
  • Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.
  • Added boundary check for the modifier zone clicks so that the list contains only names of icons visible on that map.
  • Improved accuracy of child zone detection and this should make icons appear in the parent zones as well, not just directly or close-to the actual zone like before.
  • Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Fixed an issue with quest completion detection that was changed for SL.
  • Correct TOC bump for SL pre-patch.
  • Cleaned up deprecated file.
  • Create release.yml
  • Patch 9.0 compatibility fixes.
  • BfA and Shadowlands support.
    • Fixed bug where some maps didn't contain themselves and icons would disappear.
      • Added a simple list modifier that will make a list of nodes appear in the middle of the map, it's quick and dirty way to dump anything we should have shown on map but as a list for easier hunting. Hold down any modifier when navigating the map or opening it to display this list.
    • TOC bump
      • Fixed an issue where instance quests like the Lunar Elders would trigger an error report about being too far away. This was caused by the distance check and the fact that instances don't have coordinates available to us in the first place, so this behavior is checked for and disabled in this particular scenario to avoid these error messages.
  • Fixed faction for the newest BfA buckets. They are not both neutral anymore.
    Adjusted the Westfall bucket due to phasing, it has two locations but you can only get one, as expected. Because the phase isn't known, yet, I show a indicator where you should go and check, and they both go away after quest is completed.
    Added several missing zones like Crystalsong Forest, Vale of Eternal Blossoms, Zuldazar, Dazar'alor, Tiragarde Sound, to show their underlying cities and locations on their parent zone maps.
    Adding the world view so when you zoom out to look at Azeroth, you will see the locations in all the sub-continents, more or less. Let me know if it's a game breaker, but it seems to be working quite nicely as a completionist view.
  • Just to be super safe, ignore the travis file by name.
  • TOC bump and WoWInterface automatic packaging.
  • Updated many locations with more accurate coordinates thanks to community effort to report misplaced locations. Thanks guys!
  • Version bump to match the patch.
  • Small adjustments, most locations appear to be correct for this years midsummer event. Thanks for all the feedback that helped get the addon up to speed!
    • Manually adjusted several bonfires along my tests and adjustments from reports. Thanks guys!
      • Added better quest detection, in case a quest related to an event is turned in, but the quest isn't part of the database, or is not located in the appropriate location, it will be printed in the chat so you can easily copy paste it to me so I can update the location.
      • I think the calendar changes requires a specific API call to force the calendar to update, currently deployed two fixes that should improve the event detection greatly.
    • Added patterns to match quest titles for various locales associated with the various world events. If a quest is turned in that matches a pattern but isn't part of the module, i.e. the quest is new or not tracked, the same report as inaccurate location will be printed in the chat for the user to copy and paste back to us to add the missing location.
    • Added a location check when quests related to the events are turned in. This performs a simple distance check between your location and the expected location, if you are too far away a message is printed with information helpful to track and fix the issue. Please let me know when you get these so I can collect and update them for next event.
      • Added back the old description line in both tooltip and waypoint so the destination zone name is visible when flying around.
      • Fixed a bug where using the continent map to make waypoints would incorrectly point to the world map coordinates instead of the zone coordinates. The end result would be the same, but the zone map would not show the tracked TomTom waypoint.
    • Another pass to improve event detection by also checking the calendar when zoning.
      • Adjusted locations for bucket in Sunstrider Isle to appear properly in Zangarmarsh.
      • Adjusted the coordinates for the Badlands bucket.

v11.0.2.240921

21 Sep 06:59
Compare
Choose a tag to compare

CandyBuckets

v11.0.2.240921 (2024-09-21)

Full Changelog Previous Releases

  • Date bump and release with the last missing Bar Tab Barrel.
  • Added the last missing Bar Tab Barrel (in The Cobwebs Inn).
  • Added Brewfest locations from Dragonflight and TWW expansion. Seems that the event also has annual lootable quests around the world.
  • TOC bump.
  • Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
  • Added additional missing phasing markers.
  • Added missing phasing markers.
  • Update release.yml
  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.
  • Added missing Alliance bucket.
  • Added TOC files for the other clients.
  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
  • Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
  • TOC bump for 10.1
    • Added Lunar Elders in Dragon Isles.
      • TOC bump.
  • Version bump.
  • Removed old location for quest 32047.
  • Edited some Candy Bucket locations, added a potential phased bucket with two positions.
    Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size.
  • Updated for 10.0.0
  • Fixed some logic opsies, the default waypoint system now works.
    • Added built-in waypoint support.
      • Added doc comments.
    • TOC bump
      • Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
      • Adjusted hallow quests 32034 and 32036 based on feedback
      • Adjusted midsummer quest 32499 based on feedback.
  • Fixed pkgmeta whitespace issue
  • TOC bump
  • string concat wrap
  • Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.
  • Added boundary check for the modifier zone clicks so that the list contains only names of icons visible on that map.
  • Improved accuracy of child zone detection and this should make icons appear in the parent zones as well, not just directly or close-to the actual zone like before.
  • Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Fixed an issue with quest completion detection that was changed for SL.
  • Correct TOC bump for SL pre-patch.
  • Cleaned up deprecated file.
  • Create release.yml
  • Patch 9.0 compatibility fixes.
  • BfA and Shadowlands support.
    • Fixed bug where some maps didn't contain themselves and icons would disappear.
      • Added a simple list modifier that will make a list of nodes appear in the middle of the map, it's quick and dirty way to dump anything we should have shown on map but as a list for easier hunting. Hold down any modifier when navigating the map or opening it to display this list.
    • TOC bump
      • Fixed an issue where instance quests like the Lunar Elders would trigger an error report about being too far away. This was caused by the distance check and the fact that instances don't have coordinates available to us in the first place, so this behavior is checked for and disabled in this particular scenario to avoid these error messages.
  • Fixed faction for the newest BfA buckets. They are not both neutral anymore.
    Adjusted the Westfall bucket due to phasing, it has two locations but you can only get one, as expected. Because the phase isn't known, yet, I show a indicator where you should go and check, and they both go away after quest is completed.
    Added several missing zones like Crystalsong Forest, Vale of Eternal Blossoms, Zuldazar, Dazar'alor, Tiragarde Sound, to show their underlying cities and locations on their parent zone maps.
    Adding the world view so when you zoom out to look at Azeroth, you will see the locations in all the sub-continents, more or less. Let me know if it's a game breaker, but it seems to be working quite nicely as a completionist view.
  • Just to be super safe, ignore the travis file by name.
  • TOC bump and WoWInterface automatic packaging.
  • Updated many locations with more accurate coordinates thanks to community effort to report misplaced locations. Thanks guys!
  • Version bump to match the patch.
  • Small adjustments, most locations appear to be correct for this years midsummer event. Thanks for all the feedback that helped get the addon up to speed!
    • Manually adjusted several bonfires along my tests and adjustments from reports. Thanks guys!
      • Added better quest detection, in case a quest related to an event is turned in, but the quest isn't part of the database, or is not located in the appropriate location, it will be printed in the chat so you can easily copy paste it to me so I can update the location.
      • I think the calendar changes requires a specific API call to force the calendar to update, currently deployed two fixes that should improve the event detection greatly.
    • Added patterns to match quest titles for various locales associated with the various world events. If a quest is turned in that matches a pattern but isn't part of the module, i.e. the quest is new or not tracked, the same report as inaccurate location will be printed in the chat for the user to copy and paste back to us to add the missing location.
    • Added a location check when quests related to the events are turned in. This performs a simple distance check between your location and the expected location, if you are too far away a message is printed with information helpful to track and fix the issue. Please let me know when you get these so I can collect and update them for next event.
      • Added back the old description line in both tooltip and waypoint so the destination zone name is visible when flying around.
      • Fixed a bug where using the continent map to make waypoints would incorrectly point to the world map coordinates instead of the zone coordinates. The end result would be the same, but the zone map would not show the tracked TomTom waypoint.
    • Another pass to improve event detection by also checking the calendar when zoning.
      • Adjusted locations for bucket in Sunstrider Isle to appear properly in Zangarmarsh.
      • Adjusted the coordinates for the Badlands bucket.
    • Updated for 8.1.5 and the new summer bonfires added june 2019.
      • Added faction and completion check when adding all locations as waypoints to avoid adding inaccessible locations to your route.
      • Fixed issue with waypoint clicks that was visible if lua errors were reported.
      • Added border to icons to make them stand out more. Colors are based on the faction colors like flightpaths.
    • Added back the TomTom waypoint support.
      • Adjusted a couple of Hallow's End candy bucket coordinates.

v11.0.2.240920

20 Sep 13:46
Compare
Choose a tag to compare

CandyBuckets

v11.0.2.240920 (2024-09-20)

Full Changelog Previous Releases

  • Added Brewfest locations from Dragonflight and TWW expansion. Seems that the event also has annual lootable quests around the world.
  • TOC bump.
  • Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
  • Added additional missing phasing markers.
  • Added missing phasing markers.
  • Update release.yml
  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.
  • Added missing Alliance bucket.
  • Added TOC files for the other clients.
  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
  • Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
  • TOC bump for 10.1
    • Added Lunar Elders in Dragon Isles.
      • TOC bump.
  • Version bump.
  • Removed old location for quest 32047.
  • Edited some Candy Bucket locations, added a potential phased bucket with two positions.
    Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size.
  • Updated for 10.0.0
  • Fixed some logic opsies, the default waypoint system now works.
    • Added built-in waypoint support.
      • Added doc comments.
    • TOC bump
      • Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
      • Adjusted hallow quests 32034 and 32036 based on feedback
      • Adjusted midsummer quest 32499 based on feedback.
  • Fixed pkgmeta whitespace issue
  • TOC bump
  • string concat wrap
  • Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.
  • Added boundary check for the modifier zone clicks so that the list contains only names of icons visible on that map.
  • Improved accuracy of child zone detection and this should make icons appear in the parent zones as well, not just directly or close-to the actual zone like before.
  • Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Fixed an issue with quest completion detection that was changed for SL.
  • Correct TOC bump for SL pre-patch.
  • Cleaned up deprecated file.
  • Create release.yml
  • Patch 9.0 compatibility fixes.
  • BfA and Shadowlands support.
    • Fixed bug where some maps didn't contain themselves and icons would disappear.
      • Added a simple list modifier that will make a list of nodes appear in the middle of the map, it's quick and dirty way to dump anything we should have shown on map but as a list for easier hunting. Hold down any modifier when navigating the map or opening it to display this list.
    • TOC bump
      • Fixed an issue where instance quests like the Lunar Elders would trigger an error report about being too far away. This was caused by the distance check and the fact that instances don't have coordinates available to us in the first place, so this behavior is checked for and disabled in this particular scenario to avoid these error messages.
  • Fixed faction for the newest BfA buckets. They are not both neutral anymore.
    Adjusted the Westfall bucket due to phasing, it has two locations but you can only get one, as expected. Because the phase isn't known, yet, I show a indicator where you should go and check, and they both go away after quest is completed.
    Added several missing zones like Crystalsong Forest, Vale of Eternal Blossoms, Zuldazar, Dazar'alor, Tiragarde Sound, to show their underlying cities and locations on their parent zone maps.
    Adding the world view so when you zoom out to look at Azeroth, you will see the locations in all the sub-continents, more or less. Let me know if it's a game breaker, but it seems to be working quite nicely as a completionist view.
  • Just to be super safe, ignore the travis file by name.
  • TOC bump and WoWInterface automatic packaging.
  • Updated many locations with more accurate coordinates thanks to community effort to report misplaced locations. Thanks guys!
  • Version bump to match the patch.
  • Small adjustments, most locations appear to be correct for this years midsummer event. Thanks for all the feedback that helped get the addon up to speed!
    • Manually adjusted several bonfires along my tests and adjustments from reports. Thanks guys!
      • Added better quest detection, in case a quest related to an event is turned in, but the quest isn't part of the database, or is not located in the appropriate location, it will be printed in the chat so you can easily copy paste it to me so I can update the location.
      • I think the calendar changes requires a specific API call to force the calendar to update, currently deployed two fixes that should improve the event detection greatly.
    • Added patterns to match quest titles for various locales associated with the various world events. If a quest is turned in that matches a pattern but isn't part of the module, i.e. the quest is new or not tracked, the same report as inaccurate location will be printed in the chat for the user to copy and paste back to us to add the missing location.
    • Added a location check when quests related to the events are turned in. This performs a simple distance check between your location and the expected location, if you are too far away a message is printed with information helpful to track and fix the issue. Please let me know when you get these so I can collect and update them for next event.
      • Added back the old description line in both tooltip and waypoint so the destination zone name is visible when flying around.
      • Fixed a bug where using the continent map to make waypoints would incorrectly point to the world map coordinates instead of the zone coordinates. The end result would be the same, but the zone map would not show the tracked TomTom waypoint.
    • Another pass to improve event detection by also checking the calendar when zoning.
      • Adjusted locations for bucket in Sunstrider Isle to appear properly in Zangarmarsh.
      • Adjusted the coordinates for the Badlands bucket.
    • Updated for 8.1.5 and the new summer bonfires added june 2019.
      • Added faction and completion check when adding all locations as waypoints to avoid adding inaccessible locations to your route.
      • Fixed issue with waypoint clicks that was visible if lua errors were reported.
      • Added border to icons to make them stand out more. Colors are based on the faction colors like flightpaths.
    • Added back the TomTom waypoint support.
      • Adjusted a couple of Hallow's End candy bucket coordinates.
  • Updated for BfA.
    • TOC bump.

v11.0.2.240908

08 Sep 10:37
Compare
Choose a tag to compare

CandyBuckets

v11.0.2.240908 (2024-09-08)

Full Changelog Previous Releases

  • TOC bump.
  • Merge branch 'master' of https://github.com/Vladinator/wow-addon-candybuckets
  • Added additional missing phasing markers.
  • Added missing phasing markers.
  • Update release.yml
  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.
  • Added missing Alliance bucket.
  • Added TOC files for the other clients.
  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7
  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.
  • Added the latest Dragon Isles Midsummer Bondfire locations and "phasing" markers for the one in the Zaralek Cavern.
  • TOC bump for 10.1
    • Added Lunar Elders in Dragon Isles.
      • TOC bump.
  • Version bump.
  • Removed old location for quest 32047.
  • Edited some Candy Bucket locations, added a potential phased bucket with two positions.
    Tried to improve the coordinate reporting functionality, so it only warns the user if the distance is large relative to the map size.
  • Updated for 10.0.0
  • Fixed some logic opsies, the default waypoint system now works.
    • Added built-in waypoint support.
      • Added doc comments.
    • TOC bump
      • Extended the event lingering duration from 3 to 12 hours to hopefully cover the US to NA time difference
      • Adjusted hallow quests 32034 and 32036 based on feedback
      • Adjusted midsummer quest 32499 based on feedback.
  • Fixed pkgmeta whitespace issue
  • TOC bump
  • string concat wrap
  • Using the new calendar API that returns current date and time to avoid oddities with timezones from mixing different time and date related API.
  • Added boundary check for the modifier zone clicks so that the list contains only names of icons visible on that map.
  • Improved accuracy of child zone detection and this should make icons appear in the parent zones as well, not just directly or close-to the actual zone like before.
  • Of course I forgot one more thing that would error, less noticeable but still nice to fix so the location reporting works and people can assist updating the database when positions are wrong.
  • Fixed an issue with quest completion detection that was changed for SL.
  • Correct TOC bump for SL pre-patch.
  • Cleaned up deprecated file.
  • Create release.yml
  • Patch 9.0 compatibility fixes.
  • BfA and Shadowlands support.
    • Fixed bug where some maps didn't contain themselves and icons would disappear.
      • Added a simple list modifier that will make a list of nodes appear in the middle of the map, it's quick and dirty way to dump anything we should have shown on map but as a list for easier hunting. Hold down any modifier when navigating the map or opening it to display this list.
    • TOC bump
      • Fixed an issue where instance quests like the Lunar Elders would trigger an error report about being too far away. This was caused by the distance check and the fact that instances don't have coordinates available to us in the first place, so this behavior is checked for and disabled in this particular scenario to avoid these error messages.
  • Fixed faction for the newest BfA buckets. They are not both neutral anymore.
    Adjusted the Westfall bucket due to phasing, it has two locations but you can only get one, as expected. Because the phase isn't known, yet, I show a indicator where you should go and check, and they both go away after quest is completed.
    Added several missing zones like Crystalsong Forest, Vale of Eternal Blossoms, Zuldazar, Dazar'alor, Tiragarde Sound, to show their underlying cities and locations on their parent zone maps.
    Adding the world view so when you zoom out to look at Azeroth, you will see the locations in all the sub-continents, more or less. Let me know if it's a game breaker, but it seems to be working quite nicely as a completionist view.
  • Just to be super safe, ignore the travis file by name.
  • TOC bump and WoWInterface automatic packaging.
  • Updated many locations with more accurate coordinates thanks to community effort to report misplaced locations. Thanks guys!
  • Version bump to match the patch.
  • Small adjustments, most locations appear to be correct for this years midsummer event. Thanks for all the feedback that helped get the addon up to speed!
    • Manually adjusted several bonfires along my tests and adjustments from reports. Thanks guys!
      • Added better quest detection, in case a quest related to an event is turned in, but the quest isn't part of the database, or is not located in the appropriate location, it will be printed in the chat so you can easily copy paste it to me so I can update the location.
      • I think the calendar changes requires a specific API call to force the calendar to update, currently deployed two fixes that should improve the event detection greatly.
    • Added patterns to match quest titles for various locales associated with the various world events. If a quest is turned in that matches a pattern but isn't part of the module, i.e. the quest is new or not tracked, the same report as inaccurate location will be printed in the chat for the user to copy and paste back to us to add the missing location.
    • Added a location check when quests related to the events are turned in. This performs a simple distance check between your location and the expected location, if you are too far away a message is printed with information helpful to track and fix the issue. Please let me know when you get these so I can collect and update them for next event.
      • Added back the old description line in both tooltip and waypoint so the destination zone name is visible when flying around.
      • Fixed a bug where using the continent map to make waypoints would incorrectly point to the world map coordinates instead of the zone coordinates. The end result would be the same, but the zone map would not show the tracked TomTom waypoint.
    • Another pass to improve event detection by also checking the calendar when zoning.
      • Adjusted locations for bucket in Sunstrider Isle to appear properly in Zangarmarsh.
      • Adjusted the coordinates for the Badlands bucket.
    • Updated for 8.1.5 and the new summer bonfires added june 2019.
      • Added faction and completion check when adding all locations as waypoints to avoid adding inaccessible locations to your route.
      • Fixed issue with waypoint clicks that was visible if lua errors were reported.
      • Added border to icons to make them stand out more. Colors are based on the faction colors like flightpaths.
    • Added back the TomTom waypoint support.
      • Adjusted a couple of Hallow's End candy bucket coordinates.
  • Updated for BfA.
    • TOC bump.
    • Added Draenor and Broken Isles bonfire locations for the Midsummer Fire Festival.

v10.2.0.240205

05 Feb 09:42
Compare
Choose a tag to compare

CandyBuckets

v10.2.0.240205 (2024-02-05)

Full Changelog Previous Releases

  • Minor fixes based on comment feedback.
  • Updated documentation and gitignore.

v10.1.5.231019

19 Oct 17:48
Compare
Choose a tag to compare

CandyBuckets

v10.1.5.231019 (2023-10-19)

Full Changelog Previous Releases

  • Added missing Alliance bucket.
  • Added TOC files for the other clients.

v10.1.5.230805

05 Aug 11:13
Compare
Choose a tag to compare

CandyBuckets

v10.1.5.230805 (2023-08-05)

Full Changelog Previous Releases

  • Added Candy Bucket locations for the Dragon Isles in preparation for 10.1.7

v10.1.0.230625

25 Jun 11:51
Compare
Choose a tag to compare

CandyBuckets

v10.1.0.230625 (2023-06-25)

Full Changelog Previous Releases

  • New release with the adjustments.
  • Slight coordinate adjustments and position fix for Thaldraszus/Valdrakken Bonfire. Also added the The Forbidden Reach on the list to make it visible from the Azeroth map view.