This commit is contained in:
Andrew6810
2022-10-21 06:52:48 -07:00
parent 4ceaf3a125
commit 6988cc52f5
110 changed files with 32921 additions and 2 deletions
+211
View File
@@ -0,0 +1,211 @@
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/">
<!--
This file is part of Decursive.
Decursive (v 2.5.1-6-gd3885c5) add-on for World of Warcraft UI
Copyright (C) 2006-2007-2008-2009 John Wellesz (archarodim AT teaser.fr) ( http://www.2072productions.com/to/decursive.php )
Starting from 2009-10-31 and until said otherwise by its author, Decursive
is no longer free software, all rights are reserved to its author (John Wellesz).
The only official and allowed distribution means are www.2072productions.com, www.wowace.com and curse.com.
To distribute Decursive through other means a special authorization is required.
Decursive is inspired from the original "Decursive v1.9.4" by Quu.
The original "Decursive 1.9.4" is in public domain ( www.quutar.com )
Decursive is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
-->
<Script>
local T = DecursiveRootTable or {};
-- big ugly scary fatal error message display function {{{
if not T._FatalError then
-- the beautiful error popup : {{{ -
StaticPopupDialogs["DECURSIVE_ERROR_FRAME"] = {
text = "|cFFFF0000Decursive Error:|r\n%s",
button1 = "OK",
OnAccept = function()
return false;
end,
timeout = 0,
whileDead = 1,
hideOnEscape = 1,
showAlert = 1,
}; -- }}}
T._FatalError = function (TheError) StaticPopup_Show ("DECURSIVE_ERROR_FRAME", TheError); end
end
-- }}}
if not T._LoadedFiles or not T._LoadedFiles["Dcr_LiveList.lua"] then
if not DecursiveInstallCorrupted then T._FatalError("Decursive installation is corrupted! (Dcr_LiveList.lua not loaded)"); end;
DecursiveInstallCorrupted = true;
return;
end
-- Dcr:SetDateAndRevision("$Date: 2007-12-02 22:31:14 +0100 (dim., 02 déc. 2007) $", "$Revision: 56465 $");
</Script>
<Frame name="DcrLiveList" frameStrata="LOW" toplevel="true" enableMouse="true" movable="true" hidden="false" parent="UIParent"> <!-- {{{ -->
<Anchors>
<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="DecursiveMainBar">
<Offset>
<AbsDimension x="0" y="-2"/>
</Offset>
</Anchor>
</Anchors>
</Frame> <!-- }}} -->
<Button name="DcrLVItemTemplate" virtual="true" hidden="true"> <!-- {{{ -->
<Size>
<AbsDimension x="180" y="32"/>
</Size>
<Scripts>
<OnClick>
Dcr.LiveList:Onclick();
</OnClick>
<OnEnter>
Dcr.LiveList:DebuffTemplate_OnEnter(self);
</OnEnter>
<OnLeave>
DcrDisplay_Tooltip:Hide();
</OnLeave>
</Scripts>
</Button> <!-- }}} -->
<Texture name="DcrLVBackgroundTemplate" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" />
<Anchor point="BOTTOMRIGHT" relativeTo="$parent" />
</Anchors>
<Color r="0" g="0" b="0" a="0.75" />
</Texture> <!-- }}} -->
<Texture name="DcrLVIconTemplate" file="Interface\AddOns\Decursive\iconON.tga" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$parent">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="32" y="32" />
</Size>
</Texture> <!-- }}} -->
<Texture name="DcrLVRaidIconTemplate" file="Interface\AddOns\Decursive\iconON.tga" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" relativeTo="$parent">
<Offset>
<AbsDimension x="-1" y="1"/>
</Offset>
</Anchor>
<!--
<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentType">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
-->
</Anchors>
<Size>
<AbsDimension x="20" y="20" />
</Size>
</Texture> <!-- }}} -->
<FontString name="DcrLLAfflictionCountFont" inherits="NumberFontNormalSmall" maxLines="1" text="1" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentIcon">
<Offset>
<AbsDimension x="1" y="1"/>
</Offset>
</Anchor>
</Anchors>
<Color r="1.0" g="0.1" b="0.2"/>
<Shadow>
<offset>
<AbsDimension x="1" y="1" />
</offset>
<color r="0" g="0" b="0" />
</Shadow>
</FontString> <!-- }}} -->
<FontString name="DcrLLUnitNameFont" inherits="GameFontNormalSmall" justifyH="LEFT" maxLines="1" text="Unit Name" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentIcon" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="1" y="-1"/>
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="73" />
</Size>
<Color r="1.0" g="0.1" b="0.2"/>
</FontString> <!-- }}} -->
<FontString name="DcrLLUnitIDFont" inherits="MasterFont" font="Fonts\FRIZQT__.TTF" justifyH="LEFT" maxLines="1" text="Unit Name" virtual="true"> <!-- {{{ -->
<FontHeight>
<AbsValue val="7.5"/>
</FontHeight>
<Anchors>
<Anchor point="TOP" relativeTo="$parentUnitName" relativePoint="BOTTOM">
<Offset>
<AbsDimension x="0" y="-1"/>
</Offset>
</Anchor>
<Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentIcon">
<Offset>
<AbsDimension x="5" y="0" />
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="65" />
</Size>
<Color r=".6" g=".6" b=".6"/>
</FontString> <!-- }}} -->
<FontString name="DcrLLDebuffTypeFont" inherits="GameFontNormalSmall" justifyH="RIGHT" maxLines="1" text="Debuff Type" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" relativeTo="$parent">
<Offset>
<AbsDimension x="-1" y="-1"/>
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="73" />
</Size>
<Color r="1.0" g="0.1" b="1.0"/>
</FontString> <!-- }}} -->
<FontString name="DcrLLDebuffNameFont" inherits="GameFontNormalSmall" justifyH="LEFT" maxLines="1" text="Name of the afflication" virtual="true"> <!-- {{{ -->
<Anchors>
<Anchor point="LEFT" relativePoint="RIGHT" relativeTo="$parentIcon">
<Offset>
<AbsDimension x="0" y="0" />
</Offset>
</Anchor>
<Anchor point="TOP" relativePoint="BOTTOM" relativeTo="$parentUnitID">
<Offset>
<AbsDimension x="0" y="-2" />
</Offset>
</Anchor>
</Anchors>
<Size>
<AbsDimension x="147" />
</Size>
<Color r="0.1" g="0.5" b="0.4"/>
</FontString> <!-- }}} -->
<Script>
local T = DecursiveRootTable or {};
T._LoadedFiles["Dcr_LiveList.xml"] = "2.5.1-6-gd3885c5";
</Script>
</Ui>