Quantcast

- Fixed WorldMapFrame controls being covered by the top bar. Titan Panel now goes behind the WorldMap until closed.

HonorGoG [08-18-18 - 23:50]
- Fixed WorldMapFrame controls being covered by the top bar. Titan Panel now goes behind the WorldMap until closed.
Filename
Titan/Titan.toc
Titan/TitanMovable.lua
TitanBag/TitanBag.toc
TitanClock/TitanClock.toc
TitanGold/TitanGold.toc
TitanLocation/TitanLocation.toc
TitanLootType/TitanLootType.toc
TitanPerformance/TitanPerformance.toc
TitanRepair/TitanRepair.toc
TitanVolume/TitanVolume.toc
TitanXP/TitanXP.toc
diff --git a/Titan/Titan.toc b/Titan/Titan.toc
index 451084a..66f0210 100644
--- a/Titan/Titan.toc
+++ b/Titan/Titan.toc
@@ -1,7 +1,7 @@
 ## Interface: 80000
-## Title: Titan Panel |cff00aa005.14.4.80000|r
+## Title: Titan Panel |cff00aa005.14.5.80000|r
 ## Author: Titan Development Team
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## 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/Titan/TitanMovable.lua b/Titan/TitanMovable.lua
index ca5ab23..caa80e8 100755
--- a/Titan/TitanMovable.lua
+++ b/Titan/TitanMovable.lua
@@ -299,16 +299,11 @@ function TitanMovableFrame_MoveFrames(position)

 	-- move them...
 	if not InCombatLockdown() then
---[[ Urnati - A bit of a kludge by DDCorkum.  This scales the WorldMapFrame but will not
-fix the issue if there are two bars at the top.  There should be a programatic solution
-to this rather than simple scaling.]]
-		-- modification by DDCorkum to shrink the maximized world map in WoW 8.0 Battle for Azeroth
-			if (WorldMapFrame:IsShown() and WorldMapFrame:IsMaximized()) then
-				WorldMapFrame:ClearAllPoints();
-				WorldMapFrame:SetScale(0.94)
-				WorldMapFrame:SetPoint("CENTER",UIParent,"CENTER",0,0);
-			end
-		-- end modification by DDCorkum
+		if (WorldMapFrame:IsShown() and WorldMapFrame:IsMaximized()) then
+			TitanVariables_SetPanelStrata("LOW")
+		else
+			TitanVariables_SetPanelStrata(TitanPanelGetVar("FrameStrata"))
+		end
 		local adj_frame = true
 		for index, value in pairs(TitanMovable) do
 			adj_frame = true -- assume the frame is to be adjusted
@@ -768,12 +763,9 @@ function TitanMovable_SecureFrames()
 --		TitanPanelAce:SecureHook(OverrideActionBar, "Show", Titan_ManageFramesTest1) -- HelpFrame.xml
 --		TitanPanelAce:SecureHook(OverrideActionBar, "Hide", Titan_ManageFramesTest1) -- HelpFrame.xml
 		TitanPanelAce:SecureHook("UpdateContainerFrameAnchors", Titan_ContainerFrames_Relocate) -- ContainerFrame.lua
+		TitanPanelAce:SecureHook(WorldMapFrame.BorderFrame.MaximizeMinimizeFrame.MinimizeButton, "Show", Titan_Hook_Adjust_Both) -- WorldMapFrame.lua
+		TitanPanelAce:SecureHook(WorldMapFrame, "Show", Titan_Hook_Adjust_Both) -- WorldMapFrame.lua
 		TitanPanelAce:SecureHook(WorldMapFrame, "Hide", Titan_Hook_Adjust_Both) -- WorldMapFrame.lua
---[[ Urnati - Another quick kludge by DDCorkum.  This hooks the WorldMapFrame.]]
-		-- modification by DDCorkum to shrink the maximized world map in WoW 8.0 Battle for Azeroth
-					TitanPanelAce:SecureHook(WorldMapFrame.BorderFrame.MaximizeMinimizeFrame.MinimizeButton, "Show", Titan_Hook_Adjust_Both) -- WorldMapFrame.lua
-					TitanPanelAce:SecureHook(WorldMapFrame, "Show", Titan_Hook_Adjust_Both) -- WorldMapFrame.lua
-		-- end modification by DDCorkum
 		TitanPanelAce:SecureHook("BuffFrame_Update", Titan_Hook_Adjust_Both) -- BuffFrame.lua
 	end

diff --git a/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc
index 755d270..9b51a41 100644
--- a/TitanBag/TitanBag.toc
+++ b/TitanBag/TitanBag.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanBag.xml
diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc
index 9d75151..2e71c85 100644
--- a/TitanClock/TitanClock.toc
+++ b/TitanClock/TitanClock.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanClock.xml
diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc
index 1190c7b..8a2eb23 100644
--- a/TitanGold/TitanGold.toc
+++ b/TitanGold/TitanGold.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.14.5.80000|r
 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis.
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables: GoldSave
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanGold.xml
diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc
index 6b558aa..c01d332 100644
--- a/TitanLocation/TitanLocation.toc
+++ b/TitanLocation/TitanLocation.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanLocation.xml
diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc
index b8b5986..7a59c3d 100644
--- a/TitanLootType/TitanLootType.toc
+++ b/TitanLootType/TitanLootType.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanLootType.xml
diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc
index 26895bf..337329d 100644
--- a/TitanPerformance/TitanPerformance.toc
+++ b/TitanPerformance/TitanPerformance.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanPerformance.xml
diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc
index 5afbc76..afd4533 100644
--- a/TitanRepair/TitanRepair.toc
+++ b/TitanRepair/TitanRepair.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.14.5.80000|r
 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanRepair.xml
diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc
index e9c1b3d..06afde2 100644
--- a/TitanVolume/TitanVolume.toc
+++ b/TitanVolume/TitanVolume.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanVolume.xml
diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc
index 87b4e22..bb931e0 100644
--- a/TitanXP/TitanXP.toc
+++ b/TitanXP/TitanXP.toc
@@ -1,10 +1,10 @@
 ## Interface: 80000
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.14.4.80000|r
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.14.5.80000|r
 ## Notes: Adds information to Titan Panel about XP earned and time to level
 ## Author: Titan Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 5.14.4.80000
+## Version: 5.14.5.80000
 ## X-Child-Of: Titan
 TitanXP.xml