DailyQuestViewer-r75297

Details

  • Filename
    DailyQuestViewer-r75297.zip
  • Uploaded by
  • Uploaded
    May 27, 2008
  • Size
    115.77 KB
  • Downloads
    13
  • MD5
    2510743a87d2471d83875992f91b8712

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r75297 | Chingerayl | 2008-05-27 19:28:47 -0400 (Tue, 27 May 2008) | 5 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   M /trunk/DailyQuestViewer/Localization/enUS/Quests.lua
   M /trunk/DailyQuestViewer/Localization/enUS/UI.lua
   M /trunk/DailyQuestViewer/Localization/koKR/Quests.lua
   M /trunk/DailyQuestViewer/Localization/koKR/UI.lua
   M /trunk/DailyQuestViewer/Localization/zhCN/Quests.lua
   M /trunk/DailyQuestViewer/Localization/zhCN/UI.lua
   M /trunk/DailyQuestViewer/Localization/zhTW/Quests.lua
   M /trunk/DailyQuestViewer/Localization/zhTW/UI.lua

DailyQuestViewer:
- Removed test locale
- Added revision numbers to individual localization files to aid translators.

------------------------------------------------------------------------
r75296 | Chingerayl | 2008-05-27 19:25:39 -0400 (Tue, 27 May 2008) | 3 lines
Changed paths:
   D /trunk/DailyQuestViewer/Localization/TestLocale

DailyQuestViewer:
- Removed Test locale

------------------------------------------------------------------------
r75295 | Chingerayl | 2008-05-27 19:15:06 -0400 (Tue, 27 May 2008) | 6 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   A /trunk/DailyQuestViewer/Init.lua
   A /trunk/DailyQuestViewer/Localization/Localization.lua
   A /trunk/DailyQuestViewer/Localization/QuestsChangeLog.txt
   A /trunk/DailyQuestViewer/Localization/TestLocale
   A /trunk/DailyQuestViewer/Localization/TestLocale/QuestsAndUI.lua
   A /trunk/DailyQuestViewer/Localization/UiChangeLog.txt
   M /trunk/DailyQuestViewer/Localization/enUS/Quests.lua
   M /trunk/DailyQuestViewer/Localization/enUS/UI.lua
   M /trunk/DailyQuestViewer/Localization/koKR/Quests.lua
   M /trunk/DailyQuestViewer/Localization/koKR/UI.lua
   M /trunk/DailyQuestViewer/Localization/zhCN/Quests.lua
   M /trunk/DailyQuestViewer/Localization/zhCN/UI.lua
   M /trunk/DailyQuestViewer/Localization/zhTW/Quests.lua
   M /trunk/DailyQuestViewer/Localization/zhTW/UI.lua
   M /trunk/DailyQuestViewer/Quests.lua

DailyQuestViewer:
- Complete refactoring of localization engine:
-- People translating addon no longer have to throw in any conditional logic.
-- Localizations now cascade from english down to whichever locale the client is running.  If a string is untranslated, it will now roll back to English to prevent an error.
-- Added QuestsChangeLog.txt and UiChangeLog.txt to log which strings in the English version were changed and why, to help translators know what has to change.

