------------------------------------------------------------------------
r195 | Tuhljin | 2017-09-04 02:41:24 -0500 (Mon, 04 Sep 2017) | 4 lines
Changed paths:
   M /trunk/Overachiever.lua
   M /trunk/Overachiever.toc
   M /trunk/Overachiever_Tabs/Overachiever_Tabs.toc
   M /trunk/Overachiever_Tabs/Related.lua
   M /trunk/Overachiever_Tabs/Search.lua
   M /trunk/Overachiever_Tabs/Suggestions.lua
   M /trunk/Overachiever_Tabs/Watch.lua
   M /trunk/Overachiever_Tabs/build.lua
   M /trunk/Overachiever_Tabs/localization.lua
   M /trunk/Overachiever_Trade/Overachiever_Trade.toc
   M /trunk/Overachiever_Trade/localization.lua
   M /trunk/libs/TjAchieve.lua
   M /trunk/libs/TjOptions.lua
   M /trunk/libs/TjOptions.txt
   M /trunk/libs/TjSharedMediaDropDown/TjDropDownMenu.lua
   M /trunk/libs/TjThreads.lua
   M /trunk/localization.lua
   M /trunk/readme.txt

- Updated for WoW patch 7.3.
-- Updated TOC.
-- API function PlaySound no longer takes strings. Made the necessary changes.
- Added ability for advanced users to switch to have achievement criteria task be rushed on startup instead of being completed as a background task after entering the world (effectively acting more like it did before v0.99.8). See the the variable THROTTLE_ACHLOOKUP in Overachiever.lua. (This is a stopgap measure. A better solution is being worked on.)
------------------------------------------------------------------------
r194 | Tuhljin | 2017-06-27 03:35:52 -0500 (Tue, 27 Jun 2017) | 3 lines
Changed paths:
   M /trunk/Calendar.lua
   M /trunk/GameTip.lua
   M /trunk/Options.lua
   M /trunk/Overachiever.lua
   M /trunk/Overachiever.toc
   M /trunk/Overachiever_Tabs/Overachiever_Tabs.toc
   M /trunk/Overachiever_Trade/Overachiever_Trade.toc
   M /trunk/libs/TjAchieve.lua
   M /trunk/localization.lua
   M /trunk/readme.txt

- Holiday/Event Toasts: Added option to control the appearance of Miscellaneous toasts (such as raid release days). Disabled by default.
- Attempt to alleviate lag at startup for some users by stretching out the background work so it is less demanding each tick.
- Prevent potential temporary freeze that could occur if the kill-criteria background task is still running and the tooltip for a killable NPC is requested. Previously, the task was forced to completion in that event to ensure the tooltip would accurately display whether the NPC needs to be killed for an achievement. Now, only the data compiled so far is considered when updating the tooltip. (This means tooltips presented may be incomplete for up to several seconds after startup, depending on the achievement, particularly for players on slower machines, but this seemed preferable to the freeze since it happened regardless of whether the NPC's tooltip ultimately needed an update.)
------------------------------------------------------------------------

