From 0164b907ca31a47732092b1fcf2f32ac96810bda Mon Sep 17 00:00:00 2001 From: smariot Date: Thu, 24 Apr 2008 12:46:22 -0400 Subject: [PATCH] Made purge command reset the locale of the saved data, and added files for 0.44 release. --- Development/Input | 2 +- changes.txt | 11 +++++++---- help.lua | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Development/Input b/Development/Input index 08fb627..f22821a 160000 --- a/Development/Input +++ b/Development/Input @@ -1 +1 @@ -Subproject commit 08fb6271fbd035d26612d0ddaaf85f80d82ebb94 +Subproject commit f22821a6a1b8d5329610df0d0a79678676db80c0 diff --git a/changes.txt b/changes.txt index 2982af8..7a35adc 100644 --- a/changes.txt +++ b/changes.txt @@ -1,13 +1,16 @@ == Version 0.44 04/24/2008 == -* Added World Map button to disable/enable QuestHelper (Coming soon: right-click menu on this button for more control) -* Added slash command '/qh perf' to set a Performance Factor: lower is better performance (i.e. frame rate), higher is more aggressive routing/updating. +* Added World Map button to disable/enable QuestHelper. +* Added slash command '/qh perf' to set a Performance Factor: lower is better performance (i.e. frame rate), higher is more aggressive routing/updating. +* Added a right-click menu for the World Map button. It's probably only temporary and isn't translated. * Made menus smaller, and they are no longer scaled when showing/hiding. -* /qh locale Now prints the language, and will accept just the language code (en, de, es, etc.) -* Includes a submitted translation for Danish, as there isn't a Danish version of Warcraft, you'll need to select it using the /qh locale command in order to use it. +* '/qh locale' Now prints the language, and will accept just the language code (en, de, es, etc.) +* Includes a submitted translation for Danish, as there isn't a Danish version of Warcraft, you'll need to select it using the '/qh locale' command in order to use it. * Includes an updated translations for German and Spanish. * Made the Spanish translations for Mexico reference the Spanish translations for Spain. * Possibly fixed passing a boolean to math.max in questlog.lua. +* '/qh locale' Now prints the language, and will accept just the language code (en, de, es, etc.) +* '/qh purge' will now reset the locale of the saved data, so you can use it if you change the language of your client. * When using Cartographer Waypoints, if LibRock or LibBabble are missing, QuestHelper will avoid trying to use them to translate the zone name. This will probably still work if you're using an English client, otherwise your best best would be to make sure Cartographer is up to date. == Version 0.43 04/08/2008 == diff --git a/help.lua b/help.lua index 5e3a5c3..8f69c48 100644 --- a/help.lua +++ b/help.lua @@ -136,6 +136,7 @@ function QuestHelper:Purge(code) QuestHelper_Objectives = {} QuestHelper_FlightInstructors = {} QuestHelper_FlightRoutes = {} + QuestHelper_Locale = GetLocale() QuestHelper_UID = self:CreateUID() ReloadUI() else -- 2.11.4.GIT