3.2BetaFixed

Details

  • Filename
    AckisRecipeList-3.2BetaFixed.zip
  • Uploaded by
  • Uploaded
    Aug 6, 2009
  • Size
    1.02 MB
  • Downloads
    1,546
  • MD5
    54bbdb5509ad7ea2ba5a4a1962a70754

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r2287 | ackis | 2009-08-06 17:49:15 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   A /tags/3.2BetaFixed (from /trunk:2286)

Tagging as 3.2 Beta Fixed
------------------------------------------------------------------------
r2286 | ackis | 2009-08-06 17:48:22 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

Tyupo fix
------------------------------------------------------------------------
r2285 | pompachomp | 2009-08-06 17:38:58 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

added a couple new engineering recipes.
------------------------------------------------------------------------
r2284 | ackis | 2009-08-06 17:36:07 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

Update Change Log.
------------------------------------------------------------------------
r2282 | ackis | 2009-08-06 17:33:06 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

UPdate some tailoring
------------------------------------------------------------------------
r2281 | ackis | 2009-08-06 17:15:43 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

Fix error with tailoring.
------------------------------------------------------------------------
r2280 | dessa | 2009-08-06 14:44:08 +0000 (Thu, 06 Aug 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

- Turbid Eye of Zul is actually in the gamefiles but not if you typo the itemid :P
- alchemy transmute skilllevel fixup

------------------------------------------------------------------------
r2279 | ackis | 2009-08-05 18:01:42 +0000 (Wed, 05 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Comment out turbid eye of zul since it's not in the game files yet
------------------------------------------------------------------------
r2278 | pompachomp | 2009-08-04 22:46:20 +0000 (Tue, 04 Aug 2009) | 4 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Inscription.lua

Added missing/incorrect Alchemy trainer data, ticket 685
Added missing Blacksmithing trainer data, ticket 769
Added missing Enchanting trainer data, ticket 761
Added missing Inscription trainer data, ticket 767
------------------------------------------------------------------------
r2277 | pompachomp | 2009-08-04 20:20:47 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua

organized the localization file.
------------------------------------------------------------------------
r2276 | pompachomp | 2009-08-04 19:56:32 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Cook.lua
   M /trunk/RecipeDB/ARL-Quest.lua

Fixed an incorrect quest reference for the "Smoked Desert Dumplings" recipe.
------------------------------------------------------------------------
r2275 | ackis | 2009-08-04 18:53:41 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Fix pvp flag datamining so that if we're a vendor, and the pvp flag is set, make sure we aren't in halaa or WG before spewing out an erroneous error.
------------------------------------------------------------------------
r2274 | ackis | 2009-08-04 18:43:30 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/ARLFrame.lua

Fix for PVP flag
------------------------------------------------------------------------
r2273 | ackis | 2009-08-04 18:29:51 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Update BS skiull levels
------------------------------------------------------------------------
r2272 | ackis | 2009-08-04 17:33:27 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.toc

ToC to 3.2
------------------------------------------------------------------------
r2271 | pompachomp | 2009-08-04 04:45:37 +0000 (Tue, 04 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Cook.lua

Make the "Goblin Rocket Fuel" for Alchemy actually show up in ARL Scans because it wasn't before.
------------------------------------------------------------------------
r2270 | torhal | 2009-08-02 22:27:41 +0000 (Sun, 02 Aug 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua

In expandEntry(): Renamed some more variables (qst to quest, vndr to vendor, etc), removed others which weren't needed, and streamlined things a bit by creating the first display string at the beginning of the loop instead of in each if/elseif block.

------------------------------------------------------------------------
r2269 | torhal | 2009-08-02 20:06:53 +0000 (Sun, 02 Aug 2009) | 1 line
Changed paths:
   M /trunk/ARLFrame.lua

In expandEntry(): Consolidated some if checks to remove unnecessary nesting and make the function easier to read. Renamed the "trnr" variable to "trainer". Populate the file-local faction_strings table on first use and use that in subsequent calls rather than doing Babble lookups and color conversions every time.
------------------------------------------------------------------------
r2268 | torhal | 2009-08-01 20:21:31 +0000 (Sat, 01 Aug 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua

In addon.RecipeItem_OnClick(): Removed four unnecessary local variables and replaced with one, named clicked_line.

------------------------------------------------------------------------
r2267 | torhal | 2009-08-01 18:06:30 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
   M /trunk/ARLFrame.lua

In addon.RecipeItem_OnClick(): Added checks for nil tables. Removed a nested-if level by changing a check. Removed spurious comments.
------------------------------------------------------------------------
r2266 | pompachomp | 2009-08-01 17:48:06 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-FirstAid.lua

removed a flag from some recipes.
------------------------------------------------------------------------
r2265 | pompachomp | 2009-08-01 09:57:34 +0000 (Sat, 01 Aug 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-FirstAid.lua
   M /trunk/RecipeDB/ARL-Trainer.lua

Added missing First Aid trainer data, tickets 766,768
------------------------------------------------------------------------
r2264 | pompachomp | 2009-07-30 09:45:03 +0000 (Thu, 30 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLConfig.lua
   M /trunk/AckisRecipeList.lua

fixed issue with the pvp flag filter.
------------------------------------------------------------------------
r2263 | pompachomp | 2009-07-30 08:53:32 +0000 (Thu, 30 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Add missing trainer data reported in tickets 630,776
------------------------------------------------------------------------
r2262 | pompachomp | 2009-07-29 22:39:18 +0000 (Wed, 29 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

It would probably be a good idea to have is_vendor set to true instead of false in the ScanVendor() function.
Added the pvp flag to the jc designs acquired from the Wintergrasp quartermaster.
------------------------------------------------------------------------
r2261 | pompachomp | 2009-07-29 21:52:01 +0000 (Wed, 29 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Fixed the check for the pvp missing/extra flag.
------------------------------------------------------------------------
r2260 | pompachomp | 2009-07-29 08:22:39 +0000 (Wed, 29 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Fixed some missing/incorrect flags for some jewelcrafting recipes.
------------------------------------------------------------------------
r2259 | pompachomp | 2009-07-29 07:23:13 +0000 (Wed, 29 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Mob.lua
   M /trunk/RecipeDB/ARL-Quest.lua
   M /trunk/RecipeDB/ARL-Trainer.lua

Fixed the location of a mob.
------------------------------------------------------------------------
r2258 | ackis | 2009-07-29 03:23:10 +0000 (Wed, 29 Jul 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.toc

Null commit for gnomergan to see if .pkgmeta screws up.
------------------------------------------------------------------------
r2257 | pompachomp | 2009-07-27 22:47:45 +0000 (Mon, 27 Jul 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

fix a spelling mistake.
------------------------------------------------------------------------
r2256 | pompachomp | 2009-07-27 22:30:06 +0000 (Mon, 27 Jul 2009) | 2 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua
   M /trunk/RecipeDB/ARL-Tailor.lua
   M /trunk/RecipeDB/ARL-Trainer.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

More cleanup throughout the database.
(Please don't file tickets about missing locale entries.)
------------------------------------------------------------------------
r2255 | pompachomp | 2009-07-27 15:56:49 +0000 (Mon, 27 Jul 2009) | 2 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

More cleanup throughout the database.
(Please don't file tickets about missing locale entries.)
------------------------------------------------------------------------
r2254 | ackis | 2009-07-27 15:25:45 +0000 (Mon, 27 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua

Fix staff - spellpower skill levels.
------------------------------------------------------------------------
r2253 | pompachomp | 2009-07-26 18:53:34 +0000 (Sun, 26 Jul 2009) | 2 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua

More cleanup throughout the database.
(Please don't file tickets about missing locale entries.)
------------------------------------------------------------------------
r2252 | pompachomp | 2009-07-26 09:21:30 +0000 (Sun, 26 Jul 2009) | 2 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

More cleanup.
(Please don't file tickets about missing locale entries.)
------------------------------------------------------------------------
r2251 | pompachomp | 2009-07-26 00:31:00 +0000 (Sun, 26 Jul 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

fix a spelling mistake
------------------------------------------------------------------------
r2250 | pompachomp | 2009-07-25 03:25:01 +0000 (Sat, 25 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Mob.lua

fixed spelling mistake
------------------------------------------------------------------------
r2249 | pompachomp | 2009-07-25 03:18:08 +0000 (Sat, 25 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua

more database cleanup and fixed various acquire info for some recipes.
------------------------------------------------------------------------
r2248 | pompachomp | 2009-07-24 20:17:48 +0000 (Fri, 24 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua

changed wording of a custom string.
------------------------------------------------------------------------
r2247 | pompachomp | 2009-07-24 20:00:53 +0000 (Fri, 24 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Cleaned up the mobdb a little more and fixed various acquire info for some recipes.
------------------------------------------------------------------------
r2246 | ackis | 2009-07-24 19:36:35 +0000 (Fri, 24 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Update some BS skill levels.
------------------------------------------------------------------------
r2245 | pompachomp | 2009-07-24 08:10:43 +0000 (Fri, 24 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Mob.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Cleaned up the Mobdb a bit and fixed some acquire info for various recipes.
------------------------------------------------------------------------
r2244 | pompachomp | 2009-07-23 19:10:06 +0000 (Thu, 23 Jul 2009) | 2 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Mob.lua

Fixed acquire info for Deft Monarch Topaz and Fierce Monarch Topaz
Removed some mobs in the mobsdb that didn't need to be there.
------------------------------------------------------------------------
r2243 | pompachomp | 2009-07-23 17:15:34 +0000 (Thu, 23 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Inscription.lua

all inscription recipes have game flags now.
------------------------------------------------------------------------
r2242 | pompachomp | 2009-07-23 16:23:55 +0000 (Thu, 23 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Inscription.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

added game flags for some stuff in blacksmithing,inscription,tailoring.
------------------------------------------------------------------------
r2241 | pompachomp | 2009-07-23 08:21:02 +0000 (Thu, 23 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

added game flags for some more stuff in tailoring.
------------------------------------------------------------------------
r2240 | pompachomp | 2009-07-22 22:35:30 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

added game flags for some stuff in Tailoring
------------------------------------------------------------------------
r2239 | pompachomp | 2009-07-22 21:25:07 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

added game flags for some stuff in engineering and tailoring.
------------------------------------------------------------------------
r2238 | ackis | 2009-07-22 19:18:51 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

Update engineering to fix a few expansion flag errors.
------------------------------------------------------------------------
r2237 | pompachomp | 2009-07-22 08:20:07 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua

added 'game' flag to some stuff in Engineering and Leatherworking.
------------------------------------------------------------------------
r2236 | pompachomp | 2009-07-22 06:16:42 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Let's check for "finger" only, and not "ring" plus another words that have "ring" in them.
------------------------------------------------------------------------
r2235 | torhal | 2009-07-22 05:59:42 +0000 (Wed, 22 Jul 2009) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.toc
   M /trunk/embeds.xml

In ARLFrame.lua Re-worked the alt-tradeskills code to use the new LibQTip-1.0 script methods rather than the LibQTipClick-1.1 methods.
In GenerateClickableTT(): Added check to not display the current character's name in the list of alts.
Removed all references to LibQTipClick-1.1 from .pkgmeta, embeds.xml and AckisRecipeList.toc

------------------------------------------------------------------------
r2234 | pompachomp | 2009-07-22 03:53:13 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua
   M /trunk/Docs/Datamine.txt
   M /trunk/Docs/Wowwiki.txt

fixed some spelling mistakes around some files.
------------------------------------------------------------------------
r2233 | pompachomp | 2009-07-22 01:37:03 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

added a check in the ring check to make sure "herring" isn't detected as the ring flag missing.
------------------------------------------------------------------------
r2232 | pompachomp | 2009-07-22 01:28:10 +0000 (Wed, 22 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Cook.lua

fixed ticket # 787
------------------------------------------------------------------------
r2231 | ackis | 2009-07-21 19:10:41 +0000 (Tue, 21 Jul 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Fix a couple of expansion levels and remove skill level debug comments for now, too spammy even for Pompy.
------------------------------------------------------------------------
r2230 | pompachomp | 2009-07-21 18:45:21 +0000 (Tue, 21 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

fixed tickets 777,779 again.
------------------------------------------------------------------------
r2229 | ackis | 2009-07-21 18:43:02 +0000 (Tue, 21 Jul 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua

Add some debug info on which recipes do not have game info, or skill level info added yet.
------------------------------------------------------------------------
r2228 | ackis | 2009-07-21 18:38:23 +0000 (Tue, 21 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Update more BS stuff w/ skill levels.
------------------------------------------------------------------------
r2227 | pompachomp | 2009-07-21 09:22:51 +0000 (Tue, 21 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/Docs/Documentation.txt

fixed a check in the dataminer.
------------------------------------------------------------------------
r2226 | ackis | 2009-07-20 19:03:38 +0000 (Mon, 20 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Just because you're a mammoth doesn't mean you're ammo.
------------------------------------------------------------------------
r2225 | ackis | 2009-07-20 19:02:39 +0000 (Mon, 20 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Comment out the error of no player role flag found.
------------------------------------------------------------------------
r2224 | ackis | 2009-07-20 18:56:51 +0000 (Mon, 20 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Add all of BS expansion flags and a few skill levels.
------------------------------------------------------------------------
r2223 | pompachomp | 2009-07-20 18:44:45 +0000 (Mon, 20 Jul 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Inscription.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Tailor.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

Fixed tickets 777,779,786
Fixed Glyph of Bladestorm not showing up in the scan at all.
Fixed coordinate locations for a couple trainers.
------------------------------------------------------------------------
r2222 | pompachomp | 2009-07-20 09:51:13 +0000 (Mon, 20 Jul 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua

Fixed ticket # 779
------------------------------------------------------------------------
r2221 | pompachomp | 2009-07-20 09:38:51 +0000 (Mon, 20 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Mob.lua

Removed a mob from the mob db that didn't need to be there, and fixed acquire info for Eternal Earthsiege Diamond.
------------------------------------------------------------------------
r2220 | ackis | 2009-07-17 16:47:36 +0000 (Fri, 17 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLConfig.lua
   M /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.toc

Carbonite emulates TomTom so we can do the mini-map stuff if we have carbonite installed.  Dry-coded.  Can't really see what carbonite is doing since it's code is obfuscated.
------------------------------------------------------------------------
r2219 | pompachomp | 2009-07-17 09:42:41 +0000 (Fri, 17 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Mob.lua

Removed a mob from the mob db that didn't need to be there, and fixed acquire info for Eternal Earthsiege Diamond.
------------------------------------------------------------------------
r2218 | pompachomp | 2009-07-16 07:30:44 +0000 (Thu, 16 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Mob.lua

Fixed incorrect acquire info for Timeless Forest Emerald and removed a mob from the database that didn't need to be there.
------------------------------------------------------------------------
r2217 | ackis | 2009-07-14 20:53:28 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Different approach to fixing extra lines.
------------------------------------------------------------------------
r2216 | ackis | 2009-07-14 20:42:58 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Fix nil error.
------------------------------------------------------------------------
r2215 | ackis | 2009-07-14 20:34:53 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Fix the issue with nothing being printed out.
------------------------------------------------------------------------
r2214 | ackis | 2009-07-14 20:07:59 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Add some debug code
------------------------------------------------------------------------
r2213 | pompachomp | 2009-07-14 19:59:28 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

Removed Balai Lok'Wein <Potions, Scrolls & Reagents> from the Vendor DB because she obviously doesn't sell the First Aid books anymore.
------------------------------------------------------------------------
r2212 | ackis | 2009-07-14 18:20:10 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Add a few flags identified in our test ticket.
------------------------------------------------------------------------
r2211 | ackis | 2009-07-14 18:11:30 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

We won't think engineeRING bags are rings now eh.
------------------------------------------------------------------------
r2210 | ackis | 2009-07-14 18:10:00 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Replace string.gsub w/ gsub.
------------------------------------------------------------------------
r2209 | ackis | 2009-07-14 18:08:14 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Fix obtain mining code to be and's instead of or's.
------------------------------------------------------------------------
r2208 | ackis | 2009-07-14 18:06:07 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Scan recipes only on vendors.  Maybe.  Or maybe this will blow up.
------------------------------------------------------------------------
r2207 | ackis | 2009-07-14 17:52:58 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Typo fix.
------------------------------------------------------------------------
r2206 | ackis | 2009-07-14 17:40:34 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Add a obtain type check to the miner and possible fix the new line issue pompy has.
------------------------------------------------------------------------
r2205 | pompachomp | 2009-07-14 16:36:39 +0000 (Tue, 14 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

fixed a duplicate entry.
------------------------------------------------------------------------
r2204 | pompachomp | 2009-07-13 19:55:49 +0000 (Mon, 13 Jul 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-FirstAid.lua
   M /trunk/RecipeDB/ARL-Trainer.lua

added missing First Aid trainer data, Ticket 735

------------------------------------------------------------------------
r2203 | pompachomp | 2009-07-13 09:33:02 +0000 (Mon, 13 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua

fix for ticket #749
------------------------------------------------------------------------
r2202 | pompachomp | 2009-07-13 08:39:26 +0000 (Mon, 13 Jul 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

change something on the main project page.
------------------------------------------------------------------------
r2201 | pompachomp | 2009-07-12 20:43:43 +0000 (Sun, 12 Jul 2009) | 7 lines
Changed paths:
   M /trunk/Docs/Main.txt
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Inscription.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

added missing Blacksmith trainer data, Tickets 687,739,620
added missing Enchanting trainer data, Tickets 529,732
added missing Inscription trainer data, Tickets 688,702,557,665,714,733
added missing Jewelcrafting trainer data, Tickets 698,704
added missing Tailoring trainer data, Tickets 542,723
Changed a character link on the main page

------------------------------------------------------------------------
r2200 | pompachomp | 2009-07-12 19:42:14 +0000 (Sun, 12 Jul 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Trainer.lua

Added Fono <Mining Trainer> to the TrainerDB
------------------------------------------------------------------------
r2199 | pompachomp | 2009-07-12 19:16:10 +0000 (Sun, 12 Jul 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua
   M /trunk/RecipeDB/ARL-Smelt.lua

added missing Mining trainer data, Tickets 699,709,737,740
------------------------------------------------------------------------
r2198 | torhal | 2009-07-10 09:52:35 +0000 (Fri, 10 Jul 2009) | 2 lines
Changed paths:
   M /trunk/AckisRecipeList.toc

AddonLoader support - loads if "/arl" is typed or when the tradeskill window is opened.

------------------------------------------------------------------------
r2197 | torhal | 2009-07-10 09:08:18 +0000 (Fri, 10 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

In addon:ScanVendor(): Only show missing spell IDs if debugging.

------------------------------------------------------------------------
r2196 | torhal | 2009-07-10 08:30:00 +0000 (Fri, 10 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

In addon:ScanVendor(): Don't call addon:DisplayTextDump() unless something has actually been added to the output table.

------------------------------------------------------------------------
r2195 | torhal | 2009-07-10 08:06:53 +0000 (Fri, 10 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added "Set:" check to strength check in datamine tooltip to be rid of false positives.

------------------------------------------------------------------------
r2194 | ackis | 2009-07-09 20:17:36 +0000 (Thu, 09 Jul 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

Remove my character link from the listings.
------------------------------------------------------------------------
r2193 | pompachomp | 2009-07-09 20:02:43 +0000 (Thu, 09 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Vendor.lua

Removed a vendor who no longer sells the first aid books.
------------------------------------------------------------------------
r2192 | torhal | 2009-07-08 03:21:46 +0000 (Wed, 08 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Reversed the order of the strmatch for finger so that only lines with nothing on them but the word "finger" will match.

------------------------------------------------------------------------
r2191 | torhal | 2009-07-08 03:13:51 +0000 (Wed, 08 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added "finger" as a match for detecting rings, as apparently not all rings have that word in their tooltip.

------------------------------------------------------------------------
r2190 | torhal | 2009-07-08 02:57:00 +0000 (Wed, 08 Jul 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added a check for "Strength of the Clefthoof" so items form that set will not be falsely accused of needing the DPS flag.

------------------------------------------------------------------------
r2189 | pompachomp | 2009-07-07 20:38:16 +0000 (Tue, 07 Jul 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

let's take into account the reputation vendors too in the check to see that we are scanning a vendor.
------------------------------------------------------------------------
r2188 | ackis | 2009-07-06 21:01:29 +0000 (Mon, 06 Jul 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

Uhhh make characters alphabetized or something like that eh?
------------------------------------------------------------------------
r2187 | pompachomp | 2009-07-06 19:35:17 +0000 (Mon, 06 Jul 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-FirstAid.lua
   M /trunk/RecipeDB/ARL-Trainer.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

added missing First Aid trainer data, Ticket 684
Switched Burko <Medic> from Vendor to Trainer because he doesn't sell the books anymore and wasn't in the trainer database.

------------------------------------------------------------------------
r2186 | pompachomp | 2009-07-06 03:41:39 +0000 (Mon, 06 Jul 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua

added missing Leatherworking trainer data, Ticket 654
added/removed missing/incorrect Engineering trainer data, Tickets 651

------------------------------------------------------------------------
r2185 | pompachomp | 2009-07-05 10:28:04 +0000 (Sun, 05 Jul 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua

fix some enchanting recipes reported in ticket 683
------------------------------------------------------------------------

Additional Files