AdvancedInterfaceOptions

WoW Addon that restores access to removed interface options in Legion

Stars
48

Bot releases are visible (Hide)

AdvancedInterfaceOptions - 2.1.0 Latest Release

Published by github-actions[bot] 2 months ago

Advanced Interface Options

2.1.0 (2024-08-13)

Full Changelog Previous Releases

  • Create a new panel for camera options + add new Camera Collision setting (#96)

    • Create a new panel for camera options + add new Camera Collision setting

    In 11.0 Blizzard added new camera collision options, and to this commit adds these new settings as well as moved other camera options into a dedicated panel.

    • Hide the new camera collision options if not WoW Retail

    • fix small typo. Whoops

  • adjust maxCameraZoomFactor for cata

AdvancedInterfaceOptions - 2.0.0

Published by github-actions[bot] 3 months ago

Advanced Interface Options

2.0.0 (2024-07-28)

Full Changelog Previous Releases

  • Fixups

  • Adjust spell queue option text
    Co-authored-by: Dimitris Lilis-Kokkoris [email protected]

  • Fix #93

  • Reenable /cvar command
    Thanks @Xepheris for the hint

  • Add additional SharedXML paths from TWW and SoD phase 4

  • Cleanup all files and add more notes

  • Add StyLua and format all files

  • convert remaining files to LF

  • Ace3 port (#87)

    • Add Ace3 libs

    • Buggy, but initial functionality is present

    Stubbed in the rough outline for our graphical options. The settings still need to be fixed to work between clients, and only 1 panel is done so far. This is most a proof of concept.

    • Create chat panel

    • Add combat panel, add headers under the main descriptions

    • Create Nameplates panel

    • Add Floating Combat Text panel

    • Create cVar Panel

    • Add getCustomVar and setCustomVar back, not sure what they do

    • Adjust margins in cVar browser to match Ace3 styles

    • add horizontal separator after general panel desc to match other panels

    • Remove libs from repo and pull them in via pkgmeta instead

    • Update CI scripts

    • Don't scan libs folder in CI

    • Update .editorconfig

    • Delete unused tempfix file

    • Add Status Text panel, fix FCT panel deprecated functionality

    Add in a Status Text panel, however a few of the frames have been deprecated in wow Retail. I have hidden the affected options from the GUI for Retail. Likewise, I fixed the lost functionality in FCT earlier in the porting process.

    • no need for FCT_SetValue() to be on the addon namespace, make it local

    • No need for setStatusTextBars or setStatusText to be on the addon namespace

    • Return original reverse-loot and reverse-cleanup functionality

    • hack for SetInsertItemsRightToLeft() not being instant

    SetInsertItemsLeftToRight() and SetSortBagsRightToLeft() don't happen instantly, thus the UI will retain the old value since the refresh happens too clickly for the "Get" counterparts to reflect the new values. This is a hack wherein we set a 1/2 second timer to refresh the GUI to allow time for the setting to go through.

    • Use hidden instead of disabled for client-specific options

    • fix CI

    • rename CVar browser section


    Co-authored-by: Benjamin Staneck [email protected]

AdvancedInterfaceOptions - 1.9.1

Published by github-actions[bot] 3 months ago

Advanced Interface Options

1.9.1 (2024-06-11)

Full Changelog Previous Releases

  • Add TWW TOC
  • Switch to new Settings API
  • Fix CvarUtil pattern matching
    Seems like all the different clients have slightly different SharedXML/CvarUtil now.
    This should catch anything SharedXML/CvarUtil.lua or SharedXML/ClassicCvarUtil.lua (SoD)
    or Blizzard_SharedXML/CvarUtil.lua (Cata Classic) now.
    Fixes #80
AdvancedInterfaceOptions - 1.9.0

Published by github-actions[bot] 5 months ago

Advanced Interface Options

1.9.0 (2024-05-08)

Full Changelog Previous Releases

  • Update TOCs and Classic checks
AdvancedInterfaceOptions - 1.8.14

Published by github-actions[bot] 9 months ago

Advanced Interface Options

1.8.14 (2024-01-17)

Full Changelog Previous Releases

  • yeet BCC package
AdvancedInterfaceOptions - 1.8.13

Published by github-actions[bot] 9 months ago

Advanced Interface Options

1.8.13 (2024-01-17)

Full Changelog Previous Releases

  • Update TOCs
AdvancedInterfaceOptions - 1.8.12

Published by github-actions[bot] 11 months ago

Advanced Interface Options

1.8.12 (2023-11-23)

Full Changelog Previous Releases

  • Fix GetCVarInfo reference for Classic
AdvancedInterfaceOptions - 1.8.11

Published by github-actions[bot] 11 months ago

Advanced Interface Options

1.8.11 (2023-11-23)

Full Changelog Previous Releases

  • Fix missing GetCVarInfo function in Classic
  • Add C\_CVar.GetCVarInfo to luacheck
AdvancedInterfaceOptions - 1.8.10

Published by github-actions[bot] 12 months ago

Advanced Interface Options

1.8.10 (2023-11-07)

Full Changelog Previous Releases

  • Update TOC for Retail Patch 10.2.0
AdvancedInterfaceOptions - 1.8.9

Published by github-actions[bot] about 1 year ago

Advanced Interface Options

1.8.9 (2023-10-14)

Full Changelog Previous Releases

  • Add C_Console back to luacheck to let us use it as a fallback for live
AdvancedInterfaceOptions - 1.8.7

Published by github-actions[bot] about 1 year ago

Advanced Interface Options

1.8.7 (2023-09-06)

Full Changelog Previous Releases

  • Update TOCs
AdvancedInterfaceOptions - 1.8.6

Published by github-actions[bot] over 1 year ago

Advanced Interface Options

1.8.6 (2023-05-02)

Full Changelog Previous Releases

  • Add TOC icon
  • Update TOC for Patch 10.1.0
AdvancedInterfaceOptions - 1.8.5

Published by github-actions[bot] over 1 year ago

Advanced Interface Options

1.8.5 (2023-03-31)

Full Changelog Previous Releases

  • Update TOCs
AdvancedInterfaceOptions - 1.8.4

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

Advanced Interface Options

1.8.4 (2022-11-17)

Full Changelog Previous Releases

  • Actually fix bag sorting option not existing in Classic
AdvancedInterfaceOptions - 1.8.3

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

Advanced Interface Options

1.8.3 (2022-11-17)

Full Changelog Previous Releases

  • Fix bag sorting options for Classic
  • C_Container fixes for 10.0.2 (#58)
AdvancedInterfaceOptions - 1.8.2

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

Advanced Interface Options

1.8.2 (2022-11-16)

Full Changelog Previous Releases

  • Update TOC for Patch 10.0.2
AdvancedInterfaceOptions - 1.8.1

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

Advanced Interface Options

1.8.1 (2022-10-26)

Full Changelog Previous Releases

  • Fix missing BlizzardOptionsPanel_UpdateCombatText function
AdvancedInterfaceOptions - 1.8.0

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

Advanced Interface Options

1.8.0 (2022-10-24)

Full Changelog Previous Releases

  • Initial Dragonflight fixes
  • CI: Add Wrath packages
  • Add Wrath TOC
AdvancedInterfaceOptions - 1.7.2

Published by github-actions[bot] about 2 years ago

Advanced Interface Options

1.7.2 (2022-08-16)

Full Changelog Previous Releases

  • Bump retail toc for 9.2.7
AdvancedInterfaceOptions - 1.7.1

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

Advanced Interface Options

1.7.1 (2022-04-03)

Full Changelog Previous Releases

  • Bump toc for 9.2 (retail, bcc and classic)