diff --git a/Titan/Titan.toc b/Titan/Titan.toc index 6fbec08..3ef748d 100644 --- a/Titan/Titan.toc +++ b/Titan/Titan.toc @@ -1,7 +1,7 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa007.01.01.100105|r ## Author: Titan Panel Development Team -## Version: 7.01.00.100100 +## Version: 7.01.01.100105 ## SavedVariables: TitanAll, TitanSettings, TitanSkins, ServerTimeOffsets, ServerHourFormat ## Notes: Adds display bars on the top and/or bottom of the screen; also adds user placable bars. Allows users to show and control information/launcher plugins. ## X-Credits: TitanMod, Dark Imakuni, Adsertor, Titan Dev Team diff --git a/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc index d4f0f2a..bdfb001 100644 --- a/TitanBag/TitanBag.toc +++ b/TitanBag/TitanBag.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fBag|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fBag|r] |cff00aa007.01.01.100105|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: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanBag.lua diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc index 7a7a542..a60df6c 100644 --- a/TitanClock/TitanClock.toc +++ b/TitanClock/TitanClock.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fClock|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fClock|r] |cff00aa007.01.01.100105|r ## Notes: Adds a clock to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanClock.lua diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc index b4a39df..5b4dc37 100644 --- a/TitanGold/TitanGold.toc +++ b/TitanGold/TitanGold.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fGold|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fGold|r] |cff00aa007.01.01.100105|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: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanGold.lua diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc index a44828e..eb3f46c 100644 --- a/TitanLocation/TitanLocation.toc +++ b/TitanLocation/TitanLocation.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa007.01.01.100105|r ## Notes: Adds coordinates and location information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanLocation.lua diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc index ba4dbbb..a6118f6 100644 --- a/TitanLootType/TitanLootType.toc +++ b/TitanLootType/TitanLootType.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa007.01.01.100105|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: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanLootType.lua diff --git a/TitanPerformance/TitanPerformance.lua b/TitanPerformance/TitanPerformance.lua index 1d09ec5..119f4e4 100644 --- a/TitanPerformance/TitanPerformance.lua +++ b/TitanPerformance/TitanPerformance.lua @@ -20,8 +20,9 @@ local TITAN_FPS_THRESHOLD_TABLE = { Values = { 20, 30 }, Colors = { RED_FONT_COLOR, NORMAL_FONT_COLOR, GREEN_FONT_COLOR }, } +-- #1369 - PERFORMANCEBAR_LOW_LATENCY, PERFORMANCEBAR_MEDIUM_LATENCY no longer defined by WoW local TITAN_LATENCY_THRESHOLD_TABLE = { - Values = { PERFORMANCEBAR_LOW_LATENCY, PERFORMANCEBAR_MEDIUM_LATENCY }, + Values = { 300, 600 }, Colors = { GREEN_FONT_COLOR, NORMAL_FONT_COLOR, RED_FONT_COLOR }, } local TITAN_MEMORY_RATE_THRESHOLD_TABLE = { @@ -55,7 +56,7 @@ end -- ************************************************************************** function TitanPanelPerformanceButton_OnLoad(self) local notes = "" - .."Adds FPS and Garbage collection information to Titan Panel.\n" + .."Adds FPS (Frames Per Second) and Garbage collection information to Titan Panel.\n" -- .."- xxx.\n" self.registry = { id = TITAN_PERFORMANCE_ID, diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc index 2cafb6e..4857ad5 100644 --- a/TitanPerformance/TitanPerformance.toc +++ b/TitanPerformance/TitanPerformance.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa007.01.01.100105|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: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanPerformance.lua diff --git a/TitanRepair/TitanRepair.lua b/TitanRepair/TitanRepair.lua index 1850d25..0e5285b 100644 --- a/TitanRepair/TitanRepair.lua +++ b/TitanRepair/TitanRepair.lua @@ -423,6 +423,8 @@ end -- ************************************************************************** --]] local function TitanRepair_RepairItems() +-- Jul 2023 / 10.1.5 -- Button name change MerchantRepairAllIcon > MerchantRepairAllButton +-- Jul 2023 / 10.1.5 -- Button name change MerchantGuildBankRepairButtonIcon > MerchantGuildBankRepairButton debug_msg("_RepairItems") -- New RepairAll function local cost = GetRepairAllCost(); @@ -448,10 +450,10 @@ local function TitanRepair_RepairItems() .." "..FROM.." "..GUILD..".") end -- disable repair all icon in merchant - SetDesaturation(MerchantRepairAllIcon, 1); + SetDesaturation(MerchantRepairAllButton, 1); MerchantRepairAllButton:Disable(); -- disable guild bank repair all icon in merchant - SetDesaturation(MerchantGuildBankRepairButtonIcon, 1); + SetDesaturation(MerchantGuildBankRepairButton, 1); MerchantGuildBankRepairButton:Disable(); -- report repair cost to chat (optional) else @@ -474,10 +476,10 @@ local function TitanRepair_RepairItems() .." "..FROM.." "..YOU..".") end -- disable repair all icon in merchant - SetDesaturation(MerchantRepairAllIcon, 1); + SetDesaturation(MerchantRepairAllButton, 1); MerchantRepairAllButton:Disable(); -- disable guild bank repair all icon in merchant - SetDesaturation(MerchantGuildBankRepairButtonIcon, 1); + SetDesaturation(MerchantGuildBankRepairButton, 1); MerchantGuildBankRepairButton:Disable(); else DEFAULT_CHAT_FRAME:AddMessage(_G["GREEN_FONT_COLOR_CODE"]..L["TITAN_REPAIR"]..": ".."|r"..L["TITAN_REPAIR_CANNOT_AFFORD"]) diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc index fb1e472..3776ddc 100644 --- a/TitanRepair/TitanRepair.toc +++ b/TitanRepair/TitanRepair.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa007.01.01.100105|r ## 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: ## OptionalDeps: ## Dependencies: Titan -## Version: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanRepair.lua diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc index 8178b55..8f54c9c 100644 --- a/TitanVolume/TitanVolume.toc +++ b/TitanVolume/TitanVolume.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa007.01.01.100105|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: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanVolume.lua diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc index 455722b..a154832 100644 --- a/TitanXP/TitanXP.toc +++ b/TitanXP/TitanXP.toc @@ -1,10 +1,10 @@ -## Interface: 100100 -## Title: Titan Panel [|cffeda55fXP|r] |cff00aa007.01.00.100100|r +## Interface: 100105 +## Title: Titan Panel [|cffeda55fXP|r] |cff00aa007.01.01.100105|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: 7.01.00.100100 +## Version: 7.01.01.100105 ## X-Child-Of: Titan TitanXP.lua