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

[88d74e7b51ce] [tip]
* .hgtags:

Added tag 1.0.23 for changeset 3a8bed7265b9


[3a8bed7265b9] [1.0.23]
* Constants.lua:

Corrected IDs for Qiang the Merciless, Subetai the Swift, and Meng the Demented.


[5117c75a47cb]
* Main.lua:

Stop worrying about whether or not the player is in an LFR dungeon; if an LFR boss is matched, simply record it. If SHOW_LOOT_TOAST doesn't fire, nothing will be recorded as LOOKING_FOR_RAID.


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

[1078a6d1c4c9]
* Main.lua:

Move GUID check to after RAID_FINDER_BOSS_IDS check; we only care about targeting for reputation gains - Raid Finder bosses should be recorded regardless.


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

[5d166590440e]
* Main.lua:

Added debug prints along the LFR codepath.


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

[28f625161b23]
* Constants.lua:

Added IDs for four more LFR bosses.


[466187ddb947]
* Main.lua:

Removed some unneeded Debug prints.


[f5e3662ed5f9]
* Main.lua:

Changed "raid_finder_loot" to "drops" and changed to nilling the boss ID when it's used, rather than on a timer (since it'll be overwritten anyway).


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

[ac673d315d61]
* Main.lua:

Trying SHOW_LOOT_TOAST instead of CHAT_MSG_LOOT.


[2fdc940c1748]
* Constants.lua, Main.lua:

Added support for recording Raid Finder boss loot.


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

[48b43068e2e0]
* Main.lua:

Renamed the LOOT_UPDATE/VERIFY_FUNCS tables to LOOT_OPENED_X for clarification.


[ac9f0ccb27a8]
* Main.lua:

reputation_npc_id --> last_killed_npc_id and ClearReputationNPC --> ClearLastKilledNPC


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

[85243603b34c]
* .hgtags:

Added tag 1.0.22 for changeset 7354ae12d0f1


[7354ae12d0f1] [1.0.22]
* Main.lua:

Tradeskill costs aren't modified by faction standing, so no need to un-modify them.


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

[e249cca6dd1c]
* .hgtags:

Added tag 1.0.21 for changeset 40624eb09591


[40624eb09591] [1.0.21]
* Main.lua:

Since many NPCs are for some reason flagged as VEHICLE, allow that in NPC-only checks.


[3b1f1e47897c]
* .hgtags:

Added tag 1.0.20 for changeset 5f6d5a1a62e1


[5f6d5a1a62e1] [1.0.20]
* Main.lua:

Make sure the TradeSkillFrame exists and is visible before attempting to do anything with it. Re-use the headers table. Added the ability to break out of the loop in functions called by TradeSkillExecutePer.


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

[10ad2d900502]
* .hgtags:

Added tag 1.0.19 for changeset 0820f3ab783e


[0820f3ab783e] [1.0.19]
* Main.lua:

Record tradeskill discoveries.


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

[135ef8805021]
* Main.lua:

Uncommented profession cost-recording code.


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

[311e2144c9ed]
* Main.lua:

Added more debug prints. Break out of loop when finding a locked item during the AF.ITEM loot verification.


[b5ced741f9e6]
* Main.lua:

Added support for recording prices for trainer services - commented out for now.


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

[f26de5e5b838]
* .hgtags:

Added tag 1.0.18 for changeset ef88920c634b


[ef88920c634b] [1.0.18]
* Main.lua:

Removed hard-coded NPC IDs.


[7c01f8f3b709]
* Main.lua:

When attempting to update locations, don't check if the WorldMapFrame is visible and don't perform any map-voodoo. Simply check if the current map area ID matches that of current_area_id and return appropriate data.


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

[090eff7671f2]
* .hgtags:

Added tag 1.0.17 for changeset 75cf16f95ad0


[75cf16f95ad0] [1.0.17]
* Main.lua:

Hard-code NPC IDs for Sha of Anger and Galleon to see if they're simply not being recognized as NPCs.


[ff86944a6bda]
* .hgtags:

Added tag 1.0.16 for changeset d16d4848f059


[d16d4848f059] [1.0.16]
* Main.lua:

Bump DB version to 11.


