v1.82-31-g727e575
Details
-
FilenameQuerier-v1.82-31-g727e575.zip
-
Uploaded by
-
UploadedMar 24, 2010
-
Size118.55 KB
-
Downloads126
-
MD5672df6c1dc2d78ee1990c9d5a8c92884
Supported WoW Retail Versions
- 3.3.0
Changelog
pompachomp:
- 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.