r2651

Details

  • Filename
    AckisRecipeList-r2651.zip
  • Uploaded by
  • Uploaded
    Nov 13, 2009
  • Size
    1.03 MB
  • Downloads
    46
  • MD5
    35923a18f9edcdd14087bf90f8235748

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r2651 | torhal | 2009-11-14 05:00:30 +0000 (Sat, 14 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Fixed the recipe ID for Heavy Golden Necklace of Battle. Something else is wrong with it, though, because it still isn't showing up in scans. Also fixed comma-delimiters.

------------------------------------------------------------------------
r2650 | torhal | 2009-11-14 03:08:27 +0000 (Sat, 14 Nov 2009) | 2 lines
Changed paths:
   M /trunk/AckisRecipeList.lua

In addon:CheckDisplayRecipe(): Moved the class filter and soft filter checks over to table iterations instead of a bajillion if statements.

------------------------------------------------------------------------
r2649 | BWMerlin | 2009-11-14 02:38:48 +0000 (Sat, 14 Nov 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Inscription.lua

Updated trainer glyph of claw
------------------------------------------------------------------------
r2648 | pompachomp | 2009-11-13 17:04:24 +0000 (Fri, 13 Nov 2009) | 2 lines
Changed paths:
   M /trunk/AckisRecipeList.lua
   M /trunk/Docs/CHANGES.txt

The Text Dump now uses the correct csv syntax and will now look much cleaner in a spreadsheet.
Update changelog.
------------------------------------------------------------------------
r2647 | torhal | 2009-11-12 20:44:12 +0000 (Thu, 12 Nov 2009) | 3 lines
Changed paths:
   M /trunk/AckisRecipeList.lua

In addon:CheckDisplayRecipe(): Moved the profession check to the top of the function so we can bail out immediately, and replaced 34 "if" checks for filter flags with an iteratitive check over the new HardFilterMap table. Also, did some cleaning of the syntax.
In CheckReputationDisplay(): Minor cleanup.

------------------------------------------------------------------------
r2646 | torhal | 2009-11-12 12:53:04 +0000 (Thu, 12 Nov 2009) | 4 lines
Changed paths:
   M /trunk/AckisRecipeList.lua

The following functions no longer exist, since they were only used in addon:Scan() and their code now resides there: addon:ScanForKnownRecipes(), ResetKnown(), and GetTradeSpecialty().
Assigned spellIDs as the values in the specialty tables instead of "true". This allows the removal of GetSpellLink() and other sortid code when assigning the specialty during a scan.
Removed various checks for the existence of addon.Frame since it will always exist now.

------------------------------------------------------------------------
r2645 | torhal | 2009-11-12 07:51:52 +0000 (Thu, 12 Nov 2009) | 3 lines
Changed paths:
   M /trunk/ARLFrame.lua

Changed OnClick script for the mode_button to automatically switch to and then scan the appropriate tradeskill. If the window was not visible before switching, hide it. No more annoying "You have not yet scanned this tradeskill" message.

------------------------------------------------------------------------
r2644 | torhal | 2009-11-12 07:37:26 +0000 (Thu, 12 Nov 2009) | 7 lines
Changed paths:
   M /trunk/ARLFrame.lua

SetFramePosition() is now MainPanel:SetPosition()
Moved MainPanel methods out of InitializeFrame() and into the main file body.
Moved creation of MainPanel out of InitializeFrame() and into the main file body.
Removed "playerFaction" and "exclude" parameters from GenerateTooltipContent(), since that information is available from the file scope. Updated both places where it is used.
ARL_SwitcherButton is now MainPanel.mode_button
SetSwitcherTexture() has been re-written and is now mode_button:ChangeTexture().

------------------------------------------------------------------------
r2643 | torhal | 2009-11-11 07:13:17 +0000 (Wed, 11 Nov 2009) | 5 lines
Changed paths:
   M /trunk/AckisRecipeList.lua

Moved all of the database-related tables into file scope.
Moved creation of the scan button from addon:OnEnable() to addon:OnInitialize().
All player initialization is done from within addon:OnEnable() instead of addon:Scan(), and no longer has its own function.
GetKnownProfessions() no longer exists - its code is done directly within the player initialization.

------------------------------------------------------------------------
r2642 | pompachomp | 2009-11-09 15:56:43 +0000 (Mon, 09 Nov 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Changed some flags around:
Hard Khorium Battlefists to Recipe BoE->Recipe BoP
Sunblessed Breastplate to Recipe BoP->Recipe BoE
------------------------------------------------------------------------
r2641 | pompachomp | 2009-11-09 15:12:52 +0000 (Mon, 09 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Inscription.lua

Fixed a flag for Shrouding Potion in the Alchemy database, F_QUEST->F_VENDOR
Fixed skill levels for: Glyph of Turn Evil, Glyph of Scourge Imprisonment, Glyph of Stormstrike, Glyph of Focus, Glyph of Claw.
------------------------------------------------------------------------
r2640 | pompachomp | 2009-11-09 03:31:37 +0000 (Mon, 09 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Inscription.lua

Corrected skill level for Enchant Cloak - Minor Protection
Added missing acquire data to Glyph of Claw
------------------------------------------------------------------------
r2639 | pompachomp | 2009-11-09 03:19:23 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua

Fixed a flag for Sneaking Potion in the Alchemy database, F_QUEST->F_VENDOR
------------------------------------------------------------------------
r2638 | pompachomp | 2009-11-09 01:32:04 +0000 (Mon, 09 Nov 2009) | 3 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

Added a missing vendor to the vendor database,
Vharr <Superior Weaponsmith>
Added missing acquire data to the Massive Iron Axe recipe in the Blacksmithing database.
------------------------------------------------------------------------
r2637 | pompachomp | 2009-11-09 00:43:11 +0000 (Mon, 09 Nov 2009) | 1 line
Changed paths:
   M /trunk/Docs/Wowwiki.txt

some changes to wowwiki's arl page.
------------------------------------------------------------------------
r2636 | pompachomp | 2009-11-08 15:53:18 +0000 (Sun, 08 Nov 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua
   M /trunk/AckisRecipeList.toc

Removed some left behind references to LibBetterBlizzOptions
------------------------------------------------------------------------
r2635 | Ackis | 2009-11-06 19:23:19 +0000 (Fri, 06 Nov 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Manual changelog off.
------------------------------------------------------------------------
r2633 | Ackis | 2009-11-06 19:19:35 +0000 (Fri, 06 Nov 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Docs/CHANGES.txt
   M /trunk/embeds.xml

Few minor doc update, removal of LBBO which I thought I took out a while ago, and change log update.
------------------------------------------------------------------------
r2632 | Ackis | 2009-11-06 19:07:45 +0000 (Fri, 06 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLConfig.lua

Fix a really old bug no one complained about.  You can now customize what types of entries get shown on the map dumps.
------------------------------------------------------------------------
r2631 | pompachomp | 2009-11-05 20:56:42 +0000 (Thu, 05 Nov 2009) | 4 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Ticket 826, refining the blacksmithing database.
Ticket 846, refining the jewelcrafting database.

------------------------------------------------------------------------
r2630 | pompachomp | 2009-11-05 08:52:33 +0000 (Thu, 05 Nov 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Ticket 825, refining the enchanting database.
Ticket 846, refining the jewelcrafting database.
------------------------------------------------------------------------
r2629 | pompachomp | 2009-11-05 01:28:51 +0000 (Thu, 05 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

actually fix the mana restoration check.
------------------------------------------------------------------------
r2628 | pompachomp | 2009-11-04 20:20:47 +0000 (Wed, 04 Nov 2009) | 4 lines
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Added 'scan_data.tank = true' to the 'expertise' check
Ticket 825, refining the enchanting database.
Ticket 826, refining the blacksmithing database.
Ticket 846, refining the jewelcrafting database.
------------------------------------------------------------------------
r2627 | pompachomp | 2009-11-04 18:59:32 +0000 (Wed, 04 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Changed check from "mana every 5 seconds" to "mana per 5 sec."
------------------------------------------------------------------------
r2626 | pompachomp | 2009-11-04 18:52:08 +0000 (Wed, 04 Nov 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

Added missing acquire data for some engineering recipes from Timofey Oshenko, Ticket 575
------------------------------------------------------------------------
r2625 | pompachomp | 2009-11-03 22:17:38 +0000 (Tue, 03 Nov 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt
   M /trunk/Docs/Wowwiki.txt

Reword the description.
------------------------------------------------------------------------
r2624 | pompachomp | 2009-11-03 21:38:36 +0000 (Tue, 03 Nov 2009) | 3 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Fixed an item id in the SPELL_ITEM table.
Added some more leatherworking item id's to the DO_NOT_SCAN table.
Added Leatherworking, Alchemy, and Engineering to the NO_PLAYER_FLAG table.
------------------------------------------------------------------------
r2623 | pompachomp | 2009-11-03 15:05:25 +0000 (Tue, 03 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

added blacksmithing, inscription, enchanting, and tailoring ids to the NO_PLAYER_FLAG table.
------------------------------------------------------------------------
r2622 | pompachomp | 2009-11-03 05:34:15 +0000 (Tue, 03 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Check for "Fist Weapon" not just "Fist"
------------------------------------------------------------------------
r2621 | pompachomp | 2009-11-03 02:23:20 +0000 (Tue, 03 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Added jewelcrafting and cooking stuff to the NO_PLAYER_FLAG table.
------------------------------------------------------------------------
r2620 | pompachomp | 2009-11-02 18:24:51 +0000 (Mon, 02 Nov 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

changelog update.
------------------------------------------------------------------------
r2619 | pompachomp | 2009-11-02 11:34:20 +0000 (Mon, 02 Nov 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Added all the wotlk epic gems to the SPELL_ITEM table in the dataminer.
Fixed the item bind flag for the epic gems from BoP Item->BoE Item.
------------------------------------------------------------------------
r2618 | pompachomp | 2009-11-02 07:02:42 +0000 (Mon, 02 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua

Ticket 825, refining the enchanting database.

------------------------------------------------------------------------
r2617 | pompachomp | 2009-11-02 03:34:17 +0000 (Mon, 02 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Instead of checking for "Off-hand", check for "Held In Off-hand"
------------------------------------------------------------------------
r2616 | pompachomp | 2009-11-02 00:28:44 +0000 (Mon, 02 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Inscription.lua

Ticket 810, refining the inscription database.

------------------------------------------------------------------------
r2615 | pompachomp | 2009-11-01 08:08:28 +0000 (Sun, 01 Nov 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/RecipeDB/ARL-Engineer.lua

Really fix the "Off Hand" special case check
------------------------------------------------------------------------
r2614 | torhal | 2009-11-01 06:37:56 +0000 (Sun, 01 Nov 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

In addon:ScanToolTip(): If the left-side text is "Projectile", flag as "Ammo".

------------------------------------------------------------------------
r2613 | pompachomp | 2009-11-01 04:11:35 +0000 (Sun, 01 Nov 2009) | 2 lines
Changed paths:
   M /trunk/Docs/CHANGES.txt
   M /trunk/RecipeDB/ARL-Enchant.lua

Removed some unused local variables.
Changelog update.
------------------------------------------------------------------------
r2612 | pompachomp | 2009-11-01 03:09:06 +0000 (Sun, 01 Nov 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Inscription.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua

Removed some version checks.
------------------------------------------------------------------------
r2611 | pompachomp | 2009-11-01 02:54:28 +0000 (Sun, 01 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

much, much more of-Ticket 807, refining the engineering database.

------------------------------------------------------------------------
r2610 | pompachomp | 2009-11-01 00:55:53 +0000 (Sun, 01 Nov 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

more of-Ticket 807, refining the engineering database.

------------------------------------------------------------------------
r2609 | Ackis | 2009-10-29 21:22:58 +0000 (Thu, 29 Oct 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.toc
   M /trunk/Docs/Main.txt
   M /trunk/Docs/Wowwiki.txt
   M /trunk/RecipeDB/ARL-Leatherwork.lua

Update main page to link to forums and upate the wowwiki entry.
------------------------------------------------------------------------
r2608 | pompachomp | 2009-10-29 20:49:30 +0000 (Thu, 29 Oct 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

more of-Ticket 807, refining the engineering database.

------------------------------------------------------------------------
r2607 | pompachomp | 2009-10-29 20:24:42 +0000 (Thu, 29 Oct 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

added some more items that won't cache to the DO_NOT_SCAN table.
------------------------------------------------------------------------
r2606 | pompachomp | 2009-10-29 19:24:46 +0000 (Thu, 29 Oct 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

added more blacksmithing items to the DO_NOT_SCAN table
------------------------------------------------------------------------
r2605 | pompachomp | 2009-10-28 20:59:13 +0000 (Wed, 28 Oct 2009) | 3 lines
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Engineer.lua

Ticket 807, refining the engineering database.
Ticket 847, refining the alchemy database.
Ticket 826, refining the blacksmithing database
------------------------------------------------------------------------
r2604 | torhal | 2009-10-28 03:45:19 +0000 (Wed, 28 Oct 2009) | 2 lines
Changed paths:
   M /trunk/Docs/Main.txt

Some re-wording of the main description (we/us/Ackis instead of I...etc).

------------------------------------------------------------------------
r2603 | pompachomp | 2009-10-27 23:24:19 +0000 (Tue, 27 Oct 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua
   M /trunk/RecipeDB/ARL-FirstAid.lua

Fixed incorrect skill levels for Netherweave Bandage and Heavy Netherweave Bandage, changed the orange skill level for both, Fix ticket 853
Added some more alchemy items to the DO_NOT_SCAN table that I apparently missed.
------------------------------------------------------------------------
r2602 | pompachomp | 2009-10-27 17:25:49 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

add/remove missing/incorrect trainer data for Meilosh, in the tailoring database.
------------------------------------------------------------------------
r2601 | pompachomp | 2009-10-27 16:53:43 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Fixed the special case Off-hand check.
------------------------------------------------------------------------
r2600 | pompachomp | 2009-10-27 16:51:05 +0000 (Tue, 27 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Cook.lua

added some more missing flags in the cooking db
------------------------------------------------------------------------
r2599 | pompachomp | 2009-10-27 05:33:28 +0000 (Tue, 27 Oct 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Cook.lua
   M /trunk/RecipeDB/ARL-Engineer.lua

Fixed some incorrect data n the engineering database.
Fixed a variable name in the cooking database.
------------------------------------------------------------------------
r2598 | torhal | 2009-10-26 05:59:05 +0000 (Mon, 26 Oct 2009) | 2 lines
Changed paths:
   M /trunk/AckisRecipeList.lua

Changed the recipe tooltip's default anchor to be the right side of the list panel instead of the mouse cursor.

------------------------------------------------------------------------
r2597 | pompachomp | 2009-10-26 04:19:19 +0000 (Mon, 26 Oct 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua

Added some missing flags to the Alchemy database.

------------------------------------------------------------------------
r2596 | torhal | 2009-10-26 02:24:31 +0000 (Mon, 26 Oct 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua

Added "The Ashen Verdict" to the filter GUI.

------------------------------------------------------------------------
r2595 | pompachomp | 2009-10-25 17:25:04 +0000 (Sun, 25 Oct 2009) | 3 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added some engineering items to the DO_NOT_SCAN table.
Fixed some entries in the SPELL_ITEM table.
Looks like blizzard changed some "Requires *" line in the tt's, so.. "requires gnomish engineering"->"requires gnomish engineer" and "requires goblin engineering"->"requires goblin engineer"
------------------------------------------------------------------------
r2594 | pompachomp | 2009-10-25 06:03:51 +0000 (Sun, 25 Oct 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added some items from alchemy,cooking, and blacksmithing to the DO_NOT_SCAN table.
Fixed some more entries in SPELL_ITEM table.
------------------------------------------------------------------------
r2593 | pompachomp | 2009-10-25 02:08:12 +0000 (Sun, 25 Oct 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added some jewelcrafting items to the DO_NOT_SCAN table.
Fixed some entries in the SPELL_ITEM table.
------------------------------------------------------------------------
r2592 | pompachomp | 2009-10-24 22:08:23 +0000 (Sat, 24 Oct 2009) | 2 lines
Changed paths:
   M /trunk/ARLDatamine.lua

Added some tailoring itemids to DO_NOT_SCAN table
Fixed some incorrect entries in SPELL_ITEM
------------------------------------------------------------------------
r2591 | Ackis | 2009-10-24 08:45:25 +0000 (Sat, 24 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Seasonal.lua

Make darkmoon faire and day of the dead translatable.
------------------------------------------------------------------------
r2590 | pompachomp | 2009-10-24 07:24:00 +0000 (Sat, 24 Oct 2009) | 1 line
Changed paths:
   M /trunk/ARLDatamine.lua

Use the DO_NOT_SCAN table in the dataminer.
------------------------------------------------------------------------
r2589 | Ackis | 2009-10-22 22:07:26 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua
   M /trunk/Docs/Main.txt
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Reputation.lua

Add in flags, etc for the new rep in 3.3.  Update LW 3.3 patterns.
------------------------------------------------------------------------
r2588 | Ackis | 2009-10-22 16:33:56 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

Main page tweak.
------------------------------------------------------------------------
r2587 | Ackis | 2009-10-22 15:36:09 +0000 (Thu, 22 Oct 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

Update main page, added ASPCA link as well as local animal shelter.
------------------------------------------------------------------------
r2586 | pompachomp | 2009-10-21 01:26:39 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Added the Recipe BoE flag to some jc recipes.
------------------------------------------------------------------------
r2585 | pompachomp | 2009-10-21 00:35:49 +0000 (Wed, 21 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Added the world drop acquire flag to some jewelcrafting recipes.
------------------------------------------------------------------------
r2584 | pompachomp | 2009-10-20 21:16:59 +0000 (Tue, 20 Oct 2009) | 7 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

Added missing acquire flags for some factions.
Added a bunch of missing jewelcrafting acquire data to a bunch of recipes from these vendors:
Indormi <Keeper of Ancient Gem Lore>
Ontuvo <Jewelcrafting Supplies>
Eldara Dawnrunner <Shattered Sun Quartermaster>
Shaani <Jewelcrafting Supplies>

------------------------------------------------------------------------
r2583 | Ackis | 2009-10-19 16:56:07 +0000 (Mon, 19 Oct 2009) | 1 line
Changed paths:
   M /trunk/ARLConfig.lua

Remove filtering options from the /arl section, you chnage these in the gui now only.  Too much redundancy/maintenance issues.
------------------------------------------------------------------------
r2582 | pompachomp | 2009-10-17 23:00:47 +0000 (Sat, 17 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Leatherwork.lua

Removed an extra skill level for Nethercleft Leg Armor.
------------------------------------------------------------------------
r2581 | pompachomp | 2009-10-17 07:25:59 +0000 (Sat, 17 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

Removed an unused variable.
------------------------------------------------------------------------
r2580 | Ackis | 2009-10-16 20:17:35 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua

Remove unused var.
------------------------------------------------------------------------
r2579 | pompachomp | 2009-10-16 18:34:26 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Inscription.lua

Added a missing trainer in the acquire data for "Glyph of Claw"
------------------------------------------------------------------------
r2578 | pompachomp | 2009-10-16 18:14:13 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Inscription.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua

Added more acquire data to the 3.2.2 profession recipes.
------------------------------------------------------------------------
r2577 | Ackis | 2009-10-16 15:32:23 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Manual changelog disabled.
------------------------------------------------------------------------
r2575 | Ackis | 2009-10-16 15:30:12 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

Changelog update.
------------------------------------------------------------------------
r2574 | Ackis | 2009-10-16 15:22:31 +0000 (Fri, 16 Oct 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ARLDatamine.lua
   M /trunk/Docs/CHANGES.txt

Changelog update.
------------------------------------------------------------------------
r2573 | Jim-Bim | 2009-10-15 21:01:08 +0000 (Thu, 15 Oct 2009) | 2 lines
Changed paths:
   M /trunk/AckisRecipeList.lua

AckisRecipeList:
- fixed class filtering, it was castrated by ackis :<
------------------------------------------------------------------------
r2572 | Ackis | 2009-10-15 19:15:41 +0000 (Thu, 15 Oct 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

Changelog update.
------------------------------------------------------------------------
r2570 | Ackis | 2009-10-14 19:09:01 +0000 (Wed, 14 Oct 2009) | 5 lines
Changed paths:
   M /trunk/Docs/Wowwiki.txt

Fisker
touches
himself
at night
and the rest of the time.
------------------------------------------------------------------------
r2569 | Ackis | 2009-10-14 19:07:13 +0000 (Wed, 14 Oct 2009) | 5 lines
Changed paths:
   M /trunk/Docs/Wowwiki.txt

Fisker
touches
himself
at night
and the rest of the time.
------------------------------------------------------------------------
r2568 | Ackis | 2009-10-14 19:00:17 +0000 (Wed, 14 Oct 2009) | 6 lines
Changed paths:
   M /trunk/Docs/Wowwiki.txt

This
is
a
multi-line
commit
note.
------------------------------------------------------------------------
r2567 | pompachomp | 2009-10-14 15:56:56 +0000 (Wed, 14 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Runeforge.lua

Removed some unused variables.
------------------------------------------------------------------------
r2566 | pompachomp | 2009-10-14 15:42:31 +0000 (Wed, 14 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Runeforge.lua

Removed some unused variables.
------------------------------------------------------------------------
r2565 | Ackis | 2009-10-13 20:49:40 +0000 (Tue, 13 Oct 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.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-Smelt.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Convert remaining tradeskills to the new wrapper function.  Need flags converted but that's not an asap thing.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
820.94 KB Nov 13, 2009 3.2.0 21