2015-01-07  MMOSimca  <MMOSimca@gmail.com>

[d06d1716228d] [tip]
* Main.lua:

Implemented new system using SHOW_LOOT_TOAST for currency data during chat-based loot recording.


[0aac203792c2]
* Main.lua:

Fixed a timer left at the old duration of chat-based loot recording.


[063309f31455]
* Constants.lua, Main.lua:

Fixed typo preventing the recording of Garrison Cache object data.


[b2cfa966277f]
* Main.lua:

Moved function from Event Handlers section.


[bd7a7162cc0f]
* Main.lua:

Added new kill count system for raid encounters based on saved instances/LFRs.


[9c964e2d6971]
* Constants.lua:

Added 2 new tables in Constants.lua in preparation for a new kill count system for raid encounters.


[df4820871122]
* Constants.lua, Main.lua:

Blacklisted bodyguard reputations and supported new Draenor perk, Trading Pact.


[929d2b27a087]
* Main.lua:

Added new spell ID for Chi Wave to blacklist.


2015-01-05  MMOSimca  <MMOSimca@gmail.com>

[e7b6a1de7df9]
* .hgtags:

Added tag 6.0.3-7 for changeset 837a3a525a76


2015-01-04  MMOSimca  <MMOSimca@gmail.com>

[837a3a525a76] [6.0.3-7]
* Main.lua:

And fixed new CHAT_LOOT_x timer system to work properly.


[d97e37b1e239]
* Main.lua:

Redesigned CHAT_LOOT_x timer system to no longer use current_loot (except for fishing).


2015-01-03  MMOSimca  <MMOSimca@gmail.com>

[d45238345b6e]
* .hgtags:

Added tag 6.0.3-6 for changeset e2f7f33cf5f7


[e2f7f33cf5f7] [6.0.3-6]
* Main.lua:

Blacklisted six problematic items for chat-based loot recording. Also, added two more events to cancel recording.


[4adc1fa4ddba]
* Main.lua:

Increased duration of chat-based loot recording from 1 second to 1.5 seconds. Fixed some comments.


2015-01-02  MMOSimca  <MMOSimca@gmail.com>

[ad8323486561]
* Constants.lua, Main.lua:

Added support for more item containers without loot windows. Improved conditional statements related to item handling.


2014-12-31  MMOSimca  <MMOSimca@gmail.com>

[78a2e8928a34]
* .hgtags:

Added tag 6.0.3-5 for changeset da20cca2ddc6


[da20cca2ddc6] [6.0.3-5]
* Main.lua:

Prevented recording bonus roll loot (it skews true loot percentages with spec-based drop data).


[0825513e6af1]
* Main.lua:

Fixed bugged conditional statement for item containers with instant loot.


2014-12-22  MMOSimca  <MMOSimca@gmail.com>

[cf7ed1551bcf]
* .hgtags:

Added tag 6.0.3-4 for changeset d65875caafd6


[d65875caafd6] [6.0.3-4]
* Main.lua:

Added a new blacklisted spell for NPC recording and made the blacklist into a table.


[f96f53dfb531]
* Main.lua:

Fixed type mismatch in ItemLinkToID.


2014-12-21  MMOSimca  <MMOSimca@gmail.com>

[32eba41f0812]
* .hgtags:

Added tag 6.0.3-3 for changeset da1daa941777


[da1daa941777] [6.0.3-3]
* Main.lua:

ExtrapolatedCurrentActionFromLootData can now generate a proper current_action table for loot from fishing.


[2fa787786d9a]
* Main.lua:

Added loot verification functions for NPCs and objects to prevent fishing data from being misrecorded.


[eb64f3b68a27]
* Main.lua:

Combine CHAT_MSG_SYSTEM event handlers (oops). Amended conditional statement in HandleItemUse.


2014-12-20  MMOSimca  <MMOSimca@gmail.com>

[b2c7eb63ff92]
* .hgtags:

Added tag 6.0.3-2 for changeset f1da74457a98


[f1da74457a98] [6.0.3-2]
* Main.lua:

Simplified ClearChatLootData calls (checks always done after the call) and fixed LOOT_SLOT_CLEARED event.


[792320b3fc4d]
* Main.lua:

Additional protection against bad data from chat-based loot recording.


2014-12-19  MMOSimca  <MMOSimca@gmail.com>

[bacf3185a2f7]
* .hgtags:

Added tag 6.0.3-1 for changeset 930da8078de7


[930da8078de7] [6.0.3-1]
* Main.lua:

Increased reliability of chat-based loot data and fixed two critical bugs with bonus ID parsing.


