r26

Details

  • Filename
    SorhaQuestLog-r26.zip
  • Uploaded by
  • Uploaded
    Nov 11, 2010
  • Size
    233.91 KB
  • Downloads
    97
  • MD5
    5396e06423f59bfc4a2252bab04e159d

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r26 | sorha2 | 2010-11-11 09:25:56 +0000 (Thu, 11 Nov 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

Minor fix to stop uncoloured colons in objective text.
------------------------------------------------------------------------
r25 | sorha2 | 2010-11-11 09:00:19 +0000 (Thu, 11 Nov 2010) | 9 lines
Changed paths:
   M /trunk
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

Major re-organising of settings, all settings need resetting sorry :(
Minor re-organisation of options menu

Quest titles can now be coloured one of 4 ways: Custom, Level based, Done/Undone or Completion based
Objective titles can now be coloured one of 3 ways: Custom, Done/Undone or Completion based
Objective statuses (eg. 0/1) can now be coloured one of 3 ways: Custom, Done/Undone or Completion based

Bug Fixes:
Hidden quests being removed on login if in seperate
------------------------------------------------------------------------
r23 | sorha2 | 2010-11-07 13:46:07 +0000 (Sun, 07 Nov 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

New quest timers frame added for use when blizzard quest tracker hidden.
Minor changes/bugfixes
------------------------------------------------------------------------
r22 | sorha2 | 2010-11-07 03:20:52 +0000 (Sun, 07 Nov 2010) | 5 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

-Fix for completed quests not exiting logs (r21)
Sounds should be working correctly now on objective completed and all objectives completed

-Added option to hide blizzard quest tracker
-Another fix for overlapping text when auto-shrinking.. turns out it was only fixed if I looked at it >.>
------------------------------------------------------------------------
r21 | sorha2 | 2010-11-06 18:16:17 +0000 (Sat, 06 Nov 2010) | 4 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

Fix for overlapping text in certain conditions with auto-shrinking on.

Added sounds for doing an objective and quest - still in testing.
Altered the way quest data is stored, all quests hidden or not are now stored as one.
------------------------------------------------------------------------
r19 | sorha2 | 2010-11-05 17:54:32 +0000 (Fri, 05 Nov 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua

Fix for empty quest logs
Fix for completed event type objectives
------------------------------------------------------------------------
r18 | sorha2 | 2010-11-05 17:40:24 +0000 (Fri, 05 Nov 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

Logic code to stop the minion being refreshed when zone/subzone changes happen but change nothing
------------------------------------------------------------------------
r17 | sorha2 | 2010-11-05 17:19:15 +0000 (Fri, 05 Nov 2010) | 5 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

More reworking on how quest info is retrieved.
-Major changes to objectives
Right click menu added to quest headers to show/hide quests.

Small bugfixes
------------------------------------------------------------------------
r16 | sorha2 | 2010-11-05 06:06:06 +0000 (Fri, 05 Nov 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

Fixed bug created in last revision that broke item buttons.
Added in resizing to item buttons in quest options.
------------------------------------------------------------------------
r15 | sorha2 | 2010-11-04 18:04:48 +0000 (Thu, 04 Nov 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

Rebuilt the way the quest data is collected and displayed.
Added ability to hide zone headers if all quests in it are hidden
------------------------------------------------------------------------
r13 | sorha2 | 2010-11-04 07:36:54 +0000 (Thu, 04 Nov 2010) | 6 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua
   M /trunk/SorhaQuestLog.toc

Fonts can now be changed, some fonts just do not play nicely though and can overlap.

Reworked options panels, bit neater now ^_^
Added ability to choose a custom quest title colour rather then level based.

Using libsharedmedia now.
------------------------------------------------------------------------
r11 | sorha2 | 2010-11-03 18:47:22 +0000 (Wed, 03 Nov 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

Just changed the default to showing item buttons
------------------------------------------------------------------------
r10 | sorha2 | 2010-11-03 18:37:10 +0000 (Wed, 03 Nov 2010) | 7 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua

Bugfix for quests with no zone header name

Added experimental gradual objective colouring and auto collapsing/expanding zone headers.

Reorganised the way colours/position is stored, people will have to re-customise.

Added function to clear quests no longer in log from hiddenquests table on load
------------------------------------------------------------------------
r8 | sorha2 | 2010-11-03 08:29:57 +0000 (Wed, 03 Nov 2010) | 1 line
Changed paths:
   A /trunk/Bindings.xml

Forgot the Bindings.xml >.>
------------------------------------------------------------------------
r7 | sorha2 | 2010-11-03 08:24:25 +0000 (Wed, 03 Nov 2010) | 11 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales/Locale-enUS.lua
   M /trunk/SorhaQuestLog.toc
   A /trunk/Textures
   A /trunk/Textures/button1.tga
   A /trunk/Textures/button1_hover.tga

Fixed an issue where Item buttons could overlap when a quest was completed and its objectives hidden.
-Ensured a quest will always be at least as high as its item buttons height

Added a keybind to show and hide the minion for users who do not use JHide
Also added a tickbox in the general settings for showing/hiding

Added a slight delay between minion updates caused by QUEST_LOG_UPDATE to stop unneeded updates

Added in the ability to hide quests by rightclicking them.
Also added a button for showing the hidden quests.
-Turned off by default, tickbox in quest options
------------------------------------------------------------------------
r5 | sorha2 | 2010-11-01 16:25:40 +0000 (Mon, 01 Nov 2010) | 8 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Core.lua
   D /trunk/JQuest.toc
   M /trunk/Locales/Locale-enUS.lua
   A /trunk/SorhaQuestLog.toc (from /trunk/JQuest.toc:4

v0.3
Renamed to SorhaQuestLog.

Added in the ability to have the minion collapse to the left when the longest quest/header is shorter then the max size.

Minor edits here and there.

------------------------------------------------------------------------
r3 | sorha2 | 2010-10-30 17:22:29 +0000 (Sat, 30 Oct 2010) | 8 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/JQuest.toc
   M /trunk/Locales/Locale-enUS.lua

v0.2

Foolishly limited the frame count to 25 frames.. for 25 quests right? 25 quests + up to 25 headers :(
All better now

Also added in the ability to show/hide the description of the quests objective when a quest has no actual objectives.
This is so far occurring for goto quests, so I added a goto tag on the end of thier titles ^_^
There is also a colour selection for this description.
------------------------------------------------------------------------
r2 | sorha2 | 2010-10-30 15:08:40 +0000 (Sat, 30 Oct 2010) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Core.lua
   A /trunk/Fonts
   A /trunk/Fonts/framd.ttf
   A /trunk/JQuest.toc
   A /trunk/Locales
   A /trunk/Locales/Locale-enUS.lua

Initial import - Hope this is right >.>
------------------------------------------------------------------------
r1 | root | 2010-10-30 14:18:42 +0000 (Sat, 30 Oct 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"jquest/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
103.40 KB Nov 11, 2010 4.0.1 33