ManaPerc-r70599

Details

  • Filename
    ManaPerc-r70599.zip
  • Uploaded by
  • Uploaded
    Apr 20, 2008
  • Size
    52.77 KB
  • Downloads
    138
  • MD5
    38118333b8a5c4aa29c47781446969bb

Supported WoW Retail Versions

  • 2.4.3

Changelog

------------------------------------------------------------------------
r70599 | phyber | 2008-04-20 11:36:21 -0400 (Sun, 20 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc:
- Add hecking for cost and ptype being nil due to funky stuff when mouseovering Talents.
------------------------------------------------------------------------
r70583 | yleaf | 2008-04-20 06:30:52 -0400 (Sun, 20 Apr 2008) | 3 lines
Changed paths:
   M /trunk/ManaPerc/Locales/zhCN.lua
   M /trunk/ManaPerc/Locales/zhTW.lua
   M /trunk/ManaPerc/ManaPerc.toc

ManaPerc:
zhCN & zhTW update
Maybe you could use GetAddOnMetadata to get addon title and discription from .toc file like the locale files I updated. For the error i've sent you a pm on forums.wowace.com.
------------------------------------------------------------------------
r70446 | phyber | 2008-04-19 07:05:29 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc:
- Infact, remove that check entirely.  If someone can show me a spell that causes cost or ptype to be nil, I'll add it back in.  But protip, this function is called OnTooltipSetSpell, we should never get something that isn't a spell and those fields are '' for things like 'Attack', not nil.
------------------------------------------------------------------------
r70441 | phyber | 2008-04-19 06:47:17 -0400 (Sat, 19 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc:
- Fix somebody elses broken fix.
------------------------------------------------------------------------
r70035 | yleaf | 2008-04-16 06:50:24 -0400 (Wed, 16 Apr 2008) | 1 line
Changed paths:
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc: Fixed a nil error Bug
------------------------------------------------------------------------
r69800 | phyber | 2008-04-14 18:33:07 -0400 (Mon, 14 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc:
- Get rid of redundant tonumber.
------------------------------------------------------------------------
r69747 | phyber | 2008-04-14 14:22:43 -0400 (Mon, 14 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc:
- Use :GetSpell() and :GetSpellInfo() to get the spell costs now instead of scanning the tooltips.
------------------------------------------------------------------------
r69584 | phyber | 2008-04-13 13:31:22 -0400 (Sun, 13 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/embeds.xml

ManaPerc:
- libs -> Libs
------------------------------------------------------------------------
r69579 | phyber | 2008-04-13 13:15:52 -0400 (Sun, 13 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/Locales/enUS.lua
   M /trunk/ManaPerc/Locales/zhCN.lua
   M /trunk/ManaPerc/Locales/zhTW.lua
   M /trunk/ManaPerc/ManaPerc.lua

ManaPerc:
- Add a description to the options screen and make the layout a little nicer.
------------------------------------------------------------------------
r69572 | phyber | 2008-04-13 12:56:18 -0400 (Sun, 13 Apr 2008) | 2 lines
Changed paths:
   M /trunk/ManaPerc/Libs
   M /trunk/ManaPerc/Locales/enUS.lua
   M /trunk/ManaPerc/Locales/zhCN.lua
   M /trunk/ManaPerc/Locales/zhTW.lua
   M /trunk/ManaPerc/ManaPerc.lua
   M /trunk/ManaPerc/ManaPerc.toc
   M /trunk/ManaPerc/embeds.xml

ManaPerc:
- Now using Ace3.
------------------------------------------------------------------------
r66418 | phyber | 2008-03-27 13:05:51 -0400 (Thu, 27 Mar 2008) | 2 lines
Changed paths:
   A /trunk/ManaPerc/Locales/locales.xml

ManaPerc:
- Yes, so like, actually add the file that loads the translations.
------------------------------------------------------------------------
r66374 | phyber | 2008-03-27 08:45:58 -0400 (Thu, 27 Mar 2008) | 2 lines
Changed paths:
   D /trunk/ManaPerc/Locales/ManaPercLocale-enUS.lua
   D /trunk/ManaPerc/Locales/ManaPercLocale-zhCN.lua
   D /trunk/ManaPerc/Locales/ManaPercLocale-zhTW.lua
   A /trunk/ManaPerc/Locales/enUS.lua (from /trunk/ManaPerc/Locales/ManaPercLocale-enUS.lua:66373
   A /trunk/ManaPerc/Locales/zhCN.lua (from /trunk/ManaPerc/Locales/ManaPercLocale-zhCN.lua:66373
   A /trunk/ManaPerc/Locales/zhTW.lua (from /trunk/ManaPerc/Locales/ManaPercLocale-zhTW.lua:66373

ManaPerc:
- Rename the locale files.
------------------------------------------------------------------------
r66373 | phyber | 2008-03-27 08:43:43 -0400 (Thu, 27 Mar 2008) | 3 lines
Changed paths:
   A /trunk/ManaPerc/Locales
   A /trunk/ManaPerc/Locales/ManaPercLocale-enUS.lua (from /trunk/ManaPerc/ManaPercLocale-enUS.lua:66371
   A /trunk/ManaPerc/Locales/ManaPercLocale-zhCN.lua (from /trunk/ManaPerc/ManaPercLocale-zhCN.lua:66371
   A /trunk/ManaPerc/Locales/ManaPercLocale-zhTW.lua (from /trunk/ManaPerc/ManaPercLocale-zhTW.lua:66371
   M /trunk/ManaPerc/ManaPerc.toc
   D /trunk/ManaPerc/ManaPercLocale-enUS.lua
   D /trunk/ManaPerc/ManaPercLocale-zhCN.lua
   D /trunk/ManaPerc/ManaPercLocale-zhTW.lua

ManaPerc:
- Update TOC for 2.4.
- Move localizations into Locales directory.
------------------------------------------------------------------------

Additional Files