r88
Details
-
FilenameRevelation-r88.zip
-
Uploaded by
-
UploadedApr 13, 2009
-
Size87.96 KB
-
Downloads122
-
MD5c62c3f11f58de801282528e0132f12e7
Supported WoW Retail Versions
- 3.0.9
Changelog
------------------------------------------------------------------------
r88 | torhal | 2009-04-14 02:30:06 +0000 (Tue, 14 Apr 2009) | 3 lines
Changed paths:
M /trunk/Revelation.lua
Updated GetTradeSkillInfo() for new return value in WoW 3.1
------------------------------------------------------------------------
r85 | torhal | 2009-03-15 00:24:46 +0000 (Sun, 15 Mar 2009) | 3 lines
Changed paths:
M /trunk/Revelation.lua
In AddRecipe(): Only call AcquireTable() for sub_menu when there will actually be a sub menu.
Merged SetTradeSkill() into CraftItem(), as its functionality was only ever used there.
Re-ordered some things in a more logical manner, and grouped some functions which only ever interacted with one another into do blocks.
------------------------------------------------------------------------
r84 | torhal | 2009-03-14 22:40:40 +0000 (Sat, 14 Mar 2009) | 2 lines
Changed paths:
M /trunk/embeds.xml
Fixed LibStub entry.
------------------------------------------------------------------------
r83 | torhal | 2009-03-14 07:11:01 +0000 (Sat, 14 Mar 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Upvalued GetSpellName().
Removed last closure from AddRecipe() - each call now generates only 0.035 KiB of garbage, no matter the number of entries in the menu.
------------------------------------------------------------------------
r82 | torhal | 2009-03-14 04:14:45 +0000 (Sat, 14 Mar 2009) | 6 lines
Changed paths:
M /trunk/Revelation.lua
Upvalued a plethora of globals.
Added constants PROF_ENCHANTING, PROF_INSCRIPTION, PROF_RUNEFORGING rather than calling GetSpellInfo() repeatedly.
Removed several closures, thereby significantly reducing garbage generation.
Added caching for icon textures, rather than calling GetItemInfo() or GetTradeSkillIcon() repeatedly.
Added local refs where appropriate to reduce table lookups.
------------------------------------------------------------------------
r81 | torhal | 2009-03-05 23:32:18 +0000 (Thu, 05 Mar 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Replaced 7411 with ENCHANTING_IDX to make the context of some code clearer.
------------------------------------------------------------------------