r92

Details

  • Filename
    tomQuest2-r92.zip
  • Uploaded by
  • Uploaded
    Mar 29, 2009
  • Size
    290.11 KB
  • Downloads
    94
  • MD5
    b570806634d3f873cd9ec84b3d38ad76

Supported WoW Retail Versions

  • 3.0.9

Changelog

------------------------------------------------------------------------
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

------------------------------------------------------------------------
r90 | gagou | 2009-03-26 22:32:32 +0000 (Thu, 26 Mar 2009) | 6 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/notifications.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua

Enhancement of quests tracker:
1) complete rework of quests tracking, better way of tracking quests by zone
2) do not add quest to tracker at first pass
Enhancement of syncParty:
send all message are send in "BULK" mode to make sure they are received in the same order they are sent

------------------------------------------------------------------------
r88 | gagou | 2009-03-24 23:20:08 +0000 (Tue, 24 Mar 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/notifications.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua

fix a few bugs for party quests zone
------------------------------------------------------------------------
r86 | gagou | 2009-03-23 21:11:50 +0000 (Mon, 23 Mar 2009) | 1 line
Changed paths:
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

fix bugs in tracker and tooltip in case the quest is hidden by collapsing in the bliz questlog
------------------------------------------------------------------------
r85 | gagou | 2009-03-23 20:57:29 +0000 (Mon, 23 Mar 2009) | 7 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/notifications.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua
   M /trunk/tooltips.lua

When collapsing bliz questlog header keep the quests in tomQuest2 questlog
enhance questsTracker module:
1) add autotrack by zone
2) add auto collapse/expand quests tracker zone on zone change
3) add autotrack by class
fix bug when overing questsTooltip and questsTracker
add Echo Quest Accepted, Turned In, and Abandoned (ticket 36)
------------------------------------------------------------------------
r83 | gagou | 2009-03-21 18:13:19 +0000 (Sat, 21 Mar 2009) | 1 line
Changed paths:
   M /trunk/Bindings.xml
   M /trunk/core.lua

fix keybinding error
------------------------------------------------------------------------
r82 | gagou | 2009-03-21 17:51:04 +0000 (Sat, 21 Mar 2009) | 3 lines
Changed paths:
   A /trunk/Bindings.xml
   M /trunk/core.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

fix ticket 34 and 35
add key binding to toggle quest tracker (see Blizz default key binding interface to set your key)
add option to automatically track quest when accepted
------------------------------------------------------------------------
r80 | gagou | 2009-03-20 23:39:55 +0000 (Fri, 20 Mar 2009) | 1 line
Changed paths:
   M /trunk/tomQuest2.toc

import latest localization
------------------------------------------------------------------------
r79 | gagou | 2009-03-20 23:31:29 +0000 (Fri, 20 Mar 2009) | 12 lines
Changed paths:
   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/tomQuest2.toc
   M /trunk/tooltips.lua

Correct the questTooltip hide by replacing OnLeave with a OnUpdate script (temporary hack until better fix is found)

Improve questsInformations module:
1) add quest objectives link clicking on questInformations module
2) enhance frame creation in questsInformations module

Improve MobMap support:
1) add questObjectives mouseover support to shop mob droprate for items
2) add mob to kill estimation on mob tooltip

Correct tocfile
Improve general file module layout for better readability
------------------------------------------------------------------------
r78 | gagou | 2009-03-20 01:06:38 +0000 (Fri, 20 Mar 2009) | 2 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/questsInformations.lua
   M /trunk/tomQuest2.toc
   M /trunk/tooltips.lua

bugfix in questsInformations module
early support for mob tooltip with mobmap item droprate integration
------------------------------------------------------------------------
r77 | gagou | 2009-03-19 12:04:17 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
   M /trunk/questsTracker.lua
   M /trunk/tomQuest2.toc

fix tocfile and tracker display quest by zone
------------------------------------------------------------------------
r75 | gagou | 2009-03-19 01:55:50 +0000 (Thu, 19 Mar 2009) | 2 lines
Changed paths:
   M /trunk/questsInformations.lua
   M /trunk/syncParty.lua

cancel timer when needed
correct two possible nil errors with questsInformations module
------------------------------------------------------------------------
r74 | gagou | 2009-03-19 00:59:07 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

correct questsTooltip and questsTracker module for cartographer questInfo and MobMap
------------------------------------------------------------------------
r73 | gagou | 2009-03-19 00:51:48 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
   M /trunk/announce.lua

change to localization and announce module
------------------------------------------------------------------------
r72 | gagou | 2009-03-19 00:04:18 +0000 (Thu, 19 Mar 2009) | 1 line
Changed paths:
   A /trunk/announce.lua

add announce file...
------------------------------------------------------------------------
r71 | gagou | 2009-03-19 00:03:32 +0000 (Thu, 19 Mar 2009) | 2 lines
Changed paths:
   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/tomQuest2.toc

add Announce module to send chat message to party for progress notifications.
update locale for new module
------------------------------------------------------------------------
r70 | gagou | 2009-03-18 23:14:15 +0000 (Wed, 18 Mar 2009) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/tomQuest2.toc

modify .pkgmeta and tocfile to add AceGUI-3.0-SharedMediaWidgets and reflect recent changes in LibQTip-1.0 repository changes
Modify options to hide unneeded options in option panel
add color picker to questInformations for background and border
remove default anchor position to questsTooltip module
------------------------------------------------------------------------
r69 | gagou | 2009-03-16 20:56:10 +0000 (Mon, 16 Mar 2009) | 2 lines
Changed paths:
   M /trunk/questsTooltip.lua

