r2824

Details

  • Filename
    AckisRecipeList-r2824.zip
  • Uploaded by
  • Uploaded
    Feb 1, 2010
  • Size
    1.03 MB
  • Downloads
    163
  • MD5
    e8a330bc6bde5801637bafe70eb9f860

Supported WoW Retail Versions

  • 3.3.0

Changelog

------------------------------------------------------------------------
r2824 | torhal | 2010-02-01 10:31:22 +0000 (Mon, 01 Feb 2010) | 1 line
Changed paths:
   M /trunk/ARL.lua
   M /trunk/Datamine.lua
   M /trunk/Frame.lua
   M /trunk/Player.lua

Renamed almost every member of a recipe table for clarity of purpose and changed all occurrences from recipe["Level"] to recipe.skill_level (for example). Retained original naming and usage of "Display", "Search", "Flags", and "Acquire" until I decide what to do with them.
------------------------------------------------------------------------
r2823 | torhal | 2010-02-01 03:56:36 +0000 (Mon, 01 Feb 2010) | 3 lines
Changed paths:
   M /trunk/ARL.lua

In addon:OnEnable(): Added a "Scanned" table member to the Player table, set all keys to the profession names and all values to false.
In addon:Scan(): Set the player's scanned value for the current profession to true.
In the GameTooltip hook for OnSetUnit: Check to see if the player has scanned the given profession before checking to see if the recipes are known so as to not print false positives.
------------------------------------------------------------------------
r2822 | pompachomp | 2010-01-31 21:00:17 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   M /trunk/Frame.lua

removed an unused variable.
------------------------------------------------------------------------
r2821 | pompachomp | 2010-01-31 17:47:50 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

more cleanup
------------------------------------------------------------------------
r2820 | pompachomp | 2010-01-31 17:46:12 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/ARL.lua
   M /trunk/Config.lua
   M /trunk/Database/Jewelcrafting.lua
   M /trunk/Database/Tailoring.lua
   M /trunk/Docs/CHANGES.txt
   M /trunk/Frame.lua

Fixed some formatting stuff.
------------------------------------------------------------------------
r2819 | pompachomp | 2010-01-31 05:53:43 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

turn off changelog
------------------------------------------------------------------------
r2817 | pompachomp | 2010-01-31 05:29:06 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Docs/CHANGES.txt

Update changelog and turn it on.
------------------------------------------------------------------------
r2816 | pompachomp | 2010-01-31 04:59:34 +0000 (Sun, 31 Jan 2010) | 2 lines
Changed paths:
   M /trunk/ARL.lua
   M /trunk/Locales/testenUS.lua

Fixed some of the names for the filter flags.
Modified the search box phrases a little.
------------------------------------------------------------------------
r2815 | pompachomp | 2010-01-31 01:48:44 +0000 (Sun, 31 Jan 2010) | 1 line
Changed paths:
   M /trunk/ARL.lua

The filter flag output in the text dump is prettier now.
------------------------------------------------------------------------
r2814 | pompachomp | 2010-01-30 02:09:09 +0000 (Sat, 30 Jan 2010) | 1 line
Changed paths:
   M /trunk/Database/Jewelcrafting.lua

Fixed some incorrect skill levels
------------------------------------------------------------------------
r2813 | pompachomp | 2010-01-30 01:20:52 +0000 (Sat, 30 Jan 2010) | 1 line
Changed paths:
   M /trunk/Database/Jewelcrafting.lua

