Quantcast

- TOC update for 1.15.0

urnati [12-14-23 - 13:50]
- TOC update for 1.15.0
- Fix for error on right click to get Titan menu
Filename
TitanClassic/TitanClassic.toc
TitanClassic/TitanClassicUtils.lua
TitanClassic/TitanClassicVariables.lua
TitanClassicAmmo/TitanClassicAmmo.toc
TitanClassicBag/TitanClassicBag.toc
TitanClassicClock/TitanClassicClock.toc
TitanClassicGold/TitanClassicGold.toc
TitanClassicLocation/TitanClassicLocation.toc
TitanClassicLootType/TitanClassicLootType.toc
TitanClassicPerformance/TitanClassicPerformance.toc
TitanClassicRegen/TitanClassicRegen.toc
TitanClassicRepair/TitanClassicRepair.toc
TitanClassicVolume/TitanClassicVolume.toc
TitanClassicXP/TitanClassicXP.toc
diff --git a/TitanClassic/TitanClassic.toc b/TitanClassic/TitanClassic.toc
index aafc5ed..815a325 100644
--- a/TitanClassic/TitanClassic.toc
+++ b/TitanClassic/TitanClassic.toc
@@ -1,7 +1,7 @@
-## Interface: 11404
-## Title: Titan Panel Classic |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic |cff00aa001.3.5.11500|r
 ## Author: Titan Panel Development Team
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat
 ## OptionalDeps: Ace3, AceGUI-3.0-SharedMediaWidgets, LibSharedMedia-3.0, LibQTip-1.0, !LibUIDropDownMenu
 ## Notes: Adds a display bar on the top and/or bottom of the screen. Allows users to show and control information/launcher plugins.
diff --git a/TitanClassic/TitanClassicUtils.lua b/TitanClassic/TitanClassicUtils.lua
index d26c8c4..2eb79e3 100644
--- a/TitanClassic/TitanClassicUtils.lua
+++ b/TitanClassic/TitanClassicUtils.lua
@@ -1790,9 +1790,9 @@ local function TitanDisplayRightClickMenu_OnLoad(self, func)
 		-- Nasty "hack", load Blizzard_Calendar if not loaded,
 		-- for it to secure init 24 dropdown menu buttons,
 		-- to avoid action blocked by tainting
-		if not IsAddOnLoaded("Blizzard_Calendar") then
-			LoadAddOn("Blizzard_Calendar")
-		end
+--		if not IsAddOnLoaded("Blizzard_Calendar") then
+--			LoadAddOn("Blizzard_Calendar")
+--		end
 		-- not good practice but there seems to be no other way to get
 		-- the actual bar (frame parent) to the dropdown implementation
 		TitanPanel_DropMenu = self
diff --git a/TitanClassic/TitanClassicVariables.lua b/TitanClassic/TitanClassicVariables.lua
index 44b2f4b..70a6783 100644
--- a/TitanClassic/TitanClassicVariables.lua
+++ b/TitanClassic/TitanClassicVariables.lua
@@ -33,7 +33,17 @@ TitanTooltipScaleSet = 0;

 -- Set Titan Version var for backwards compatibility
 TITAN_VERSION = GetAddOnMetadata(TITAN_ID, "Version") or L["TITAN_NA"]
-
+--[[	local s, e, major, minor, patch, ver = string.find(TITAN_VERSION, "(%w+)%.(%w+)%.(%w+)%.(%w+)")
+	print("ver"
+	.." s "..s..""
+	.." e "..e..""
+	.." maj "..major..""
+	.." min "..minor..""
+	.." pat "..patch..""
+	.." ver "..ver..""
+	.." ["..TITAN_VERSION.."]"
+	)
+--]]
 -- Various constants
 TITAN_PANEL_PLACE_TOP = 1;
 TITAN_PANEL_PLACE_BOTTOM = 2;