------------------------------------------------------------------------
r73938 | 7destiny | 2008-05-15 05:32:17 -0400 (Thu, 15 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   A /trunk/DailyQuestViewer/Localization/koKR
   A /trunk/DailyQuestViewer/Localization/koKR/Quests.lua
   A /trunk/DailyQuestViewer/Localization/koKR/UI.lua

DailyQuestViewer:
- add koKR local
------------------------------------------------------------------------
r73533 | wang | 2008-05-11 22:50:55 -0400 (Sun, 11 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   A /trunk/DailyQuestViewer/Localization/zhCN
   A /trunk/DailyQuestViewer/Localization/zhCN/Quests.lua
   A /trunk/DailyQuestViewer/Localization/zhCN/UI.lua
   A /trunk/DailyQuestViewer/Localization/zhTW
   A /trunk/DailyQuestViewer/Localization/zhTW/Quests.lua
   A /trunk/DailyQuestViewer/Localization/zhTW/UI.lua

DailyQuestViewer:
- add zhCN&zhTW local
------------------------------------------------------------------------
r73514 | Chingerayl | 2008-05-11 19:09:54 -0400 (Sun, 11 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   M /trunk/DailyQuestViewer/DailyTracker.lua

DailyQuestViewer:
- Now automatically requests current dailies immediately upon loading the addon, instead of the first time the user opens the frame.
------------------------------------------------------------------------
r73479 | Chingerayl | 2008-05-11 14:32:16 -0400 (Sun, 11 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc

DailyQuestViewer:
- Fixed typo that suddenly caused user settings to not save properly.
------------------------------------------------------------------------
r73407 | Chingerayl | 2008-05-10 21:11:47 -0400 (Sat, 10 May 2008) | 3 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   M /trunk/DailyQuestViewer/DailyTrackerFrame.lua

DailyQuestViewer:
- Fixed issue where tooltip would appear saying your addon was out of date when you actually have the latest version.
- Note that, now that I'm releasing this, the tooltip appearing is no longer a bug in the previous version :P.
------------------------------------------------------------------------
r73159 | Chingerayl | 2008-05-08 20:50:06 -0400 (Thu, 08 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   M /trunk/DailyQuestViewer/DailyTrackerFrame.lua
   M /trunk/DailyQuestViewer/DailyTrackerFrame.xml
   M /trunk/DailyQuestViewer/Localization/enUS/UI.lua

DailyQuestViewer:
- Added tooltip explaining whether your version is compatible or not to version check.
------------------------------------------------------------------------
r73113 | Chingerayl | 2008-05-08 11:44:39 -0400 (Thu, 08 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc
   M /trunk/DailyQuestViewer/DailyTracker.lua

DailyQuestViewer:
- Updated version number to 0.2
------------------------------------------------------------------------
r73112 | Chingerayl | 2008-05-08 11:39:49 -0400 (Thu, 08 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/Comm.lua

DailyQuestViewer:
- Changed Protocol version from a number to a string, to re-enable backwards compatibility between DailyQuestTracker and DailyQuestViewer.
------------------------------------------------------------------------
r73057 | Chingerayl | 2008-05-08 00:36:23 -0400 (Thu, 08 May 2008) | 5 lines
Changed paths:
   M /trunk/DailyQuestViewer/Comm.lua
   M /trunk/DailyQuestViewer/DailyTracker.lua
   M /trunk/DailyQuestViewer/DailyTrackerButton.xml
   M /trunk/DailyQuestViewer/DailyTrackerFrame.lua
   M /trunk/DailyQuestViewer/DailyTrackerFrame.xml
   M /trunk/DailyQuestViewer/Localization/enUS/UI.lua

DailyQuestViewer:
- Protocol versioning system implemented to enable me to easily break backwards compatibility when necessary.
- Backwards compatibility broken with DailyQuestTracker.
- Added a version checking system.  The latest version will be displayed in the DailyViewer frame when different than yours.  If it's in green, the your version is compatible with the newest version and may remain.  If in red, the newest version is incompatible with yours, and you should upgrade as soon as possible.
- Version checking is only partially tested, as it's somewhat difficult to test version checking when you always have the latest version :)
------------------------------------------------------------------------
r73050 | Chingerayl | 2008-05-07 21:13:56 -0400 (Wed, 07 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer

DailyQuestViewer:
- Updated default commit message
------------------------------------------------------------------------
r73049 | Chingerayl | 2008-05-07 21:11:58 -0400 (Wed, 07 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyQuestViewer.toc

DailyQuestViewer:
- Corrected case of the libs folder in the TOC
------------------------------------------------------------------------
r73048 | Chingerayl | 2008-05-07 21:09:12 -0400 (Wed, 07 May 2008) | 3 lines
Changed paths:
   M /trunk/DailyQuestViewer/DailyTrackerButton.xml

DailyQuestViewer:
- Updated file reference in the minimap icon to the new addon install directory.

------------------------------------------------------------------------
r73046 | Chingerayl | 2008-05-07 21:01:34 -0400 (Wed, 07 May 2008) | 2 lines
Changed paths:
   D /trunk/DailyQuestTracker
   A /trunk/DailyQuestViewer (from /trunk/DailyQuestTracker:73045)

DailyQuestViewer:
- Renamed SVN branch from "DailyQuestTracker" to its new name, "DailyQuestViewer".
------------------------------------------------------------------------
r73045 | Chingerayl | 2008-05-07 21:01:00 -0400 (Wed, 07 May 2008) | 2 lines
Changed paths:
   D /trunk/DailyQuestTracker/DailyQuestTracker.toc
   A /trunk/DailyQuestTracker/DailyQuestViewer.toc (from /trunk/DailyQuestTracker/DailyQuestTracker.toc:73044

DailyQuestTracker:
- Renamed DailyQuestTracker.toc to DailyQuestViewer.toc
------------------------------------------------------------------------
r73044 | Chingerayl | 2008-05-07 20:57:59 -0400 (Wed, 07 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyQuestTracker.toc
   M /trunk/DailyQuestTracker/DailyTracker.lua
   M /trunk/DailyQuestTracker/DailyTrackerButton.xml
   M /trunk/DailyQuestTracker/DailyTrackerFrame.xml
   M /trunk/DailyQuestTracker/Localization/enUS/UI.lua

DailyQuestTracker:
- Replaced references of "Daily Quest Tracker" with the addon's new name, "Daily Quest Viewer"
------------------------------------------------------------------------
r72806 | Chingerayl | 2008-05-05 19:12:24 -0400 (Mon, 05 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTracker.lua

DailyQuestTracker:
- Fixed bug where a (noncritical) error would occur upon loading.
------------------------------------------------------------------------
r72690 | Chingerayl | 2008-05-04 18:01:49 -0400 (Sun, 04 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/Comm.lua
   M /trunk/DailyQuestTracker/DailyTrackerFrame.xml

DailyQuestTracker:
- Frame now displays the number of unique user names sighted (mainly for my own personal use).
------------------------------------------------------------------------
r72674 | Chingerayl | 2008-05-04 16:07:41 -0400 (Sun, 04 May 2008) | 4 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTracker.lua
   M /trunk/DailyQuestTracker/DailyTrackerButton.lua
   M /trunk/DailyQuestTracker/DailyTrackerButton.xml
   M /trunk/DailyQuestTracker/DailyTrackerFrame.lua
   M /trunk/DailyQuestTracker/DailyTrackerFrame.xml

DailyQuestTracker:
- Clicking on the minimap icon now toggles the frame instead of always trying to display it.
- Right clicking on the minimap icon will no longer bring up the frame.
- Frame now displays the current revision number of DailyQuestTracker.
------------------------------------------------------------------------
r72672 | Chingerayl | 2008-05-04 15:43:41 -0400 (Sun, 04 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTracker.lua

DailyQuestTracker:
- Testing embedded revision number.
------------------------------------------------------------------------
r72663 | Chingerayl | 2008-05-04 15:02:19 -0400 (Sun, 04 May 2008) | 3 lines
Changed paths:
   A /trunk/DailyQuestTracker/DailyTrackerButton.lua
   A /trunk/DailyQuestTracker/DailyTrackerButton.xml
   M /trunk/DailyQuestTracker/Images/mm_icon.tga

DailyQuestTracker:
- Fixed issue with minimap icon not appearing.
- Minimap icon now renders in blue instead of green.
------------------------------------------------------------------------
r72654 | Chingerayl | 2008-05-04 13:21:20 -0400 (Sun, 04 May 2008) | 3 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyQuestTracker.toc
   M /trunk/DailyQuestTracker/DailyTracker.lua
   A /trunk/DailyQuestTracker/Images
   A /trunk/DailyQuestTracker/Images/mm_icon.tga
   M /trunk/DailyQuestTracker/Localization/enUS/UI.lua

DailyQuestTracker:
- Added a minimap icon to toggle the DailyTracker frame.
- Implemented AceDB to save variables (currently just debug mode and minimap icon position) between sessions.
------------------------------------------------------------------------
r72581 | Chingerayl | 2008-05-03 22:43:29 -0400 (Sat, 03 May 2008) | 4 lines
Changed paths:
   M /trunk/DailyQuestTracker/Comm.lua
   M /trunk/DailyQuestTracker/DailyTrackerFrame.lua
   M /trunk/DailyQuestTracker/Localization/enUS/Quests.lua
   M /trunk/DailyQuestTracker/Timer.lua

DailyQuestTracker:
- Botanica Normal Daily now correctly identified as "Sunseeker Channelers".
- Removed tick debug text from Timer.lua
- User will no longer have to press "Refresh" to get the most recent dailies.  The window will now automatically grab the latest dailies when it's displayed.
------------------------------------------------------------------------
r72490 | Chingerayl | 2008-05-02 21:50:23 -0400 (Fri, 02 May 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/Comm.lua

DailyQuestTracker:
- Fixed issue with error in ReceiveDailyResponse
------------------------------------------------------------------------
r72273 | Chingerayl | 2008-04-30 22:34:47 -0400 (Wed, 30 Apr 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyQuestTracker.toc

DailyQuestTracker:
- Removed credits for now.
------------------------------------------------------------------------
r72272 | Chingerayl | 2008-04-30 22:31:20 -0400 (Wed, 30 Apr 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTrackerFrame.lua
   M /trunk/DailyQuestTracker/DailyTrackerFrame.xml
   M /trunk/DailyQuestTracker/Localization/enUS/Quests.lua
   M /trunk/DailyQuestTracker/Localization/enUS/UI.lua

DailyQuestTracker:
- Support added for Daily Battlegrounds quests.
------------------------------------------------------------------------
r72009 | Chingerayl | 2008-04-28 19:17:49 -0400 (Mon, 28 Apr 2008) | 2 lines
Changed paths:
   D /trunk/DailyQuestTracker/DailyTracker.toc

DailyQuestTracker:
- Removed DailyTracker.toc
------------------------------------------------------------------------
r72008 | Chingerayl | 2008-04-28 19:16:30 -0400 (Mon, 28 Apr 2008) | 2 lines
Changed paths:
   A /trunk/DailyQuestTracker/DailyQuestTracker.toc (from /trunk/DailyQuestTracker/DailyTracker.toc:72006

DailyQuestTracker:
- Renamed DailyTracker.toc to DailyQuestTracker.toc
------------------------------------------------------------------------
r71961 | Chingerayl | 2008-04-28 12:11:36 -0400 (Mon, 28 Apr 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTracker.toc
   M /trunk/DailyQuestTracker/DailyTrackerFrame.xml

DailyQuestTracker:
- More TOC changes
------------------------------------------------------------------------
r71855 | Chingerayl | 2008-04-27 19:51:52 -0400 (Sun, 27 Apr 2008) | 3 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTracker.toc
   M /trunk/DailyQuestTracker/DailyTrackerFrame.xml

DailyQuestTracker:
- TOC metadata updated.
- DailyTrackerFrame.xml structure changed (automatically by AddOn Studio)
------------------------------------------------------------------------
r71850 | Chingerayl | 2008-04-27 19:13:50 -0400 (Sun, 27 Apr 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker/DailyTracker.toc

DailyQuestTracker:
- Replaced TOC file that AddOnStudio generates with the current custom one I made.
------------------------------------------------------------------------
r71848 | Chingerayl | 2008-04-27 19:09:09 -0400 (Sun, 27 Apr 2008) | 2 lines
Changed paths:
   M /trunk/DailyQuestTracker

DailyQuestTracker:
- Basic SVN properties changes.
------------------------------------------------------------------------
r71847 | Chingerayl | 2008-04-27 18:58:40 -0400 (Sun, 27 Apr 2008) | 2 lines
Changed paths:
   A /trunk/DailyQuestTracker
   A /trunk/DailyQuestTracker/Comm.lua
   A /trunk/DailyQuestTracker/DailyTracker.lua
   A /trunk/DailyQuestTracker/DailyTracker.toc
   A /trunk/DailyQuestTracker/DailyTrackerFrame.lua
   A /trunk/DailyQuestTracker/DailyTrackerFrame.xml
   A /trunk/DailyQuestTracker/Localization
   A /trunk/DailyQuestTracker/Localization/enUS
   A /trunk/DailyQuestTracker/Localization/enUS/Quests.lua
   A /trunk/DailyQuestTracker/Localization/enUS/UI.lua
   A /trunk/DailyQuestTracker/Quests.lua
   A /trunk/DailyQuestTracker/Timer.lua

DailyQuestTracker: initial commit
- Utilizes AceComm background communication to allow users to see the daily random quests without having to visit the quest givers.
------------------------------------------------------------------------

Additional Files