r2783

Details

  • Filename
    AckisRecipeList-r2783.zip
  • Uploaded by
  • Uploaded
    Dec 28, 2009
  • Size
    1.04 MB
  • Downloads
    44
  • MD5
    65fd32f3294c3c0566f674780904dcfa

Supported WoW Retail Versions

  • 3.3.0

Changelog

------------------------------------------------------------------------
r2783 | torhal | 2009-12-29 02:02:39 +0000 (Tue, 29 Dec 2009) | 1 line
Changed paths:
   M /trunk/ARL.lua

Reverted last change to hopefully stop git-svn from being a bitch.
------------------------------------------------------------------------
r2782 | torhal | 2009-12-29 02:02:37 +0000 (Tue, 29 Dec 2009) | 1 line
Changed paths:
   M /trunk/ARL.lua

in addon:TRADE_SKILL_SHOW(): Fixed scan_button re-positioning if parented to TradeSkillFrame.
------------------------------------------------------------------------
r2781 | pompachomp | 2009-12-25 18:02:32 +0000 (Fri, 25 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Alchemy.lua
   M /trunk/RecipeDB/Engineering.lua
   M /trunk/RecipeDB/FirstAid.lua
   M /trunk/RecipeDB/Leatherworking.lua
   M /trunk/RecipeDB/Mob.lua
   M /trunk/RecipeDB/Reputation.lua
   M /trunk/RecipeDB/Tailoring.lua
   M /trunk/RecipeDB/Trainer.lua
   M /trunk/RecipeDB/Vendor.lua

some comment stuff.
------------------------------------------------------------------------
r2780 | pompachomp | 2009-12-24 14:25:54 +0000 (Thu, 24 Dec 2009) | 2 lines
Changed paths:
   M /trunk/ARL.lua
   M /trunk/Datamine.lua
   M /trunk/Docs/Datamine.txt
   M /trunk/Frame.lua
   M /trunk/Player.lua
   M /trunk/RecipeDB/Alchemy.lua
   M /trunk/RecipeDB/Blacksmithing.lua
   M /trunk/RecipeDB/Cooking.lua
   M /trunk/RecipeDB/Custom.lua
   M /trunk/RecipeDB/Enchanting.lua
   M /trunk/RecipeDB/Engineering.lua
   M /trunk/RecipeDB/FirstAid.lua
   M /trunk/RecipeDB/Inscription.lua
   M /trunk/RecipeDB/Jewelcrafting.lua
   M /trunk/RecipeDB/Leatherworking.lua
   M /trunk/RecipeDB/Mob.lua
   M /trunk/RecipeDB/Quest.lua
   M /trunk/RecipeDB/Reputation.lua
   M /trunk/RecipeDB/Runeforging.lua
   M /trunk/RecipeDB/Seasonal.lua
   M /trunk/RecipeDB/Smelting.lua
   M /trunk/RecipeDB/Tailoring.lua
   M /trunk/RecipeDB/Trainer.lua
   M /trunk/RecipeDB/Vendor.lua

Doc update.
Minor comment updates.
------------------------------------------------------------------------
r2779 | pompachomp | 2009-12-24 02:02:42 +0000 (Thu, 24 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Engineering.lua

Add specialty data to the two engineering recipes from the Ashen Verdict.
------------------------------------------------------------------------
r2778 | pompachomp | 2009-12-22 10:03:55 +0000 (Tue, 22 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/Datamine.txt

fixed little syntax error.
------------------------------------------------------------------------
r2777 | pompachomp | 2009-12-22 10:00:30 +0000 (Tue, 22 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/Datamine.txt

more doc updates
------------------------------------------------------------------------
r2776 | pompachomp | 2009-12-22 09:47:31 +0000 (Tue, 22 Dec 2009) | 1 line
Changed paths:
   M /trunk/.docmeta
   M /trunk/Docs/Feedback.txt
   M /trunk/Docs/Localization.txt

Some Doc updates.
------------------------------------------------------------------------
r2775 | pompachomp | 2009-12-20 03:54:21 +0000 (Sun, 20 Dec 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

turn it off
------------------------------------------------------------------------
r2774 | pompachomp | 2009-12-20 02:04:48 +0000 (Sun, 20 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Cooking.lua

Added a missing F_VENDOR flag to the 3 Winter Veil cooking recipes.
------------------------------------------------------------------------
r2773 | pompachomp | 2009-12-20 01:12:01 +0000 (Sun, 20 Dec 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Docs/Localization.txt

Updated the localization doc page.
------------------------------------------------------------------------
r2772 | pompachomp | 2009-12-20 00:51:48 +0000 (Sun, 20 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

Updated the changelog
------------------------------------------------------------------------
r2771 | torhal | 2009-12-18 16:37:34 +0000 (Fri, 18 Dec 2009) | 1 line
Changed paths:
   M /trunk/Frame.lua

Reverted pompy's "comment cleanup" so I don't have to fucking strangle him.
------------------------------------------------------------------------
r2769 | torhal | 2009-12-18 06:19:57 +0000 (Fri, 18 Dec 2009) | 2 lines
Changed paths:
   M /trunk/ARL.lua

Fixed value bug in the tooltip hook: If a scan had not been performed, skill level data for the given profession would be a boolean instead of a number - now this is treated as 0 skill.
In addon:Scan(): Added an is_refresh parameter and some state-saving/comparison for number of recipes known. This ensures that we only refresh the displayed list when a new recipe is learned. Previously, this was occurring every time TRADE_SKILL_UPDATE was fired, which appears to have the ability to be broadcast from other players.
------------------------------------------------------------------------
r2768 | pompachomp | 2009-12-17 14:47:35 +0000 (Thu, 17 Dec 2009) | 1 line
Changed paths:
   M /trunk/Frame.lua

The esES translations have been copied over to esMX
------------------------------------------------------------------------
r2767 | pompachomp | 2009-12-16 16:44:24 +0000 (Wed, 16 Dec 2009) | 1 line
Changed paths:
   M /trunk/Frame.lua

cleaned up comments a bit in Frame.lua
------------------------------------------------------------------------
r2766 | pompachomp | 2009-12-16 07:23:07 +0000 (Wed, 16 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Enchanting.lua

Fixed a bug that was causing an error when trying to get a text dump of your Enchanting.
------------------------------------------------------------------------
r2765 | pompachomp | 2009-12-15 17:29:17 +0000 (Tue, 15 Dec 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/Runeforging.lua
   M /trunk/RecipeDB/Smelting.lua

In 3.3: Added "Rune of the Nerubian Carapace" to the Runeforging database.
Added "Smelt Enchanted Thorium" to the Smelting database as it is now crafted by Miners also.
------------------------------------------------------------------------
r2764 | pompachomp | 2009-12-15 08:23:48 +0000 (Tue, 15 Dec 2009) | 1 line
Changed paths:
   M /trunk/Config.lua

Moved around some stuff in ARLs Interface Options
------------------------------------------------------------------------
r2763 | pompachomp | 2009-12-14 22:07:03 +0000 (Mon, 14 Dec 2009) | 3 lines
Changed paths:
   M /trunk/Config.lua
   M /trunk/Docs/Main.txt
   M /trunk/Docs/Wowwiki.txt
   M /trunk/Locals/testenUS.lua

Reordered some of the option modules under Ackis Recipe List in the Interface Options.
Reworded some phrases.
Updated the Spanish translation for the description, on the main ARL page and the wowwiki page.
------------------------------------------------------------------------
r2762 | pompachomp | 2009-12-14 16:33:49 +0000 (Mon, 14 Dec 2009) | 1 line
Changed paths:
   M /trunk/Locals/ARLLocals-ruRU.lua

Apparently this addon hasn't been localized in Russian all this time??...fixes.
------------------------------------------------------------------------
r2761 | pompachomp | 2009-12-14 01:33:19 +0000 (Mon, 14 Dec 2009) | 1 line
Changed paths:
   M /trunk/Frame.lua

Brought back resetFilters() to prevent an error being produced if you reset filters within the interface options, fixes ticket 889
------------------------------------------------------------------------
r2760 | pompachomp | 2009-12-13 05:51:27 +0000 (Sun, 13 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Blacksmithing.lua
   M /trunk/RecipeDB/Tailoring.lua

added some missing variables to some of the databases.
------------------------------------------------------------------------
r2759 | pompachomp | 2009-12-11 19:41:16 +0000 (Fri, 11 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/Documentation.txt

Clean up the Documentation.txt doc a bit.
------------------------------------------------------------------------
r2758 | pompachomp | 2009-12-11 19:26:21 +0000 (Fri, 11 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/Inscription.lua
   M /trunk/RecipeDB/Vendor.lua

Added, Larana Drome <Inscription Supplies>, to the vendor database.
Added the acquire data to the 3 new glyphs added in 3.3.
------------------------------------------------------------------------
r2757 | pompachomp | 2009-12-11 19:06:14 +0000 (Fri, 11 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Blacksmithing.lua
   M /trunk/RecipeDB/Engineering.lua
   M /trunk/RecipeDB/Tailoring.lua

Fixed a bug where nothing was showing up when you were expanding the new Ashen Verdict recipes.
------------------------------------------------------------------------
r2756 | pompachomp | 2009-12-11 01:27:04 +0000 (Fri, 11 Dec 2009) | 1 line
Changed paths:
   M /trunk/ARL.lua

more stupid changes.
------------------------------------------------------------------------
r2755 | pompachomp | 2009-12-11 01:18:22 +0000 (Fri, 11 Dec 2009) | 1 line
Changed paths:
   M /trunk/ARL.lua
   M /trunk/Datamine.lua

Change some function calls.
------------------------------------------------------------------------
r2754 | torhal | 2009-12-11 00:21:36 +0000 (Fri, 11 Dec 2009) | 2 lines
Changed paths:
   M /trunk/ARL.lua

In addon:OnEnable(): Register for TRADE_SKILL_UPDATE
Added addon:TRADE_SKILL_UPDATE() which re-scans (on a throttle so the client doesn't lock up) the recipes so the list automatically updates when you learn a new recipe. Only works if the tradeskill frame is open.
------------------------------------------------------------------------
r2753 | pompachomp | 2009-12-10 23:27:16 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/database.xml

update the database.xml file.
------------------------------------------------------------------------
r2752 | pompachomp | 2009-12-10 23:12:44 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/Alchemy.lua
   M /trunk/RecipeDB/Blacksmithing.lua
   M /trunk/RecipeDB/Cooking.lua
   M /trunk/RecipeDB/Custom.lua
   M /trunk/RecipeDB/Enchanting.lua
   M /trunk/RecipeDB/Engineering.lua
   M /trunk/RecipeDB/FirstAid.lua
   M /trunk/RecipeDB/Inscription.lua
   M /trunk/RecipeDB/Jewelcrafting.lua
   M /trunk/RecipeDB/Leatherworking.lua
   M /trunk/RecipeDB/Mob.lua
   M /trunk/RecipeDB/Quest.lua
   M /trunk/RecipeDB/Reputation.lua
   M /trunk/RecipeDB/Runeforging.lua
   M /trunk/RecipeDB/Seasonal.lua
   M /trunk/RecipeDB/Smelting.lua
   M /trunk/RecipeDB/Tailoring.lua
   M /trunk/RecipeDB/Trainer.lua
   M /trunk/RecipeDB/Vendor.lua

Cleaned up the comment block on the top of each recipe file.
------------------------------------------------------------------------
r2751 | pompachomp | 2009-12-10 22:52:54 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   D /trunk/RecipeDB/ARL-Blacksmith.lua
   D /trunk/RecipeDB/ARL-Cook.lua
   D /trunk/RecipeDB/ARL-Custom.lua
   D /trunk/RecipeDB/ARL-Enchant.lua
   D /trunk/RecipeDB/ARL-Engineer.lua
   D /trunk/RecipeDB/ARL-FirstAid.lua
   D /trunk/RecipeDB/ARL-Inscription.lua
   D /trunk/RecipeDB/ARL-Jewelcraft.lua
   D /trunk/RecipeDB/ARL-Leatherwork.lua
   D /trunk/RecipeDB/ARL-Mob.lua
   D /trunk/RecipeDB/ARL-Quest.lua
   D /trunk/RecipeDB/ARL-Reputation.lua
   D /trunk/RecipeDB/ARL-Runeforge.lua
   D /trunk/RecipeDB/ARL-Seasonal.lua
   D /trunk/RecipeDB/ARL-Smelt.lua
   D /trunk/RecipeDB/ARL-Tailor.lua
   D /trunk/RecipeDB/ARL-Trainer.lua
   D /trunk/RecipeDB/ARL-Vendor.lua
   A /trunk/RecipeDB/Blacksmithing.lua (from /trunk/RecipeDB/ARL-Blacksmith.lua:2749
   A /trunk/RecipeDB/Cooking.lua (from /trunk/RecipeDB/ARL-Cook.lua:2749
   A /trunk/RecipeDB/Custom.lua (from /trunk/RecipeDB/ARL-Custom.lua:2749
   A /trunk/RecipeDB/Enchanting.lua (from /trunk/RecipeDB/ARL-Enchant.lua:2749
   A /trunk/RecipeDB/Engineering.lua (from /trunk/RecipeDB/ARL-Engineer.lua:2749
   A /trunk/RecipeDB/FirstAid.lua (from /trunk/RecipeDB/ARL-FirstAid.lua:2749
   A /trunk/RecipeDB/Inscription.lua (from /trunk/RecipeDB/ARL-Inscription.lua:2749
   A /trunk/RecipeDB/Jewelcrafting.lua (from /trunk/RecipeDB/ARL-Jewelcraft.lua:2749
   A /trunk/RecipeDB/Leatherworking.lua (from /trunk/RecipeDB/ARL-Leatherwork.lua:2749
   A /trunk/RecipeDB/Mob.lua (from /trunk/RecipeDB/ARL-Mob.lua:2749
   A /trunk/RecipeDB/Quest.lua (from /trunk/RecipeDB/ARL-Quest.lua:2749
   A /trunk/RecipeDB/Reputation.lua (from /trunk/RecipeDB/ARL-Reputation.lua:2749
   A /trunk/RecipeDB/Runeforging.lua (from /trunk/RecipeDB/ARL-Runeforge.lua:2749
   A /trunk/RecipeDB/Seasonal.lua (from /trunk/RecipeDB/ARL-Seasonal.lua:2749
   A /trunk/RecipeDB/Smelting.lua (from /trunk/RecipeDB/ARL-Smelt.lua:2749
   A /trunk/RecipeDB/Tailoring.lua (from /trunk/RecipeDB/ARL-Tailor.lua:2749
   A /trunk/RecipeDB/Trainer.lua (from /trunk/RecipeDB/ARL-Trainer.lua:2749
   A /trunk/RecipeDB/Vendor.lua (from /trunk/RecipeDB/ARL-Vendor.lua:2749

Renamed the rest of the database files.
------------------------------------------------------------------------
r2750 | pompachomp | 2009-12-10 22:44:09 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   D /trunk/RecipeDB/ARL-Alchemy.lua
   A /trunk/RecipeDB/Alchemy.lua (from /trunk/RecipeDB/ARL-Alchemy.lua:2749

Renamed one of the database files.
------------------------------------------------------------------------
r2749 | pompachomp | 2009-12-10 20:58:15 +0000 (Thu, 10 Dec 2009) | 5 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Forgot about the Engineering database.
Removed the 3.3 version check from the Engineering database.
Added the Ashen Verdict Quartermaster to the acquire data for the new crafting recipes.
Uncommented the acquire for each of those recipes, now something will show when you expand them.
------------------------------------------------------------------------
r2748 | pompachomp | 2009-12-10 20:51:52 +0000 (Thu, 10 Dec 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Removed the 3.3 version checks.
Added the Ashen Verdict Quartermaster to the acquire data for the new crafting recipes.
Uncommented the acquire for each of those recipes, now something will show when you expand them.
------------------------------------------------------------------------
r2747 | pompachomp | 2009-12-10 18:36:59 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Mob.lua

Actually use the correct npcid for "Indu'le Fisherman"
------------------------------------------------------------------------
r2746 | Ackis | 2009-12-10 17:51:42 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/ARL.lua

No point in having a fucking API when you fucking expose the database to the outside world.
------------------------------------------------------------------------
r2745 | Ackis | 2009-12-10 17:38:20 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Engineer.lua

Fixes for ticket 601
------------------------------------------------------------------------
r2744 | Ackis | 2009-12-10 17:35:07 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Jewelcraft.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua

Fixes for ticket 836 and more conversion to flags.
------------------------------------------------------------------------
r2743 | Ackis | 2009-12-10 17:03:51 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Alchemy.lua

Update a bunch of alchemy data to use flags.
------------------------------------------------------------------------
r2742 | Ackis | 2009-12-10 16:47:20 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Inscription.lua

Add 3 missing glyphs and update angler
------------------------------------------------------------------------
r2741 | Ackis | 2009-12-10 16:39:22 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Enchant.lua
   M /trunk/RecipeDB/ARL-Mob.lua

Add acquire info for enchant gloves - angler
------------------------------------------------------------------------
r2740 | torhal | 2009-12-10 02:10:29 +0000 (Thu, 10 Dec 2009) | 1 line
Changed paths:
   M /trunk/ARL.lua
   M /trunk/Frame.lua

Changed the tooltip hook for mob drops to only show a drop if the character has the appropriate tradeskill.
------------------------------------------------------------------------
r2739 | pompachomp | 2009-12-09 23:37:14 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Vendor.lua

Added Alchemist Finklestein <Ashen Verdict Quartermaster>, will add the acquire data for the new 3.3 recipes soon.
------------------------------------------------------------------------
r2738 | Ackis | 2009-12-09 22:56:22 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   A /trunk/ARL.lua (from /trunk/AckisRecipeList.lua:2735
   D /trunk/ARLColour.lua
   D /trunk/ARLConfig.lua
   D /trunk/ARLDatamine.lua
   D /trunk/AckisRecipeList.lua
   M /trunk/AckisRecipeList.toc
   A /trunk/Colour.lua (from /trunk/ARLColour.lua:2735
   A /trunk/Config.lua (from /trunk/ARLConfig.lua:2735
   A /trunk/Datamine.lua (from /trunk/ARLDatamine.lua:2735
   M /trunk/Frame.lua

Rename a bunch of files, making them shorter.
------------------------------------------------------------------------
r2737 | Ackis | 2009-12-09 22:54:13 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   D /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.toc
   A /trunk/Frame.lua (from /trunk/ARLFrame.lua:2735
   M /trunk/RecipeDB/ARL-Engineer.lua

Move ARLFrame.lua to Frame.lua a few engineering things.
------------------------------------------------------------------------
r2736 | Ackis | 2009-12-09 22:50:25 +0000 (Wed, 09 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Enchant.lua

Add Enchant Gloves - Angler.  It's listed as a mob drop so it shows up but I don't know where it comes from yet.
------------------------------------------------------------------------
r2734 | Jim-Bim | 2009-12-08 15:56:42 +0000 (Tue, 08 Dec 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua

AckisRecipeList:
- Added a decimal place to the progress bar % value
------------------------------------------------------------------------
r2733 | Ackis | 2009-12-08 15:29:36 +0000 (Tue, 08 Dec 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.toc

ToC Bump... 3.3 yay?
------------------------------------------------------------------------
r2732 | torhal | 2009-12-07 23:24:03 +0000 (Mon, 07 Dec 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua

Moved scan_button parenting/anchoring code from addon:OnInitialize() to addon:OnEnable().
------------------------------------------------------------------------
r2731 | torhal | 2009-12-07 22:56:19 +0000 (Mon, 07 Dec 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua

In addon:Scan(): Check if the scan_button's parent is UIParent and, if so, inform the user that a tradeskill window must be opened before scanning.
------------------------------------------------------------------------
r2730 | torhal | 2009-12-07 21:40:09 +0000 (Mon, 07 Dec 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua

In addon:TRADE_SKILL_SHOW(): If the scan_button doesn't have a parent or its parent is UIParent, no tradeskill AddOns were loaded - parent and anchor to the default TradeSkillFrame.
------------------------------------------------------------------------
r2729 | torhal | 2009-12-07 21:27:05 +0000 (Mon, 07 Dec 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua

Scope errors when blindly moving code are inevitable. (If you're blind or sleep-deprived)
------------------------------------------------------------------------
r2728 | torhal | 2009-12-07 20:57:54 +0000 (Mon, 07 Dec 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.lua

Moved some scan_button setting/parenting code from addon:TRADE_SKILL_SHOW() to addon:OnInitialize() where the other half of it already was (and belongs). This ensures that the scan_button has a parent other than UIParent when addon:Scan() is called.
Added coordinates for, and corrected the continent of, the following instances: "Ahn'kahet: The Old Kingdom", "Azjol-Nerub", "Halls of Lightning", "Halls of Stone", "The Oculus", "The Nexus", "The Violet Hold", "Utgarde Keep", and "Utgarde Pinnacle".
------------------------------------------------------------------------
r2727 | torhal | 2009-12-07 15:07:50 +0000 (Mon, 07 Dec 2009) | 5 lines
Changed paths:
   M /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.lua

In addon:addTradeAcquire(): Added location lookup for reputation vendors.
Re-wrote CheckMapDisplay() for clarity, and added support for reputation vendors.
In addon:SetupMap(): Changed maplist so its key is the acquire entry rather than the entry's ID, and its value is true rather than the acquire type - this allows reputation vendor support. Also changed some code for clarity/efficiency, changed concatenation to Printf(), and added support for instance coordinates.
Added x and y coordinates (mostly 0,0 - save for Magister's Terrace which has proper coords and the correct continent) to the entries in INSTANCE_LOCATIONS.
Added some debug prints (commented out) in LoadZones() and just before every call to it to help with assigning proper continents to instances.
------------------------------------------------------------------------
r2726 | torhal | 2009-12-07 11:49:13 +0000 (Mon, 07 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

...again.
------------------------------------------------------------------------
r2725 | torhal | 2009-12-07 11:49:12 +0000 (Mon, 07 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/CHANGES.txt

Updated the changelog.
------------------------------------------------------------------------
r2724 | torhal | 2009-12-07 11:43:03 +0000 (Mon, 07 Dec 2009) | 3 lines
Changed paths:
   M /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.lua

Moved some frame creation out of a do block.
In addon:Scan(): If the player knows the current profession (not linked), update the cached skill level.
In the NPC tooltip hook: Check to see if the character has equal or greater skill level to that required by the recipe - if not, don't show it. Also added the required skill level next to the recipe name in the tooltip.
------------------------------------------------------------------------
r2723 | pompachomp | 2009-12-06 19:42:26 +0000 (Sun, 06 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Jewelcraft.lua

Changed some jewelcrafting recipe filter flags from Recipe BoP->Recipe BoE.
------------------------------------------------------------------------
r2722 | pompachomp | 2009-12-06 02:07:18 +0000 (Sun, 06 Dec 2009) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt
   M /trunk/Docs/Wowwiki.txt

Updated the German translation of the ARL description, on the main page and the wowwiki page of ARL.
------------------------------------------------------------------------
r2721 | pompachomp | 2009-12-06 01:58:34 +0000 (Sun, 06 Dec 2009) | 5 lines
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Custom.lua
   M /trunk/RecipeDB/ARL-Engineer.lua

Changed "Custom20" to "GOBLIN_ENG", and changed the string from "Goblin Transport" to "You need to be a Goblin Engineer to obtain and use this item."
Changed "Custom21" to "GNOMISH_ENG", and changed the string from "Gnome Transport" to "You need to be a Gnomish Engineer to obtain and use this item."
In the Engineering database, for "Dimensional Ripper - Everlook, fixed the specialty, it was relating to Gnomish Engineering instead of Goblin Engineering, and used the correct custom string.

------------------------------------------------------------------------
r2720 | pompachomp | 2009-12-05 06:51:40 +0000 (Sat, 05 Dec 2009) | 1 line
Changed paths:
   M /trunk/Locals/testenUS.lua
   M /trunk/RecipeDB/ARL-Custom.lua

Updated text of a custom string for the two engineering pet recipes that were still labeled that they were obtained by the renewal membership, which was disabled forever patches ago.
------------------------------------------------------------------------
r2719 | pompachomp | 2009-12-05 05:02:51 +0000 (Sat, 05 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Use the correct ptr version number in the check.
------------------------------------------------------------------------
r2718 | pompachomp | 2009-12-04 18:13:34 +0000 (Fri, 04 Dec 2009) | 3 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Blacksmith.lua
   M /trunk/RecipeDB/ARL-Engineer.lua
   M /trunk/RecipeDB/ARL-Leatherwork.lua
   M /trunk/RecipeDB/ARL-Tailor.lua

Added more data into the Blacksmithing, Leatherworking and Tailoring databases about the Icecrown Citadel recipes.
Added the two Engineering Schematics from Icecrown Citadel.
If you use ARL on the PTR, nothing will show at the moment when you expand these recipes.
------------------------------------------------------------------------
r2717 | pompachomp | 2009-12-04 15:46:32 +0000 (Fri, 04 Dec 2009) | 1 line
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

minor cleanup
------------------------------------------------------------------------
r2716 | torhal | 2009-12-04 05:00:38 +0000 (Fri, 04 Dec 2009) | 8 lines
Changed paths:
   M /trunk/ARLFrame.lua

Moved all tooltip functions and most related data inside of a do block.
Renamed arlSpellTooltip and arlTooltip to spell_tip and acquire_tip.
Moved ColourSkillLevel() into the do block with MainPanel.scroll_frame:Update()
Removed a second call to acquire_tip:ClearAllPoints() if the tooltip was configured to anchor to the mouse.
Renamed more variables for clarity.
Moved MainPanel.filter_menu.rep.Classic into the main file body.
Moved MainPanel.filter_menu.rep.BC into the main file body.
Moved MainPanel.filter_menu.rep.LK into the main file body.
------------------------------------------------------------------------
r2715 | pompachomp | 2009-12-03 22:14:13 +0000 (Thu, 03 Dec 2009) | 2 lines
Changed paths:
   M /trunk/RecipeDB/ARL-Tailor.lua

Added seasonal acquire data to the following recipes: Festive Red Pant Suit, Festival Dress, Green Winter Clothes, Red Winter Clothes.
Added the Alliance flag to the "Green Winter Clothes" recipe because even though it's sold in Horde territory, the vendor is friendly to Alliance as well.  Added the "Seasonal" flag to "Green Winter Clothes" as well.
------------------------------------------------------------------------
r2714 | pompachomp | 2009-12-02 02:28:35 +0000 (Wed, 02 Dec 2009) | 2 lines
Changed paths:
   M /trunk/Docs/Main.txt
   M /trunk/Docs/Wowwiki.txt

Updated the French translation of the ARL description.
Updated the ARL description in the toc.
------------------------------------------------------------------------
r2713 | torhal | 2009-12-02 00:24:57 +0000 (Wed, 02 Dec 2009) | 7 lines
Changed paths:
   M /trunk/ARLFrame.lua

In CreateExpansionButtons(): Removed the name parameter and added a tooltip_text parameter since the button will no longer have a name to decide which tooltip it will have.
ARL_Rep_ClassicCB is now MainPanel.filter_menu.rep.toggle_originalwow
ARL_Rep_BCCB is now MainPanel.filter_menu.rep.toggle_bc
ARL_Rep_LKCB is now MainPanel.filter_menu.rep.toggle_wrath
Added more filter flag constants.
Wherever the code deals with acquire types in a loop: Replaced "k, v" with "index, acquire".
Changed syntax in various places.
------------------------------------------------------------------------
r2712 | Ackis | 2009-12-01 19:31:21 +0000 (Tue, 01 Dec 2009) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.lua

Remove dump recipe,  out dated at the very least.
------------------------------------------------------------------------
r2711 | torhal | 2009-11-30 04:13:36 +0000 (Mon, 30 Nov 2009) | 5 lines
Changed paths:
   M /trunk/ARLFrame.lua

Added constants for binding flags, and the BINDING_FLAGS table.
In GenerateTooltipContent(): Replaced individual flag/label checks with an iteration over the BINDING_FLAGS table.
In the OnClick script for MainPanel.filter_menu.item.weapon_toggle Fixed a toggle value bug.
Yanked repeated code in GenerateTooltipContent() and made GetTipFactionInfo() from it.
Throughout the file: Renamed variables - clr1 = color_1, clr2 = color_2, cStr = coord_text, recStr = recipe_text, trnr = trainer, displaytt = display_tip, rplvl = rep_level, etc.
------------------------------------------------------------------------
r2710 | torhal | 2009-11-29 09:15:40 +0000 (Sun, 29 Nov 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua

Re-worked the OnClick script for MainPanel.filter_toggle to iteratively show/hide the menu_toggle buttons rather than doing so individually.
In ToggleFilterMenu(): Re-wrote for clarity, replacing 128 lines with 18.
------------------------------------------------------------------------
r2709 | torhal | 2009-11-29 07:20:36 +0000 (Sun, 29 Nov 2009) | 7 lines
Changed paths:
   M /trunk/ARLFrame.lua

ARL_ExpWhateverOptCB are all now MainPanel.menu_toggle_whatever
ShowFilterMenu() has been completely re-written and now exists as MainPanel:HighlightCategory(), and now hides the filter menu if no parameter is given.
ToggleFilterMenu() now uses category names instead of numbers.
CreateFilterMenuButton() no longer has a button name parameter and will no longer name the textures it creates.
Renamed ExpButtonText to CATEGORY_TEXT, and changed it to a dictionary table.
Renamed ExpButtonTT to CATEGORY_TOOLTIP, and changed it to a dictionary table.
Removed some unnecessary comments.
------------------------------------------------------------------------
r2708 | torhal | 2009-11-28 20:30:32 +0000 (Sat, 28 Nov 2009) | 3 lines
Changed paths:
   M /trunk/ARLFrame.lua

Renamed HideARL_ExpOptCB() to ShowFilterMenu(), and removed unnecessary calls to SetText().
Cleaned up FilterValueMap a bit.
Moved creation of the expansion buttons to the main file body, and move CreateExpansionButton() into the same do block.
------------------------------------------------------------------------
r2707 | torhal | 2009-11-28 17:19:23 +0000 (Sat, 28 Nov 2009) | 5 lines
Changed paths:
   M /trunk/ARLFrame.lua

Re-wrote the OnClick script for MainPanel.filter_menu.item.weapon_toggle for clarity/efficiency.
Converted all of the weapon CheckButtons to the new format.
Moved creation of MainPanel.filter_menu.player and its CheckButtons to the main file body, and converted them to the new format - deleting a few extra SetText() calls along the way.
Moved creation of MainPanel.filter_menu.rep to the main file body.
Updated all FilterValueMap references.
------------------------------------------------------------------------
r2706 | torhal | 2009-11-28 17:19:22 +0000 (Sat, 28 Nov 2009) | 5 lines
Changed paths:
   M /trunk/ARLFrame.lua

In GenerateTooltipContent(): Added local reference to addon.Frame as MainPanel.
Further refined the OnClick script for the class_toggle.
Moved creation of all the filter_menu.item stuff into the main file body. Changed the checkboxes to not be global.
Re-wrote the armor_toggle OnClick for clarity/efficiency.
Updated FilterValueMap references.
------------------------------------------------------------------------
r2705 | torhal | 2009-11-28 17:19:20 +0000 (Sat, 28 Nov 2009) | 6 lines
Changed paths:
   M /trunk/ARLFrame.lua

Renamed Generic_MakeCheckButton() to InitializeCheckButton()
Moved creation of MainPanel.filter_menu.obtain and its CheckBoxes from addon:InitializeFrame() to the main file body.
Moved creation of MainPanel.filter_menu.binding and its CheckBoxes from addon:InitializeFrame() to the main file body.
Made the CheckBoxes for these two filter_menu sections members of the menu frame and removed them from the global namespace.
Moved creation of MainPanel.filter_menu.item from addon:InitializeFrame() to the main file body.
Updated references in FilterValueMap.
------------------------------------------------------------------------
r2704 | torhal | 2009-11-28 17:19:19 +0000 (Sat, 28 Nov 2009) | 8 lines
Changed paths:
   M /trunk/ARLFrame.lua

Set MainPanel to be clamped to the screen.
Lowercased all of the MainPanel.filter_menu members (general, obtain, etc)
Moved Generic_MakeCheckButton() to just after the creation of MainPanel.filter_menu
Moved creation of MainPanel.filter_menu.general and its check-buttons to the main file body from addon:InitializeFrame()
All of the CheckButtons for the General filter menu have been moved out of the global namespace and into MainPanel.filter_menu.general - they also no longer inherit from UICheckButtonTemplate.
In Generic_MakecheckButton(): Create a FontString and Normal/Pushed/Highlight/Disabled/Checked textures for the CheckButton, since it will no longer inherit from UICheckButtonTemplate.
Updated references to the General filter checkbuttons in FilterValueMap.
Re-wrote the OnClick script for MainPanel.filter_menu.general.class_toggle for clarity/efficiency.
------------------------------------------------------------------------
r2703 | torhal | 2009-11-28 04:16:24 +0000 (Sat, 28 Nov 2009) | 5 lines
Changed paths:
   M /trunk/ARLFrame.lua
   M /trunk/AckisRecipeList.toc

Re-anchored ARL_ExpGeneralOptCB to MainPanel.filter_reset from MainPanel.filter_toggle to match its physical location.
Moved creation of the filter toggle buttons from addon:InitializeFrame() to the main file body.
Moved CreateFilterMenuButton() to just before it's needed.
Moved CreateExpansionButton() to just after the creation of MainPanel.filter_menu where it will be needed after further changes.
In the ToC: Moved ARLFrame.lua to load after ARLColour.lua
------------------------------------------------------------------------
r2702 | torhal | 2009-11-28 01:48:00 +0000 (Sat, 28 Nov 2009) | 2 lines
Changed paths:
   M /trunk/ARLFrame.lua

The General and Obtain filter panels are now dual-column.
Ripped code out of CreateFilterMenuButton() to make CreateExpansionButton()
------------------------------------------------------------------------
r2701 | torhal | 2009-11-27 23:46:47 +0000 (Fri, 27 Nov 2009) | 6 lines
Changed paths:
   M /trunk/ARLFrame.lua

Moved creation of MainPanel.scroll_frame to just above the creation of MainPanel.progress_bar
Renamed MainPanel.close_button to MainPanel.xclose_button
ARL_CloseButton is now MainPanel.close_button - its creation was moved to the main file body from addon:InitializeFrame()
Moved ClosePopups() and ColourSkillLebel(), and all tooltip-related functions to just before the frame creation code.
Moved the icons in the filter menu more to the left so the text would fit in the panel.
Made various small syntax changes.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
823.50 KB Dec 28, 2009 3.3.0 30