Quantcast

- TitanClassicLocation: Removed IsMaximized check for world map as that doesn't exist in Classic.

HonorGoG [08-11-19 - 19:58]
- TitanClassicLocation: Removed IsMaximized check for world map as that doesn't exist in Classic.
- Renamed "Titan Development Team" to "Titan Panel Development Team" within all .lua files.
- Fixed GetAddOnMetadata error that was using "Titan" instead of "TitanClassic".
- Updated toc for this patch.
Filename
TitanClassic/TitanClassic.toc
TitanClassic/TitanClassicUtils.lua
TitanClassicAmmo/TitanClassicAmmo.lua
TitanClassicAmmo/TitanClassicAmmo.toc
TitanClassicBag/TitanClassicBag.lua
TitanClassicBag/TitanClassicBag.toc
TitanClassicClock/TitanClassicClock.lua
TitanClassicClock/TitanClassicClock.toc
TitanClassicGold/TitanClassicGold.lua
TitanClassicGold/TitanClassicGold.toc
TitanClassicLocation/TitanClassicLocation.lua
TitanClassicLocation/TitanClassicLocation.toc
TitanClassicLootType/TitanClassicLootType.lua
TitanClassicLootType/TitanClassicLootType.toc
TitanClassicPerformance/TitanClassicPerformance.lua
TitanClassicPerformance/TitanClassicPerformance.toc
TitanClassicRepair/TitanClassicRepair.lua
TitanClassicRepair/TitanClassicRepair.toc
TitanClassicVolume/TitanClassicVolume.toc
TitanClassicXP/TitanClassicXP.lua
TitanClassicXP/TitanClassicXP.toc
diff --git a/TitanClassic/TitanClassic.toc b/TitanClassic/TitanClassic.toc
index d6ea8d6..8aa6ca9 100644
--- a/TitanClassic/TitanClassic.toc
+++ b/TitanClassic/TitanClassic.toc
@@ -1,7 +1,7 @@
 ## Interface: 11302
-## Title: Titan Panel Classic |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic |cff00aa001.0.2.11302|r
 ## Author: Titan Panel Development Team
-## Version: 1.0.1.11302
+## Version: 1.0.2.11302
 ## 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 4419f3b..9989488 100644
--- a/TitanClassic/TitanClassicUtils.lua
+++ b/TitanClassic/TitanClassicUtils.lua
@@ -2,7 +2,7 @@
 NAME: TitanUtils.lua
 DESC: This file contains various utility routines used by Titan and routines available to plugin developers.
 --]]
-TITAN_ID = "Titan"
+TITAN_ID = "TitanClassic"
 TITAN_DEBUG_ARRAY_MAX = 100
 TITAN_PANEL_NONMOVABLE_PLUGINS = {};
 TITAN_PANEL_MENU_FUNC_HIDE = "TitanPanelRightClickMenu_Hide";
@@ -1859,7 +1859,6 @@ function TitanPrint(message, msg_type)
 		pre = ""
 	elseif msg_type == "header" then
 		local ver = TitanPanel_GetVersion()
-		ver = "1.0.0.11302"
 		pre = TitanUtils_GetGoldText(L["TITAN_PANEL"])
 			..TitanUtils_GetGreenText(" "..ver)
 			..TitanUtils_GetGoldText(L["TITAN_PANEL_VERSION_INFO"]
diff --git a/TitanClassicAmmo/TitanClassicAmmo.lua b/TitanClassicAmmo/TitanClassicAmmo.lua
index 048bd89..bfd503b 100644
--- a/TitanClassicAmmo/TitanClassicAmmo.lua
+++ b/TitanClassicAmmo/TitanClassicAmmo.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanAmmo.lua
 -- *
--- * By: Titan Development Team
+-- * By: Titan Panel Development Team
 -- **************************************************************************
 -- 2019 Aug - reverted and updated for Classic
 --
diff --git a/TitanClassicAmmo/TitanClassicAmmo.toc b/TitanClassicAmmo/TitanClassicAmmo.toc
index 7b4018c..b3f775d 100644
--- a/TitanClassicAmmo/TitanClassicAmmo.toc
+++ b/TitanClassicAmmo/TitanClassicAmmo.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fAmmo|r] |cff00aa001.0.2.11302|r
 ## Notes: Adds an ammo monitor to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicAmmo.xml
\ No newline at end of file
diff --git a/TitanClassicBag/TitanClassicBag.lua b/TitanClassicBag/TitanClassicBag.lua
index f77afc4..515677d 100644
--- a/TitanClassicBag/TitanClassicBag.lua
+++ b/TitanClassicBag/TitanClassicBag.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanBag.lua
 -- *
--- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Development Team
+-- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
diff --git a/TitanClassicBag/TitanClassicBag.toc b/TitanClassicBag/TitanClassicBag.toc
index 6c0a732..a9064bb 100644
--- a/TitanClassicBag/TitanClassicBag.toc
+++ b/TitanClassicBag/TitanClassicBag.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fBag|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicBag.xml
diff --git a/TitanClassicClock/TitanClassicClock.lua b/TitanClassicClock/TitanClassicClock.lua
index 8da85ec..285c398 100644
--- a/TitanClassicClock/TitanClassicClock.lua
+++ b/TitanClassicClock/TitanClassicClock.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanClock.lua
 -- *
--- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Development Team
+-- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
diff --git a/TitanClassicClock/TitanClassicClock.toc b/TitanClassicClock/TitanClassicClock.toc
index 3e07305..80da916 100644
--- a/TitanClassicClock/TitanClassicClock.toc
+++ b/TitanClassicClock/TitanClassicClock.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fClock|r] |cff00aa001.0.2.11302|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicClock.xml
diff --git a/TitanClassicGold/TitanClassicGold.lua b/TitanClassicGold/TitanClassicGold.lua
index 52b9bdf..da1715c 100644
--- a/TitanClassicGold/TitanClassicGold.lua
+++ b/TitanClassicGold/TitanClassicGold.lua
@@ -1,6 +1,6 @@
 --[[
 -- **************************************************************************
--- * Updates for the new TitanPanel: Titan Development Team
+-- * Updates for the new TitanPanel: Titan Panel Development Team
 -- * 2010 Jul : Started from Titan Gold Tracker to create this Titan version
 -- **************************************************************************
 --]]
diff --git a/TitanClassicGold/TitanClassicGold.toc b/TitanClassicGold/TitanClassicGold.toc
index 1151c6c..67f230e 100644
--- a/TitanClassicGold/TitanClassicGold.toc
+++ b/TitanClassicGold/TitanClassicGold.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fGold|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicGold.xml
diff --git a/TitanClassicLocation/TitanClassicLocation.lua b/TitanClassicLocation/TitanClassicLocation.lua
index 15cb8c8..26eac53 100755
--- a/TitanClassicLocation/TitanClassicLocation.lua
+++ b/TitanClassicLocation/TitanClassicLocation.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanLocation.lua
 -- *
--- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Development Team
+-- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
@@ -395,10 +395,12 @@ end
 -- **************************************************************************
 function TitanPanelLocationButton_ToggleLocationOnMap()
 	TitanToggleVar(TITAN_LOCATION_ID, "ShowCoordsOnMap");
-	if (TitanGetVar(TITAN_LOCATION_ID, "ShowCoordsOnMap")) then
-		TitanMapPlayerLocation:Show();
-	else
-		TitanMapPlayerLocation:Hide();
+	if (TitanMapPlayerLocation~=nil) then
+		if (TitanGetVar(TITAN_LOCATION_ID, "ShowCoordsOnMap")) then
+			TitanMapPlayerLocation:Show();
+		else
+			TitanMapPlayerLocation:Hide();
+		end
 	end
 end

@@ -514,13 +516,8 @@ function TitanMapFrame_OnUpdate(self, elapsed)
 	TitanMapPlayerLocation:ClearAllPoints()
 	TitanMapCursorLocation:ClearAllPoints()

-	if WorldMapFrame:IsMaximized() then
-		TitanMapPlayerLocation:SetPoint("TOPRIGHT", WorldMapFrame, "TOPRIGHT", -10, -28)
-		TitanMapCursorLocation:SetPoint("TOPRIGHT", WorldMapFrame, "TOPRIGHT", -10, -43)
-	else
-		TitanMapPlayerLocation:SetPoint("TOPRIGHT", WorldMapFrame, "TOPRIGHT", -50, -5)
-		TitanMapCursorLocation:SetPoint("TOPLEFT", WorldMapFrame, "TOPLEFT", 95, -5)
-	end
+	TitanMapPlayerLocation:SetPoint("TOPRIGHT", WorldMapFrame, "TOPRIGHT", -10, -28)
+	TitanMapCursorLocation:SetPoint("TOPRIGHT", WorldMapFrame, "TOPRIGHT", -10, -43)
 end

 -- **************************************************************************
diff --git a/TitanClassicLocation/TitanClassicLocation.toc b/TitanClassicLocation/TitanClassicLocation.toc
index d0244fc..180a501 100644
--- a/TitanClassicLocation/TitanClassicLocation.toc
+++ b/TitanClassicLocation/TitanClassicLocation.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fLocation|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicLocation.xml
diff --git a/TitanClassicLootType/TitanClassicLootType.lua b/TitanClassicLootType/TitanClassicLootType.lua
index 6ff6506..da365ff 100644
--- a/TitanClassicLootType/TitanClassicLootType.lua
+++ b/TitanClassicLootType/TitanClassicLootType.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanLootType.lua
 -- *
--- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Development Team
+-- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
@@ -15,7 +15,7 @@ TitanLootMethod["roundrobin"] = {text = L["TITAN_LOOTTYPE_ROUND_ROBIN"]};
 TitanLootMethod["master"] = {text = L["TITAN_LOOTTYPE_MASTER_LOOTER"]};
 TitanLootMethod["group"] = {text = L["TITAN_LOOTTYPE_GROUP_LOOT"]};
 TitanLootMethod["needbeforegreed"] = {text = L["TITAN_LOOTTYPE_NEED_BEFORE_GREED"]};
-TitanLootMethod["personalloot"] = {text = L["TITAN_LOOTTYPE_PERSONAL"]};
+--TitanLootMethod["personalloot"] = {text = L["TITAN_LOOTTYPE_PERSONAL"]};

 -- ******************************** Variables *******************************

diff --git a/TitanClassicLootType/TitanClassicLootType.toc b/TitanClassicLootType/TitanClassicLootType.toc
index 679bf76..50d720e 100644
--- a/TitanClassicLootType/TitanClassicLootType.toc
+++ b/TitanClassicLootType/TitanClassicLootType.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fLootType|r] |cff00aa001.0.2.11302|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: TitanClassic
-## Version: 1.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicLootType.xml
diff --git a/TitanClassicPerformance/TitanClassicPerformance.lua b/TitanClassicPerformance/TitanClassicPerformance.lua
index 4568a80..7396c1a 100644
--- a/TitanClassicPerformance/TitanClassicPerformance.lua
+++ b/TitanClassicPerformance/TitanClassicPerformance.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanPerformance.lua
 -- *
--- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Development Team
+-- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
diff --git a/TitanClassicPerformance/TitanClassicPerformance.toc b/TitanClassicPerformance/TitanClassicPerformance.toc
index e2caa0b..fea3593 100644
--- a/TitanClassicPerformance/TitanClassicPerformance.toc
+++ b/TitanClassicPerformance/TitanClassicPerformance.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fPerformance|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicPerformance.xml
diff --git a/TitanClassicRepair/TitanClassicRepair.lua b/TitanClassicRepair/TitanClassicRepair.lua
index b601438..a5c6fca 100644
--- a/TitanClassicRepair/TitanClassicRepair.lua
+++ b/TitanClassicRepair/TitanClassicRepair.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanRepair.lua
 -- *
--- * By: Adsertor, Archarodim and the Titan Development Team
+-- * By: Adsertor, Archarodim and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
diff --git a/TitanClassicRepair/TitanClassicRepair.toc b/TitanClassicRepair/TitanClassicRepair.toc
index 77f0815..e145207 100644
--- a/TitanClassicRepair/TitanClassicRepair.toc
+++ b/TitanClassicRepair/TitanClassicRepair.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fRepair|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicRepair.xml
diff --git a/TitanClassicVolume/TitanClassicVolume.toc b/TitanClassicVolume/TitanClassicVolume.toc
index 34ba01b..e3bd921 100644
--- a/TitanClassicVolume/TitanClassicVolume.toc
+++ b/TitanClassicVolume/TitanClassicVolume.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fVolume|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicVolume.xml
diff --git a/TitanClassicXP/TitanClassicXP.lua b/TitanClassicXP/TitanClassicXP.lua
index 2ecb0cc..a8270e7 100644
--- a/TitanClassicXP/TitanClassicXP.lua
+++ b/TitanClassicXP/TitanClassicXP.lua
@@ -1,7 +1,7 @@
 -- **************************************************************************
 -- * TitanXP.lua
 -- *
--- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Development Team
+-- * By: TitanMod, Dark Imakuni, Adsertor and the Titan Panel Development Team
 -- **************************************************************************

 -- ******************************** Constants *******************************
diff --git a/TitanClassicXP/TitanClassicXP.toc b/TitanClassicXP/TitanClassicXP.toc
index 7be8e9b..cab27df 100644
--- a/TitanClassicXP/TitanClassicXP.toc
+++ b/TitanClassicXP/TitanClassicXP.toc
@@ -1,10 +1,10 @@
 ## Interface: 11302
-## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.0.1.11302|r
+## Title: Titan Panel Classic [|cffeda55fXP|r] |cff00aa001.0.2.11302|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.0.1.11302
+## Version: 1.0.2.11302
 ## X-Child-Of: TitanClassic
 TitanClassicXP.xml