beql-r47622

Details

  • Filename
    beql-r47622.zip
  • Uploaded by
  • Uploaded
    Aug 28, 2007
  • Size
    615.10 KB
  • Downloads
    59
  • MD5
    ae86df9c955f01f63b3f7f1188aafbca

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r47622 | bayi | 2007-08-28 07:43:56 -0400 (Tue, 28 Aug 2007) | 4 lines
Changed paths:
   M /trunk/beql/tooltip.lua

beql:
- Tooltip: now now displaying party members name if they dont have the actual quest
- Tooltip: now displaying party members name in red if they have the actual quest but dont have quixote
- Tooltip: Fixed an error generated by a nil value in Quixote
------------------------------------------------------------------------
r47376 | bayi | 2007-08-24 23:10:32 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
   M /trunk/beql
   M /trunk/beql/beql.toc
   M /trunk/beql/options.lua
   M /trunk/beql/tooltip.lua

beql:
- Tooltip: Fixed tooltip not fading out after quest removed with right click
- Tooltip: Activated the Party Progress function for tooltips
- Core: Added AceComm-2.0, updated externals
------------------------------------------------------------------------
r47375 | bayi | 2007-08-24 22:44:27 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/tracker.lua

beql: - Tracker: Fixed a nil error on tracking reputation based quests
------------------------------------------------------------------------
r47343 | bayi | 2007-08-24 12:31:36 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/tracker.lua