Added the skill levels for the rest of the jewelcrafting recipes
------------------------------------------------------------------------
r2812 | pompachomp | 2010-01-29 19:26:22 +0000 (Fri, 29 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Database/Jewelcrafting.lua

Added skill levels for some of the jewelcrafting recipes.
Fixed the skill levels of the LK Epic Gem recipes.
------------------------------------------------------------------------
r2811 | pompachomp | 2010-01-29 07:21:23 +0000 (Fri, 29 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Datamine.lua

Added a bunch of the ICC patterns to the SPELL_ITEM table.
Added two item IDs to the DO_NOT_SCAN table.
------------------------------------------------------------------------
r2810 | Jim-Bim | 2010-01-28 20:55:03 +0000 (Thu, 28 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Frame.lua

AckisRecipeList:
- fixed emtpy search text bug (pompy included that in r2677)
------------------------------------------------------------------------
r2809 | Jim-Bim | 2010-01-28 20:42:32 +0000 (Thu, 28 Jan 2010) | 2 lines
Changed paths:
   M /trunk/ARL.lua

AckisRecipeList:
- fixed ARL.scan_button placement (yeah torhal messed it up)
------------------------------------------------------------------------
r2808 | Jim-Bim | 2010-01-27 13:16:21 +0000 (Wed, 27 Jan 2010) | 2 lines
Changed paths:
   M /trunk/Frame.lua

AckisRecipeList:
- replaced G.ARMOR_COLON (nil) with G.ARMOR .. ":"
------------------------------------------------------------------------
r2807 | pompachomp | 2010-01-26 09:48:31 +0000 (Tue, 26 Jan 2010) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.toc
   M /trunk/Frame.lua

cleanup
------------------------------------------------------------------------
r2806 | pompachomp | 2010-01-24 16:17:55 +0000 (Sun, 24 Jan 2010) | 1 line
Changed paths:
   M /trunk/Database/Smelting.lua

Corrected skill level for Smelt Thorium
------------------------------------------------------------------------
r2805 | pompachomp | 2010-01-21 05:11:47 +0000 (Thu, 21 Jan 2010) | 1 line
Changed paths:
   M /trunk/Database/Quest.lua
   M /trunk/Locales/testenUS.lua

Removed all the phrases for the quest titles.
------------------------------------------------------------------------
r2804 | torhal | 2010-01-21 02:09:05 +0000 (Thu, 21 Jan 2010) | 4 lines
Changed paths:
   M /trunk/ARL.lua
   M /trunk/Database/Quest.lua
   M /trunk/Frame.lua

In addon:addLookupList(): Added code to grab the localized quest name from its tooltip.
In Quest.lua Added NEUTRAL, ALLIANCE, and HORDE constants.
In addon:InitQuest(): Added local function AddQuest(), which is a wrapper for addon:addLookupList(). Also removed all quest names, since those will be mined from the client. Replaced all calls to addon:addLookupList() with AddQuest().
Re-formatted a comment.
------------------------------------------------------------------------
r2803 | pompachomp | 2010-01-20 06:00:10 +0000 (Wed, 20 Jan 2010) | 1 line
Changed paths:
   M /trunk/Database/Engineering.lua

Fixed skill level for Goblin Rocket Boots
------------------------------------------------------------------------
r2802 | pompachomp | 2010-01-15 16:15:59 +0000 (Fri, 15 Jan 2010) | 1 line
Changed paths:
   M /trunk/ARL.lua
   M /trunk/AckisRecipeList.toc
   M /trunk/Docs/Main.txt
   M /trunk/Docs/Wowwiki.txt

some cleanup.
------------------------------------------------------------------------
r2801 | pompachomp | 2010-01-15 03:12:04 +0000 (Fri, 15 Jan 2010) | 1 line
Changed paths:
   M /trunk/Database/Alchemy.lua

Added missing acquire data to Flask of Distilled Wisdom.
------------------------------------------------------------------------
r2800 | pompachomp | 2010-01-14 21:30:15 +0000 (Thu, 14 Jan 2010) | 1 line
Changed paths:
   M /trunk/AckisRecipeList.toc
   M /trunk/database.xml

Fixed the file paths to the database files in database.xml
------------------------------------------------------------------------
r2799 | pompachomp | 2010-01-14 21:20:53 +0000 (Thu, 14 Jan 2010) | 2 lines
Changed paths:
   A /trunk/Database (from /trunk/RecipeDB:2798)
   D /trunk/RecipeDB

Renamed the "RecipeDB" directory to "Database"
DON'T USE THIS ALPHA.
------------------------------------------------------------------------
r2798 | torhal | 2010-01-14 07:57:24 +0000 (Thu, 14 Jan 2010) | 1 line
Changed paths:
   M /trunk/Config.lua

More cosmetic changes to the config options.
------------------------------------------------------------------------
r2797 | torhal | 2010-01-14 07:23:00 +0000 (Thu, 14 Jan 2010) | 5 lines
Changed paths:
   M /trunk/Config.lua
   M /trunk/Frame.lua

Hide the MainPanel after it's created, so it isn't automatically shown when opening a TradeSkill.
Removed the "Scan" and "Text Dump" buttons from the config options since they were not actually usable from there and only served to confuse new users.
Moved the "Reset Window Position" button from the main config section to the Display options section.
Clarified the TomTom support code in the config.
Minor code cleanups.
------------------------------------------------------------------------
r2796 | torhal | 2010-01-13 11:03:56 +0000 (Wed, 13 Jan 2010) | 1 line
Changed paths:
   M /trunk/Frame.lua

Added check to see if TomTom is loaded before displaying the tooltip hint for waypoint generation.
------------------------------------------------------------------------
r2795 | torhal | 2010-01-13 11:03:53 +0000 (Wed, 13 Jan 2010) | 1 line
Changed paths:
   M /trunk/local.xml

Fix pompy's "I'm going to bed now...right after I change the name of this folder and then commit to the repository" fuckup. :D
------------------------------------------------------------------------
r2794 | Ackis | 2010-01-12 18:36:38 +0000 (Tue, 12 Jan 2010) | 1 line
Changed paths:
   M /trunk/Docs/Main.txt

Nuke holiday message
------------------------------------------------------------------------
r2793 | Jim-Bim | 2010-01-11 14:55:08 +0000 (Mon, 11 Jan 2010) | 2 lines
Changed paths:
   M /trunk/RecipeDB/Engineering.lua

AckisRecipeList:
- Removed specialization from Engineering Pets
------------------------------------------------------------------------
r2792 | pompachomp | 2010-01-07 03:02:41 +0000 (Thu, 07 Jan 2010) | 1 line
Changed paths:
   M /trunk/Datamine.lua

reworded a message printed to chat.
------------------------------------------------------------------------
r2791 | pompachomp | 2010-01-02 20:37:10 +0000 (Sat, 02 Jan 2010) | 1 line
Changed paths:
   M /trunk/Colour.lua
   M /trunk/Locales/testenUS.lua

more cleanup
------------------------------------------------------------------------
r2790 | pompachomp | 2009-12-31 23:52:23 +0000 (Thu, 31 Dec 2009) | 1 line
Changed paths:
   M /trunk/local.xml

prevent a bunch of locale errors
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
817.61 KB Feb 1, 2010 3.3.0 43