Quantcast

- Modified TitanMovable to remove API hooks that Blizzard screwed up.

HonorGoG [09-27-24 - 06:32]
- Modified TitanMovable to remove API hooks that Blizzard screwed up.
- Update Classic Era TOC to 1.15.4
- Updated TOC to 8.1.4 for release.
Filename
Titan/TitanMovable.lua
Titan/Titan_Mainline.toc
TitanAmmo/TitanAmmo_Classic.toc
TitanBag/TitanBag_Classic.toc
TitanBag/TitanBag_Mainline.toc
TitanClassic/TitanClassic_Classic.toc
TitanClock/TitanClock_Classic.toc
TitanClock/TitanClock_Mainline.toc
TitanGold/TitanGold_Classic.toc
TitanGold/TitanGold_Mainline.toc
TitanLocation/TitanLocation_Classic.toc
TitanLocation/TitanLocation_Mainline.toc
TitanLootType/TitanLootType_Classic.toc
TitanLootType/TitanLootType_Mainline.toc
TitanPerformance/TitanPerformance_Classic.toc
TitanPerformance/TitanPerformance_Mainline.toc
TitanRegen/TitanRegen_Classic.toc
TitanRepair/TitanRepair_Classic.toc
TitanRepair/TitanRepair_Mainline.toc
TitanVolume/TitanVolume_Classic.toc
TitanVolume/TitanVolume_Mainline.toc
TitanXP/TitanXP_Classic.toc
TitanXP/TitanXP_Mainline.toc
diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua
index 8e14a32..2847729 100755
--- a/Titan/TitanMovable.lua
+++ b/Titan/TitanMovable.lua
@@ -868,8 +868,9 @@ function TitanMovable_SecureFrames()
 		-- without having to resort to a SetCvar secure hook. Any addon using SetCvar should make sure to use the 3rd
 		-- argument in the API call and trigger the CVAR_UPDATE event with an appropriate argument so that other addons
 		-- can detect this behavior and fire their own functions (where applicable).
-		AceHook:SecureHook("VideoOptionsFrameOkay_OnClick", Titan_AdjustUIScale) -- VideoOptionsFrame.lua
-		AceHook:SecureHook(VideoOptionsFrame, "Hide", Titan_AdjustUIScale) -- VideoOptionsFrame.xml
+        -- HonorGoG: Commenting out the following to make it work on 1.15.4 until Blizzard fixes their crap.
+		--AceHook:SecureHook("VideoOptionsFrameOkay_OnClick", Titan_AdjustUIScale) -- VideoOptionsFrame.lua
+		--AceHook:SecureHook(VideoOptionsFrame, "Hide", Titan_AdjustUIScale) -- VideoOptionsFrame.xml
 	end

 	-- Check for other addons that control UI frames.
diff --git a/Titan/Titan_Mainline.toc b/Titan/Titan_Mainline.toc
index b16ac43..87a1799 100644
--- a/Titan/Titan_Mainline.toc
+++ b/Titan/Titan_Mainline.toc
@@ -1,7 +1,7 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.1.2|r
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.1.3|r
 ## Author: Titan Panel Dev Team
-## Version: 8.1.2
+## Version: 8.1.3
 ## IconTexture: Interface\Icons\Achievement_Dungeon_UlduarRaid_Titan_01
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## Notes: Adds display bars to show and control information/launcher plugins.
diff --git a/TitanAmmo/TitanAmmo_Classic.toc b/TitanAmmo/TitanAmmo_Classic.toc
index 98086c6..3c87db0 100644
--- a/TitanAmmo/TitanAmmo_Classic.toc
+++ b/TitanAmmo/TitanAmmo_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds an ammo monitor to Titan Panel - Classic versions only
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanBag/TitanBag_Classic.toc b/TitanBag/TitanBag_Classic.toc
index 0c6bf5d..6ca82e4 100644
--- a/TitanBag/TitanBag_Classic.toc
+++ b/TitanBag/TitanBag_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanBag/TitanBag_Mainline.toc b/TitanBag/TitanBag_Mainline.toc
index faaf15d..a6e9fd2 100644
--- a/TitanBag/TitanBag_Mainline.toc
+++ b/TitanBag/TitanBag_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanBag\TitanBag
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanClassic/TitanClassic_Classic.toc b/TitanClassic/TitanClassic_Classic.toc
index 6d187b6..9336891 100644
--- a/TitanClassic/TitanClassic_Classic.toc
+++ b/TitanClassic/TitanClassic_Classic.toc
@@ -1,7 +1,7 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.1.2|r
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.1.3|r
 ## Author: Titan Panel Dev Team
-## Version: 8.1.2
+## Version: 8.1.3
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
 ## Notes: Adds display bars to show and control information/launcher plugins.
