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

[e2f7f33cf5f7] [tip]
* 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.


[a30c251ad382]
* Constants.lua:

Further data updates for item containers that cast spells.


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

[7d0ad2573092]
* Constants.lua, Main.lua:

Added support for collecting loot from item containers with no loot window and no spells cast.


[f1952ed33a16]
* Constants.lua:

Huge data update for item containers that cast delayed spells.


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

[0da7fa3508b1]
* Constants.lua:

Automated including data from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP in CONTAINER_ITEM_ID_LIST.


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

[b00732fa9352]
* Main.lua:

Fixed obvious typo in previous version.


[7086c27bdc9f]
* Constants.lua:

Fixed spell confirmation prompt IDs for Draenor raid bosses' bonus rolls.


[1c6098b69ec9]
* Main.lua:

Added support for CHAT_MSG_CURRENCY data and replaced a few clunky conditional statements.


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

Assorted code cleanup and reorganization as preparation for new data collection methods.


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

[bc1b8234c659]
* Main.lua:

Fixed bad conditional statement.


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

[f49252dc3de0]
* Main.lua:

Corrected instance of a string table holding an integer key.


[ae63dafab1e6]
* Main.lua:

Replaced individual bonusID system with one that stores and tracks combinations.


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

[d3e8a11a21ea]
* Main.lua, libs.xml:

Removed AceTimer dependency, replacing all timers with native WoW API functions.


