r248
Details
-
FilenametomQuest2-r248.zip
-
Uploaded by
-
UploadedOct 31, 2009
-
Size380.51 KB
-
Downloads96
-
MD5c5135796e2a8e7338e1cf25891e25c21
Supported WoW Retail Versions
- 3.2.0
Changelog
------------------------------------------------------------------------
r248 | gagou | 2009-10-31 10:29:32 +0000 (Sat, 31 Oct 2009) | 3 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/achievementTracker.lua
M /trunk/core.lua
M /trunk/dailyTooltip.lua
M /trunk/questsGivers.lua
M /trunk/questsTracker.lua
M /trunk/syncParty.lua
M /trunk/tomQuest2.toc
M /trunk/tomQuest2_Config/config.lua
remove AceTimer and AceBucket user custom OnUpdate instead
fix a few bugs in Config & core and trackers.
this is an early alpha it might have some bugs, please submit a ticket if you find one.
------------------------------------------------------------------------
r247 | gagou | 2009-10-20 19:29:22 +0000 (Tue, 20 Oct 2009) | 1 line
Changed paths:
M /trunk/core.lua
do not update macro when item is no more in bag
------------------------------------------------------------------------
r246 | gagou | 2009-10-19 20:59:49 +0000 (Mon, 19 Oct 2009) | 1 line
Changed paths:
M /trunk/questsTracker.lua
fix item icon MouseOver in quest Tracker
------------------------------------------------------------------------
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
------------------------------------------------------------------------