r14

Details

  • Filename
    AverageCombatMana-r14.zip
  • Uploaded by
  • Uploaded
    Mar 22, 2011
  • Size
    178.68 KB
  • Downloads
    132
  • MD5
    025795ed8e1512a22671deda689f1892

Supported WoW Retail Versions

  • 4.0.6

Changelog

------------------------------------------------------------------------
r14 | myrroddin | 2011-03-23 03:46:30 +0000 (Wed, 23 Mar 2011) | 1 line
Changed paths:
   M /trunk/AverageCombatMana.toc

- fix no lib strip lines in toc
------------------------------------------------------------------------
r13 | myrroddin | 2011-03-23 03:21:20 +0000 (Wed, 23 Mar 2011) | 3 lines
Changed paths:
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatManaOptions.lua

- alter some feedback texts to be current
- get current Mana value every second rather than every two; averages over last 10 values instead of last 5
- fix number values for chat output and Mana gains; no more nil results or abnormally low Mana gain values
------------------------------------------------------------------------
r12 | myrroddin | 2011-03-22 03:16:56 +0000 (Tue, 22 Mar 2011) | 1 line
Changed paths:
   M /trunk/AverageCombatMana.lua

- fix divide by 0 error I missed
------------------------------------------------------------------------
r11 | myrroddin | 2011-03-22 02:50:46 +0000 (Tue, 22 Mar 2011) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatMana.toc
   M /trunk/AverageCombatManaOptions.lua

- removed LibBackdrop-1.0 and its references
- cleaned up options and removed code that didn't work
- everything else works. time to take it to alpha
------------------------------------------------------------------------
r10 | myrroddin | 2011-03-18 09:03:23 +0000 (Fri, 18 Mar 2011) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatMana.toc
   M /trunk/AverageCombatManaOptions.lua

- fix LibGraph-2.0 load error
- way too many bug fixes to give specifics
------------------------------------------------------------------------
r9 | myrroddin | 2011-03-15 08:10:04 +0000 (Tue, 15 Mar 2011) | 3 lines
Changed paths:
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatMana.toc
   M /trunk/AverageCombatManaOptions.lua
   M /trunk/Locales/localization.enUS.lua

- completely changed frame code location and details
- font effect code options rewritten
- typos, bugs, yadda yadda. bar displays now, but still errors to deal with
------------------------------------------------------------------------
r8 | myrroddin | 2011-03-14 01:44:00 +0000 (Mon, 14 Mar 2011) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatMana.toc
   M /trunk/AverageCombatManaOptions.lua

- typos are bad
- mis-named files are worse
- mana display bar will show up in combat even if "bar off" is true, unless the addon is disabled
------------------------------------------------------------------------
r7 | myrroddin | 2011-03-13 00:33:47 +0000 (Sun, 13 Mar 2011) | 3 lines
Changed paths:
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatManaOptions.lua
   M /trunk/Locales/localization.Spanish.lua
   M /trunk/Locales/localization.deDE.lua
   M /trunk/Locales/localization.enUS.lua
   M /trunk/Locales/localization.frFR.lua
   M /trunk/Locales/localization.koKR.lua
   M /trunk/Locales/localization.ruRU.lua
   M /trunk/Locales/localization.zhCN.lua
   M /trunk/Locales/localization.zhTW.lua

- changed addon name in localization files
- played around when frame is visible
- testing some things in options lua
------------------------------------------------------------------------
r6 | myrroddin | 2011-03-12 18:55:31 +0000 (Sat, 12 Mar 2011) | 2 lines
Changed paths:
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatManaOptions.lua

- fixed commas, tab spaces and {} stuff in both files
- those can kill!
------------------------------------------------------------------------
r5 | myrroddin | 2011-03-12 18:02:29 +0000 (Sat, 12 Mar 2011) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatMana.toc

- more bug fixes
- fix typo in pkgmeta package-as line
- assign X-Category in toc
------------------------------------------------------------------------
r4 | myrroddin | 2011-03-11 22:22:40 +0000 (Fri, 11 Mar 2011) | 2 lines
Changed paths:
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatManaOptions.lua

- many, many bug fixes, lots of optimizations
- updated inline help in the options
------------------------------------------------------------------------
r3 | myrroddin | 2011-03-10 16:10:00 +0000 (Thu, 10 Mar 2011) | 3 lines
Changed paths:
   M /trunk/AverageCombatMana.lua
   M /trunk/AverageCombatManaOptions.lua

- localize lots of globals for faster lookup
- changed logic in OnUpdate() to use most current 5 GetPower() values
- fix flags with SetFont() because they are strings
------------------------------------------------------------------------
r2 | myrroddin | 2011-03-10 02:55:26 +0000 (Thu, 10 Mar 2011) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/AverageCombatMana.lua
   A /trunk/AverageCombatMana.toc
   A /trunk/AverageCombatManaOptions.lua
   A /trunk/Locales
   A /trunk/Locales/localization.Spanish.lua
   A /trunk/Locales/localization.deDE.lua
   A /trunk/Locales/localization.enUS.lua
   A /trunk/Locales/localization.frFR.lua
   A /trunk/Locales/localization.koKR.lua
   A /trunk/Locales/localization.ruRU.lua
   A /trunk/Locales/localization.zhCN.lua
   A /trunk/Locales/localization.zhTW.lua

- Initial Commit
------------------------------------------------------------------------
r1 | root | 2011-03-10 02:16:23 +0000 (Thu, 10 Mar 2011) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"average-combat-mana/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
15.18 KB Mar 22, 2011 4.0.6 38