Skip to content

Releases: cdmichaelb/Outfitter

3.0.6

09 Oct 10:23
501f4fa
Compare
Choose a tag to compare

Outfitter

3.0.6 (2023-10-09)

Full Changelog Previous Releases

  • Merge pull request #152 from nezorflame/master
    Fix addon for latest Era patch

  • Merge pull request #150 from Elesario/Fishing-hide-enemy-nameplate-automation
    Update OutfitterScripting.lua to add nameplate option to fishing

  • Merge pull request #149 from Elesario/Fishing-automation-update
    Fish tracking fix and restore tracking for "spell" types

  • Fix addon for latest Era patch

  • Update OutfitterScripting.lua to add nameplate option to fishing
    Because while fishing enemy nameplates can sometimes be in the way of the bobber added the option to have the nameplates turned off while the fishing outfit is equipped. Saves and restores the previous enemy nameplate state once fishing outfit is removed.

  • Update OutfitterScripting.lua again
    Previous fix stopped the tracking implementation working when character knew the spell (oops).

  • Update OutfitterScripting.lua to prevent error if no fish tracking available
    Found I'd introduced bug when no fish tracking available. This fixes for that case.

  • Update OutfitterScripting.lua to use new spell tracking function
    Previously the fish tracking enabled option was checking to see if fish tracking was already on and maintaining it, but was overwriting and not restoring any other kind of tracking. Changed the script to use the new GetCurrentSpellTrackingEnabled() function to identify what tracking was previously active (if any) and restore the state when the fishing outfit was removed.

    I expect the original script was designed for Retail, where you can have multiple kinds of tracking together.

  • Update Outfitter.lua to fix fishing tracking script
    Fixed the tracking functions GetNumTrackingTypes(), GetTrackingInfo(index), & SetTracking(index, enabled) to use the C_Minimap global space. Was erroring in WotLK previously.

    Also added new function GetCurrentSpellTrackingEnabled(). Previously when fish tracking was enabled it would overwrite the previous tracking state, as you can only track one type of thing in WotLK. This function returns the texture ID for the currently active tracking, or nil if no active tracking found. Found that only those of type == "spell" are relevant. The other tracking options, e.g. mailboxes, seem to be listed as "other". Don't know if there's any other types I should be checking.

3.0.5

13 Jun 11:39
e56a0fc
Compare
Choose a tag to compare

Outfitter

3.0.5 (2023-06-13)

Full Changelog Previous Releases

  • Merge pull request #144 from Elesario/patch-1
    Fix OutfitterBar.lua for errors in change icon filter options
  • Merge pull request #142 from GovtGeek/vanilla-namespace
    Vanilla namespace
  • Fix OutfitterBar.lua for errors in change icon filter options
    Both the change icon options to filter for your own spellbook and your bags cause errors currently in WotLK classic. Determined cause and added fixes. Also have logged issue as "WotLK Outfitter Icon selection bugs. #143"
  • Update Outfitter-Vanilla.toc
  • Delete VanillaConversion.lua
    Broke out C_Container and C_Minimap into their own files
  • Add files via upload
  • Add files via upload
  • Update Outfitter-Vanilla.toc
  • Update VanillaConversion.lua
  • Update VanillaConversion.lua
    Fixed "iconFileID" spelling
  • Update Outfitter-Vanilla.toc
  • Add files via upload
  • Add files via upload
  • Cooking Automation Fix
    #125

3.0.4

25 Jan 02:03
e7461e0
Compare
Choose a tag to compare

Outfitter

3.0.4 (2023-01-25)

