Skip to content

Releases: Stanzilla/AdvancedInterfaceOptions

2.1.0

13 Aug 23:53
dd4b284
Compare
Choose a tag to compare

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

2.0.0

28 Jul 22:23
cc09dad
Compare
Choose a tag to compare

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]

1.9.1

25 Jul 13:36
c90c107
Compare
Choose a tag to compare

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

1.9.0

08 May 10:02
1cb6b7e
Compare
Choose a tag to compare

Advanced Interface Options

1.9.0 (2024-05-08)

Full Changelog Previous Releases

  • Update TOCs and Classic checks

1.8.14

17 Jan 20:15
fbfd600
Compare
Choose a tag to compare

Advanced Interface Options

1.8.14 (2024-01-17)

Full Changelog Previous Releases

  • yeet BCC package

1.8.13

17 Jan 20:12
f9bb658
Compare
Choose a tag to compare

Advanced Interface Options

1.8.13 (2024-01-17)

Full Changelog Previous Releases

  • Update TOCs

1.8.12

23 Nov 16:53
Compare
Choose a tag to compare

Advanced Interface Options

1.8.12 (2023-11-23)

Full Changelog Previous Releases

  • Fix GetCVarInfo reference for Classic

1.8.11

23 Nov 16:43
Compare
Choose a tag to compare

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

1.8.10

07 Nov 20:14
7c89915
Compare
Choose a tag to compare

Advanced Interface Options

1.8.10 (2023-11-07)

Full Changelog Previous Releases

  • Update TOC for Retail Patch 10.2.0

1.8.9

14 Oct 20:37
Compare
Choose a tag to compare

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