3.2 beta10

Details

  • Filename
    tomQuest2-3.2_beta10.zip
  • Uploaded by
  • Uploaded
    Aug 28, 2009
  • Size
    396.45 KB
  • Downloads
    167
  • MD5
    4a4d13e4c1740ded2c97c849189634a7

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r204 | gagou | 2009-08-28 22:43:42 +0000 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   A /tags/3.2 beta10 (from /trunk:203)

tag as 3.2 beta10
------------------------------------------------------------------------
r203 | gagou | 2009-08-28 22:36:45 +0000 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/questsTracker.lua

fix a few errors in questsTracker and achievementTracker
------------------------------------------------------------------------
r202 | gagou | 2009-08-28 05:29:57 +0000 (Fri, 28 Aug 2009) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/questsTracker.lua

fix a few issues
------------------------------------------------------------------------
r200 | gagou | 2009-08-25 23:00:40 +0000 (Tue, 25 Aug 2009) | 5 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/questsTooltip.lua

make sure quests headers are expanded on login
fix a few errors with module enabling/disabling
clear completed dailies for the loged-in player when he logged the first time of the day
fix dailyTooltip and questsTooltip to only create the ldb object if it does not exist
few more fixes
------------------------------------------------------------------------
r198 | gagou | 2009-08-18 22:49:51 +0000 (Tue, 18 Aug 2009) | 4 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/questsGivers.lua
   M /trunk/questsTooltip.lua

color in blue quest icon for daily quest icon in the quest and gossip frame
add daily quest tag in the quest and gossip frame
enhance daily quest counter and tooltip

------------------------------------------------------------------------
r196 | gagou | 2009-08-17 23:58:31 +0000 (Mon, 17 Aug 2009) | 1 line
Changed paths:
   M /trunk/questsGivers.lua
   M /trunk/questsInformations.lua
   M /trunk/syncParty.lua

fix a few things in questsGivers, questsInformations and syncParty module
------------------------------------------------------------------------
r194 | gagou | 2009-08-17 20:55:26 +0000 (Mon, 17 Aug 2009) | 3 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

remove some debug info
fix timed quests untrack
few other fixes
------------------------------------------------------------------------
r192 | gagou | 2009-08-16 20:21:27 +0000 (Sun, 16 Aug 2009) | 4 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/syncParty.lua
   M /trunk/tagQuestLog.lua
   M /trunk/tooltips.lua

correct achievement tracker weird behaviour
fix issue with quest tracker anchor that do not hide/show
fix raid mode
few other bug fixes
------------------------------------------------------------------------
r190 | gagou | 2009-08-13 22:12:54 +0000 (Thu, 13 Aug 2009) | 6 lines
Changed paths:
   M /trunk/Bindings.xml
   M /trunk/achievementTracker.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/notifications.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTracker.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestLog.lua

Minimize full refresh of achievement and quests tracker, just update a tooltip line when possible
Enhancements to tagging system and add Escort tag (need localization)
cpu usage enhancements
fix duplicate header in binding.xml
add tag to questlog only when questlog is shown
various fix
------------------------------------------------------------------------
r188 | gagou | 2009-08-11 23:20:01 +0000 (Tue, 11 Aug 2009) | 4 lines
Changed paths:
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/questsGivers.lua
   M /trunk/questsInformations.lua
   M /trunk/syncParty.lua

fix issues with concat
fix issue of non sorted zones on sync
fix issue of abandonned daily quest to be considered as completed today
fix error in questsGivers module
------------------------------------------------------------------------
r187 | gagou | 2009-08-11 19:21:22 +0000 (Tue, 11 Aug 2009) | 4 lines
Changed paths:
   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/soundNotifications.lua
   M /trunk/syncParty.lua
   M /trunk/tagQuestLog.lua

fix error when switching achievement tracker in quests tracker
add multi player completed daily quest tracking in daily quest ldb tooltip
make the tag system cross language and should work with all raid tag
few other bug fixes
------------------------------------------------------------------------
r185 | gagou | 2009-08-10 22:12:51 +0000 (Mon, 10 Aug 2009) | 10 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/config.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/questsGivers.lua
   M /trunk/questsInformations.lua
   M /trunk/questsTooltip.lua
   M /trunk/questsTracker.lua
   M /trunk/tagQuestLog.lua

fix tagQuestLog correctly displaying tags OnMouseWheel or OnValueChanged on the scrollbar
fix anchor for achievementTracker
add raid(10, 25, 40) tags and tag config
retrieve uid with GetQuestLink in case of bad hook on GetQuestLogTitle
fix for dailyTooltip module (only display daily quests on the tooltip)
fix questsGivers errors
made a few hook changes in questsTracker.lua thanks to CubittusAce
cpu enhancements for table.concat (remove all wipe())

------------------------------------------------------------------------
r183 | gagou | 2009-08-07 23:22:57 +0000 (Fri, 07 Aug 2009) | 10 lines
Changed paths:
   M /trunk/.pkgmeta
   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/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
   M /trunk/tooltips.lua

fully 3.2 compatible (not compatible with 3.1 and toc update)
remove libBabble-class
cpu optimisations
lots of enhancements and bugfix
add clickable items to the ldb quests tooltip
remove MobMap and Cartographer Quest Info compatibility (may move it in a separate module if asked)
add option to color or not ldb text
button facade support (not yet perfect but a good start:))
add dailies completed today in the daily ldb tooltip
...
------------------------------------------------------------------------
r182 | gagou | 2009-07-20 17:55:13 +0000 (Mon, 20 Jul 2009) | 2 lines
Changed paths:
   M /trunk/achievementTracker.lua
   M /trunk/core.lua
   M /trunk/dailyTooltip.lua
   M /trunk/questsTracker.lua

fix small bug in dailyTooltip module
in achievemnts and quests tracker always show category content if displayed by category and interaction disabled
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
199.49 KB Aug 28, 2009 3.2.0 28