beql-r49496

Details

  • Filename
    beql-r49496.zip
  • Uploaded by
  • Uploaded
    Sep 21, 2007
  • Size
    633.32 KB
  • Downloads
    109
  • MD5
    26201ece64bb590a364d785c50ab2915

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r49496 | bayi | 2007-09-21 22:46:17 -0400 (Fri, 21 Sep 2007) | 1 line
Changed paths:
   M /trunk/beql/extra/questhistory.lua
   M /trunk/beql/extra/questhistory.xml

beql: - History: Fixed the Scrollbar
------------------------------------------------------------------------
r49491 | bayi | 2007-09-21 22:02:48 -0400 (Fri, 21 Sep 2007) | 6 lines
Changed paths:
   M /trunk/beql/extra/questhistory.lua
   M /trunk/beql/extra/questhistory.xml
   M /trunk/beql/questlog.lua
   M /trunk/beql/tracker.lua

beql:
- Core: Fixed a nil error with QuestHistory
- Core: Added Alt Tab compatibility with QuestHistory
- Core: Added Control variable for GetQuestLogTitle() hook (this fixes some incompatibilities with other mods)
- Core: Fixed a nil Error caused by the "force update from Tracker Update" in Quixote
- History: More things are working :)
------------------------------------------------------------------------
r49397 | bayi | 2007-09-20 22:23:31 -0400 (Thu, 20 Sep 2007) | 7 lines
Changed paths:
   M /trunk/beql/beql.lua
   M /trunk/beql/locales/localization-de.lua
   M /trunk/beql/questlog.lua
   M /trunk/beql/tooltip.lua
   M /trunk/beql/tracker.lua

beql:
- QuestLog: Fixed Scrolling Description Panel issue if some zones are folded
- Tracker: Added Control variable for QuestWatch_Update() so an update cant occure before Quixote's scan is finished
- Tracker: After collapsing 15 quests, quests after the collapsed ones can be tracker now
- Tracker: Fixed adding quests to tracker after unfolding a zone -> Removed the buggy Quixote Event and readded the old hackish solution :)
- Tooltip: Fixed a nil error with ItemSync enabled
- Locales: Updated de locale
------------------------------------------------------------------------
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
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
465.86 KB Sep 21, 2007 2.1.3 35