update localization and shorten keys for cartographer quest info and mobmap
add the option to hide interractivity hints at the bottom of the quest tooltip
------------------------------------------------------------------------
r68 | gagou | 2009-03-16 19:16:21 +0000 (Mon, 16 Mar 2009) | 7 lines
Changed paths:
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/tomQuest2.toc

Correct tocfile for lib version
Add support for cartographer_questinfo in questTooltip and questTracker module (Thanks Hyunkal for the idea):
1) middle click on quest objective to open objective in cartographer
2) ctrl-middle on quest objective click to open start npc
3) shift-middle on quest objective click to open end npc
Add support for MobMap in questsTooltip and questsTracker modules (thanks Farook for the Idea):
Middle click on quest objective to open objective with mobmap
------------------------------------------------------------------------
r67 | gagou | 2009-03-16 09:53:38 +0000 (Mon, 16 Mar 2009) | 1 line
Changed paths:
   M /trunk/questsInformations.lua
   M /trunk/tomQuest2.toc

small bugfix in questInformations module
------------------------------------------------------------------------
r65 | gagou | 2009-03-15 15:53:28 +0000 (Sun, 15 Mar 2009) | 1 line
Changed paths:
   M /trunk/questsInformations.lua

small bugfix in questsInformations module
------------------------------------------------------------------------
r64 | gagou | 2009-03-15 15:37:40 +0000 (Sun, 15 Mar 2009) | 9 lines
Changed paths:
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua
   M /trunk/tomQuest2.toc

update questsInformations module:
1)Add button to close frame, to share quest and to abandon quest
2)enhance the option panel to dynamically change the font options in the questlog and lightheaded frame

Add autotrack of daily quest option

Shift click the quest ldb module will show / hide the quest tracker when the module is active

update localization and credits in the toc file
------------------------------------------------------------------------
r62 | gagou | 2009-03-15 00:40:52 +0000 (Sun, 15 Mar 2009) | 1 line
Changed paths:
   M /trunk/tomQuest2.toc

pull latest localization
------------------------------------------------------------------------
r61 | gagou | 2009-03-15 00:25:47 +0000 (Sun, 15 Mar 2009) | 10 lines
Changed paths:
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/syncParty.lua

completely changed questsInformations module to improve QuestLog and LightHeaded support:
1) Add option to enable / disable QuestLog and LightHeaded
2) Add option for attachment and position of LightHeaded and Questlog (frame can be attached or independant)
3) Add clickable and over link support in QuestLog and LightHeaded frame (tomtom and cartographer waypoint support)
4) Add objectives to the QuestLog frame

Register more sound with LibSharedMedia in the soundnotifications module
small change and bugfixes in the questsTracker and syncparty module
attempt to fix ticket 24 for Sefi in questsTooltip module
Update localizations
------------------------------------------------------------------------
r60 | gagou | 2009-03-09 21:37:16 +0000 (Mon, 09 Mar 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

fix pkgmeta for LibSharedMedia-3.0
------------------------------------------------------------------------
r59 | gagou | 2009-03-09 21:33:57 +0000 (Mon, 09 Mar 2009) | 9 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/core.lua
   M /trunk/locales/enUS.lua
   M /trunk/locales/frFR.lua
   M /trunk/notifications.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/soundNotifications.lua
   M /trunk/tomQuest2.toc

include libSharedMedia-3.0:
1) for font in questTooltip, questTracker and questInformation modules (fix ticket 31 for rainrider)
2) for sound in soundNotification module
enhancements for questTracker:
1) option to auto hide tracker in combat
2) option to auto hide completed quests
3) option to dispay quest by zone (will have the same look than the ldb tooltip)
Bugfixes for questlog and ligtheaded frame
default anchor position for questtooltip anchor (should fix ticket 24 for Sefi)
------------------------------------------------------------------------
r58 | gagou | 2009-03-05 23:16:13 +0000 (Thu, 05 Mar 2009) | 1 line
Changed paths:
   M /trunk/locales/enUS.lua
   M /trunk/locales/frFR.lua

temporary fix for localization
------------------------------------------------------------------------
r57 | gagou | 2009-03-05 22:54:53 +0000 (Thu, 05 Mar 2009) | 1 line
Changed paths:
   M /trunk/syncParty.lua

pull latest localization
------------------------------------------------------------------------
r56 | gagou | 2009-03-05 22:38:55 +0000 (Thu, 05 Mar 2009) | 3 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/questsInformations.lua
   M /trunk/syncParty.lua

get quest rewards from the questlog
send quest rewards to party => new sync protocol need an update of all party
add questlog / lightheaded frame, early alpha need improvements, allow you to see quest from party
------------------------------------------------------------------------
r54 | gagou | 2009-02-28 20:28:29 +0000 (Sat, 28 Feb 2009) | 1 line
Changed paths:
   A /trunk/media/Resize.tga
   A /trunk/media/wh_icon.tga
   A /trunk/media/wh_icon_hover.tga

update locale key "Anchor position"
------------------------------------------------------------------------
r52 | gagou | 2009-02-28 16:28:03 +0000 (Sat, 28 Feb 2009) | 3 lines
Changed paths:
   M /trunk/questsTracker.lua

update tracker anchor to fix tickets 29 and 30 to:
choose position of the anchor
when anchor is hidden, tracker pis repositioned to avoid empty space
------------------------------------------------------------------------
r50 | gagou | 2009-02-27 18:16:16 +0000 (Fri, 27 Feb 2009) | 3 lines
Changed paths:
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua

add confirm dialog box for quests tracker & tooltip
add complete deDE localization thanks to Farook & Rexina
add complete zhTW localization thanks to alpha2009
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
159.61 KB Mar 29, 2009 3.0.9 24