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

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


[8d63f8348496]
* Main.lua:

Revert change to ignore loot toasts with a source of '3'. Apparently they're sometimes useful still.


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

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

Assorted code cleanup and reorganization.


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

[97824a39ddd3]
* Constants.lua:

Added Bonus Loot spell IDs for Draenor world bosses and fixed incorrect NPC IDs for Highmaul bosses (and Blackhand).


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

[b81e928f0c5b]
* .hgtags:

Added tag 6.0.2-7 for changeset 8ca629ec7f57


[8ca629ec7f57] [6.0.2-7]
* Main.lua:

Loot toasts with a source of '3' are now ignored, increasing loot data reliability!


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

[c78fe36fea84]
* Main.lua:

Replaced debug output boolean/nil replacements with a simple 'tostring'.


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

[16c6db42fb7e]
* .hgtags:

Added tag 6.0.2-6 for changeset 4a4ed54e4201


[4a4ed54e4201] [6.0.2-6]
* Comments.lua, Main.lua:

Fixed comment issue with quests (take two) and fixed broken debug statement (take two).


[73fd6e568211]
* Main.lua:

Debug output now replaces boolean expressions with their string counterparts, avoiding potential errors.


[b372179ddaac]
* Main.lua:

Fixed broken debug statement.


[54d5562a6ad5]
* Main.lua:

Added future code for handling bonusIDs of 0 and updated multiple debug statements.


[2d0899e85e29]
* Main.lua:

Added collection of item data (bonusIDs, mainly) for quest rewards.


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

[a096bada400d]
* Bindings.xml:

Update Bindings.xml to use new Patch 6.0 key binding category system.


