r44
Details
-
Filenamereagentmaker-r44.zip
-
Uploaded by
-
UploadedApr 29, 2011
-
Size12.80 KB
-
Downloads46
-
MD5d51fce81ee9c4eb3468ba27af5ee7fc2
Supported WoW Retail Versions
- 4.1.0
Changelog
2011-04-30 contrebasse <contrebasse>
[cefa203e2e51] [tip]
* .hgtags:
Added tag v1.0beta0 for changeset 00c2282f073a
[00c2282f073a] [v1.0beta0]
* ReagentMaker.lua utils.lua
More fancy errors !
[d74613eb5f72]
* data.lua
update decimal virtual value for Azure Pigment/Fire Seed
[c6a1f1cf560c]
* ReagentMaker.lua data.lua
update todos
2011-04-29 contrebasse <contrebasse>
[5a6091dddf69]
* SecureMenu.lua
Disable actions on buttons with not enough reagents (external frame), and warn the user
[71e8b39f056e]
* SecureMenu.lua
Remove infinite loop on the external frame, which prevented crafting items
[aa2f6965c0f6]
* ReagentMaker.lua data.lua utils.lua
Add fancy errors/warnings and block recursion when a recipe has many reagents
[ef22738aebfe]
* data.lua
Do not save recipe if error occurs during scanning
[ef5fe66a3f0b]
* data.lua
Do not limit to recipes with one reagent (todo: check recursion)
[5394c492850e]
* SecureMenu.lua
Oops, last commit broke tooltips
[0af9cb8a79f0]
* SecureMenu.lua
Manage items not ready (not in cache ?) when opening the external frame. Can potentially conflict with BAG_UPDATE event.
[218e1dd1b821]
* ReagentMaker.lua SecureMenu.lua
Hide external frame when selecting a recipe which doesn't need this reagent
2011-04-28 contrebasse <contrebasse>
[416c307fd00b]
* SecureMenu.lua
Add recipe tooltip for the crafted reagent in the external window
[22fa64c9b2de]
* 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