AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion

Stars
48

Bot releases are visible (Hide)

AdvancedInterfaceOptions - 1.7.0

Published by github-actions[bot] almost 3 years ago

Advanced Interface Options

1.7.0 (2021-11-22)

Full Changelog Previous Releases

  • Fix tracing which addon last modified a cvar
  • Bump toc for retail, classic and BCC
AdvancedInterfaceOptions - 1.6.0

Published by github-actions[bot] over 3 years ago

Advanced Interface Options

1.6.0 (2021-06-29)

Full Changelog Previous Releases

  • Update TOC for Patch 9.1
  • Fixed FCT text labels in classic/bcc (#46)
  • Forgot retail sanity check (#45)
  • Overwrite cameraDistanceMaxZoomFactor (Fixes #42, #43) (#44)
  • CI: fix classic packages
  • CI: Push BCC version to CF as well
AdvancedInterfaceOptions - 1.5.0

Published by github-actions[bot] over 3 years ago

Advanced Interface Options

1.5.0 (2021-05-15)

Full Changelog Previous Releases

  • Rename everything concerning TBC Classic to BCC
  • Add C_CVar functions to luacheck
  • Implement CVar backup and restore functionality
  • Implement consolidated GetCVars() function
  • Fix CVarExists function
  • Hook newer C_CVar.SetCVar function for cvar tracing
  • Fix 'last modified by' cvar tracing
  • Consolidate IsClassic() check for classColors
  • Fix missing reference to lootLeftmostBag for BC client
    • Remove reliance on IsRetail() and IsClassic(), just check if functions exist directly
  • Add WOW_PROJECT contants to luacheckrc
  • Fix the feature gates for BC
  • Add BC build and split builds into push and pr
  • Add Wago API token
  • Publish to Wago as well
AdvancedInterfaceOptions - 1.4.4

Published by github-actions[bot] over 3 years ago

Advanced Interface Options

1.4.4 (2021-03-29)

Full Changelog Previous Releases

  • Bump toc for live and classic
  • Update ci.yml
  • Delete .travis.yml
  • Add GitHub actions
AdvancedInterfaceOptions - 1.4.3

Published by Stanzilla almost 4 years ago

Advanced Interface Options

1.4.3 (2020-11-30)

Full Changelog Previous Releases

  • Update list of CVars each time CVar browser is opened
    • Full list of CVars is not available on login, some get added later
    • Examples: AutoPushSpellToActionBar, showPlayer
AdvancedInterfaceOptions - 1.4.2

Published by Stanzilla almost 4 years ago

Advanced Interface Options

1.4.2 (2020-11-28)

Full Changelog Previous Releases

  • Bump toc version for 9.0.2
AdvancedInterfaceOptions - 1.4.1

Published by Stanzilla almost 4 years ago

Advanced Interface Options

1.4.1 (2020-10-29)

Full Changelog Previous Releases

  • Remove unsupported cvars from cvar browser
    • We have cvars that have been removed from the game hard-coded into the addon;
      these were previously being stripped out using the CVarExists function, which no longer works
    • The hard-coded list is now only being used to provide descriptions for cvars
AdvancedInterfaceOptions - 1.4.0

Published by Stanzilla about 4 years ago

Advanced Interface Options

1.4.0 (2020-10-13)

Full Changelog Previous Releases

  • Update for Shadowlands
  • Fix bug loading on Shadowlands, also allows loading on BFA (#36)
    Co-authored-by: Benjamin Staneck [email protected]
  • Update classic TOC 11304
  • nameplateMaxDistance cvar rendered defunct in classic/retail
  • Fixed slider box SetValue (#33)
AdvancedInterfaceOptions - 1.3.4

Published by Stanzilla over 4 years ago

Advanced Interface Options

1.3.4 (2020-01-22)

Full Changelog

  • incremented retail build number
  • Update FUNDING.yml
  • Update FUNDING.yml
  • Update FUNDING.yml
AdvancedInterfaceOptions - 1.3.3

Published by Stanzilla about 5 years ago

Advanced Interface Options

1.3.3 (2019-09-24)

Full Changelog

  • Update TOC for Patch 8.2.5
  • Changed cameraDistanceMaxZoomFactor to 3.4 and nameplateMaxDistance to 20 in Classic
    Removed mapFade in Classic
AdvancedInterfaceOptions - 1.3.2

Published by Stanzilla about 5 years ago

Advanced Interface Options

1.3.2 (2019-08-30)

Full Changelog

  • remove floating combat text module for Classic, the original options are back there
AdvancedInterfaceOptions - 1.3.1

Published by Stanzilla about 5 years ago

Advanced Interface Options

1.3.1 (2019-08-27)

Full Changelog

  • add chat class color option for classic
AdvancedInterfaceOptions - 1.3.0

Published by Stanzilla over 5 years ago

Advanced Interface Options

1.3.0 (2019-06-25)

Full Changelog

  • Update TOC for Patch 8.2
  • Fixed UVARINFO table (#11)
    uvars have to be updated when setting their related cvar, or the floating combat text options would not work until after a reload
  • Embedded ketho's UVARINFO table which is no longer global, did not check what this actually does or whether we should keep it
AdvancedInterfaceOptions - 1.2.12

Published by Stanzilla over 5 years ago

Advanced Interface Options

1.2.12 (2019-06-04)

Full Changelog

  • fix warnings
  • move to use the BigWigs packager instead of CurseForge
  • move luachecking info to .luacheckrc
  • Create FUNDING.yml
  • Create README.md