JasonQuest-r43752-nolib
Details
-
FilenameJasonQuest-r43752-nolib.zip
-
Uploaded by
-
UploadedJul 13, 2007
-
Size162.71 KB
-
Downloads16
-
MD56615c79036d9e510d1127ce931512090
Supported WoW Retail Versions
- 2.1.3
Changelog
------------------------------------------------------------------------
r43752 | jaslaughter | 2007-07-13 23:12:40 -0400 (Fri, 13 Jul 2007) | 3 lines
Changed paths:
M /trunk/JasonQuest/Core.lua
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
- Not sure what I was thinking, debug messages use the same function as the
notification messages so moving them to ChatFrame3 moved everything, fixed
------------------------------------------------------------------------
r43400 | jaslaughter | 2007-07-10 15:32:36 -0400 (Tue, 10 Jul 2007) | 3 lines
Changed paths:
M /trunk/JasonQuest/Comm.lua
M /trunk/JasonQuest/Core.lua
M /trunk/JasonQuest/LogFrame.lua
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
- Fixed Comm.lua:31attempt to index field '?' (a number value)
- Debug messages are now in ChatFrame3, and added some new messages
------------------------------------------------------------------------
r42031 | jaslaughter | 2007-06-28 09:16:01 -0400 (Thu, 28 Jun 2007) | 5 lines
Changed paths:
M /trunk/JasonQuest/Comm.lua
M /trunk/JasonQuest/Core.lua
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
- Minimap button should now only show up when other members have JQuest (or you
are in debug mode)
- JQuest will now re-ping members who ping you and didn't have JQuest earlier
(generally a sign of a /rl)
------------------------------------------------------------------------
r41925 | jaslaughter | 2007-06-27 15:56:58 -0400 (Wed, 27 Jun 2007) | 5 lines
Changed paths:
M /trunk/JasonQuest/Comm.lua
M /trunk/JasonQuest/Core.lua
M /trunk/JasonQuest/JasonQuest.toc
M /trunk/JasonQuest/LogFrame.lua
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
- [#] Number of members on quest indicator now updates when the party updates
- Fixed Core.lua line 565:attempt to index field '?' (a number value)
- Fixed LogFrame.lua:513 bad argument #2 to 'format' (number expected, got nil)
- Attempt 1 to reduce 'does not exist' errors during raids (drycoded)
------------------------------------------------------------------------
r41619 | jaslaughter | 2007-06-25 01:30:48 -0400 (Mon, 25 Jun 2007) | 8 lines
Changed paths:
M /trunk/JasonQuest/Comm.lua
M /trunk/JasonQuest/Core.lua
D /trunk/JasonQuest/DoubleWide/DW_BotLeft.blp
D /trunk/JasonQuest/DoubleWide/DW_BotMid.blp
D /trunk/JasonQuest/DoubleWide/DW_BotRight.blp
D /trunk/JasonQuest/DoubleWide/DW_TopLeft.blp
D /trunk/JasonQuest/DoubleWide/DW_TopMid.blp
D /trunk/JasonQuest/DoubleWide/DW_TopRight.blp
A /trunk/JasonQuest/DoubleWide/JQuestLeft.blp
A /trunk/JasonQuest/DoubleWide/JQuestRight.blp
M /trunk/JasonQuest/JasonQuest.toc
M /trunk/JasonQuest/LogFrame.lua
M /trunk/JasonQuest/LogFrame.xml
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
- The questlog from Bliz moves IDs around when adding/removing quests, as such
the quest tracker was screwy. Most of the code has been overhauled to use
titles exclusively, requiring yet another comm update (Sorry!)
+ Custom Double-Wide textures since I couldn't get ahold of Kudane
+ Slightly better memory / cpu usage
+ Slightly lower bandwidth utilization due to incorporation of the WHISPER
addon channel
------------------------------------------------------------------------
r39949 | jaslaughter | 2007-06-14 18:24:13 -0400 (Thu, 14 Jun 2007) | 7 lines
Changed paths:
M /trunk/JasonQuest/Bindings.xml
M /trunk/JasonQuest/Comm.lua
M /trunk/JasonQuest/Core.lua
M /trunk/JasonQuest/Libs/Embeds.xml
M /trunk/JasonQuest/LogFrame.lua
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
+ Auto-Track is now available, and behaves much like Blizzard's. As such, the
default now is to have 'showUpdates' turned off
+ If DewDrop is loaded then the minimap button will now have a right-click menu
- Multiple member indicator [2] will now only show when there are 2+ members
on the quest
- Fixed error when shift-clicking a header
------------------------------------------------------------------------
r39713 | jaslaughter | 2007-06-13 12:19:03 -0400 (Wed, 13 Jun 2007) | 7 lines
Changed paths:
M /trunk/JasonQuest/Comm.lua
M /trunk/JasonQuest/Core.lua
A /trunk/JasonQuest/DoubleWide
A /trunk/JasonQuest/DoubleWide/DW_BotLeft.blp
A /trunk/JasonQuest/DoubleWide/DW_BotMid.blp
A /trunk/JasonQuest/DoubleWide/DW_BotRight.blp
A /trunk/JasonQuest/DoubleWide/DW_TopLeft.blp
A /trunk/JasonQuest/DoubleWide/DW_TopMid.blp
A /trunk/JasonQuest/DoubleWide/DW_TopRight.blp
M /trunk/JasonQuest/LogFrame.lua
M /trunk/JasonQuest/LogFrame.xml
M /trunk/JasonQuest/ReadMe.txt
JasonQuest:
+ Moved credits from code to ReadMe.txt
+ Added Double-Wide option
+ Transfer status indicator on member tabs
- If a member was selected and they left, the data was not cleared visually
- If the JQuest frame was not visible, detail text was not updated properly
for the selected quest
------------------------------------------------------------------------