1.9.1-5-g371d279-cata

Details

  • Filename
    AdvancedInterfaceOptions-1.9.1-5-g371d279-cata.zip
  • Uploaded by
  • Uploaded
    Jul 26, 2024
  • Size
    139.72 KB
  • Downloads
    169
  • MD5
    98d03480bf80b4bab393b3bb449b8e62

Supported WoW Cataclysm Classic Versions

  • 4.4.0

Changelog

Advanced Interface Options

1.9.1-5-g371d279 (2024-07-26)

Full Changelog Previous Releases

  • 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]