Skip to content

Commit

Permalink
refactor(ui): removed button to spend all skyriding glyphs (it's acco…
Browse files Browse the repository at this point in the history
…untwide now accountwide)
  • Loading branch information
exochron committed Aug 5, 2024
1 parent 7448e33 commit 07f9508
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 114 deletions.
6 changes: 2 additions & 4 deletions DevZone/MoveScreenshots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
cd Images || return

mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 11_options.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 13_preview.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 12_skyriding-talents.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 12_preview.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 10_options-menu.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 09_favorites-menu.jpg
mv "$(ls -dtr1 ../../../../Screenshots/* | tail -1)" 08_notes.jpg
Expand All @@ -27,5 +26,4 @@ magick 08_notes.jpg -crop 804x735+11+121 08_notes.jpg
magick 09_favorites-menu.jpg -crop 804x735+11+121 09_favorites-menu.jpg
magick 10_options-menu.jpg -crop 435x422+745+128 10_options-menu.jpg
magick 11_options.jpg -crop 799x820+1770+130 11_options.jpg
magick 12_skyriding-talents.jpg -crop 750x350+10+110 12_skyriding-talents.jpg
magick 13_preview.jpg -crop 519x634+11+121 13_preview.jpg
magick 12_preview.jpg -crop 519x634+11+121 12_preview.jpg
9 changes: 1 addition & 8 deletions DevZone/Screenshot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,7 @@ function ADDON:TakeScreenshots()
ADDON.UI.SettingsButton:SetMenuOpen(true)
end,
function(api)
api:BackScreen()

api:Click(MountJournal.DynamicFlightFlyout.OpenDynamicFlightSkillTreeButton)

api:Point(ADDON.UI.SkyridingSpendAllGlyphsButton, 22)
end,
function(api)
HideUIPanel(GenericTraitFrame)
ToggleCollectionsJournal()

api:BackScreen()

Expand Down
File renamed without changes
Binary file removed Images/12_skyriding-talents.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion Locals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ L["ANIMATION_RUN"] = "Run"
L["ANIMATION_FLY"] = "Fly"
L["ANIMATION_FLY_IDLE"] = "Fly Idle"
L["FILTER_ONLY"] = "only"
L["TRAITS_SPEND_ALL"] = "Spend all"

-- Families
L["Airplanes"] = "Airplanes"
Expand Down
3 changes: 1 addition & 2 deletions MountJournalEnhanced.toc
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ UI\RarityNames.lua
UI\ShopButton.lua
UI\BlizzFixes.lua
UI\Notes.lua
UI\Fun.lua
UI\SkyridingTraits.lua
UI\Fun.lua
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This addon extends the ingame mount journal with extra features.
- [TikTok: Great Addon for Mount collectors](https://www.tiktok.com/@touchpadwarrior/video/7216081879886269739) (03/2023 by [Touchpadwarrior](https://www.twitch.tv/touchpadwarrior))

## ⭐ Features
+ **new:** Spend all your Skyriding Glyphs with one button click (Retail only)
+ Support for Cataclysm Classic
+ also adds again Summon Random Mount Button
+ Filter mounts by an extended source, colors, faction, type, family or expansion
Expand Down
98 changes: 0 additions & 98 deletions UI/SkyridingTraits.lua

This file was deleted.

0 comments on commit 07f9508

Please sign in to comment.