UberQuest

UberQuest is a drop-in replacement for Blizzard's Quest Log providing a dual pane view, full panes for the quest listing and a second full pane for the quest description itself. Plus, a powerful quest tracker/minion.

UberQuest is a community effort. The original version was written by Saien (Modded by BanMan and Ithilyn, Additions by CaptCrunch), fixes by me to have it work with WotLK, fixed again by BG for Patch v3.1 and now my fixes for 3.2 to keep this mod going.

I'm playing WoW from time to time and can now work on keeping UberQuest free of bugs on my free time but I'm not experienced enough to implement huge changes. I know enough about the code to know how to fix the errors that might crop up.

Author(s): qucksylvers (Modded by BanMan, Saien and Ithilyn, Additions by CaptCrunch, Fixed by BG)
Website: http://wow.curseforge.com/addons/uberquest/

____________________________
----------------------------
	KNOWN ISSUES
____________________________
----------------------------

- Weird issue with quest objectives showing up twice on the mob tooltip, when quest objectives are enabled on Uberquest.
- In Raids/Groups: Can anyone whisper to you ?
- The Quest Log Toggle does not work on some Clients ( The Frame:IsVisible handler does not work correctly )

by Using the WoW Quest Minion:
- Removed quests by using the WoW Minion do not work
- Select / Deselect all Quests under the Quest Header (and all Button) do not work

________________________________________
----------------------------------------
	CHANGE LOG
________________________________________
----------------------------------------

----------------------------------------
Version 3.3.2b (201006132020R):  
----------------------------------------

Add Detail Information to Quest Log 
	+ Honor
	+ Arena Points
	+ Experience Points
Add Show Map Button to Detail Planel

---------------------------
Version 3.3.2a (20100606):  
---------------------------

Fix Show selected Quest/s in Minion 
Fix Quest Details by using the WoW Minion

---------------------------
Version 3.3.2 (20100603):  
---------------------------

+ Add MobMap Support by using the WoW Quest Frame (BETA) 
Change Minion:
	On open/close the zone on Quest Log 
	Add/remove the Quest from the Minion
	
Fix Localizations 
Fix MoneyType error

-------------------
BETA Version 3.2.2:  
-------------------

+ Added Localizations:
Localization.kr.lua - Thank you chkid!
Localization.kr.lua - Thank you wowuicn!
Localization.kr.lua - Thank you wowuicn!

+ Added new localization loading and seperated all localizations into their own directory.
+ Added new "Images" directory
- Removed myAddOns support as it's no longer in development

-------------------
BETA Version 3.2.1:  
-------------------

Removed "Reborn Again CC" from mod name.  It's not just reborn - It's here to stay!
Localization.es.lua - Fixed spanish localization not to load automatically.  ES localization done by Arj2000.
Localization.ru.lua - Added russian localization by StingerSoft, Dr.JetCheshirsky, Swix

-------------------
BETA Version 3.2:  
-------------------
Fix for WoW patch v3.2

Uberquest.toc - Updated TOC to 30200
Uberquest.lua - Corrected for LUA changes for "QuestDifficultyColors" and "GetQuestDifficultyColor"
Uberquest.xml - Tried messing around with using the new WoW dual frame textures, but decided to leave existing Uberquest textures the same.

-------------------
Version 3.1.1:  
-------------------
Implemented all changes from PTR version 3.2.2 minus the "QuestDifficultyColor" changes that PTR 3.2 requires.


---------------------------------------------------------
Version 3.1: Fixed for WoW patch v3.1 by BG (2009-05-08)
---------------------------------------------------------

Added lines :
local UQframe = getglobal("QuestLogFrame") -- BG
UQframe:SetScript("OnShow", UberQuest_ListShowHide) -- Fix for Patch 3.1 2009.05.08
in UberQuest_OnLoad function

-------------------
Version 3.0.4:
-------------------
Fixed: Active Quest Minion bug on line 1529 - still was trying to call function "ToggleQuestLog"

-------------------
Version 3.0.3:
-------------------
Fixed: Changes by LBXZero so that WoW default "Quest Log Toggle" now defaults to you're normal quest hot key. Both uberquest hotkey or WoW default keybinds can be used (if you really want two keys to open your quest log) or just one.

-------------------
Version 3.0.2:
-------------------
Fixed: Active Minion" option bug (Oops, inadvertently caused this)
Minor other changes to code, same functionality.

