r125

Details

  • Filename
    tomQuest2-r125.zip
  • Uploaded by
  • Uploaded
    Apr 30, 2009
  • Size
    353.09 KB
  • Downloads
    148
  • MD5
    91b87ccbb07ccf02d5965dff44babe9a

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r125 | gagou | 2009-04-30 21:21:48 +0000 (Thu, 30 Apr 2009) | 5 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/announce.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   D /trunk/media/wh_icon.tga
   D /trunk/media/wh_icon_hover.tga
   M /trunk/notifications.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestGivers.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tomQuest2.toc
   M /trunk/tooltips.lua

make it compatible with the scrollable branch of LibQTip (will work with both versions)
toggle announcement module with a ctrl click on the ldb objects
simplifications to tracking module
add callbacks for LibSharedMedia-3.0
enhancements to syncParty (incompatible with previous release)
------------------------------------------------------------------------
r123 | gagou | 2009-04-23 19:54:22 +0000 (Thu, 23 Apr 2009) | 1 line
Changed paths:
   M /trunk/questsInformations.lua

tweak a little bit quests informations module
------------------------------------------------------------------------
r122 | gagou | 2009-04-23 19:45:17 +0000 (Thu, 23 Apr 2009) | 6 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua

fix bugs reported by Khaira
fix bug reported by Harpz
implement coloring of quest item category
add a space between quest level and quest name
add option in quest information module to show all lightheaded comments on the same page
rename quest information module to Quests Log
------------------------------------------------------------------------
r120 | gagou | 2009-04-22 23:04:50 +0000 (Wed, 22 Apr 2009) | 1 line
Changed paths:
   M /trunk/questsInformations.lua

fix border and backdrop color not properly set in the quest information module (tomQuest2 questlog)
------------------------------------------------------------------------
r118 | gagou | 2009-04-22 22:23:54 +0000 (Wed, 22 Apr 2009) | 6 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/notifications.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/syncParty.lua
   M /trunk/tomQuest2.toc

add AceBucket-3.0 to .toc and .pkgmeta
add bag scan to find quest item and match them to a quest. (improve the quest item macro)
improve syncParty module
add check icon to tracked quests in the quest tooltip
use PlaySound in case PlaySoundFile do not work in soundNotification module (ticket 46)
Add notification for quest item starting a quest
------------------------------------------------------------------------
r116 | gagou | 2009-04-20 18:39:16 +0000 (Mon, 20 Apr 2009) | 5 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tooltips.lua

fix various bugs reported by Kal
fix for limit of tracked quests / achievements
fix for un-hiding of bliz watchframe
attempt to fix font problems
fix for local / global
------------------------------------------------------------------------
r115 | gagou | 2009-04-19 20:09:19 +0000 (Sun, 19 Apr 2009) | 2 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

fix "player" quest objective type
few other bugfix
------------------------------------------------------------------------
r113 | gagou | 2009-04-17 19:55:22 +0000 (Fri, 17 Apr 2009) | 1 line
Changed paths:
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

really fix questTooltip and questTracker chatlink insert
------------------------------------------------------------------------
r111 | gagou | 2009-04-17 19:29:26 +0000 (Fri, 17 Apr 2009) | 8 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tomQuest2.toc

enhance achievementTracker:
1) should no more display empty category / sub category
2) allow display of multiple columns for boolean achievement criterias
fix LibSharedMedia in tocfile
fix font in questsTooltip
fix chat insert in quest tracker and quest tooltip
fix bug in tagQuestLog

------------------------------------------------------------------------
r110 | gagou | 2009-04-16 20:50:38 +0000 (Thu, 16 Apr 2009) | 6 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tooltips.lua

improve options
improve quest tag customization
improve custom color
improve hiding of quest tracker and achivement tracker in combat
improve tagQuestLog Module (should fix some errors)
set quest information module active by default
------------------------------------------------------------------------
r108 | gagou | 2009-04-15 23:56:00 +0000 (Wed, 15 Apr 2009) | 1 line
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua

few bugfix
------------------------------------------------------------------------
r107 | gagou | 2009-04-15 22:50:53 +0000 (Wed, 15 Apr 2009) | 14 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/achievementTracker.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tomQuest2.toc

