r64

Details

  • Filename
    Revelation-r64.zip
  • Uploaded by
  • Uploaded
    Feb 8, 2009
  • Size
    48.82 KB
  • Downloads
    111
  • MD5
    8a6a07f6a132273e133c8cda20b72a28

Supported WoW Retail Versions

  • 3.0.8

Changelog

------------------------------------------------------------------------
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().

------------------------------------------------------------------------
r61 | torhal | 2009-01-26 19:24:16 +0000 (Mon, 26 Jan 2009) | 1 line
Changed paths:
   M /trunk/Revelation.lua

Removed tooltip scanning code in favor of having Dewdrop handle GameTooltip directly.
------------------------------------------------------------------------
r60 | torhal | 2009-01-26 11:24:31 +0000 (Mon, 26 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Revelation.lua

Added detailed tooltips for items/enchants.

------------------------------------------------------------------------
r59 | torhal | 2009-01-26 04:50:21 +0000 (Mon, 26 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Revelation.lua

Tooltips no longer show difficulty color.
Added menu icons for enchantments.

------------------------------------------------------------------------
r58 | torhal | 2009-01-25 23:32:53 +0000 (Sun, 25 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Revelation.lua

Minor tooltip display fix.
Added item icon next to recipe name where applicable.

------------------------------------------------------------------------
r56 | torhal | 2009-01-24 02:07:50 +0000 (Sat, 24 Jan 2009) | 5 lines
Changed paths:
   M /trunk/Revelation.lua

Smelting now works - I was using the spellID for Blacksmithing...
Updated some localization strings.
Added tooltip for singular crafts.
Added support for Runeforging.

------------------------------------------------------------------------
r55 | torhal | 2009-01-24 00:22:00 +0000 (Sat, 24 Jan 2009) | 1 line
Changed paths:
   M /trunk/Revelation.lua

Added scanning for Inscription shoulder enchants. No idea if this works, as I don't have a Scribe.
------------------------------------------------------------------------
r53 | torhal | 2009-01-23 01:00:25 +0000 (Fri, 23 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Revelation.lua

Added check on weapon type to disallow matching on INVTYPE_2HWEAPON for INVTYPE_WEAPONMAINHAND and INVTYPE_WEAPONOFFHAND.
Removed "Bracers" from equipment slot list as it is no longer needed.

------------------------------------------------------------------------
r52 | torhal | 2009-01-22 22:09:39 +0000 (Thu, 22 Jan 2009) | 1 line
Changed paths:
   M /trunk/Revelation.lua

Removed enchantment-parsing code to allow for easier localization. This does, however, break the distinction between "2H Weapon" and "Weapon" in English, French, and Spanish. WTB fix!
------------------------------------------------------------------------
r51 | torhal | 2009-01-21 20:08:11 +0000 (Wed, 21 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Localization/deDE.lua
   M /trunk/Localization/esES.lua
   M /trunk/Localization/esMX.lua
   M /trunk/Localization/frFR.lua
   M /trunk/Localization/koKR.lua
   M /trunk/Localization/ruRU.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua

Made enUS the only default locale. Damn copy/paste.

------------------------------------------------------------------------
r50 | torhal | 2009-01-21 19:26:23 +0000 (Wed, 21 Jan 2009) | 2 lines
Changed paths:
   A /trunk/Localization/deDE.lua
   M /trunk/Localization/enUS.lua
   A /trunk/Localization/esES.lua
   A /trunk/Localization/esMX.lua
   A /trunk/Localization/frFR.lua
   A /trunk/Localization/koKR.lua
   A /trunk/Localization/ruRU.lua
   A /trunk/Localization/zhCN.lua
   A /trunk/Localization/zhTW.lua
   M /trunk/Revelation.toc

Changed enUS.lua to use keyword substitutions.
Added deDE, esES, esMX, frFR, koKR, ruRU, zhCN, zhTW locale files and updates TOC to reflect this.
------------------------------------------------------------------------
r49 | torhal | 2009-01-15 21:48:50 +0000 (Thu, 15 Jan 2009) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Libs
   A /trunk/Localization
   A /trunk/Localization/enUS.lua
   M /trunk/Revelation.lua
   M /trunk/Revelation.toc
   M /trunk/embeds.xml

Updated .pkgmeta and embeds.xml to include AceLocale-3.0.
Modified appropriate sections of code for localization.
Added enUS translation file.
------------------------------------------------------------------------
r47 | torhal | 2009-01-14 07:10:43 +0000 (Wed, 14 Jan 2009) | 2 lines
Changed paths:
   M /trunk/Revelation.lua

Reverted a table change to un-break recipe menu.

------------------------------------------------------------------------
r46 | torhal | 2009-01-14 06:44:28 +0000 (Wed, 14 Jan 2009) | 4 lines
Changed paths:
   M /trunk/Revelation.lua

Made enchanting recipes not have quantity sub-menus since queuing multiple enchants is not possible.
Removed some unused locals.
More table optimizations.

------------------------------------------------------------------------
r45 | torhal | 2009-01-14 05:20:32 +0000 (Wed, 14 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Revelation.lua

Changed some table usage to minimize garbage creation.
Now using wipe() as well.

------------------------------------------------------------------------
r44 | torhal | 2009-01-14 04:36:51 +0000 (Wed, 14 Jan 2009) | 4 lines
Changed paths:
   M /trunk/Revelation.lua

Changed how enchanting recipe matches were done so that 2H weapon enchants would not match on 1H weapons.
Fixed enchanting matches to not be broken with difficulty colors.
Small refactorings.

------------------------------------------------------------------------
r43 | torhal | 2009-01-12 03:57:06 +0000 (Mon, 12 Jan 2009) | 3 lines
Changed paths:
   M /trunk/Revelation.lua

Changed erroneous global function to a local one.
Added difficulty colors to recipe menu.

------------------------------------------------------------------------
r42 | torhal | 2009-01-09 02:20:27 +0000 (Fri, 09 Jan 2009) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Revelation.lua
   M /trunk/Revelation.toc
   M /trunk/embeds.xml

Re-structured code layout.
Now using AceAddon and AceHook.

------------------------------------------------------------------------
r41 | torhal | 2009-01-06 04:11:06 +0000 (Tue, 06 Jan 2009) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Changed .pkgmeta again
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
9.33 KB Feb 8, 2009 3.0.8 17