diff --git a/TitanClassicAmmo/TitanClassicAmmo.toc b/TitanClassicAmmo/TitanClassicAmmo.toc
index 8ea4c7f..08924a1 100644
--- a/TitanClassicAmmo/TitanClassicAmmo.toc
+++ b/TitanClassicAmmo/TitanClassicAmmo.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds an ammo monitor to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicAmmo.xml
\ No newline at end of file
diff --git a/TitanClassicBag/TitanClassicBag.toc b/TitanClassicBag/TitanClassicBag.toc
index f81f1b0..88e758c 100644
--- a/TitanClassicBag/TitanClassicBag.toc
+++ b/TitanClassicBag/TitanClassicBag.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicBag.xml
diff --git a/TitanClassicClock/TitanClassicClock.toc b/TitanClassicClock/TitanClassicClock.toc
index 13dbb1c..d85246b 100644
--- a/TitanClassicClock/TitanClassicClock.toc
+++ b/TitanClassicClock/TitanClassicClock.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicClock.xml
diff --git a/TitanClassicGold/TitanClassicGold.toc b/TitanClassicGold/TitanClassicGold.toc
index f9337af..e97bad8 100644
--- a/TitanClassicGold/TitanClassicGold.toc
+++ b/TitanClassicGold/TitanClassicGold.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.3.5.11500|r
 ## 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
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicGold.xml
diff --git a/TitanClassicLocation/TitanClassicLocation.toc b/TitanClassicLocation/TitanClassicLocation.toc
index 63bb178..9aa67be 100644
--- a/TitanClassicLocation/TitanClassicLocation.toc
+++ b/TitanClassicLocation/TitanClassicLocation.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicLocation.xml
diff --git a/TitanClassicLootType/TitanClassicLootType.toc b/TitanClassicLootType/TitanClassicLootType.toc
index 776943a..f8ac07b 100644
--- a/TitanClassicLootType/TitanClassicLootType.toc
+++ b/TitanClassicLootType/TitanClassicLootType.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables: TitanClassicLootTypeSaved
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicLootType.xml
diff --git a/TitanClassicPerformance/TitanClassicPerformance.toc b/TitanClassicPerformance/TitanClassicPerformance.toc
index 49a1625..44913bf 100644
--- a/TitanClassicPerformance/TitanClassicPerformance.toc
+++ b/TitanClassicPerformance/TitanClassicPerformance.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicPerformance.xml
diff --git a/TitanClassicRegen/TitanClassicRegen.toc b/TitanClassicRegen/TitanClassicRegen.toc
index b6ddb8b..12c03b4 100644
--- a/TitanClassicRegen/TitanClassicRegen.toc
+++ b/TitanClassicRegen/TitanClassicRegen.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fRegen|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fRegen|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds a regen monitor to Titan panel to show HP/MANA regen
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicRegen.xml
\ No newline at end of file
diff --git a/TitanClassicRepair/TitanClassicRepair.toc b/TitanClassicRepair/TitanClassicRepair.toc
index 98d0461..0cf91f2 100644
--- a/TitanClassicRepair/TitanClassicRepair.toc
+++ b/TitanClassicRepair/TitanClassicRepair.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.3.5.11500|r
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicRepair.xml
diff --git a/TitanClassicVolume/TitanClassicVolume.toc b/TitanClassicVolume/TitanClassicVolume.toc
index a02a21b..7d41a82 100644
--- a/TitanClassicVolume/TitanClassicVolume.toc
+++ b/TitanClassicVolume/TitanClassicVolume.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicVolume.xml
diff --git a/TitanClassicXP/TitanClassicXP.toc b/TitanClassicXP/TitanClassicXP.toc
index e22a85c..0e18561 100644
--- a/TitanClassicXP/TitanClassicXP.toc
+++ b/TitanClassicXP/TitanClassicXP.toc
@@ -1,10 +1,10 @@
-## Interface: 11404
-## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.3.4.11404|r
+## Interface: 11500
+## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.3.5.11500|r
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.3.4.11404
+## Version: 1.3.5.11500
 ## X-Child-Of: TitanClassic
 TitanClassicXP.xml