add missing libs to .pkgmeta and toc
enhance achievement tracker:
1) Add Achievement criterias
2) Add option to hide completed criterias
3) Keep achievement in tracker after reload
4) properly clear tracker
minor correction in tagQuestLog
should now properly track more than 10 quests
enhance quest tracker:
1) add option to track all quest on login
2) add option to show item quest icon behind quest name
Remove old 3.0 compatibility code
correct macro generation in options
correct macro generation in quest tooltip and quest tracker
------------------------------------------------------------------------
r105 | gagou | 2009-04-14 21:39:54 +0000 (Tue, 14 Apr 2009) | 8 lines
Changed paths:
   M /trunk/Bindings.xml
   M /trunk/achievementTracker.lua
   M /trunk/announce.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/notifications.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestGivers.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tomQuest2.toc
   M /trunk/tooltips.lua

update toc version
fix syncParty, tagQuestLog, tagQuestGivers module not activated
fix profiles and db versioning
fix mob tooltip display
add font outline to achievement tracker
fix key binding
add custom objectives coloring function
add option to hide default blizzard quest and achievement tracker
------------------------------------------------------------------------
r103 | gagou | 2009-04-10 20:40:09 +0000 (Fri, 10 Apr 2009) | 1 line
Changed paths:
   M /trunk/achievementTracker.lua

update localisation
------------------------------------------------------------------------
r102 | gagou | 2009-04-10 20:32:36 +0000 (Fri, 10 Apr 2009) | 5 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/announce.lua
   A /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/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/syncParty.lua
   M /trunk/tomQuest2.toc
   M /trunk/tooltips.lua

add lod config.lua
update locales
add font outline for quest tooltip and quest tracker
add default font color for tooltip and quest tracker
few bug fix
------------------------------------------------------------------------
r101 | gagou | 2009-04-09 20:27:53 +0000 (Thu, 09 Apr 2009) | 1 line
Changed paths:
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

remove debug and two minor corrections
------------------------------------------------------------------------
r99 | gagou | 2009-04-08 21:08:21 +0000 (Wed, 08 Apr 2009) | 1 line
Changed paths:
   M /trunk/tomQuest2.toc

local update
------------------------------------------------------------------------
r98 | gagou | 2009-04-08 20:58:50 +0000 (Wed, 08 Apr 2009) | 4 lines
Changed paths:
   M /trunk/Bindings.xml
   M /trunk/achievementTracker.lua
   M /trunk/announce.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/notifications.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/tooltips.lua

add 3.1 special quest item macro generation when alt right clicking a quest with a special object
add weighted quest level computation
add tracker filtering with weighted quest level
various bug fix
------------------------------------------------------------------------
r97 | gagou | 2009-04-06 21:07:47 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua

new localization correction...
------------------------------------------------------------------------
r96 | gagou | 2009-04-06 21:01:22 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/questsTracker.lua

localization fix
------------------------------------------------------------------------
r95 | gagou | 2009-04-06 20:50:44 +0000 (Mon, 06 Apr 2009) | 9 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/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestGivers.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tooltips.lua

correction to the option menu and change to localization
diminish number of created tables by quest
add separated font and font size for category / quest / quest objective in quest tooltip and quest tracker
enhance achievement tracker
add an option to only display quest of the current zone in the tracker
add option to hide zone level range in tracker and quest tooltip
add option to colorize or not quest objective counter in tracker and quest tooltip
add option to customize quest tag that will be used in quest tooltip, tracker and questlog
beginning of weighted quest level computation to later filter quest based on the weighted level
------------------------------------------------------------------------
r94 | gagou | 2009-03-31 23:51:51 +0000 (Tue, 31 Mar 2009) | 1 line
Changed paths:
   M /trunk/achievementTracker.lua

update achievement tracker for 3.1 ptr
------------------------------------------------------------------------
r93 | gagou | 2009-03-30 21:17:32 +0000 (Mon, 30 Mar 2009) | 2 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

fix bug reported by colon319
enhance a little bit achievementTracker but not tested PTR down ...
------------------------------------------------------------------------
r92 | gagou | 2009-03-29 22:53:15 +0000 (Sun, 29 Mar 2009) | 8 lines
Changed paths:
   A /trunk/achievementTracker.lua
   M /trunk/core.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/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/tomQuest2.toc
   M /trunk/tooltips.lua

attempt to fix hiding of classic blizzard notification for quest progress
Change in questsTracker module :
1) small change in tracking of objectives
2) hook WatchFrame_Update instead of QuestWatch_Update in case interface version is 30100
3) make sure we can track as much quests as needed for version 30100
add achievementTracker module:
Interface version 30100 introduce a new achievement tracking api use it to create a new tracker for achievement because the bliz WatchFrame is hidden

------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
155.98 KB Apr 30, 2009 3.1.0 26