v1.9
Details
-
FilenameQuerier-v1.9.zip
-
Uploaded by
-
UploadedOct 21, 2010
-
Size121.69 KB
-
Downloads750
-
MD5ef9ae7661a437b76ab90a9b70b9591d7
Supported WoW Retail Versions
- 4.0.1
Changelog
tag v1.9
9dac51ff646a586ed2ffef6586ea13f27bd488db
John Pasula <ackis@shaw.ca>
2010-10-21 08:28:44 -0600
Tagging as v1.9
--------------------
John Pasula:
- Bump version ID
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.