diff --git a/Titan/TitanHistory.lua b/Titan/TitanHistory.lua index c0fc2c5..da9c5c2 100644 --- a/Titan/TitanHistory.lua +++ b/Titan/TitanHistory.lua @@ -15,8 +15,20 @@ Green - 'header' - Titan or plugin Highlight - notes. tips. and details --]] Titan_Global.recent_changes = "" -.. TitanUtils_GetGoldText("8.1.3 : 2024/10/12\n") -.. TitanUtils_GetGreenText("Location : \n") +.. TitanUtils_GetGoldText("8.1.5 : 2024/11/20\n") +.. TitanUtils_GetGreenText("Loot - Classic Era : \n") +.. TitanUtils_GetHighlightText("" +.. "- Code changes per change in API." +.. "- Code changes per change in XML parsing." +) +.. TitanUtils_GetGreenText("Titan : \n") +.. TitanUtils_GetHighlightText("" +.. "- Retail TOC to 11.0.5." +.. "- Cata TOC to 4.4.1." +.. "- Classic Era TOC to 1.15.5" +) +.. TitanUtils_GetGoldText("8.1.4 : 2024/10/24\n") +.. TitanUtils_GetGreenText("Gold : \n") .. TitanUtils_GetHighlightText("" .. "- Add display of Realm (optional)." .. "- Add display of Connected Realms to tooltip." @@ -35,32 +47,29 @@ Titan_Global.recent_changes = "" .. "- Additional comments." ) .. "\n\n" -.. TitanUtils_GetGoldText("8.1.2 : 2024/08/24\n") -.. TitanUtils_GetGreenText("Titan : \n") -.. TitanUtils_GetHighlightText("" -.. "- Fix for short bars drifting when using some Titan scaling other than one (1)." -) -.. TitanUtils_GetGreenText("Gold : \n") +.. TitanUtils_GetGoldText("8.1.3 : 2024/09/27\n") +.. TitanUtils_GetGreenText("XP : \n") .. TitanUtils_GetHighlightText("" -.. "- Restore starting gold for gold per hour calc. #1404\n" +.. "- Update XP timer to update every 10 versus 30 sec." ) -.. TitanUtils_GetGreenText("XP : \n") +.. TitanUtils_GetGreenText("Titan : \n") .. TitanUtils_GetHighlightText("" -.. "- Reduce update timer to 10 from 30 seconds.\n" +.. "- Modified TitanMovable to remove API hooks that Blizzard screwed up." +.. "- Classic Era TOC to 1.15.4." ) .. "\n\n" -.. TitanUtils_GetGoldText("8.1.1 : 2024/08/15\n") +.. TitanUtils_GetGoldText("8.1.2 : 2024/08/24\n") .. TitanUtils_GetGreenText("Titan : \n") .. TitanUtils_GetHighlightText("" -.. "- Updated Bar color option to use user selection of transparency (alpha) for border." +.. "- Fix for short bars drifting when using some Titan scaling other than one (1)." ) .. TitanUtils_GetGreenText("Gold : \n") .. TitanUtils_GetHighlightText("" -.. "- Retail ONLY - Really added Warband bank to totals.\n" +.. "- Restore starting gold for gold per hour calc. #1404\n" ) -.. TitanUtils_GetGreenText("Location : \n") +.. TitanUtils_GetGreenText("XP : \n") .. TitanUtils_GetHighlightText("" -.. "- Tighten code to prevent errors if map is not known when finding coordinates.\n" +.. "- Reduce update timer to 10 from 30 seconds.\n" ) .. "\n\n" Titan_Global.recent_changes = "" diff --git a/Titan/Titan_Mainline.toc b/Titan/Titan_Mainline.toc index a16a00e..a5207a5 100644 --- a/Titan/Titan_Mainline.toc +++ b/Titan/Titan_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.1.4|r ## Author: Titan Panel Dev Team ## Version: 8.1.4 diff --git a/TitanAmmo/TitanAmmo_Classic.toc b/TitanAmmo/TitanAmmo_Classic.toc index 411737c..71aa43c 100644 --- a/TitanAmmo/TitanAmmo_Classic.toc +++ b/TitanAmmo/TitanAmmo_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds an ammo monitor to Titan Panel - Classic versions only diff --git a/TitanBag/TitanBag_Classic.toc b/TitanBag/TitanBag_Classic.toc index 676a82c..2231ff9 100644 --- a/TitanBag/TitanBag_Classic.toc +++ b/TitanBag/TitanBag_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds bag and free slot information to Titan Panel diff --git a/TitanBag/TitanBag_Mainline.toc b/TitanBag/TitanBag_Mainline.toc index c888e10..75dd768 100644 --- a/TitanBag/TitanBag_Mainline.toc +++ b/TitanBag/TitanBag_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanBag\TitanBag diff --git a/TitanClassic/TitanClassic_Classic.toc b/TitanClassic/TitanClassic_Classic.toc index 06d155a..1dc7b70 100644 --- a/TitanClassic/TitanClassic_Classic.toc +++ b/TitanClassic/TitanClassic_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.1.4|r ## Author: Titan Panel Dev Team ## Version: 8.1.4 diff --git a/TitanClock/TitanClock_Classic.toc b/TitanClock/TitanClock_Classic.toc index 037be4a..9a74573 100644 --- a/TitanClock/TitanClock_Classic.toc +++ b/TitanClock/TitanClock_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds a clock to Titan Panel diff --git a/TitanClock/TitanClock_Mainline.toc b/TitanClock/TitanClock_Mainline.toc index b9ce0f5..ccf966b 100644 --- a/TitanClock/TitanClock_Mainline.toc +++ b/TitanClock/TitanClock_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\Icons\Spell_Nature_TimeStop diff --git a/TitanGold/TitanGold_Classic.toc b/TitanGold/TitanGold_Classic.toc index 35834eb..0f70c63 100644 --- a/TitanGold/TitanGold_Classic.toc +++ b/TitanGold/TitanGold_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis. diff --git a/TitanGold/TitanGold_Mainline.toc b/TitanGold/TitanGold_Mainline.toc index 6c2c5c8..37d83ca 100644 --- a/TitanGold/TitanGold_Mainline.toc +++ b/TitanGold/TitanGold_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanGold\Artwork\TitanGold diff --git a/TitanLocation/TitanLocation_Classic.toc b/TitanLocation/TitanLocation_Classic.toc index 6a34023..0a01c0a 100644 --- a/TitanLocation/TitanLocation_Classic.toc +++ b/TitanLocation/TitanLocation_Classic.toc @@ -1,5 +1,4 @@ -## Interface: 11504, 40400 -## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.4|r +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds coordinates and location information to Titan Panel diff --git a/TitanLocation/TitanLocation_Mainline.toc b/TitanLocation/TitanLocation_Mainline.toc index 19bcfd8..3e1607f 100644 --- a/TitanLocation/TitanLocation_Mainline.toc +++ b/TitanLocation/TitanLocation_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanLocation\TitanLocation diff --git a/TitanLootType/TitanClassicLootType.lua b/TitanLootType/TitanClassicLootType.lua index 9462248..90016c1 100644 --- a/TitanLootType/TitanClassicLootType.lua +++ b/TitanLootType/TitanClassicLootType.lua @@ -214,7 +214,8 @@ local SizingEnter = function(self) if not (GetCursorInfo()) then ResizeCursor:Show() ResizeCursor.Texture:SetTexture(self.GPI_Cursor) - ResizeCursor.Texture:SetRotation(math.rad(self.GPI_Rotation), { 0.5, 0.5 }) +-- Causes an error in 1.15.5 but not 4.4.*... +-- ResizeCursor.Texture:SetRotation(math.rad(self.GPI_Rotation), { 0.5, 0.5 }) end end diff --git a/TitanLootType/TitanClassicLootType.xml b/TitanLootType/TitanClassicLootType.xml index f2750c4..ab806a2 100644 --- a/TitanLootType/TitanClassicLootType.xml +++ b/TitanLootType/TitanClassicLootType.xml @@ -39,23 +39,10 @@ movable="true" enableMouse="true" frameStrata="HIGH" resizable="true"> <Size><AbsDimension x="194" y="170"/></Size> <Anchors> - <Anchor point="CENTER"/> + <Anchor point="CENTER"> <Offset><AbsDimension x="300" y="0"/></Offset> + </Anchor> </Anchors> -<!-- - <Backdrop name="$parentBackdrop" bgFile="Interface\TutorialFrame\TutorialFrameBackground" - edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true"> - <EdgeSize> - <AbsValue val="16"/> - </EdgeSize> - <TileSize> - <AbsValue val="64"/> - </TileSize> - <BackgroundInsets> - <AbsInset left="5" right="5" top="5" bottom="5"/> - </BackgroundInsets> - </Backdrop> ---> <KeyValues> <KeyValue key="backdropInfo" value="BACKDROP_TUTORIAL_16_16" type="global"/> </KeyValues> diff --git a/TitanLootType/TitanLootType_Classic.toc b/TitanLootType/TitanLootType_Classic.toc index 7b7da32..ab99073 100644 --- a/TitanLootType/TitanLootType_Classic.toc +++ b/TitanLootType/TitanLootType_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds group loot and instance difficulty information to Titan Panel diff --git a/TitanLootType/TitanLootType_Mainline.toc b/TitanLootType/TitanLootType_Mainline.toc index 1bf7d07..2c62331 100644 --- a/TitanLootType/TitanLootType_Mainline.toc +++ b/TitanLootType/TitanLootType_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 100206 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanLootType\TitanLootType diff --git a/TitanPerformance/TitanPerformance_Classic.toc b/TitanPerformance/TitanPerformance_Classic.toc index 62e1922..59c87c6 100644 --- a/TitanPerformance/TitanPerformance_Classic.toc +++ b/TitanPerformance/TitanPerformance_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds FPS and Garbage collection information to Titan Panel diff --git a/TitanPerformance/TitanPerformance_Mainline.toc b/TitanPerformance/TitanPerformance_Mainline.toc index 1b1e8bc..e9948fb 100644 --- a/TitanPerformance/TitanPerformance_Mainline.toc +++ b/TitanPerformance/TitanPerformance_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanPerformance\TitanPerformance diff --git a/TitanRegen/TitanRegen_Classic.toc b/TitanRegen/TitanRegen_Classic.toc index 7adac1c..b71a868 100644 --- a/TitanRegen/TitanRegen_Classic.toc +++ b/TitanRegen/TitanRegen_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds a regen monitor to Titan Panel to show HP/MANA regen - Classic versions only diff --git a/TitanRepair/TitanRepair_Classic.toc b/TitanRepair/TitanRepair_Classic.toc index 617f2b3..98ac87b 100644 --- a/TitanRepair/TitanRepair_Classic.toc +++ b/TitanRepair/TitanRepair_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items. diff --git a/TitanRepair/TitanRepair_Mainline.toc b/TitanRepair/TitanRepair_Mainline.toc index 8a955c9..c3b1e82 100644 --- a/TitanRepair/TitanRepair_Mainline.toc +++ b/TitanRepair/TitanRepair_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanRepair\TitanRepair diff --git a/TitanVolume/TitanVolume_Classic.toc b/TitanVolume/TitanVolume_Classic.toc index 1b793b6..4715e19 100644 --- a/TitanVolume/TitanVolume_Classic.toc +++ b/TitanVolume/TitanVolume_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds a volume control icon on your Titan Bar diff --git a/TitanVolume/TitanVolume_Mainline.toc b/TitanVolume/TitanVolume_Mainline.toc index 61f33cb..22a4c0a 100644 --- a/TitanVolume/TitanVolume_Mainline.toc +++ b/TitanVolume/TitanVolume_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\AddOns\TitanVolume\Artwork\TitanVolumeHigh diff --git a/TitanXP/TitanXP_Classic.toc b/TitanXP/TitanXP_Classic.toc index 179f682..3c45963 100644 --- a/TitanXP/TitanXP_Classic.toc +++ b/TitanXP/TitanXP_Classic.toc @@ -1,4 +1,4 @@ -## Interface: 11504, 40400 +## Interface: 11505, 40401 ## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## Notes: Adds information to Titan Panel about XP earned and time to level diff --git a/TitanXP/TitanXP_Mainline.toc b/TitanXP/TitanXP_Mainline.toc index b0f6247..9023fd7 100644 --- a/TitanXP/TitanXP_Mainline.toc +++ b/TitanXP/TitanXP_Mainline.toc @@ -1,4 +1,4 @@ -## Interface: 110002 +## Interface: 110005 ## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.1.4|r ## Version: 8.1.4 ## IconTexture: Interface\Icons\xp_icon