diff --git a/TitanClock/TitanClock_Classic.toc b/TitanClock/TitanClock_Classic.toc
index a1ef36a..88c21e4 100644
--- a/TitanClock/TitanClock_Classic.toc
+++ b/TitanClock/TitanClock_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanClock/TitanClock_Mainline.toc b/TitanClock/TitanClock_Mainline.toc
index d54821b..55566e3 100644
--- a/TitanClock/TitanClock_Mainline.toc
+++ b/TitanClock/TitanClock_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\Icons\Spell_Nature_TimeStop
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanGold/TitanGold_Classic.toc b/TitanGold/TitanGold_Classic.toc
index 7ed26ef..16c8f5d 100644
--- a/TitanGold/TitanGold_Classic.toc
+++ b/TitanGold/TitanGold_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
diff --git a/TitanGold/TitanGold_Mainline.toc b/TitanGold/TitanGold_Mainline.toc
index 0bd697c..24af59c 100644
--- a/TitanGold/TitanGold_Mainline.toc
+++ b/TitanGold/TitanGold_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanGold\Artwork\TitanGold
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanLocation/TitanLocation_Classic.toc b/TitanLocation/TitanLocation_Classic.toc
index e6c0ae2..5a89b1c 100644
--- a/TitanLocation/TitanLocation_Classic.toc
+++ b/TitanLocation/TitanLocation_Classic.toc
@@ -1,7 +1,7 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.2|r
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.3|r
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanLocation/TitanLocation_Mainline.toc b/TitanLocation/TitanLocation_Mainline.toc
index bca0844..a56410a 100644
--- a/TitanLocation/TitanLocation_Mainline.toc
+++ b/TitanLocation/TitanLocation_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanLocation\TitanLocation
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanLootType/TitanLootType_Classic.toc b/TitanLootType/TitanLootType_Classic.toc
index 63daed7..aa15760 100644
--- a/TitanLootType/TitanLootType_Classic.toc
+++ b/TitanLootType/TitanLootType_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: TitanClassicLootTypeSaved
diff --git a/TitanLootType/TitanLootType_Mainline.toc b/TitanLootType/TitanLootType_Mainline.toc
index 99ef0f7..6e553b0 100644
--- a/TitanLootType/TitanLootType_Mainline.toc
+++ b/TitanLootType/TitanLootType_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 100206
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanLootType\TitanLootType
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanPerformance/TitanPerformance_Classic.toc b/TitanPerformance/TitanPerformance_Classic.toc
index 94ecc1f..d790cfa 100644
--- a/TitanPerformance/TitanPerformance_Classic.toc
+++ b/TitanPerformance/TitanPerformance_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanPerformance/TitanPerformance_Mainline.toc b/TitanPerformance/TitanPerformance_Mainline.toc
index 262461e..6fe21a5 100644
--- a/TitanPerformance/TitanPerformance_Mainline.toc
+++ b/TitanPerformance/TitanPerformance_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanPerformance\TitanPerformance
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanRegen/TitanRegen_Classic.toc b/TitanRegen/TitanRegen_Classic.toc
index 72e9ca8..d2446e6 100644
--- a/TitanRegen/TitanRegen_Classic.toc
+++ b/TitanRegen/TitanRegen_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds a regen monitor to Titan Panel to show HP/MANA regen - Classic versions only
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRepair/TitanRepair_Classic.toc b/TitanRepair/TitanRepair_Classic.toc
index 76379e3..fe4e4db 100644
--- a/TitanRepair/TitanRepair_Classic.toc
+++ b/TitanRepair/TitanRepair_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanRepair/TitanRepair_Mainline.toc b/TitanRepair/TitanRepair_Mainline.toc
index 49668b7..e627a16 100644
--- a/TitanRepair/TitanRepair_Mainline.toc
+++ b/TitanRepair/TitanRepair_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanRepair\TitanRepair
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items.
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanVolume/TitanVolume_Classic.toc b/TitanVolume/TitanVolume_Classic.toc
index 59f5299..8c37f6f 100644
--- a/TitanVolume/TitanVolume_Classic.toc
+++ b/TitanVolume/TitanVolume_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanVolume/TitanVolume_Mainline.toc b/TitanVolume/TitanVolume_Mainline.toc
index 29fdc8f..fc4fc5a 100644
--- a/TitanVolume/TitanVolume_Mainline.toc
+++ b/TitanVolume/TitanVolume_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\AddOns\TitanVolume\Artwork\TitanVolumeHigh
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
diff --git a/TitanXP/TitanXP_Classic.toc b/TitanXP/TitanXP_Classic.toc
index c3a747e..2e7c30c 100644
--- a/TitanXP/TitanXP_Classic.toc
+++ b/TitanXP/TitanXP_Classic.toc
@@ -1,6 +1,6 @@
-## Interface: 11503, 40400
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Interface: 11504, 40400
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
diff --git a/TitanXP/TitanXP_Mainline.toc b/TitanXP/TitanXP_Mainline.toc
index dd7258a..7d0e4cf 100644
--- a/TitanXP/TitanXP_Mainline.toc
+++ b/TitanXP/TitanXP_Mainline.toc
@@ -1,6 +1,6 @@
 ## Interface: 110002
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.1.2|r
-## Version: 8.1.2
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.1.3|r
+## Version: 8.1.3
 ## IconTexture: Interface\Icons\xp_icon
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)