-------------------
Version 3.0.1:
-------------------
Fixed: Error when hovering over Abandon Quest button.
Fixed: MoneyFrame error at login caused by incorrect MoneyFrame_SetType

Version 3.0:
Several fixes for "self" and "SetTextColor"
.TOC changed to 30000

2.4 CC - Removed UberQuest2.4.3_Fan_Update.zip and uploaded UberQuest24CC.zip from comments from CaptCrunch located at http://wowui.worldofwar.net/?p=mod&m=4506

CaptCrunch (CC) 2.4 Edition Changes (3/28/2008)
-----------------------------------------------

New Features:

* Add quest to minion on progress - If selected in the configuration window, a quest will be automatically added to the minion if the player advances an objective of that quest

* Lightheaded button - If LightHeaded is detected, a WOWHead logo will appear in the upper right corner of the detail frame. When clicked, this will reattach the LightHeaded frame to UberQuest. I found that it was really easy to break the attachment just by moving the LH frame, using the "attach" console command, thinking it would work as advertised (it causes the LH frame to disappear when UberQuest is active), or in any number of other ways. This feature will immediate fix that problem without forcing you to do a "/console reloadui" to get it back.

Other Changes:

* Updated TOC to work with the 2.4 patch

* Updated UberQuest to work with the new LightHeaded

* Resized the LightHeaded frame to match the size of the UberQuest detail frame

* Modified shift-clicking of quest titles to pass quest links to the chat window instead of text

* The scale slider has had its scale range increased to 150%. This is to accomodate players that use decreased UI scaling on WoW (even 100% was difficult to read at the lowest scale setting)

* The "Active Minion" option may now be used with locked minions. However, a locked minion is no longer click-through to the background; it just can't be moved.

2.4.3

 Added additional XML and LUA code changes by Aoon to be able to toggle the display of quest level in front of the new quest linking feature introduced in World of Warcraft v2.4

2.4.2

 Added the ability to use the new quest linking feature - changes recommended by Aoon. To show a quest link in your chat window, open the chat edit box and while having your UberQuest list open and Shift + Left Mouse Click a quest title to have it show up in your chat window as a quest link including level difficulty.

2.4.1

 Minor changes to the Readme.txt file

2.4

 Updated TOC to 20400
 Fixed errors that were calling incorrect LightHeaded functions on line 697, 1504 and 1614 of UberQuest.lua

---------------------------------------------------------------------------

 2006.??.??
  Code updates from zredna, Chiper and anyone else at ui.worldofwar.net

 2006.08.01
  Cosmetic changes and code optimization, made by Dark Imakuni
  You can now hide the 'No Quests in Minion' text when you have no quests in the Minion

 2006.07.29
  Dark Imakuni fixed the UI problem :) thanks

 2006.07.04
  Minion Reset Button Added

 2006.06.29
  Dressing room now works
  Mail works now too

 2006.06.28
  Added MyAddon 2.5 support and is now an optional dependency

 2006.06.27
  Ok I swear everything works now

 2006.06.27
  Now in German (please tell me if I need to change the translations because mein Deutch ist nicht so gut.)
  Quest Log is now moveable (it's still one window though)
  Added code in that Maischter posted and Detritis sent me (note I haven't tested all the features)
  Corrected the version Number

 2006.06.26
  Added Minion Scaling finally
  Added a key binding to toggle the minion for RonvO

 2006.06.26
  Slight UI changes (Quest Levels)

 2006.06.24
  TOC update to 1.11
  Fixed minor bugs

 2006.01.04
  TOC update to 1.9
  Fix Scrollbar changes in 1.9

 2005.10.10
  TOC update to 1.8

 2005.09.21
  Quest minion will not initialize for 10 seconds after login. This should finally 
   squash any problems during login and unintended auto adding of quests when add 
   new quest config is selected.
  Removed speed quest option as it's now part of Blizzard UI

 2005.09.13
  New TOC 1700 and adjust to 1.7 changes

 2005.08.07
  Maintenance change: Timing during login, to hopefully improve perceived lockups
  New TOC 1600

 2005.06.07
  Fixed bug introduced by Blizzard patch 1.5
  Updated to now show how many party members have that quest as well. Just like Blizzards does
  New TOC 1500

 2005.03.27
  Speed quest display option
  TOC update to 1300

 2005.03.05
  Fix bug in config when prior to bg color being set for the first time
  Colorizing for quest objectives is in.
  Updated TOC to 4216

 2005.02.20
  Updated toc to 4211
  Improved "new quest" handling
  Added color selecting, including alpha, to config
