2012-09-24  James D. Callahan III  <jcallahan@curse.com>

[3b9d44976319] [tip]
* Main.lua:

For the moment, ignore faction names which are identical to the NPC name.


[5e558c060114]
* .hgtags:

Added tag 1.0.11 for changeset a6e36b3f51d6


[a6e36b3f51d6] [1.0.11]
* Main.lua:

Ensure that the NPC data we're looking at when visiting a merchant remains unchanged until MERCHANT_CLOSE fires. Bumped DB version to 8.


2012-09-21  James D. Callahan III  <jcallahan@curse.com>

[05b77c08b211]
* Main.lua:

Simplification for loot labels. Set target type for loot to NPC if none is listed on the current action, since the only reason it would be otherwise is via a spell.


[35da36cc87f0]
* Main.lua:

Decoupled loot data from current_action. Fixed recording of Fishing data.


2012-09-20  James D. Callahan III  <jcallahan@curse.com>

[fbac5f643f04]
* .hgtags:

Added tag 1.0.10 for changeset e0550c57972d


[e0550c57972d] [1.0.10]
* Main.lua:

Listen for ZONE_CHANGED_NEW_AREA and ZONE_CHANGED_INDOORS for location updates.


2012-09-19  James D. Callahan III  <jcallahan@curse.com>

[b06147ded0bc]
* Main.lua:

Added recording of blacklisted battlegrounds.


2012-09-18  James D. Callahan III  <jcallahan@curse.com>

[6f48d374cda5]
* .hgtags:

Added tag 1.0.9 for changeset f0c0819058b4


[f0c0819058b4] [1.0.9]
* Main.lua:

Bump DB version to 6. Change method of determining current area ID in order to play nice with the World Map.


2012-09-17  James D. Callahan III  <jcallahan@curse.com>

[790769fc6a76]
* .hgtags:

Added tag 1.0.8 for changeset 8669b4c43278


[8669b4c43278] [1.0.8]
* Main.lua:

Improved loot sentry - scoped outside of current_action, since current_action can be wiped by subsequent actions. Hopefully prevents mixing action types for loot.


[9b5dcdc5a1e8]
* Main.lua:

current_action.type --> current_action.target_type


[3c47401c3407]
* Main.lua:

action_data --> current_action


[ea4e4d3cc673]
* Main.lua:

Removed some unused fields from action_data - renamed two for clarity.


[6f844e166ea3]
* .hgtags:

Added tag 1.0.7 for changeset 8df432f8a15a


2012-09-16  James D. Callahan III  <jcallahan@curse.com>

[8df432f8a15a] [1.0.7]
* Main.lua:

Made gas extraction work with the new loot system.


[08bc44830424]
* Main.lua:

Moved the bulk of the PLAYER_TARGET_CHANGED function into PlayerTarget() - now also called from within UpdateTargetLocation() to ensure that valid data is present.


2012-09-13  James D. Callahan III  <jcallahan@curse.com>

[bdf1ec712304]
* Main.lua:

Remove calls to LibPetJournal-2.0's ClearFilters() and RestoreFilters(), since the lib handles this internally.


2012-09-11  James D. Callahan III  <jcallahan@curse.com>

[6ac959799a88]
* .hgtags:

Added tag 1.0.6 for changeset 6daf570bc198


[6daf570bc198] [1.0.6]
* Main.lua:

Record Stable Masters as being such. Record BattlePet data based on pet quality and level.


[5048fcaeb963]
* .pkgmeta, WoWDBProfiler.toc, libs.xml:

Added LibPetJournal-2.0


2012-09-10  James D. Callahan III  <jcallahan@curse.com>

[be3ec607e964]
* Main.lua:

Roll UpdateNPCLocation into UpdateTargetLocation. Mark WIld Pet critters as wild_pet.


[5ed405092296]
* Main.lua:

Disallow collection of quest strings and NPC quotes unless the WoW client is running enUS or enGB locales.


2012-09-07  James D. Callahan III  <jcallahan@curse.com>

[9f8994d82fd1]
* Main.lua:

Fixed attempt to access a nil NPC entry.


2012-09-06  James D. Callahan III  <jcallahan@curse.com>

[28bff1138694]
* .hgtags:

Added tag 1.0.5 for changeset ab41dfac7ca9


[ab41dfac7ca9] [1.0.5]
* Main.lua:

Bump DB version to 5.


2012-09-05  James D. Callahan III  <jcallahan@curse.com>

[087120663101]
* .hgtags:

Added tag 1.0.4 for changeset 75c052281055


[75c052281055] [1.0.4]
* .hgtags:

Added tag 1.0.3 for changeset 64d1e76e69e5


[64d1e76e69e5] [1.0.3]
* Main.lua:

State fixes.


