beql-r48148.4

Details

  • Filename
    beql-r48148.4.zip
  • Uploaded by
  • Uploaded
    Sep 11, 2007
  • Size
    631.87 KB
  • Downloads
    104
  • MD5
    af19584710b2452259bf28e91dd85f90

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r48148 | bayi | 2007-09-04 09:58:51 -0400 (Tue, 04 Sep 2007) | 11 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/extra/questhistory.lua
   M /trunk/beql/extra/questhistory.xml
   M /trunk/beql/options.lua
   M /trunk/beql/questlog.lua
   M /trunk/beql/tooltip.lua
   M /trunk/beql/tracker.lua

beql:
- QuestLog: Fixed Quext Completion announcing only happens if quest is complete
- Tooltip: Fixed fram strata issues, tooltip now not displaying if tracker isnt on top
- Tooltip: Fixed a typo in the Tooltip Color Fading code
- Tooltip: Quest Description Text in tracker tooltips are now wrapped
- Tooltip: Added Option for changing Mob/Item tooltip text color
- History: Frame Animation for appear/disappear
- History: Collect data
- History: Button for selecting Character
- History: Added separator
- History: Added Quest History List template buttons to frame
------------------------------------------------------------------------
r47880 | damjau | 2007-09-01 07:46:20 -0400 (Sat, 01 Sep 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-ko.lua

beql: - update koKR locals
------------------------------------------------------------------------
r47772 | samuelcup | 2007-08-30 12:28:38 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-cn.lua

beql: - zhCN updated
------------------------------------------------------------------------
r47771 | bayi | 2007-08-30 11:01:54 -0400 (Thu, 30 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/beql.toc
   A /trunk/beql/extra/questhistory.lua
   A /trunk/beql/extra/questhistory.xml

beql: - QuestHistory: Added questhistory frame scratch
------------------------------------------------------------------------
r47766 | bayi | 2007-08-30 09:25:21 -0400 (Thu, 30 Aug 2007) | 4 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/locales/localization-cn.lua
   M /trunk/beql/locales/localization-de.lua
   M /trunk/beql/locales/localization-es.lua
   M /trunk/beql/locales/localization-fr.lua
   M /trunk/beql/locales/localization-hu.lua
   M /trunk/beql/locales/localization-ko.lua
   M /trunk/beql/locales/localization-ru.lua
   M /trunk/beql/locales/localization-tw.lua
   M /trunk/beql/locales/localization.lua

beql:
- Core:trying to fix problem reported by Caliga with selecting randomly the last quest in the questlog
- Locales: adding comments to localization.lua for addon translators, please read them
- Locales: removing unneeded definitions from other locales
------------------------------------------------------------------------
r47765 | bayi | 2007-08-30 09:11:54 -0400 (Thu, 30 Aug 2007) | 5 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/locales/localization-cn.lua
   M /trunk/beql/locales/localization-de.lua
   M /trunk/beql/locales/localization-es.lua
   M /trunk/beql/locales/localization-fr.lua
   M /trunk/beql/locales/localization-hu.lua
   M /trunk/beql/locales/localization-ko.lua
   M /trunk/beql/locales/localization-ru.lua
   M /trunk/beql/locales/localization-tw.lua
   M /trunk/beql/locales/localization.lua
   M /trunk/beql/options.lua
   M /trunk/beql/questlog.lua
   M /trunk/beql/tooltip.lua

beql:
- QuestLog: Added ability to change questlog font size
- Options: Added option for changing quest log font size
- Options: Added Tooltip Color options.lua
- Locales: Updated Locales
------------------------------------------------------------------------
r47731 | samuelcup | 2007-08-29 20:56:30 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-cn.lua

beql: - zhCN updated
------------------------------------------------------------------------
r47722 | damjau | 2007-08-29 19:57:19 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-ko.lua

beql: - update koKR locals
------------------------------------------------------------------------
r47703 | bayi | 2007-08-29 13:11:28 -0400 (Wed, 29 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/beql.lua

beql: - Core: fixed a bug with playing sounds while selecting them from menu
------------------------------------------------------------------------
r47698 | bayi | 2007-08-29 11:30:39 -0400 (Wed, 29 Aug 2007) | 4 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/questlog.lua

beql:
- Core: Removed a debug Print from setting Completion Sound
- Core: Added default variable to Completion Sound
- Core: Added a null option for Completion Sound which doesnt play a sound
------------------------------------------------------------------------
r47697 | bayi | 2007-08-29 11:12:46 -0400 (Wed, 29 Aug 2007) | 8 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/beql.toc
   A /trunk/beql/extra/goodies.lua
   M /trunk/beql/locales/localization-cn.lua
   M /trunk/beql/locales/localization-de.lua
   M /trunk/beql/locales/localization-es.lua
   M /trunk/beql/locales/localization-fr.lua
   M /trunk/beql/locales/localization-hu.lua
   M /trunk/beql/locales/localization-ko.lua
   M /trunk/beql/locales/localization-ru.lua
   M /trunk/beql/locales/localization-tw.lua
   M /trunk/beql/locales/localization.lua
   M /trunk/beql/options.lua
   M /trunk/beql/questlog.lua
   M /trunk/beql/tooltip.lua

beql:
- Core: Added Option for selecting sound if a quest is complete
- Core: Rewrote the function AddQuestStatusToChatFrame(questIndex)
- Core: Added comments for the wiki site
- Locales: Updated
- Locales: Quest Markers split to extra/goodies.lua
- Tooltip: Fixed Magnify Glass cursor only shows if Tooltip for tracker is enabled
- Tooltip: Fixed a nil error in party quest status code
------------------------------------------------------------------------
r47665 | damjau | 2007-08-28 18:23:30 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-ko.lua

beql: - update koKR locals
------------------------------------------------------------------------
r47632 | samuelcup | 2007-08-28 09:54:35 -0400 (Tue, 28 Aug 2007) | 1 line
Changed paths:
   M /trunk/beql/locales/localization-cn.lua

beql: - zhCN updated
------------------------------------------------------------------------
r47626 | bayi | 2007-08-28 08:23:55 -0400 (Tue, 28 Aug 2007) | 5 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/beql.toc
   M /trunk/beql/locales/localization-cn.lua
   M /trunk/beql/locales/localization-de.lua
   M /trunk/beql/locales/localization-es.lua
   M /trunk/beql/locales/localization-fr.lua
   M /trunk/beql/locales/localization-hu.lua
   M /trunk/beql/locales/localization-ko.lua
   M /trunk/beql/locales/localization-ru.lua
   M /trunk/beql/locales/localization-tw.lua
   M /trunk/beql/locales/localization.lua
   M /trunk/beql/options.lua

beql:
- Core: Ver 0.89
- Locales: Added locales for options
- Locales: added temp localisations to the locale files
- Toc: incr. Version number and added some X-Fields
------------------------------------------------------------------------
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 Legacy Files

Type Name Size Uploaded Game Version Downloads
465.58 KB Sep 4, 2007 2.1.3 71