log Constants.lua @ 517:0ca9202b8d7d

age author description
Tue, 08 Nov 2016 15:44:11 -0500 MMOSimca Added Shar'thos bonus loot spell.
Tue, 08 Nov 2016 15:42:23 -0500 MMOSimca Added detection for WoW's 11th Anniversary (a bit late) and WoW's 12th Anniversary buffs.
Tue, 08 Nov 2016 15:37:13 -0500 MMOSimca Blacklisted Legion reputation gains in data recording because of world quests (and the inability to distinguish between quest gains and kill gains).
Wed, 02 Nov 2016 18:15:30 -0400 MMOSimca Added Flotsam bonus loot spell. 7.1.0-3
Tue, 25 Oct 2016 17:48:16 -0400 MMOSimca Added Drugon the Frostblood bonus loot spell. 7.1.0-1
Thu, 13 Oct 2016 10:19:07 -0400 MMOSimca Updated the NPC ID for Withered J'im (we were using the one for his clones on accident).
Fri, 07 Oct 2016 14:50:12 -0400 MMOSimca Hooked up world boss bonus spells for Levantus and Withered J'im.
Tue, 20 Sep 2016 15:58:18 -0400 MMOSimca Added world boss support for Legion and hooked up Nithogg. Still need SpellIDs for the other 9 world bosses.
Tue, 06 Sep 2016 09:37:07 -0400 MMOSimca Added full world quest data recording support. 7.0.3-3
Tue, 06 Sep 2016 09:31:06 -0400 MMOSimca Replaced 'GetCvar("portal")' with the library LibRealmInfo in order to get accurate server and region information (needed for world quest data recording).
Wed, 03 Aug 2016 12:44:12 -0400 Caleb Atherton Removed backwards compatibility for Patch 6.2.4 in order to simplify code, now that Patch 7.0.3 is on Live realms.
Sat, 16 Jul 2016 01:37:01 -0400 Caleb Atherton Updated constants with new Legion data for item containers.
Sat, 16 Jul 2016 01:17:23 -0400 Caleb Atherton Renamed an extremely long constant to be less extremely long.
Tue, 01 Dec 2015 19:33:30 -0500 MMOSimca Initial Patch 7.0 support. All super obvious errors fixed, but probably many minor ones remain.
Fri, 10 Jul 2015 23:02:46 -0400 MMOSimca Added support for creating items with Baleful tokens and Tier 18 tokens. 6.2.0-3
Wed, 24 Jun 2015 21:58:31 -0400 MMOSimca Added support for recording the results of item tokens that create other items based on your class. 6.2.0-2
Wed, 24 Jun 2015 20:48:35 -0400 MMOSimca Added spell IDs for bonus roll prompts for all raid bosses new to Patch 6.2.0.
Wed, 24 Jun 2015 09:13:40 -0400 MMOSimca Updated loot container, loot spell, and instant item container mappings for Patch 6.2.0 (mostly).
Tue, 16 Jun 2015 07:34:14 -0400 MMOSimca Added conditional code to account for changes in Patch 6.2's item strings. It now works with Live and PTR builds.
Tue, 24 Feb 2015 14:38:35 -0500 MMOSimca Added support for many new items: 13 more item crafting tokens and 32 more item containers. 6.1.0-1
Tue, 13 Jan 2015 02:51:55 -0500 MMOSimca Removed new kill count system for raid encounters while it undergoes further testing.
Wed, 07 Jan 2015 17:21:50 -0500 MMOSimca Fixed typo preventing the recording of Garrison Cache object data.
Wed, 07 Jan 2015 02:53:58 -0500 MMOSimca Added 2 new tables in Constants.lua in preparation for a new kill count system for raid encounters.
Wed, 07 Jan 2015 02:52:31 -0500 MMOSimca Blacklisted bodyguard reputations and supported new Draenor perk, Trading Pact.
Fri, 02 Jan 2015 02:56:25 -0500 MMOSimca Added support for more item containers without loot windows. Improved conditional statements related to item handling.
Fri, 19 Dec 2014 07:40:12 -0500 MMOSimca Further data updates for item containers that cast spells.
Thu, 18 Dec 2014 21:38:11 -0500 MMOSimca Added support for collecting loot from item containers with no loot window and no spells cast.
Thu, 18 Dec 2014 18:09:58 -0500 MMOSimca Huge data update for item containers that cast delayed spells.
Wed, 17 Dec 2014 12:23:09 -0500 MMOSimca Automated including data from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP in CONTAINER_ITEM_ID_LIST.
Tue, 16 Dec 2014 21:07:59 -0500 MMOSimca Fixed spell confirmation prompt IDs for Draenor raid bosses' bonus rolls.
Tue, 16 Dec 2014 20:46:14 -0500 MMOSimca Assorted code cleanup and reorganization as preparation for new data collection methods.
Wed, 10 Dec 2014 12:47:35 -0500 MMOSimca Assorted code cleanup and reorganization.
Tue, 09 Dec 2014 21:04:11 -0500 MMOSimca Added Bonus Loot spell IDs for Draenor world bosses and fixed incorrect NPC IDs for Highmaul bosses (and Blackhand).
Mon, 13 Oct 2014 23:13:41 -0400 MMOSimca Added support for parsing the loot from Garrison Cache objects. WoD
Sun, 05 Oct 2014 17:35:53 -0400 MMOSimca Fixed bugs with timber loot recording and restricted its recording to only one object for each tree size. WoD
Fri, 03 Oct 2014 15:29:26 -0400 MMOSimca Added timer-based support for salvage crate drops. Hopefully only temporary while Blizzard fixes SHOW_LOOT_TOAST events for them. WoD
Fri, 03 Oct 2014 15:18:01 -0400 MMOSimca Added support for collecting Timber locations and drop contents. Fixed occassional mining/herb data being classified as zone data. WoD
Fri, 03 Oct 2014 15:09:44 -0400 MMOSimca Fixed loot extrapolation restrictions. Fixed Blizzard bug with Trainer filters not using boolean values. WoD
Tue, 23 Sep 2014 23:34:05 -0400 MMOSimca Added missing comma. WoD
Mon, 22 Sep 2014 17:00:08 -0400 MMOSimca Added a large number of reputation modifiers, enabled examining items on drop, and disabled bonus ID checking from inventory processing. WoD
Thu, 18 Sep 2014 04:38:51 -0400 MMOSimca Accounted for GUID delimiter change in latest WoD build and added a new psuedoloot item. WoD
Sat, 06 Sep 2014 02:57:57 -0400 MMOSimca Fixed select replacement for bonus_ids. Fixed references to moved constants. WoD
Fri, 05 Sep 2014 01:50:04 -0400 MMOSimca Moved two constant tables to Constants.lua and restructured a pair of them to be a single table. Replaced UnitManaMax with UnitPowerMax (other was deprecated). WoD
Fri, 05 Sep 2014 01:20:44 -0400 MMOSimca Many updated WoD constants, added new WoD english locales, and consolidated two similar variables. WoD
Fri, 22 Aug 2014 03:45:27 -0400 MMOSimca Misc WoD fixes, including 'region' support, many WoD loot containers, and changed 1/0 flags to booleans. Also bumped TOC. WoD
Wed, 06 Aug 2014 04:39:26 -0400 MMOSimca Many changes for WoD, including support for Itembonuses, the new GUID format, and LOOT_READY. WoD
Thu, 27 Mar 2014 14:55:46 -0500 James D. Callahan III Fixes for "Disguise" and tradeskill spells. 5.4.7-1
Thu, 22 Aug 2013 06:20:21 -0500 James D. Callahan III Updated LOOT_SPELL_ID_TO_ITEM_ID_MAP
Sun, 28 Jul 2013 16:53:22 -0500 James D. Callahan III Changes/fixes.
Tue, 23 Jul 2013 18:07:07 -0500 James D. Callahan III Fixes
Thu, 14 Mar 2013 16:36:36 -0500 James D. Callahan III Added command and GUI for prototype of an in-game comment-submission system.
Mon, 11 Mar 2013 09:03:03 -0500 James D. Callahan III Added new Raid Finder Boss IDs and new World Boss IDs.
Mon, 10 Dec 2012 10:27:24 -0600 James D. Callahan III Record drops from World Bosses. 1.0.32
Mon, 12 Nov 2012 15:45:00 -0600 James D. Callahan III Corrected IDs for Qiang the Merciless, Subetai the Swift, and Meng the Demented. 1.0.23
Tue, 06 Nov 2012 15:47:45 -0600 James D. Callahan III Added IDs for four more LFR bosses.
Sat, 03 Nov 2012 16:39:07 -0500 James D. Callahan III Added support for recording Raid Finder boss loot.
Wed, 03 Oct 2012 17:27:10 -0500 James D. Callahan III Added some debugging prints (turned off). Removed defaulting to NPC if no target_type - simply ignore the loot. Removed setting target_type to NPC every time a target's location is updated. Ensure the unit name on the tooltip matches the spell's target name. Bumped DB version to 10. 1.0.15
Wed, 05 Sep 2012 09:05:04 -0500 James D. Callahan III Changed labeling on action_data fields to be more explicit. Don't set loot_label on non-loot spells.
Fri, 31 Aug 2012 14:32:27 -0500 James D. Callahan III Changed the Spell ID for Fishing - the old one was removed in MoP.
Wed, 27 Jun 2012 17:34:10 -0500 James D. Callahan III Fixed gas extraction support using Black Magic Voodoo, since the UNIT_DISSIPATES sub-event no longer fires from COMBAT_LOG_EVENT_UNFILTERED.