coa.20: restore bigger window + relocate char-view professions
release / release (push) Successful in 5s
release / release (push) Successful in 5s
- Re-applied the window enlargement (832x555, more rows) - user accepts the AuctionFrame art seam in exchange for the bigger frame. - Char-view professions (Prof1-8) moved out of the cramped bottom Cooking/FirstAid row into the open middle-left gap (2 rows of 4) so they stop overlapping/overflowing.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
## Author: Thaoky, Telkar-RG
|
## Author: Thaoky, Telkar-RG
|
||||||
## X-Edited-By: Exiles (Sub-Net) — florian.berthold@sub-net.at
|
## X-Edited-By: Exiles (Sub-Net) — florian.berthold@sub-net.at
|
||||||
## Version: 3.3.002b-coa.19
|
## Version: 3.3.002b-coa.20
|
||||||
## X-Category: Inventory, Tradeskill, Mail
|
## X-Category: Inventory, Tradeskill, Mail
|
||||||
## X-Localizations: enUS, frFR, zhCN, zhTW, deDE, koKR, esES, esMX, ruRU
|
## X-Localizations: enUS, frFR, zhCN, zhTW, deDE, koKR, esES, esMX, ruRU
|
||||||
## X-Website: http://wow.curse.com/downloads/wow-addons/details/altoholic.aspx
|
## X-Website: http://wow.curse.com/downloads/wow-addons/details/altoholic.aspx
|
||||||
|
|||||||
+46
-3
@@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrame" toplevel="true" parent="UIParent" movable="true" enableMouse="true" hidden="true">
|
<Frame name="AltoholicFrame" toplevel="true" parent="UIParent" movable="true" enableMouse="true" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="832" y="447"/>
|
<AbsDimension x="832" y="555"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
@@ -172,6 +172,49 @@
|
|||||||
</Anchor>
|
</Anchor>
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Texture>
|
</Texture>
|
||||||
|
<!-- Filler strip covering the gap opened between the top row (ends at y=-256) and the
|
||||||
|
re-anchored bottom row (top now at y=-364). 108px tall = +6 content rows.
|
||||||
|
Uses a thin horizontal slice from the vertical middle (flat parchment / side border)
|
||||||
|
of the same AuctionFrame-Browse tiles, stretched over the 108px gap. -->
|
||||||
|
<Texture name="$parentMidLeft" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-BotLeft">
|
||||||
|
<Size>
|
||||||
|
<AbsDimension x="256" y="108"/>
|
||||||
|
</Size>
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT">
|
||||||
|
<Offset>
|
||||||
|
<AbsDimension x="0" y="-256"/>
|
||||||
|
</Offset>
|
||||||
|
</Anchor>
|
||||||
|
</Anchors>
|
||||||
|
<TexCoords left="0" right="1.0" top="0.46" bottom="0.54"/>
|
||||||
|
</Texture>
|
||||||
|
<Texture name="$parentMid" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-Bot">
|
||||||
|
<Size>
|
||||||
|
<AbsDimension x="320" y="108"/>
|
||||||
|
</Size>
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT">
|
||||||
|
<Offset>
|
||||||
|
<AbsDimension x="256" y="-256"/>
|
||||||
|
</Offset>
|
||||||
|
</Anchor>
|
||||||
|
</Anchors>
|
||||||
|
<TexCoords left="0" right="1.0" top="0.46" bottom="0.54"/>
|
||||||
|
</Texture>
|
||||||
|
<Texture name="$parentMidRight" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-BotRight">
|
||||||
|
<Size>
|
||||||
|
<AbsDimension x="256" y="108"/>
|
||||||
|
</Size>
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentMid" relativePoint="TOPRIGHT">
|
||||||
|
<Offset>
|
||||||
|
<AbsDimension x="0" y="0"/>
|
||||||
|
</Offset>
|
||||||
|
</Anchor>
|
||||||
|
</Anchors>
|
||||||
|
<TexCoords left="0" right="1.0" top="0.46" bottom="0.54"/>
|
||||||
|
</Texture>
|
||||||
<Texture name="$parentBotLeft" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-BotLeft">
|
<Texture name="$parentBotLeft" file="Interface\AuctionFrame\UI-AuctionFrame-Browse-BotLeft">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="256" y="256"/>
|
<AbsDimension x="256" y="256"/>
|
||||||
@@ -179,7 +222,7 @@
|
|||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
<Offset>
|
<Offset>
|
||||||
<AbsDimension x="0" y="-256"/>
|
<AbsDimension x="0" y="-364"/>
|
||||||
</Offset>
|
</Offset>
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</Anchors>
|
</Anchors>
|
||||||
@@ -191,7 +234,7 @@
|
|||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
<Offset>
|
<Offset>
|
||||||
<AbsDimension x="256" y="-256"/>
|
<AbsDimension x="256" y="-364"/>
|
||||||
</Offset>
|
</Offset>
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</Anchors>
|
</Anchors>
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ end
|
|||||||
|
|
||||||
|
|
||||||
function ns:Update()
|
function ns:Update()
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameSummary"
|
local frame = "AltoholicFrameSummary"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameSummary" parent="AltoholicTabSummary">
|
<Frame name="AltoholicFrameSummary" parent="AltoholicTabSummary">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -294,6 +294,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoCharacterSummaryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoCharacterSummaryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoCharacterSummaryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoCharacterSummaryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoCharacterSummaryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoCharacterSummaryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
<Frame name="$parentRightClickMenu" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
|
<Frame name="$parentRightClickMenu" inherits="UIDropDownMenuTemplate" id="1" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ local ns = addon.Activity -- ns = namespace
|
|||||||
local Characters = addon.Characters
|
local Characters = addon.Characters
|
||||||
|
|
||||||
function ns:Update()
|
function ns:Update()
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameActivity"
|
local frame = "AltoholicFrameActivity"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameActivity" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameActivity" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -302,6 +302,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoActivityTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoActivityTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoActivityTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoActivityTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoActivityTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoActivityTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ function ns:InvalidateView()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:UpdateAuctions()
|
function ns:UpdateAuctions()
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameAuctions"
|
local frame = "AltoholicFrameAuctions"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
@@ -217,7 +217,7 @@ function ns:UpdateAuctions()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:UpdateBids()
|
function ns:UpdateBids()
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameAuctions"
|
local frame = "AltoholicFrameAuctions"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameAuctions" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameAuctions" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -222,6 +222,21 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry8" inherits="AltoAuctionEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoAuctionEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoAuctionEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ local ns = addon.BagUsage -- ns = namespace
|
|||||||
local Characters = addon.Characters
|
local Characters = addon.Characters
|
||||||
|
|
||||||
function ns:Update()
|
function ns:Update()
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameBagUsage"
|
local frame = "AltoholicFrameBagUsage"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -177,7 +177,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameBagUsage" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameBagUsage" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -303,6 +303,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoBagUsageTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoBagUsageTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoBagUsageTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoBagUsageTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoBagUsageTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoBagUsageTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
|
|||||||
@@ -764,7 +764,7 @@ function Altoholic.Calendar.Events:BuildList()
|
|||||||
self:BuildView()
|
self:BuildView()
|
||||||
end
|
end
|
||||||
|
|
||||||
local NUM_EVENTLINES = 14
|
local NUM_EVENTLINES = 20
|
||||||
|
|
||||||
function Altoholic.Calendar.Events:Update()
|
function Altoholic.Calendar.Events:Update()
|
||||||
local self = Altoholic.Calendar.Events
|
local self = Altoholic.Calendar.Events
|
||||||
|
|||||||
@@ -131,7 +131,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameCalendar" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameCalendar" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -286,7 +286,7 @@
|
|||||||
|
|
||||||
<ScrollFrame name="$parentScrollFrame" inherits="FauxScrollFrameTemplate">
|
<ScrollFrame name="$parentScrollFrame" inherits="FauxScrollFrameTemplate">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="250" y="306"/>
|
<AbsDimension x="250" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
@@ -406,6 +406,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoCalendarEventTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoCalendarEventTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoCalendarEventTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoCalendarEventTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoCalendarEventTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoCalendarEventTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ end
|
|||||||
local function UpdateSpread()
|
local function UpdateSpread()
|
||||||
local mode = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectContainerView)
|
local mode = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectContainerView)
|
||||||
local rarity = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectRarity)
|
local rarity = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectRarity)
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameContainers"
|
local frame = "AltoholicFrameContainers"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
@@ -242,7 +242,7 @@ end
|
|||||||
local function UpdateAllInOne()
|
local function UpdateAllInOne()
|
||||||
local mode = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectContainerView)
|
local mode = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectContainerView)
|
||||||
local rarity = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectRarity)
|
local rarity = UIDropDownMenu_GetSelectedValue(AltoholicFrameContainers_SelectRarity)
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameContainers"
|
local frame = "AltoholicFrameContainers"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameContainers" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameContainers" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -282,6 +282,21 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry8" inherits="AltoContainerTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoContainerTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoContainerTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ local function Currencies_UpdateEx(self, offset, entry, desc)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local CurrenciesScrollFrame_Desc = {
|
local CurrenciesScrollFrame_Desc = {
|
||||||
NumLines = 8,
|
NumLines = 10,
|
||||||
LineHeight = 41,
|
LineHeight = 41,
|
||||||
Frame = "AltoholicFrameCurrencies",
|
Frame = "AltoholicFrameCurrencies",
|
||||||
GetSize = function() return #usedTokens end,
|
GetSize = function() return #usedTokens end,
|
||||||
|
|||||||
@@ -175,7 +175,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameCurrencies" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameCurrencies" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -302,6 +302,16 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoCurrenciesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoCurrenciesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
|
|||||||
@@ -415,7 +415,7 @@ function ns:GetInventoryTypeName(inv)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:Update()
|
function ns:Update()
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameEquipment"
|
local frame = "AltoholicFrameEquipment"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameEquipment" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameEquipment" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -213,6 +213,21 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry8" inherits="AltoEquipmentEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoEquipmentEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoEquipmentEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ function ns:Update()
|
|||||||
BuildView()
|
BuildView()
|
||||||
end
|
end
|
||||||
|
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameGuildBankTabs"
|
local frame = "AltoholicFrameGuildBankTabs"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -107,7 +107,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameGuildBankTabs" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameGuildBankTabs" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -233,6 +233,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoGuildBankTabsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoGuildBankTabsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoGuildBankTabsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoGuildBankTabsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoGuildBankTabsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoGuildBankTabsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ function ns:Update()
|
|||||||
BuildView()
|
BuildView()
|
||||||
end
|
end
|
||||||
|
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameGuildMembers"
|
local frame = "AltoholicFrameGuildMembers"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -159,7 +159,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameGuildMembers" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameGuildMembers" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -307,6 +307,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoGuildMembersTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoGuildMembersTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoGuildMembersTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoGuildMembersTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoGuildMembersTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoGuildMembersTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
<!-- Equipment Icons on the right of the frame -->
|
<!-- Equipment Icons on the right of the frame -->
|
||||||
<Button name="$parentItem1" inherits="AltoAltEquipmentTemplate">
|
<Button name="$parentItem1" inherits="AltoAltEquipmentTemplate">
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ function ns:Update()
|
|||||||
BuildView()
|
BuildView()
|
||||||
end
|
end
|
||||||
|
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameGuildProfessions"
|
local frame = "AltoholicFrameGuildProfessions"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -143,7 +143,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameGuildProfessions" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameGuildProfessions" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -269,6 +269,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoGuildProfessionsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoGuildProfessionsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoGuildProfessionsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoGuildProfessionsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoGuildProfessionsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoGuildProfessionsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -461,7 +461,7 @@ function ns:Update()
|
|||||||
AltoTooltip:Hide();
|
AltoTooltip:Hide();
|
||||||
GameTooltip:Hide();
|
GameTooltip:Hide();
|
||||||
|
|
||||||
local VisibleLines = 8
|
local VisibleLines = 10
|
||||||
local NumLines = VisibleLines
|
local NumLines = VisibleLines
|
||||||
local frame = "AltoholicFrameKeys"
|
local frame = "AltoholicFrameKeys"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|||||||
@@ -221,7 +221,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameKeys" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameKeys" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -317,6 +317,16 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoKeyEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoKeyEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ function ns:BuildView(field, ascending)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:Update()
|
function ns:Update()
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameMail"
|
local frame = "AltoholicFrameMail"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
local player = addon:GetCurrentCharacter()
|
local player = addon:GetCurrentCharacter()
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameMail" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameMail" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -190,6 +190,21 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry8" inherits="AltoMailEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoMailEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoMailEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ function ns:UpdatePets()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:UpdatePetsAllInOne()
|
function ns:UpdatePetsAllInOne()
|
||||||
local VisibleLines = 8
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFramePetsAllInOne"
|
local frame = "AltoholicFramePetsAllInOne"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFramePets" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFramePets" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -333,7 +333,7 @@
|
|||||||
|
|
||||||
<Frame name="$parentAllInOne" hidden="true">
|
<Frame name="$parentAllInOne" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
@@ -429,6 +429,16 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoIconListtEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoIconListtEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ function ns:Update()
|
|||||||
local character = addon.Tabs.Characters:GetCurrent()
|
local character = addon.Tabs.Characters:GetCurrent()
|
||||||
|
|
||||||
|
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameQuests"
|
local frame = "AltoholicFrameQuests"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameQuests" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameQuests" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -232,6 +232,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoQuestEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoQuestEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoQuestEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoQuestEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoQuestEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoQuestEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ end
|
|||||||
function ns:Update()
|
function ns:Update()
|
||||||
local currentProfession = addon.TradeSkills.CurrentProfession
|
local currentProfession = addon.TradeSkills.CurrentProfession
|
||||||
|
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameRecipes"
|
local frame = "AltoholicFrameRecipes"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -196,7 +196,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameRecipes" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameRecipes" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -459,6 +459,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoRecipesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoRecipesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoRecipesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoRecipesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoRecipesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoRecipesEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -365,7 +365,7 @@ local function Reputations_UpdateEx(self, offset, entry, desc)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local ReputationsScrollFrame_Desc = {
|
local ReputationsScrollFrame_Desc = {
|
||||||
NumLines = 8,
|
NumLines = 10,
|
||||||
LineHeight = 41,
|
LineHeight = 41,
|
||||||
Frame = "AltoholicFrameReputations",
|
Frame = "AltoholicFrameReputations",
|
||||||
GetSize = function() return #displayedFactions end,
|
GetSize = function() return #displayedFactions end,
|
||||||
|
|||||||
@@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameReputations" parent="AltoholicTabCharacters" hidden="true">
|
<Frame name="AltoholicFrameReputations" parent="AltoholicTabCharacters" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -309,6 +309,16 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoReputationEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoReputationEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
|
|||||||
@@ -239,7 +239,7 @@ function ns:Realm_Update()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:Loots_Update()
|
function ns:Loots_Update()
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameSearch"
|
local frame = "AltoholicFrameSearch"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
@@ -311,7 +311,7 @@ function ns:Loots_Update()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function ns:Upgrade_Update()
|
function ns:Upgrade_Update()
|
||||||
local VisibleLines = 7
|
local VisibleLines = 10
|
||||||
local frame = "AltoholicFrameSearch"
|
local frame = "AltoholicFrameSearch"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -240,7 +240,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameSearch" parent="AltoholicTabSearch" hidden="true">
|
<Frame name="AltoholicFrameSearch" parent="AltoholicTabSearch" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="615" y="306"/>
|
<AbsDimension x="615" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -331,6 +331,21 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry6" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry8" inherits="AltoSearchEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry7" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry9" inherits="AltoSearchEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry8" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry10" inherits="AltoSearchEntryTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry9" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ local size = 22
|
|||||||
local inset = 2
|
local inset = 2
|
||||||
|
|
||||||
function ns:Update()
|
function ns:Update()
|
||||||
local VisibleLines = 14
|
local VisibleLines = 20
|
||||||
local frame = "AltoholicFrameSkills"
|
local frame = "AltoholicFrameSkills"
|
||||||
local entry = frame.."Entry"
|
local entry = frame.."Entry"
|
||||||
|
|
||||||
|
|||||||
@@ -194,7 +194,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicFrameSkills" parent="AltoholicTabSummary" hidden="true">
|
<Frame name="AltoholicFrameSkills" parent="AltoholicTabSummary" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="745" y="306"/>
|
<AbsDimension x="745" y="414"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPRIGHT">
|
<Anchor point="TOPRIGHT">
|
||||||
@@ -320,6 +320,36 @@
|
|||||||
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry13" relativePoint="BOTTOMLEFT" />
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button name="$parentEntry15" inherits="AltoSkillsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry14" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry16" inherits="AltoSkillsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry15" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry17" inherits="AltoSkillsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry16" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry18" inherits="AltoSkillsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry17" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry19" inherits="AltoSkillsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry18" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
|
<Button name="$parentEntry20" inherits="AltoSkillsTemplate">
|
||||||
|
<Anchors>
|
||||||
|
<Anchor point="TOPLEFT" relativeTo="$parentEntry19" relativePoint="BOTTOMLEFT" />
|
||||||
|
</Anchors>
|
||||||
|
</Button>
|
||||||
</Frames>
|
</Frames>
|
||||||
</Frame>
|
</Frame>
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicTabCharacters" parent="AltoholicFrame" hidden="true">
|
<Frame name="AltoholicTabCharacters" parent="AltoholicFrame" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="758" y="447"/>
|
<AbsDimension x="758" y="555"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
@@ -245,8 +245,8 @@
|
|||||||
</Button>
|
</Button>
|
||||||
<Button name="$parent_Prof1" inherits="AltoViewIconTemplate">
|
<Button name="$parent_Prof1" inherits="AltoViewIconTemplate">
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="BOTTOMLEFT" relativeTo="$parent_FirstAid" relativePoint="BOTTOMRIGHT" >
|
<Anchor point="TOPLEFT" relativeTo="AltoholicTabCharacters" relativePoint="TOPLEFT" >
|
||||||
<Offset x="5" y="0" />
|
<Offset x="30" y="-235" />
|
||||||
</Anchor>
|
</Anchor>
|
||||||
</Anchors>
|
</Anchors>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicTabGuildBank" parent="AltoholicFrame" hidden="true">
|
<Frame name="AltoholicTabGuildBank" parent="AltoholicFrame" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="758" y="447"/>
|
<AbsDimension x="758" y="555"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT">
|
<Anchor point="TOPLEFT">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicTabSearch" parent="AltoholicFrame" hidden="true">
|
<Frame name="AltoholicTabSearch" parent="AltoholicFrame" hidden="true">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="758" y="447"/>
|
<AbsDimension x="758" y="555"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT"/>
|
<Anchor point="TOPLEFT"/>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<Frame name="AltoholicTabSummary" parent="AltoholicFrame">
|
<Frame name="AltoholicTabSummary" parent="AltoholicFrame">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="758" y="447"/>
|
<AbsDimension x="758" y="555"/>
|
||||||
</Size>
|
</Size>
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="TOPLEFT"/>
|
<Anchor point="TOPLEFT"/>
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ Altoholic: modified development for WotLK
|
|||||||
|
|
||||||
Ported for the Ascension CoA (Vol'jin) 3.3.5a client by the Exiles guild. Released as `*-coa.N` tags via Gitea Actions; see `Exiles/coa-altoholic`.
|
Ported for the Ascension CoA (Vol'jin) 3.3.5a client by the Exiles guild. Released as `*-coa.N` tags via Gitea Actions; see `Exiles/coa-altoholic`.
|
||||||
|
|
||||||
|
- **3.3.002b-coa.12** — Bigger main window (real size, not scale): `AltoholicFrame` 447→555px tall; AuctionFrame background art re-anchored with a middle filler; every scrolling tab shows more rows (18px tabs 14→20, 41px tabs 7/8→10) with matching `$parentEntryN` frames + grown scrollframes. Visual polish (art seam, scrollbar track length) may need a tweak after testing.
|
||||||
|
- **3.3.002b-coa.11** — Hotfix: Skills tab crash — `$parentSkill1` ButtonText global-name collision left `Skill1NormalText` nil; made it self-contained.
|
||||||
- **3.3.002b-coa.10** — Three CoA data-coverage features:
|
- **3.3.002b-coa.10** — Three CoA data-coverage features:
|
||||||
- **Reputation** is now data-driven: shows every faction a character actually has (grouped by in-game category), so CoA's custom factions (and future ones) appear automatically. The old hardcoded faction tree is kept only as an icon lookup.
|
- **Reputation** is now data-driven: shows every faction a character actually has (grouped by in-game category), so CoA's custom factions (and future ones) appear automatically. The old hardcoded faction tree is kept only as an icon lookup.
|
||||||
- **Class icons** for CoA custom classes (12–32) now render from a bundled CoA atlas (`Altoholic/images/coa-classes.blp`, texcoords from the CoA Details fork) instead of falling back to the Warrior glue icon.
|
- **Class icons** for CoA custom classes (12–32) now render from a bundled CoA atlas (`Altoholic/images/coa-classes.blp`, texcoords from the CoA Details fork) instead of falling back to the Warrior glue icon.
|
||||||
|
|||||||
Reference in New Issue
Block a user