v1.1.0-beta2-18-g64a6325

Details

  • Filename
    AckisRecipeList-v1.1.0-beta2-18-g64a6325.zip
  • Uploaded by
  • Uploaded
    Jun 1, 2010
  • Size
    1.05 MB
  • Downloads
    217
  • MD5
    9427887cb7df2eb0e21938486c6d38e5

Supported WoW Retail Versions

  • 3.3.5

Changelog

James D. Callahan III:
    - Re-added addon:GetRecipeData(), but without returning the recipe table itself - Usage: ARL:GetRecipeData(spell_id, data)
    - Commented out addon:TRADE_SKILL_UPDATE() and the corresponding updater frame - not only does the event fire for others (without saying who it fires for), but calling addon:Scan() results in it firing, which calls addon:Scan() a second time.
    - In ListFrame:Initialize() - don't check which tab we're viewing, just call it's Initialize().
    - Pulled code from ListFrame:Initialize() to make RecipesTab:Initialize().
    - Moved FormatRecipeText() to be beneath SetTextColor().
    - Disable entry and state buttons in ListFrame:ClearLines(), and enable those that are shown in ListFrame:Update() - fixes issue of highlight texture showing when not appropriate.
    - Converted remaining uses of RecipeMatchesSearch().
    - Split code from ListFrame:Initialize() into AcquisitionTab:Initialize() and LocationTab:Initialize().
    - Renamed RecipeMatchesSearch() to SearchBox:MatchesRecipe()
mike:
    - Fixed recipe binding for "Hard Khorium Battleplate" .. RBOP->RBOE
    - Added some new quests
    - Corrected some phrases
    - Added the dalaran cooking quests to 3 cooking recipes
    - Fixed the quality coloring of some recipes, some were not colored COMMON like they should have been.  Scanner also didn't pick up the ones fixed in this. Also for "Imbued Netherweave Boots", changed AddRecipeVendor() to AddRecipeLimitedVendor()
    - Fixed the quality coloring of trainable only recipes, some were not colored COMMON like they should have been.  Scanner also didn't pick up the ones fixed in this
    - Fixed the quality of many trainable-only recipes in the Alchemy, Enchanting, Leatherworking, and Tailoring databases.  * -> COMMON
    - Fixed the quality of some Inscription recipes
James D. Callahan III:
    - Turned off the manual ChangeLog. Did I mention that having to make a commit to the project to do this is fucking retarded?

Additional Files