r2828
Details
-
FilenameAckisRecipeList-r2828.zip
-
Uploaded by
-
UploadedFeb 1, 2010
-
Size1.03 MB
-
Downloads72
-
MD549fd1dca0b7c65c4b8b9fd1b4cc2858b
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r2828 | pompachomp | 2010-02-01 18:16:49 +0000 (Mon, 01 Feb 2010) | 1 line
Changed paths:
M /trunk/Database/Vendor.lua
fixed a typo in one of the vendors coordinates
------------------------------------------------------------------------
r2827 | torhal | 2010-02-01 18:15:08 +0000 (Mon, 01 Feb 2010) | 1 line
Changed paths:
M /trunk/ARL.lua
Fixed a variable that was missed during renaming.
------------------------------------------------------------------------
r2826 | torhal | 2010-02-01 17:01:30 +0000 (Mon, 01 Feb 2010) | 1 line
Changed paths:
M /trunk/ARL.lua
M /trunk/Frame.lua
M /trunk/Player.lua
Renamed and changed the usage of more table members.
------------------------------------------------------------------------
r2825 | torhal | 2010-02-01 15:27:18 +0000 (Mon, 01 Feb 2010) | 4 lines
Changed paths:
M /trunk/ARL.lua
M /trunk/Datamine.lua
M /trunk/Frame.lua
M /trunk/Player.lua
Utilized the private AddOn "namespace" made available in 3.3 and named it "private" - now I'll have to write a proper API for AddOns which want data since direct access is now impossible.
Moved addon.WHATEVER_list to private.WHATEVER_list
Removed file-local RecipeList, CustomList, etc - now using the private lists only where absolutely needed.
Re-named and changed the usage for many more table members: vendor["SellList"] became vendor.sells acquire[index]["Type"] became acquire[index].type, etc.
------------------------------------------------------------------------
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
------------------------------------------------------------------------