From 1092294dd764f40ab36a4327f3d8ea35294b73f7 Mon Sep 17 00:00:00 2001 From: HonorGoG Date: Wed, 7 Feb 2024 00:46:10 -0800 Subject: [PATCH] - Updated TOC for 1.15.1 release of WoWCE. - TitanRepair: Added new process for showing repair costs with better formatting. --- Titan/locale/Localization.lua | 2 ++ TitanAmmo/TitanAmmo_Vanilla.toc | 2 +- TitanBag/TitanBag_Vanilla.toc | 2 +- TitanClassic/TitanClassic_Vanilla.toc | 2 +- TitanClock/TitanClock_Vanilla.toc | 2 +- TitanGold/TitanGold_Vanilla.toc | 2 +- TitanLocation/TitanLocation_Vanilla.toc | 2 +- TitanLootType/TitanLootType_Vanilla.toc | 2 +- TitanPerformance/TitanPerformance_Vanilla.toc | 2 +- TitanRegen/TitanRegen_Vanilla.toc | 2 +- TitanRepair/TitanRepair.lua | 10 ++++++---- TitanRepair/TitanRepair_Vanilla.toc | 2 +- TitanVolume/TitanVolume_Vanilla.toc | 2 +- TitanXP/TitanXP_Vanilla.toc | 2 +- 14 files changed, 20 insertions(+), 16 deletions(-) diff --git a/Titan/locale/Localization.lua b/Titan/locale/Localization.lua index fe52d8f..bd145e7 100644 --- a/Titan/locale/Localization.lua +++ b/Titan/locale/Localization.lua @@ -460,6 +460,8 @@ L["TITAN_REPAIR_LOCALE_TOOLTIPOPTIONS"] = "Tooltip"; L["TITAN_REPAIR_LOCALE_UNDAMAGED"] = "Show Undamaged Items"; L["TITAN_REPAIR_LOCALE_WHOLESCANINPROGRESS"] = "Updating..."; L["TITAN_REPAIR_REPORT_COST_CHAT"] = "Repair cost was "; +L["TITAN_REPAIR_REPORT_COST_CHAT_GUILD"] = "Repair cost was %s from guild."; +L["TITAN_REPAIR_REPORT_COST_CHAT_YOU"] = "Repair cost was %s from you."; L["TITAN_REPAIR_REPORT_COST_MENU"] = "Report Repair Cost to Chat"; L["TITAN_REPAIR_SHOW_TOTAL"] = "Show Total"; L["TITAN_REPAIR"] = "Titan Repair"; diff --git a/TitanAmmo/TitanAmmo_Vanilla.toc b/TitanAmmo/TitanAmmo_Vanilla.toc index 42d7525..865d571 100644 --- a/TitanAmmo/TitanAmmo_Vanilla.toc +++ b/TitanAmmo/TitanAmmo_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fAmmo|r] |cff00aa008.0.1|r ## Version: 8.0.1 ## Notes: Adds an ammo monitor to Titan Panel - Classic versions only diff --git a/TitanBag/TitanBag_Vanilla.toc b/TitanBag/TitanBag_Vanilla.toc index 94686ad..796a30a 100644 --- a/TitanBag/TitanBag_Vanilla.toc +++ b/TitanBag/TitanBag_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fBag|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds bag and free slot information to Titan Panel diff --git a/TitanClassic/TitanClassic_Vanilla.toc b/TitanClassic/TitanClassic_Vanilla.toc index 1ca17ed..9a2ae55 100644 --- a/TitanClassic/TitanClassic_Vanilla.toc +++ b/TitanClassic/TitanClassic_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55f_Core_|r] |cff00aa008.0.4|r ## Author: Titan Panel Dev Team ## Version: 8.0.4 diff --git a/TitanClock/TitanClock_Vanilla.toc b/TitanClock/TitanClock_Vanilla.toc index b393149..3cadf79 100644 --- a/TitanClock/TitanClock_Vanilla.toc +++ b/TitanClock/TitanClock_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fClock|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds a clock to Titan Panel diff --git a/TitanGold/TitanGold_Vanilla.toc b/TitanGold/TitanGold_Vanilla.toc index 94037af..d9bbad2 100644 --- a/TitanGold/TitanGold_Vanilla.toc +++ b/TitanGold/TitanGold_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fGold|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Keeps track of all gold held by a player's toons on a per server/faction basis. diff --git a/TitanLocation/TitanLocation_Vanilla.toc b/TitanLocation/TitanLocation_Vanilla.toc index b260acc..c761eef 100644 --- a/TitanLocation/TitanLocation_Vanilla.toc +++ b/TitanLocation/TitanLocation_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds coordinates and location information to Titan Panel diff --git a/TitanLootType/TitanLootType_Vanilla.toc b/TitanLootType/TitanLootType_Vanilla.toc index eb8e55d..96d1ccb 100644 --- a/TitanLootType/TitanLootType_Vanilla.toc +++ b/TitanLootType/TitanLootType_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds group loot and instance difficulty information to Titan Panel diff --git a/TitanPerformance/TitanPerformance_Vanilla.toc b/TitanPerformance/TitanPerformance_Vanilla.toc index fc2fcab..dccc0bd 100644 --- a/TitanPerformance/TitanPerformance_Vanilla.toc +++ b/TitanPerformance/TitanPerformance_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds FPS and Garbage collection information to Titan Panel diff --git a/TitanRegen/TitanRegen_Vanilla.toc b/TitanRegen/TitanRegen_Vanilla.toc index ef668b4..909311a 100644 --- a/TitanRegen/TitanRegen_Vanilla.toc +++ b/TitanRegen/TitanRegen_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fRegen|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds a regen monitor to Titan Panel to show HP/MANA regen - Classic versions only diff --git a/TitanRepair/TitanRepair.lua b/TitanRepair/TitanRepair.lua index f2ba0e1..d319785 100644 --- a/TitanRepair/TitanRepair.lua +++ b/TitanRepair/TitanRepair.lua @@ -703,8 +703,9 @@ Realized the Disable also changes the button so the DeSat is redundent if TitanGetVar(TITAN_REPAIR_ID,"AutoRepairReport") then -- report repair cost to chat (optional) DEFAULT_CHAT_FRAME:AddMessage(_G["GREEN_FONT_COLOR_CODE"]..L["TITAN_REPAIR"]..": ".."|r" - ..L["TITAN_REPAIR_REPORT_COST_CHAT"]..GetTextGSC(cost).."|r" - .." "..FROM.." "..GUILD..".") + ..format(L["TITAN_REPAIR_REPORT_COST_CHAT_GUILD"], GetTextGSC(cost)).."\n") +-- ..L["TITAN_REPAIR_REPORT_COST_CHAT"]..GetTextGSC(cost).."|r" +-- .." "..FROM.." "..GUILD..".") end -- disable repair all icon in merchant MerchantRepairAllButton:Disable(); @@ -730,8 +731,9 @@ Realized the Disable also changes the button so the DeSat is redundent -- report repair cost to chat (optional) if TitanGetVar(TITAN_REPAIR_ID,"AutoRepairReport") then DEFAULT_CHAT_FRAME:AddMessage(_G["GREEN_FONT_COLOR_CODE"]..L["TITAN_REPAIR"]..": ".."|r" - ..L["TITAN_REPAIR_REPORT_COST_CHAT"]..GetTextGSC(cost) - .." "..FROM.." "..YOU..".") + ..format(L["TITAN_REPAIR_REPORT_COST_CHAT_YOU"], GetTextGSC(cost)).."\n") +-- ..L["TITAN_REPAIR_REPORT_COST_CHAT"]..GetTextGSC(cost) +-- .." "..FROM.." "..YOU..".") end -- disable repair all icon in merchant MerchantRepairAllButton:Disable(); diff --git a/TitanRepair/TitanRepair_Vanilla.toc b/TitanRepair/TitanRepair_Vanilla.toc index 387cd4b..40e32ca 100644 --- a/TitanRepair/TitanRepair_Vanilla.toc +++ b/TitanRepair/TitanRepair_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Provides a configurable durability display. Also adds the ability to auto repair items and inventory at vendors. Adds selling of grey items. diff --git a/TitanVolume/TitanVolume_Vanilla.toc b/TitanVolume/TitanVolume_Vanilla.toc index 290939a..b2ae290 100644 --- a/TitanVolume/TitanVolume_Vanilla.toc +++ b/TitanVolume/TitanVolume_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds a volume control icon on your Titan Bar diff --git a/TitanXP/TitanXP_Vanilla.toc b/TitanXP/TitanXP_Vanilla.toc index 58399ac..658da6f 100644 --- a/TitanXP/TitanXP_Vanilla.toc +++ b/TitanXP/TitanXP_Vanilla.toc @@ -1,4 +1,4 @@ -## Interface: 11500 +## Interface: 11501 ## Title: Titan Panel [|cffeda55fXP|r] |cff00aa008.0.4|r ## Version: 8.0.4 ## Notes: Adds information to Titan Panel about XP earned and time to level -- 1.7.9.5