Quantcast
Channel: WoWInterface - Latest list
Viewing all articles
Browse latest Browse all 49767

Aurora (3.6.3)

$
0
0
Change Log:
--------------------
Track changes at https://github.com/Haleth/Aurora

3.6.3

Small fixes to guild rewards frame.

3.6.2

Add a border around merchant currency icons.
Reskinned the new button on the GM frame.

3.6.1

Tweak input box size and reskin calendar mass invite frame.

3.6

Added a few debug outputs for missing items (rather than lua errors) to improve maintainability.
Added a new API: ReskinRadio.
Reskinned the new report stuff.
Reskinned the achievement comparison window.

3.5.7

Calendar is now 140% more shiny.

3.5.6

Added Recount tooltip support.

3.5.5

Minor changes and fixes to trainer frame.
Increased opacity of disabled arrow buttons.
Reskinned bg popup close button.
Reskinned VoiceChatTalkers.
Fixed the loot frame.
Fixed the achievement popup.

3.5.4

Reskinned achievement popup.

3.5.3

Added a new function, CreateGradient, which plugins can use to create the gradient background used on text fields (when ReskinInput cannot be used).

3.5.2a

Actually reskinned the Scroll of Resurrection frame.

3.5.2

Fixed a bug that prevented the Interface options or Video options frame from being fully skinned when opened directly rather than through the game menu button.
Fixed material textures showing up on the quest panel.
Reskinned the Scroll of Resurrection frame.
Reskinned LFGDungeonReadyDialogCloseButton.

3.5.1

Fixed a bug with quest log scrolling.
Reskinned the graphics API dropdown.

3.5

Reskinned calendar event AM/PM dropdown and made dropdowns a little wider.
Moved the Raid Frame Raid Info button.
Fixed a bug with guild roster button backdrops.
Fixed AuctionProgressBarText postion.
Removed pushed texture on Trade Frame buttons.

3.4.5

Fixes to ItemTextFrame.
Reskinned Void Storage Purchase frame.

3.4.4

Attempt to fix reforging frame buttons from becoming unclickable.
Improved item socketing frame.
Reskinned guild bank search box.

3.4.3a

Fixed a bug where game icons on the frien...

Description:
--------------------
Aurora is an addon which reskins the default Blizzard interface elements to a smooth, minimalistic theme which is consistent across the entire UI.

I got the idea to do this when Tukui included some code to reskin option frames and buttons. Starting with that code I went to reskin almost all of the default Blizzard frames to my own preferred theme. It was originally meant for my UI, FreeUI, but due to popular demand I decided to upload a standalone version as well, and over time it continued to become more advanced than what it originally used to be.

To set the opacity of frames:

Change 'alpha' at the top of aurora.lua to a value between 0 (invisible) and 1 (solid).

Plugins:

AdvancedTradeSkillWindow
MyRolePlay

Bug reports:

Please report all issues at my GitHub.

Developer:

Anyone is welcome to make plugins for Aurora. All functions and media paths are part of tables stored within a single global, to avoid pollution.

To ensure compatibility with both Aurora and FreeUI, make sure that either your addon's name has a higher alphabetical ranking, or register both Aurora and FreeUI through ADDON_LOADED.

Your addon can access Aurora's API if you add the following line as soon as it is certain that either of the addons are loaded.

local F, C = unpack(Aurora or FreeUI)

Viewing all articles
Browse latest Browse all 49767

Trending Articles