r245

Details

  • Filename
    tomQuest2-r245.zip
  • Uploaded by
  • Uploaded
    Oct 19, 2009
  • Size
    390.31 KB
  • Downloads
    40
  • MD5
    d08ef33a1e69488fc0d25dfcf8bd4ec3

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r245 | gagou | 2009-10-19 20:55:46 +0000 (Mon, 19 Oct 2009) | 4 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/questsTracker.lua

use ItemId instead of ItemString as key in item table
add a special item table for custom items
add "Water Bucket" item to the custom item so it can be used with tomQuest2 special items macro
change timer format function in achievement and quests tracker
------------------------------------------------------------------------
r244 | gagou | 2009-10-13 06:05:20 +0000 (Tue, 13 Oct 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua
   M /trunk/tomQuest2.toc
   M /trunk/tomQuest2_Config/config.lua
   A /trunk/tomQuest2_Config/libs
   M /trunk/tomQuest2_Config/tomQuest2_Config.toc

change a few things to tomQuest2 config library loading
change player_level_up event registration
------------------------------------------------------------------------
r242 | gagou | 2009-10-06 20:40:05 +0000 (Tue, 06 Oct 2009) | 1 line
Changed paths:
   M /trunk/core.lua

add debug output in case objective type unknown
------------------------------------------------------------------------
r240 | gagou | 2009-10-04 22:42:20 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/core.lua

add debug for one problem
------------------------------------------------------------------------
r239 | gagou | 2009-10-04 21:53:14 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/questsGivers.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tomQuest2_Config/config.lua
   M /trunk/tomQuest2_Config/tomQuest2_Config.toc
   M /trunk/tooltips.lua

fix some leaked globals
------------------------------------------------------------------------
r237 | gagou | 2009-10-01 19:05:58 +0000 (Thu, 01 Oct 2009) | 2 lines
Changed paths:
   M /trunk/dailyTooltip.lua
   M /trunk/questsTracker.lua

fix daily quest tooltip for time problem and ticket #88
fix questTracker error when multiple addon using AddQuestWatch / RemoveQuestWatch
------------------------------------------------------------------------
r235 | gagou | 2009-09-30 23:24:19 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/locales/enUS.lua
   M /trunk/questsTooltip.lua
   M /trunk/tomQuest2.toc

few fixes to latest alpha
------------------------------------------------------------------------
r234 | gagou | 2009-09-30 23:17:25 +0000 (Wed, 30 Sep 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/achievementTracker.lua
   M /trunk/announce.lua
   D /trunk/config.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/locales/deDE.lua
   M /trunk/locales/enUS.lua
   M /trunk/locales/esES.lua
   M /trunk/locales/esMX.lua
   M /trunk/locales/frFR.lua
   M /trunk/locales/koKR.lua
   M /trunk/locales/ruRU.lua
   M /trunk/locales/zhCN.lua
   M /trunk/locales/zhTW.lua
   M /trunk/notifications.lua
   M /trunk/questsGivers.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tomQuest2.toc
   A /trunk/tomQuest2_Config
   A /trunk/tomQuest2_Config/config.lua
   A /trunk/tomQuest2_Config/locales
   A /trunk/tomQuest2_Config/locales/deDE.lua
   A /trunk/tomQuest2_Config/locales/enUS.lua
   A /trunk/tomQuest2_Config/locales/esES.lua
   A /trunk/tomQuest2_Config/locales/esMX.lua
   A /trunk/tomQuest2_Config/locales/frFR.lua
   A /trunk/tomQuest2_Config/locales/koKR.lua
   A /trunk/tomQuest2_Config/locales/ruRU.lua
   A /trunk/tomQuest2_Config/locales/zhCN.lua
   A /trunk/tomQuest2_Config/locales/zhTW.lua
   A /trunk/tomQuest2_Config/tomQuest2_Config.toc
   M /trunk/tooltips.lua

moving config to a separate Load On Demand addon
rework localization files to cut down memory usage
------------------------------------------------------------------------
r232 | gagou | 2009-09-27 22:47:21 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/tooltips.lua

fix for RantTooltip
------------------------------------------------------------------------
r230 | gagou | 2009-09-27 16:19:32 +0000 (Sun, 27 Sep 2009) | 3 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/notifications.lua
   M /trunk/tooltips.lua

fix double notification (bliz and tomQuest2) for some language
probable fix for C stack overflow error in tooltip module
fix in achievement module
------------------------------------------------------------------------
r228 | gagou | 2009-09-25 22:16:48 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/tooltips.lua

fix and enhancements to the tooltip module
------------------------------------------------------------------------
r226 | gagou | 2009-09-22 10:49:26 +0000 (Tue, 22 Sep 2009) | 2 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/questsTracker.lua

add achievement icon to tradeskill UI for "The Northrend Gourmet" and "The Outland Gourmet" achievement (telling in a meal has already been cooked) currently supported tradeskill mods are default bliz, skillet, advanced tradeskill window and MrTrader
add config options to configure achievement tooltips and tradeskill UI modifications in achievement tracker panel
------------------------------------------------------------------------
r225 | gagou | 2009-09-20 22:51:19 +0000 (Sun, 20 Sep 2009) | 2 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/tooltips.lua

fix to quests Tracker
add achievement info to the mob and item tooltip
------------------------------------------------------------------------
r224 | gagou | 2009-09-20 02:08:58 +0000 (Sun, 20 Sep 2009) | 2 lines
Changed paths:
   M /trunk/questsTracker.lua

change to questsTracker libQTip custom provider
correction to timed quests in the quests tracker
------------------------------------------------------------------------
r222 | gagou | 2009-09-17 18:40:06 +0000 (Thu, 17 Sep 2009) | 2 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/announce.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/notifications.lua
   M /trunk/questsGivers.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/tooltips.lua

remove some unneeded local and functions
few tweaks
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
193.27 KB Oct 19, 2009 3.2.0 9