beql: - Tracker: Fixed compatibility with MobMap
------------------------------------------------------------------------
r47338 | bayi | 2007-08-24 12:11:29 -0400 (Fri, 24 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/beql.toc

beql: - Toc: Added OptionalDeps and X-Embeds tags to .toc file
------------------------------------------------------------------------
r47334 | bayi | 2007-08-24 11:31:59 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/tracker.lua

beql:
- Tooltip: Fixed possible wow freeze on Rightclicking on the tracker (!)
- Tracker: Fixed storing Quest Tracker list between sessions
- Tracker: Fixed Header Quest Counter if Completed Quests are removed from tracker
------------------------------------------------------------------------
r47271 | bayi | 2007-08-23 15:32:28 -0400 (Thu, 23 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-fr.lua

beql: - Locales: fixed french localization
------------------------------------------------------------------------
r47260 | bayi | 2007-08-23 11:35:20 -0400 (Thu, 23 Aug 2007) | 5 lines
Changed paths:
   M /trunk/beql/locales/localization-fr.lua
   M /trunk/beql/tooltip.lua
   M /trunk/beql/tracker.lua

beql:
- Tooltip: Added Party Quest objective status to tooltips (untested)
- Tracker: 'Event' type objectives doesnt get a 0/1 in the tracker
- Tracker: Fixed compatibility with Mobmap... again
- Locales: small frFR locale adjusting
------------------------------------------------------------------------
r47221 | damjau | 2007-08-22 20:02:43 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-ko.lua
   M /trunk/beql/locales/localization.lua
   M /trunk/beql/options.lua

beql: - update koKR locals
------------------------------------------------------------------------
r47199 | samuelcup | 2007-08-22 12:53:01 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-cn.lua

beql: - zhCN locale updated
------------------------------------------------------------------------
r47197 | bayi | 2007-08-22 12:20:42 -0400 (Wed, 22 Aug 2007) | 9 lines
Changed paths:
   M /trunk/beql/beql.toc
   M /trunk/beql/extra/beqltitan.lua
   A /trunk/beql/extra/beqltitan.xml
   A /trunk/beql/locales/localization-fr.lua

beql:
- Toc: Added beqltitan.xmls -> beqltitan.lua
- Toc: Added localization-fr.lua
- Locales: Added localization-fr.lua French localization made by Scylia
- TitanPlugin: Added beql Titan Plugin
- TitanPlugin: FuBar plugin disables if TitanBar loaded, TitanPlugin only activates if TitanBar is loaded
- TitanPlugin: Added Text for plugin
- TitanPlugin: Added Tooltip for plugin
- TitanPlugin: Added Right Click menu for plugin
------------------------------------------------------------------------
r47183 | bayi | 2007-08-22 10:23:17 -0400 (Wed, 22 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/options.lua

beql: - Fixed dead call to LookForCompletedQuests() in options.lua
------------------------------------------------------------------------
r47142 | damjau | 2007-08-21 16:08:36 -0400 (Tue, 21 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-ko.lua

beql: - update kokr locals
------------------------------------------------------------------------
r47121 | bayi | 2007-08-21 12:33:27 -0400 (Tue, 21 Aug 2007) | 41 lines
Changed paths:
   M /trunk/beql
   M /trunk/beql/beql.lua
   M /trunk/beql/beql.toc
   M /trunk/beql/extra/beqlfu.lua
   M /trunk/beql/locales/localization.lua
   M /trunk/beql/options.lua
   M /trunk/beql/questlog.lua
   M /trunk/beql/tooltip.lua
   M /trunk/beql/tracker.lua

beql:
 - Core: Added Quixote Library and Deformat library (now Quixote is a Dependency)
 - Core: Removed beql:GetQuestHeaderForWatch -> Integrated into QuestWatch_Update()
 - Core: Removed beql:LookForCompletedQuests -> Quixote Event
 - Core: Removed beql:GetAllfinished -> Quixote Function
 - Core: Removed beql:GetCompletedQuestNum -> Integrated into QuestWatch_Update()  
 - Core: Removed beql.Tooltip now using default GameTooltip
 
 - QuestLog: Empty Quest Log now can not be Maximized
 - QuestLog: Added Option to Adjust QuestLog Scale
 - QuestLog: Mob Tooltip option moved to Tooltip Options
 - QuestLog: Item Tooltip option moved to Tooltip Options

 - Tracker: Fixed: Right Click removing Quests from tracker if no Quest selected but mouse is over the tracker
 - Tracker: Fixed: now tracker doesnt catch mouse events if its minimized
 - Tracker: Fixed: Quest Zone staying in Tracker after all quests in that zone are completed and delivered
 - Tracker: QuestWatch_Update() function rewrite and optimization. Now using Quixote to build the TrackerList
 - Tracker: Added "Force Tracker Unlock" option if CTMod is loaded. Use this Feature only if you know what u are doing.
 - Tracker: Header Only negate completed quests from tracker count if they are hidden
 - Tracker: Improved the tracker height calculation function
 - Tracker: Removed beql:CheckZoneCompletedAllQuests -> Integrated into QuestWatch_Update()
 - Tracker: Sorting is now on by default
 - Tracker: Added Color Customization option for Failed Quests
 - Tracker: Removed ActiveTracker option

 - New Option submenu: Tooltip
 - Tooltip: Added Craig Coleman's changeset for Tooltip.lua
 - Tooltip: Fixed: Tracker tooltips are now working with CowTip
 - Tooltip: Fixed: Nil error in the tooltip unit code
 - Tooltip: Fixed: Nil error in the tooltip questmob code   
 - Tooltip: Fixed: Tooltip staying on mouse after rightclick remove a quest from tracker  
 - Tooltip: Reworked Tracker Tooltip Code (integrated display tooltip, and splitted up functionality, optimized)
 - Tooltip: Tracker Tooltip code moved to Tooltip.lua
 - Tooltip: Option for Added Show Tooltip
 - Tooltip: Option for Show Quest Description in Tooltip
 - Tooltip: Option for Enable Left Clicking
 - Tooltip: Option for Enable Right Clicking
 - Tooltip: Added Stub "Show Party Progress in Tooltip" Option
 - Tooltip: Added Basic Party QuestStatus to tracker tooltips (removed for now due to its not tested)

 - Locales: need localisation for new options (!)
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
451.63 KB Aug 28, 2007 2.1.3 35