Full Changelog Previous Releases

  • Update Outfitter.toc

  • Merge pull request #137 from GovtGeek/master
    Remove local overrides, fix icons, gems

  • Update Outfitter.toc

  • Merge pull request #7 from GovtGeek/remove-locals
    Remove locals

  • Update OutfitterInventory.lua
    Removed temporary local override of functions that moved to C_Container.

    Applied C_Container to appropriate calls as necessary.

    Added function ParseItemLink to get the payload of an item link (mainly to get gem information).

    Fixed texture and gem information.

    Removed call to Azerite.

  • Update OutfitterBar.lua
    Removed temporary local override of functions that moved to C_Container.

    Applied C_Container to appropriate calls as necessary.

  • Update OutfitterEquipment.lua
    Removed temporary local override of functions that moved to C_Container.

    Applied C_Container to appropriate calls as necessary.

  • Update Outfitter.lua
    Removed temporary local override of functions that moved to C_Container.

    Applied C_Container to appropriate calls as necessary.

  • Merge pull request #133 from GovtGeek/oddsnends-icons

  • Update Outfitter.toc

  • Merge pull request #6 from GovtGeek/outfit-texture-fix
    Update Outfitter.lua

  • Update Outfitter.lua
    Assigning an outfit texture to an icon now handled in two ways.

  • Update Outfitter.toc

  • Merge pull request #5 from GovtGeek/sellcursor-usecontaineritem
    Update Outfitter.lua

  • Update Outfitter.lua

  • Update Outfitter.toc

  • Merge pull request #4 from GovtGeek/gem-unpacking
    Update OutfitterInventory.lua

  • Update OutfitterInventory.lua
    Gem information comes back in a table so we need to unpack the data

  • Update README.md

  • Update Outfitter.toc

  • Merge pull request #3 from GovtGeek/oddsnends-icons
    Fix icon display in Odds 'n ends section

  • Fix icon display in Odds 'n ends section

  • Merge pull request #2 from GovtGeek/patch-2
    Patch 2

  • Merge branch 'master' into patch-2

  • Merge pull request #1 from GovtGeek/patch-1
    Update OutfitterBar.lua

  • Update for 3.0.4 release

  • Merge pull request #131 from GovtGeek/patch-2
    Fixes function issues with 3.4.1

  • Merge pull request #130 from GovtGeek/patch-1
    Update OutfitterBar.lua

  • Update Outfitter.toc

  • Update Outfitter.toc

  • Update OutfitterUITools.lua

  • Update OutfitterEquipment.lua

  • Update Outfitter.lua

  • Update OutfitterInventory.lua

  • Update OutfitterInventory.lua

  • Update OutfitterBar.lua

3.0.2

17 Dec 16:51
01c914e
Compare
Choose a tag to compare

Outfitter

3.0.2 (2022-12-17)

Full Changelog Previous Releases

  • Update Outfitter.toc
  • Merge pull request #123 from Ghostjs123/master
    P4 - Unique-Equipped gems fix
  • Avoid nil slotID in GetSlotIDItemInfo when interacting with the bank
  • Gave each gem its own type/count
  • Removing my debug prints
  • Added support to track Unique-Equipped on gems

3.0.1

26 Sep 05:55
2557ec6
Compare
Choose a tag to compare

Outfitter

3.0.1 (2022-09-26)

Full Changelog Previous Releases

  • Merge pull request #111 from KevinTyrrell/patch-1
    fix: nil pointer exception
  • Update Outfitter.lua
  • Fixes for warriors
    #112
  • fix: nil pointer exception
    Check for Titan's Grip Warrior's was coded in terms of its operation on retail. Checking the WOTLK talent manually solves this issue.

3.0.0

22 Sep 02:26
8bb1ec6
Compare
Choose a tag to compare

Outfitter

3.0.0 (2022-09-22)

Full Changelog Previous Releases

  • Merge pull request #106 from TannerShmoog/tannershmoog-bugfix
    fix GetSpecialization blizzard api overwrite
  • Merge pull request #105 from cdmichaelb/Gogo1951-patch-1
    Updates to ToC for Wrath
  • Delete checklua.yml
  • Delete label.yml
  • Delete stale.yml
  • Adding BigWigs Package Manager
  • fix GetSpecialization blizzard api overwrite
  • Updates to ToC for Wrath
  • Merge pull request #97 from cdmichaelb/imgbot
    [ImgBot] Optimize images
  • [ImgBot] Optimize images
    *Total -- 237.95kb -> 222.92kb (6.32%)
    /Documentation/Images/OutfitterUI.jpg -- 69.84kb -> 63.40kb (9.22%)
    /Documentation/Images/NewOutfit.jpg -- 53.76kb -> 49.69kb (7.58%)
    /Documentation/Images/Minimap.jpg -- 31.91kb -> 29.80kb (6.61%)
    /Documentation/Images/QuickSlots.jpg -- 31.59kb -> 30.21kb (4.39%)
    /Documentation/Images/Background.jpg -- 26.20kb -> 25.44kb (2.93%)
    /Documentation/Images/OutfitterIcon.jpg -- 24.64kb -> 24.39kb (1.02%)
    Signed-off-by: ImgBotApp [email protected]
  • Delete codeql.yml
  • Create checklua.yml
  • Delete closestale.yml
  • Create codeql.yml
  • Create closestale.yml
  • Create stale.yml
  • Create label.yml

Added Persistent accessory outfits

03 May 00:22
1112b4f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.63.TBCC...2.0.64.TBCC

Really Fixes another backdrop bug

20 Jan 11:04
1b83c9b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...2.0.63.TBCC

Fixes another backdrop bug

20 Jan 00:17
1214fb4
Compare
Choose a tag to compare
Merge pull request #88 from balder89/dropdown-menu-fix

Update LibDropdown-1.0.lua

Fix deposit other sets to bank

11 Oct 02:25
0a3aece
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...2.0.6.TBCC