v1.82-36-g053ba33

Details

  • Filename
    Querier-v1.82-36-g053ba33.zip
  • Uploaded by
  • Uploaded
    Oct 19, 2010
  • Size
    117.16 KB
  • Downloads
    112
  • MD5
    0eda6b4bbe6f6efa9c30839990152f0a

Supported WoW Retail Versions

  • 4.0.1

Changelog

mike:
    - Bump toc
pompachomp:
    - Added/removed item ids .. stop reseting the cache blizz argh :)
    - querier will print out what item id won't cache
    - damn copy and paste fail
    - Added Inscription.lua
    - Removed ids that won't cache at all
James D. Callahan III:
    - Made cosmetic changes to the code in every function, changed many addon:Print() with concatenations to addon:Printf(), and changed double spaces in strings to a single space.
    - In addon:SpellQuery(): Assign the result of GetSpellLink() to the spell_link variable and then use that rather than calling the function twice.
pompachomp:
    - Removed Reputation.lua no longer needed.
James D. Callahan III:
    - Added item ID for "Design: Infused Shadow Draenite"
    - Re-wrote addon:SafeQuery() for the individual categories.
    - Added options panel buttons for the SafeQuery categories.
    - Added ItemID files to the ToC.
    - Removed the "t" table - it has been split into several files by category.
    - Added a newline at the end of the file.
    - In addon:SlashHandler(): Removed an unnecessary check, and replaced an equality check against "input" with an equality check against "lower".
    - Removed giveOptions() - the options table does not require a function wrapper since it's defined in the Blizzard options panel immediately upon initialization.
    - Replaced a few calls to Querier:function_name() with addon:function_name()
    - Fixed upvalues for the Lua and Blizzard globals, the declaration of the addon object, renamed some variable constants, and separated things into sections.
pompachomp:
    - added some tailoring item ids
    - Added/removed some item ids from the safequery scan
pompy:
    - Add mount itemid's
    - clean up querier.lua a bit.
    - clean up querier.lua a bit.
    - Added some item ids and removed some item ids
    - add some more item id's
    - Added more Item IDs
    - trim trailing space in querier.lua
    - Changed reference to the new directory name in locale.xml and in the toc for the xml file
    - Renamed the locals directory to locales and local.xml to locale.xml
    - added moar id's
    - Add two item IDs
    - Item ID cleanup.
    - toc cleanup
    - Some cleanup here and there to the .toc and main file.

Additional Files