log ReagentMaker.lua @ 127:30f558b2acdd

age author description
Sun, 19 Jun 2011 13:04:37 +0200 contrebasse Hopefuly fixed ticket #1
Wed, 15 Jun 2011 01:14:00 +0200 contrebasse Display then number of makable items instead of the number of times the recipe is craftable
Wed, 15 Jun 2011 00:05:35 +0200 contrebasse Throttle count display
Fri, 03 Jun 2011 12:24:04 +0200 contrebasse Corrected the lua error when entering combat v1.1beta1
Thu, 02 Jun 2011 23:07:23 +0200 contrebasse Rewrote the main part to clarify things, should have removed some hidden nasty bugs. v1.1beta0
Thu, 02 Jun 2011 18:23:42 +0200 contrebasse Tradeskill in external window should now be functional
Thu, 02 Jun 2011 14:12:06 +0200 contrebasse Always show counts and bypass all filtering and searches v1.0beta13
Thu, 02 Jun 2011 00:57:17 +0200 contrebasse Bypass the filtering. Not fully tested, but mostly works.
Sat, 21 May 2011 14:19:33 +0200 contrebasse Better manage combat and secure buttons v1.0beta11
Fri, 20 May 2011 22:14:31 +0200 contrebasse Manage correctly the Campfire button v1.0beta10
Fri, 20 May 2011 18:32:43 +0200 contrebasse Added a button to cast a campfire
Thu, 19 May 2011 20:25:41 +0200 contrebasse Added prospecting and common data
Sun, 15 May 2011 12:49:07 +0200 contrebasse Corrent error message v1.0beta5
Sun, 15 May 2011 12:45:52 +0200 contrebasse Clarify error message with cross-tradeskill, and clarify the use of GetTradeSkillLine() internally v1.0beta4
Sun, 15 May 2011 09:23:15 +0200 contrebasse Expand headers when needed. Not heavily tested, could fail on a slow computer... v1.0beta3
Sun, 15 May 2011 01:35:38 +0200 contrebasse Update todo
Sun, 15 May 2011 00:04:06 +0200 contrebasse Remove space in an error sentence v1.0beta2
Sun, 15 May 2011 00:02:18 +0200 contrebasse Update localization
Sat, 14 May 2011 23:54:02 +0200 contrebasse Add a button to put enchants directly on a scroll
Sat, 14 May 2011 21:30:56 +0200 contrebasse Block cross-tradeskill in external window
Sat, 14 May 2011 20:59:30 +0200 contrebasse Update todos
Sat, 14 May 2011 20:55:49 +0200 contrebasse Use the new internal data format everywhere
Sat, 14 May 2011 20:28:05 +0200 contrebasse Correct localization again, forgot to save file...
Sat, 14 May 2011 20:19:22 +0200 contrebasse Change the internal data format (not done yet for the external window)
Fri, 13 May 2011 02:17:52 +0200 contrebasse Add localization
Sat, 30 Apr 2011 02:03:50 +0200 contrebasse Update todos
Sat, 30 Apr 2011 01:31:19 +0200 contrebasse Correct the number of items to craft (the formulae was wrong and has to take the number of item crafted into account)
Sat, 30 Apr 2011 00:07:41 +0200 contrebasse More fancy errors ! v1.0beta0
Sat, 30 Apr 2011 00:01:39 +0200 contrebasse update todos
Fri, 29 Apr 2011 23:38:43 +0200 contrebasse Add fancy errors/warnings and block recursion when a recipe has many reagents
Fri, 29 Apr 2011 00:14:25 +0200 contrebasse Hide external frame when selecting a recipe which doesn't need this reagent
Thu, 28 Apr 2011 21:43:06 +0200 contrebasse Store spellLink instead of spellID
Thu, 28 Apr 2011 20:31:25 +0200 contrebasse Save the spell link to be able to display the tooltip even when the recipe is hidden
Thu, 28 Apr 2011 19:46:29 +0200 contrebasse Remove useless comments
Thu, 28 Apr 2011 19:44:08 +0200 contrebasse Same as before (tortoisehg problem)
Thu, 28 Apr 2011 19:31:01 +0200 contrebasse Remove errors for hidden recipes and show a '?' when count isn't available
Wed, 27 Apr 2011 23:46:20 +0200 contrebasse First attempt to unfilter, failed badly... I'm not even sure it'll be possible at all.
Wed, 27 Apr 2011 21:55:33 +0200 contrebasse Avoid a lua error when the reagent is not found
Sun, 10 Apr 2011 21:31:10 +0200 contrebasse The default is now to craft enough reagents to be able to craft one more item
Sun, 10 Apr 2011 19:26:33 +0200 contrebasse Lots of display arrangements (tooltips and counts)
Fri, 08 Apr 2011 19:58:08 +0200 contrebasse Correct tooltips for external tradeskills like milling
Fri, 08 Apr 2011 19:24:22 +0200 contrebasse Remove debug printing
Fri, 08 Apr 2011 01:01:00 +0200 contrebasse Throttle the scanning to avoid freezing wow
Wed, 06 Apr 2011 00:28:13 +0200 contrebasse Use local references to global functions to speed up scanning
Sun, 03 Apr 2011 13:28:25 +0200 contrebasse Do not manage guild or linked tradeskills
Sat, 02 Apr 2011 22:11:51 +0200 contrebasse Finish disabling the reagent's reagent tooltip, and fill some data about prospection (unfinished)
Sat, 02 Apr 2011 21:45:14 +0200 contrebasse Disable the reagent's reagent tooltip, as no add-on like Datastore can hook it right now
Sat, 02 Apr 2011 21:43:25 +0200 contrebasse Manage the tooltips in the case of a spell instead of a tradeskill (milling, prospecting...)
Sat, 02 Apr 2011 17:13:16 +0200 contrebasse Added some tooltips and text color
Sat, 02 Apr 2011 01:49:39 +0200 contrebasse The base features semms to work.
Tue, 29 Mar 2011 22:06:36 +0200 contrebasse The try to build my own secure menu continues...
Mon, 28 Mar 2011 22:59:20 +0200 contrebasse First atempt at using secure menus, it doesn't open yet...
Mon, 28 Mar 2011 22:32:26 +0200 contrebasse Initial commit, save state before using secure menus