r31

Details

  • Filename
    reagentmaker-r31.zip
  • Uploaded by
  • Uploaded
    Apr 28, 2011
  • Size
    12.12 KB
  • Downloads
    43
  • MD5
    789a1c8c46d185876c8bff1e54432991

Supported WoW Retail Versions

  • 4.1.0

Changelog

2011-04-28  contrebasse  <contrebasse>

[22fa64c9b2de] [tip]
* ReagentMaker.lua SecureMenu.lua data.lua

Store spellLink instead of spellID

[fd76c8951b7d]
* ReagentMaker.lua data.lua

Save the spell link to be able to display the tooltip even when the recipe is hidden

[15123d11fc64]
* SecureMenu.lua

Correct indentation

[76414c6318ff]
* ReagentMaker.lua

Remove useless comments

[fb02770b8b5e]
* ReagentMaker.lua

Same as before (tortoisehg problem)

[886be292feec]
* data.lua

Avoid scanning when tradeskill is not fully loaded (no recipe or the first one is not a header)

[578b9c9479c9]
* ReagentMaker.lua utils.lua

Remove errors for hidden recipes and show a '?' when count isn't available

2011-04-27  contrebasse  <contrebasse>

[5f3a5b88fb19]
* ReagentMaker.lua utils.lua

First attempt to unfilter, failed badly... I'm not even sure it'll be possible at all.

[8acb6dc1ff9e]
* ReagentMaker.lua

Avoid a lua error when the reagent is not found

[a5a3e5e14ef7]
* ReagentMaker.toc

Update TOC

2011-04-10  contrebasse  <contrebasse>

[25b9f98f9bba]
* ReagentMaker.lua

The default is now to craft enough reagents to be able to craft one more item

[4ea38bae4174]
* ReagentMaker.lua SecureMenu.lua data.lua

Lots of display arrangements (tooltips and counts)
Corrected an id in data

2011-04-08  contrebasse  <contrebasse>

[f7b23db7bcc6]
* ReagentMaker.lua SecureMenu.lua

Correct tooltips for external tradeskills like milling

[c37c2a46723c]
* ReagentMaker.lua

Remove debug printing

[5336b3a19d4f]
* ReagentMaker.lua

Throttle the scanning to avoid freezing wow

2011-04-06  contrebasse  <contrebasse>

[250d01156e21]
* utils.lua

Use local references to global functions in the utils functions

[cc56799582f2]
* ReagentMaker.lua data.lua

Use local references to global functions to speed up scanning

2011-04-05  contrebasse  <contrebasse>

[5c8fcfdd1e24]
* data.lua

Remove incorrect warnings

2011-04-03  contrebasse  <contrebasse>

[5eb02d3e1647]
* ReagentMaker.lua

Do not manage guild or linked tradeskills

[2273a56762cb]
* data.lua

Manage -partially- multiple recipes for the same item adn track the number of items made by a recipe

2011-04-02  contrebasse  <contrebasse>

[2716889648bd]
* SecureMenu.lua data.lua

Display the number of crafted items and percent chance for milling

[b6a5902f376f]
* SecureMenu.lua data.lua

Display the percent chance to have an item while prospecting

[70f7d02c2cec]
* data.lua

Correct prospection data (wrong spell)

[17844b0b88c1]
* ReagentMaker.lua data.lua

Finish disabling the reagent's reagent tooltip, and fill some data about prospection (unfinished)

[28d5f1fbd33f]
* ReagentMaker.lua

Disable the reagent's reagent tooltip, as no add-on like Datastore can hook it right now

[43e21c6513e0]
* ReagentMaker.lua

Manage the tooltips in the case of a spell instead of a tradeskill (milling, prospecting...)

[cea9633a6d4e]
* ReagentMaker.lua SecureMenu.lua

Added some tooltips and text color

[3a1997d21468]
* ReagentMaker.toc

Updated version in .toc with packaging keyword

[ed0582126cae]
* ReagentMaker.lua SecureMenu.lua data.lua utils.lua

The base features semms to work.

2011-03-29  contrebasse  <contrebasse>

[04c5b817eead]
* ReagentMaker.lua SecureMenu.lua

The try to build my own secure menu continues...