diff --git a/Titan/Titan.toc b/Titan/Titan.toc index aa9b4f3..5b8b947 100644 --- a/Titan/Titan.toc +++ b/Titan/Titan.toc @@ -1,7 +1,7 @@ ## Interface: 80200 -## Title: Titan Panel |cff00aa005.18.0.80200|r +## Title: Titan Panel |cff00aa005.18.1.80200|r ## Author: Titan Panel Development Team -## Version: 5.18.0.80200 +## Version: 5.18.1.80200 ## 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/TitanBag/TitanBag.toc b/TitanBag/TitanBag.toc index 8a3686c..0ee04fd 100644 --- a/TitanBag/TitanBag.toc +++ b/TitanBag/TitanBag.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fBag|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanBag.xml diff --git a/TitanClock/TitanClock.toc b/TitanClock/TitanClock.toc index 443a797..bd1586b 100644 --- a/TitanClock/TitanClock.toc +++ b/TitanClock/TitanClock.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fClock|r] |cff00aa005.18.1.80200|r ## Notes: Adds a clock to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanClock.xml diff --git a/TitanGold/TitanGold.toc b/TitanGold/TitanGold.toc index 2bc728e..6b69cbe 100644 --- a/TitanGold/TitanGold.toc +++ b/TitanGold/TitanGold.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fGold|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanGold.xml diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua index 246201c..8348c6e 100755 --- a/TitanLocation/TitanLocation.lua +++ b/TitanLocation/TitanLocation.lua @@ -114,7 +114,7 @@ function TitanPanelLocationButton_GetButtonText(id) if (TitanGetVar(TITAN_LOCATION_ID, "ShowZoneText")) then if (TitanUtils_ToString(button.subZoneText) == '') then if (button.zoneText == '') then - _, _, button.zoneText = C_Map.GetMapInfo(C_Map.GetBestMapUnit("player")); + local _, _, button.zoneText = C_Map.GetMapInfo(C_Map.GetBestMapUnit("player")); end locationText = TitanUtils_ToString(button.zoneText)..' '..locationText; else @@ -237,13 +237,13 @@ function TitanPanelLocationButton_OnClick(self, button) local activeWindow = ChatEdit_GetActiveWindow(); if ( activeWindow ) then if (TitanGetVar(TITAN_LOCATION_ID, "CoordsFormat1")) then - message = TitanUtils_ToString(self.zoneText).." ".. + local message = TitanUtils_ToString(self.zoneText).." ".. format(L["TITAN_LOCATION_FORMAT"], 100 * self.px, 100 * self.py); elseif (TitanGetVar(TITAN_LOCATION_ID, "CoordsFormat2")) then - message = TitanUtils_ToString(self.zoneText).." ".. + local message = TitanUtils_ToString(self.zoneText).." ".. format(L["TITAN_LOCATION_FORMAT2"], 100 * self.px, 100 * self.py); elseif (TitanGetVar(TITAN_LOCATION_ID, "CoordsFormat3")) then - message = TitanUtils_ToString(self.zoneText).." ".. + local message = TitanUtils_ToString(self.zoneText).." ".. format(L["TITAN_LOCATION_FORMAT3"], 100 * self.px, 100 * self.py); end activeWindow:Insert(message); @@ -455,6 +455,7 @@ function TitanMapFrame_OnUpdate(self, elapsed) -- Determine the text to show for player coords + local cursorLocationText, playerLocationText; self.px, self.py = TitanPanelGetPlayerMapPosition(); if self.px == nil then self.px = 0 end if self.py == nil then self.py = 0 end @@ -474,7 +475,6 @@ function TitanMapFrame_OnUpdate(self, elapsed) -- Determine the text to show for cursor coords -- calc cursor position on the map - local cursorLocationText, playerLocationText; local x, y = GetCursorPosition(); --[[if WorldMapFrame:IsMaximized() then x, y = WorldMapFrame:GetNormalizedCursorPosition(); diff --git a/TitanLocation/TitanLocation.toc b/TitanLocation/TitanLocation.toc index 8113afb..608289f 100644 --- a/TitanLocation/TitanLocation.toc +++ b/TitanLocation/TitanLocation.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fLocation|r] |cff00aa005.18.1.80200|r ## Notes: Adds coordinates and location information to Titan Panel ## Author: Titan Panel Development Team (http://www.titanpanel.org) ## SavedVariables: ## OptionalDeps: ## Dependencies: Titan -## Version: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanLocation.xml diff --git a/TitanLootType/TitanLootType.toc b/TitanLootType/TitanLootType.toc index ac50842..38ab60e 100644 --- a/TitanLootType/TitanLootType.toc +++ b/TitanLootType/TitanLootType.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fLootType|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanLootType.xml diff --git a/TitanPerformance/TitanPerformance.toc b/TitanPerformance/TitanPerformance.toc index ba32972..caa9e95 100644 --- a/TitanPerformance/TitanPerformance.toc +++ b/TitanPerformance/TitanPerformance.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fPerformance|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanPerformance.xml diff --git a/TitanRepair/TitanRepair.toc b/TitanRepair/TitanRepair.toc index a66ef32..45a4e41 100644 --- a/TitanRepair/TitanRepair.toc +++ b/TitanRepair/TitanRepair.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fRepair|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanRepair.xml diff --git a/TitanVolume/TitanVolume.toc b/TitanVolume/TitanVolume.toc index c8095d1..9e20a17 100644 --- a/TitanVolume/TitanVolume.toc +++ b/TitanVolume/TitanVolume.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fVolume|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanVolume.xml diff --git a/TitanXP/TitanXP.toc b/TitanXP/TitanXP.toc index 00b2652..7a528ca 100644 --- a/TitanXP/TitanXP.toc +++ b/TitanXP/TitanXP.toc @@ -1,10 +1,10 @@ ## Interface: 80200 -## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.18.0.80200|r +## Title: Titan Panel [|cffeda55fXP|r] |cff00aa005.18.1.80200|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: 5.18.0.80200 +## Version: 5.18.1.80200 ## X-Child-Of: Titan TitanXP.xml