Quantcast

- Update TOC for 10.00.05

urnati [02-01-23 - 01:35]
- Update TOC for 10.00.05
- Minor fix on load
Filename
Titan/Titan.toc
Titan/TitanConfig.lua
Titan/TitanPanel.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 ba8696b..1e04b7f 100644
--- a/Titan/Titan.toc
+++ b/Titan/Titan.toc
@@ -1,7 +1,7 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa006.00.11.100005|r
 ## Author: Titan Panel Development Team
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## 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/TitanConfig.lua b/Titan/TitanConfig.lua
index 9695d6b..c23aede 100644
--- a/Titan/TitanConfig.lua
+++ b/Titan/TitanConfig.lua
@@ -29,10 +29,15 @@ Highlight - notes. tips. and details
 local notes = ""
 	..TitanUtils_GetRedText("NOTE : ")
 	..TitanUtils_GetNormalText(""
-		.."Currently the menu & bag frame and the status / xp frame are NOT adjustable via edit mode. In the Titan Configuration for Bottom Bars you may adjust the menu & bag frame and the status / xp frame *vertically only*.\n"
-		.."On PTR the menu & bag frame and the status / xp frame ARE adjustable via edit mode. This adjustment will be removed in a future release.\n"
+		.."The menu & bag frame and the status / xp frame ARE adjustable via edit mode in 10.00.05. The ability to adjust the menu & bag frame and the status / xp frame *vertically only* will be removed soon.\n"
 		)
 local changes = ""
+	..TitanUtils_GetGoldText("6.00.12.100005 : 2023/01/31\n")
+	..TitanUtils_GetGreenText("Titan : \n")
+	..TitanUtils_GetHighlightText(""
+		.."- Update TOC\n"
+		.."- Update Titan settings once on load.\n"
+		)
 	..TitanUtils_GetGoldText("6.00.11.100002 : 2023/01/31\n")
 	..TitanUtils_GetGreenText("TitanRepair : \n")
 	..TitanUtils_GetHighlightText(""
@@ -90,17 +95,6 @@ local changes = ""
 	..TitanUtils_GetHighlightText(""
 		.."- Quick fix for repair pop up.\n"
 		)
-	.."\n\n"
-	..TitanUtils_GetGoldText("6.00.08.100002  : 2022/12/01\n")
-	..TitanUtils_GetGreenText("TitanRepair rewritten - Notable changes: \n")
-	..TitanUtils_GetHighlightText(""
-		.."- See plugin notes.\n"
-		)
-	..TitanUtils_GetGreenText("TitanPanel\n")
-	..TitanUtils_GetHighlightText(""
-		.."- Added change log / notes in About config.\n"
-		.."- Added notes section to each plugin - Configuration > Plugins > <each plugin>.\n"
-		)

 TITAN_PANEL_CONFIG = {
 	topic = {
diff --git a/Titan/TitanPanel.lua b/Titan/TitanPanel.lua
index d9a26a5..3a0dd28 100644
--- a/Titan/TitanPanel.lua
+++ b/Titan/TitanPanel.lua
@@ -301,6 +301,7 @@ function TitanPanel_PlayerEnteringWorld()
 	if Titan__InitializedPEW then
 		-- Currently no additional steps needed
 	else
+--[[ moved addon loaded
 		-- Get Profile and Saved Vars
 		TitanVariables_InitTitanSettings();

@@ -308,7 +309,7 @@ function TitanPanel_PlayerEnteringWorld()
 		if not TitanAllGetVar("Silenced") then
 			TitanPrint("", "header")
 		end
-
+--]]
 		if not ServerTimeOffsets then
 			ServerTimeOffsets = {};
 		end
@@ -438,7 +439,9 @@ function TitanPanelBarButton:ADDON_LOADED(addon)
 --			local VERSION = TitanPanel_GetVersion();
 --			local POS = strfind(VERSION," - ");
 --			VERSION = strsub(VERSION,1,POS-1);
-			TitanPrint("", "header")
+			if not TitanAllGetVar("Silenced") then
+				TitanPrint("", "header")
+			end

 			if not ServerTimeOffsets then
 				ServerTimeOffsets = {};
diff --git a/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc
index 9ec3576..4a9f7c0 100644
--- a/TitanBag/TitanBag.toc
+++ b/TitanBag/TitanBag.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fBag|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fBag|r] |cff00aa006.00.11.100005|r
 ## Notes: Adds bag and free slot information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanBag.lua
diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc
index c70c5ab..cf89ef9 100644
--- a/TitanClock/TitanClock.toc
+++ b/TitanClock/TitanClock.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fClock|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fClock|r] |cff00aa006.00.11.100005|r
 ## Notes: Adds a clock to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanClock.lua
diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc
index fd5e6e0..b9a9e72 100644
--- a/TitanGold/TitanGold.toc
+++ b/TitanGold/TitanGold.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fGold|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fGold|r] |cff00aa006.00.11.100005|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: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanGold.lua
diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc
index a4e82e6..c47cd15 100644
--- a/TitanLocation/TitanLocation.toc
+++ b/TitanLocation/TitanLocation.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa006.00.11.100005|r
 ## Notes: Adds coordinates and location information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanLocation.lua
diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc
index 467101a..ac21dd7 100644
--- a/TitanLootType/TitanLootType.toc
+++ b/TitanLootType/TitanLootType.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa006.00.11.100005|r
 ## Notes: Adds group loot and instance difficulty information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanLootType.lua
diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc
index b6abcc1..6f2dfda 100644
--- a/TitanPerformance/TitanPerformance.toc
+++ b/TitanPerformance/TitanPerformance.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa006.00.11.100005|r
 ## Notes: Adds FPS and Garbage collection information to Titan Panel
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanPerformance.lua
diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc
index 0b480b9..3fc0ade 100644
--- a/TitanRepair/TitanRepair.toc
+++ b/TitanRepair/TitanRepair.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa006.00.11.100005|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: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanRepair.lua
diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc
index bc87b15..093dc03 100644
--- a/TitanVolume/TitanVolume.toc
+++ b/TitanVolume/TitanVolume.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa006.00.07.23.7.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa006.00.07.23.7.100005|r
 ## Notes: Adds a volume control icon on your Titan Bar
 ## Author: Titan Panel Development Team (http://www.titanpanel.org)
 ## SavedVariables:
 ## OptionalDeps:
 ## Dependencies: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanVolume.lua
diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc
index fbe44b7..0f70393 100644
--- a/TitanXP/TitanXP.toc
+++ b/TitanXP/TitanXP.toc
@@ -1,10 +1,10 @@
-## Interface: 100002
-## Title: Titan Panel [|cffeda55fXP|r] |cff00aa006.00.11.100002|r
+## Interface: 100005
+## Title: Titan Panel [|cffeda55fXP|r] |cff00aa006.00.11.100005|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: Titan
-## Version: 6.00.11.100002
+## Version: 6.00.12.100005
 ## X-Child-Of: Titan
 TitanXP.lua