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

[7e0ef2127b49] [tip]
* .pkgmeta, Main.lua, libs.xml:

Replaced LibMapData-1.0 usage with standard WoW 5.X map functions. They even perform better (LibMapData-1.0 was returning 0,0 for new content).


[a4256abd13b7]
* Main.lua:

Added a conditional check to protect against collecting instance information when not in an instance.


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

[2baf8d90d8a8]
* Main.lua:

Shortened two common debug statements so as to not spam chat as much when debugging.


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

[275b6caabf6c]
* .hgtags:

Added tag 6.1.0-2 for changeset 0a83510474bc


[0a83510474bc] [6.1.0-2]
* Main.lua:

Now blocks item container loot recording for player trading as well.


[05a4002dd924]
* Main.lua:

Now blocks item container loot recording in the following situations: using the Auction House, using the bank, using the mission table, gossiping with an NPC, using a guild bank, using a mailbox, and trading items with a merchant.


[b220bc8dd3a8]
* Main.lua:

Chat-based loot variables simplified a bit. Fixed a major conditional bug preventing recording for chat-based loot.


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

[98e3947c180d]
* .hgtags:

Added tag 6.1.0-1 for changeset 6e55341c3fa4


[6e55341c3fa4] [6.1.0-1]
* Constants.lua:

Added support for many new items: 13 more item crafting tokens and 32 more item containers.


[845e203ee4f0]
* WoWDBProfiler.toc:

Update TOC for Patch 6.1.


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

[3f038cb19197]
* Main.lua:

Prevent bug where garrison cache data could be assigned to the wrong object ID if mouseover events were delayed.


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

[dbdd83d7982d]
* .hgtags:

Added tag 6.0.3-9 for changeset 95af8e72aa19


[95af8e72aa19] [6.0.3-9]
* Comments.lua, Main.lua:

Corrected a function call to an out-of-scope function and fixed a typo preventing spell comments.


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

[a853f618ac30]
* .hgtags:

Added tag 6.0.3-8 for changeset 181c7f8cd087


[181c7f8cd087] [6.0.3-8]
* Main.lua:

Removed hacky workaround for duplicate world bosses, since the only use was in MoP and nobody will care about that boss now.


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

Removed new kill count system for raid encounters while it undergoes further testing.


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

[5bd49f0b635c]
* Main.lua:

Fixed bug in new SHOW_LOOT_TOAST currency data recording for chat-based loot.


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


