r79
Details
-
FilenameRevelation-r79.zip
-
Uploaded by
-
UploadedMar 3, 2009
-
Size87.97 KB
-
Downloads139
-
MD57cdb1430b794aedcc0a43347576a5b76
Supported WoW Retail Versions
- 3.0.9
Changelog
------------------------------------------------------------------------
r79 | torhal | 2009-03-04 03:40:21 +0000 (Wed, 04 Mar 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Compartmentalized certain tables, variables, and functions in do blocks.
Added table-recycling to significantly reduce memory footprint.
------------------------------------------------------------------------
r77 | torhal | 2009-02-20 08:43:40 +0000 (Fri, 20 Feb 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Removed a debug print()
------------------------------------------------------------------------
r76 | torhal | 2009-02-20 08:38:08 +0000 (Fri, 20 Feb 2009) | 1 line
Changed paths:
M /trunk/Revelation.lua
Added 42 enchantment IDs to the EnchantLevel table. Methinks these were the only ones missing.
------------------------------------------------------------------------
r75 | torhal | 2009-02-13 23:10:46 +0000 (Fri, 13 Feb 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Fixed parentheses in the strfind() I added in last revision.
------------------------------------------------------------------------
r74 | torhal | 2009-02-13 12:02:57 +0000 (Fri, 13 Feb 2009) | 1 line
Changed paths:
M /trunk/Revelation.lua
Changed an equality check for "Weapon" to a strfind() as a possible fix for the ruRU locale.
------------------------------------------------------------------------
r71 | torhal | 2009-02-10 06:00:38 +0000 (Tue, 10 Feb 2009) | 4 lines
Changed paths:
M /trunk/Revelation.lua
Changed how modifier keys were checked to fix a bug where setting one to NONE would evaluate as being pressed.
Added 18 enchantments to the level-checker table.
Added support for weapon and armor vellums. Translations required.
------------------------------------------------------------------------
r70 | torhal | 2009-02-10 02:41:26 +0000 (Tue, 10 Feb 2009) | 5 lines
Changed paths:
M /trunk/Revelation.lua
Added EnchantLevel table with 68 entries to cross-reference item min-levels.
In IterTrade, IterEnchant, and Scan: Added level parameter.
Added check to ensure that 2H weapons can also be enchanted with non-2H-specific enchantments.
Added code to extract enchantment ID for use in the EnchantLevel table to make sure the weapon/armor meets the level requirements.
Converted all camelCase variables to underscore_variables.
------------------------------------------------------------------------
r69 | torhal | 2009-02-09 19:30:38 +0000 (Mon, 09 Feb 2009) | 3 lines
Changed paths:
M /trunk/Revelation.lua
Added INVTYPE_WEAPON to accompany INVTYPE_WEAPONMAINHAND and INVTYPE_WEAPONOFFHAND as a check to suppress two-handed weapon enchantments.
Replaced "MenuButton" with "ButtonName" in configuration menu, so the localizations will work there.
------------------------------------------------------------------------
r67 | torhal | 2009-02-09 08:45:04 +0000 (Mon, 09 Feb 2009) | 4 lines
Changed paths:
A /trunk/Libs/LibDataBroker-1.1.lua
M /trunk/Revelation.lua
M /trunk/Revelation.toc
Added configuration options for primary and secondary modifier keys as well as which mouse button will display the menu.
Added LDB launcher for config panel.
Embedded LibDataBroker-1.1
New phrases for configuration need to be localized.
------------------------------------------------------------------------
r66 | torhal | 2009-02-09 08:41:50 +0000 (Mon, 09 Feb 2009) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/embeds.xml
Added LibStub, CallbackHandler-1.0, AceDB-3.0, AceConfig-3.0
------------------------------------------------------------------------
r65 | torhal | 2009-02-09 04:22:22 +0000 (Mon, 09 Feb 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Replaced long list of amounts with an editbox stating 1 - numAvailable.
------------------------------------------------------------------------
r64 | torhal | 2009-02-08 10:24:00 +0000 (Sun, 08 Feb 2009) | 2 lines
Changed paths:
M /trunk/Revelation.lua
Changed "trivial", "easy", and "optimal" colors to match those in Blizzard_TradeSkillUI.lua and removed "difficult", as it doesn't exist.
------------------------------------------------------------------------
r63 | torhal | 2009-02-06 01:31:56 +0000 (Fri, 06 Feb 2009) | 2 lines
Changed paths:
M /trunk/Localization/enUS.lua
Added fourth argument to NewLocale().
------------------------------------------------------------------------