------------------------------------------------------------------------
r1094 | shadowed.wow | 2009-01-23 12:34:01 -0800 (Fri, 23 Jan 2009) | 3 lines

* Fixed QUEST_PROGRESS not doing a string trim because Blizzard loves random whitespaces (Fixes some quests not being auto turned in/accepted like the Shipment JC daily ones)
* TOC bump

------------------------------------------------------------------------
r896 | shadowed.wow | 2008-09-07 11:18:23 -0700 (Sun, 07 Sep 2008) | 1 line

* Improved color code stripping, which I stole from Industrial, who stole it from me!
------------------------------------------------------------------------
r639 | shadowed.wow | 2008-03-31 12:44:04 -0700 (Mon, 31 Mar 2008) | 1 line

* More fixes for quests with the same item requirements (Smuggled Mana Cells, before portal open + after)
------------------------------------------------------------------------
r638 | shadowed.wow | 2008-03-31 12:37:27 -0700 (Mon, 31 Mar 2008) | 1 line

* Added a quest completion check to see if we should auto turnin a quest. This is to fix quests like "Blood for Blood" which has an item required, but you'll always have it.
------------------------------------------------------------------------
r624 | shadowed.wow | 2008-03-15 11:19:08 -0700 (Sat, 15 Mar 2008) | 2 lines

* Adding quests to auto turnin/skip from ALT + "Complete Quest" button will actually add it to that list now
* Fixed up the auto complete logic for quests that only fire QUEST_COMPLETE (BG dailies)
------------------------------------------------------------------------
r532 | shadowed.wow | 2008-01-28 16:45:08 -0800 (Mon, 28 Jan 2008) | 1 line

* Errr, debug code is bad
------------------------------------------------------------------------
r531 | shadowed.wow | 2008-01-28 16:44:50 -0800 (Mon, 28 Jan 2008) | 1 line

* Will now strip any color code instead of just |cff000000 if you were running into issues with things not auto completing changes are you will need to remove/add them again
------------------------------------------------------------------------
r515 | shadowed.wow | 2008-01-20 11:46:06 -0800 (Sun, 20 Jan 2008) | 5 lines

* Added auto accepting of quests, hold CTRL and click the quest text to add it to the auto accept list you can also add quests to auto accept by clicking the "Accept" button for things like battleground dailies
* Added quotes around output for quest title
* Added shift checks to QUEST_COMPLETE and QUEST_PROGRESS if you don't want to auto turnin a quest mid way into trying to
* We now use standard Blizzard API's for quest accepting and turnin instead of calling :Click()

------------------------------------------------------------------------
r438 | shadowed.wow | 2007-12-11 11:00:22 -0800 (Tue, 11 Dec 2007) | 1 line

* Fixed attempt to index nil value GTTPDB
------------------------------------------------------------------------
r437 | shadowed.wow | 2007-12-10 21:58:52 -0800 (Mon, 10 Dec 2007) | 4 lines

* Cleaned up storage code, not using two tables for manual quests and preadded quests they're all stored in a single table now
* Removed our preadded quests, we automatically learn anyway and it's far simpler to have the user add the ones they want
* Fixed issues with certain quests not being auto completed, or the highest one not being chosen
* You'll need to delete the localization* files as well
------------------------------------------------------------------------
r433 | shadowed.wow | 2007-12-09 13:50:12 -0800 (Sun, 09 Dec 2007) | 1 line

* Trying out a new method of checking which quest to auto skip, so two quests that use the same item but different quest givers don't break it
------------------------------------------------------------------------
r417 | shadowed.wow | 2007-12-02 14:46:06 -0800 (Sun, 02 Dec 2007) | 1 line

* Added a break before we click on a quest automatically, so we can't bug it out accidentally
------------------------------------------------------------------------
r408 | shadowed.wow | 2007-11-30 12:57:35 -0800 (Fri, 30 Nov 2007) | 2 lines

* Quests will have the item check flag reset when QUEST_COMPLETE is fired, meaning quests that are added to the skip list, but don't have any item requirements (like, Escape from Skettis) will be auto completed now
* Fixed a bug where we try to auto complete quests with a quest reward choice
------------------------------------------------------------------------
r400 | shadowed.wow | 2007-11-28 01:47:09 -0800 (Wed, 28 Nov 2007) | 3 lines

* Switched methods of doing text checks to just strip out everything we don't like, if the check fails because a mod does something special you're out of luck
* Fixed checkItems not being reset if a quest has no actual items
* Changed quest accepting to use Click() because Select* doesn't seem to be working
------------------------------------------------------------------------
r370 | shadowed.wow | 2007-11-14 01:34:53 -0800 (Wed, 14 Nov 2007) | 1 line

* Fixed a bug caused by WoW 2.3 that'd trigger a string lower error when trying to add or remove quests to auto skip
------------------------------------------------------------------------
r360 | shadowed.wow | 2007-11-11 19:09:45 -0800 (Sun, 11 Nov 2007) | 5 lines

GetToThePoint: Gossip/quest auto completing mod

Skips quests that you add, currently includes all of the Alterac Valley quests by default you can add things to skip by holding ALT down and clicking the text you want to skip. If the quest has item requirements you'll need to go to the completion window (The part where it lists the items required/amount) before it'll start auto skipping it.

Automagically completes the quest with the highest item requirements, even if you add it yourself. So if you have 55 Sunfury Signets, it'll turn them in using the 10 turn in quest 5 times, then use the single turn in quest the remaining 5.
------------------------------------------------------------------------
