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

[94e59c64a328] [tip]
* Constants.lua, Main.lua, WoWDBProfiler.toc:

Initial Patch 7.0 support. All super obvious errors fixed, but probably many minor ones remain.


2015-10-26  MMOSimca  <MMOSimca@gmail.com>

[0b9c096d84d9]
* .hgtags:

Added tag 6.2.2-1 for changeset 9f1d3224d316


[9f1d3224d316] [6.2.2-1]
* Main.lua:

Fixed Patch 6.2.0+ itemstring processing. While at it, significantly refactored code that records item data so it is vastly better.


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

[22f08f6717ea]
* Main.lua:

Updated timer loops to just use math.huge, since their iterations are evaluated in Lua.


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

[866bba4d8ab6]
* Main.lua:

Added four more blacklisted spells.


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

[b765499e881f]
* .hgtags:

Added tag 6.2.0-3 for changeset 877f3632e292


[877f3632e292] [6.2.0-3]
* Constants.lua:

Added support for creating items with Baleful tokens and Tier 18 tokens.


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

[779e79da7706]
* .hgtags:

Added tag 6.2.0-2 for changeset af5a61f38aaa


[af5a61f38aaa] [6.2.0-2]
* Constants.lua, Main.lua:

Added support for recording the results of item tokens that create other items based on your class.


[75c0e5d93957]
* Constants.lua:

Added spell IDs for bonus roll prompts for all raid bosses new to Patch 6.2.0.


[b5834ac6aa4e]
* .hgtags:

Added tag 6.2.0-1 for changeset c24871c25f05


[c24871c25f05] [6.2.0-1]
* Main.lua:

Integrated Patch 6.2.0 item string change into main code, ending support for Patch 6.1.2.


[0462238b0d97]
* Main.lua:

Now blocking chat-based loot recording while the Garrison Shipyard window is opened to prevent bad data.


[b1c1d817788d]
* Constants.lua:

Updated loot container, loot spell, and instant item container mappings for Patch 6.2.0 (mostly).


2015-06-23  MMOSimca  <MMOSimca@gmail.com>

[a6e78988a3d9]
* WoWDBProfiler.toc:

Updated Interface version for Patch 6.2.


2015-06-16  MMOSimca  <MMOSimca@gmail.com>

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

Added conditional code to account for changes in Patch 6.2's item strings. It now works with Live and PTR builds.


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

[c8b5277f5e2e]
* Main.lua:

Fixed a nil error that occurred in certain cases when completing quests.


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

[20dd5a4d74ab]
* .hgtags:

Added tag 6.1.0-3 for changeset 929d7657e23b


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

[929d7657e23b] [6.1.0-3]
* Main.lua:

Implemented support for recording money data via SHOW_LOOT_TOAST during chat-based loot recording.


[cecd877476ff]
* Main.lua:

Fixed naming mistake preventing fishing loot from being recorded in certain cases.


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

[2151f136ca5c]
* .pkgmeta, Main.lua, libs.xml:

Removed LibPetJournal-2.0 as all code using that library is currently commented out (it will be easy to readd if we need it again).


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

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


