Mercurial > wow > wowdb-profiler
log Main.lua @ 466:eb87dbc295b3
age | author | description |
---|---|---|
Sun, 15 May 2016 00:02:13 -0400 | Caleb Atherton | Added optional dependency to HereBeDragons; removed last references to old map code. |
Sat, 14 May 2016 23:38:15 -0400 | Caleb Atherton | Replaced local hacky map code with HereBeDragons library. |
Sat, 07 May 2016 21:07:38 -0400 | Caleb Atherton | Rewrote TradeSkill handling for new Legion APIs. |
Fri, 22 Apr 2016 02:34:12 -0400 | Caleb Atherton | Patch 7.0.3 build 21414 fixes. Blizzard changed the returns of GetLootSlotInfo, but they also finally repaired GetLootSlotLink to work for currency. |
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. |
Mon, 26 Oct 2015 22:06:16 -0400 | MMOSimca | Fixed Patch 6.2.0+ itemstring processing. While at it, significantly refactored code that records item data so it is vastly better. 6.2.2-1 |
Wed, 22 Jul 2015 23:18:04 -0400 | MMOSimca | Updated timer loops to just use math.huge, since their iterations are evaluated in Lua. |