r42

Details

  • Filename
    Energized-r42.zip
  • Uploaded by
  • Uploaded
    Jul 8, 2010
  • Size
    209.85 KB
  • Downloads
    27
  • MD5
    5a5f004a97c37e9c5df8a47736053cfa

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r42 | allara | 2010-07-08 19:17:12 +0000 (Thu, 08 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Modules/Options/Options.lua
   M /trunk/Options_Defaults.lua

- Add "Evaluate if" option to rules; this lets you evaluate rules only if YOU have a talent (or if you DON'T have a talent)
- Death Knights: Add Bone Shield
------------------------------------------------------------------------
r41 | allara | 2010-07-08 18:27:47 +0000 (Thu, 08 Jul 2010) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options_Defaults.lua

Death Knights:
  - Add Frost Presence
  - Add Blood Presence
------------------------------------------------------------------------
r40 | allara | 2010-07-08 18:12:23 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Options_Defaults.lua

- Implement tank checks ("Enable this group..." option now functions)
------------------------------------------------------------------------
r39 | allara | 2010-07-08 16:44:22 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua

- Minor tooltip improvements
------------------------------------------------------------------------
r38 | allara | 2010-07-08 04:53:22 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options_Defaults.lua

- Death Knights: Fix Master of Ghouls talent index. Pet mode should now turn on if you have that talent.
------------------------------------------------------------------------
r37 | allara | 2010-07-08 03:45:37 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua

- Fix low duration warnings
------------------------------------------------------------------------
r36 | allara | 2010-07-08 01:42:29 +0000 (Thu, 08 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Minor tweaks to the secondary tooltip
------------------------------------------------------------------------
r35 | allara | 2010-07-08 00:51:53 +0000 (Thu, 08 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Modules/Options/Options.lua
   M /trunk/Options_Defaults.lua

- Implement the secondary tooltip (hover over missing buffs to see who could be giving them and what exactly Energized is looking for)
- Add "Secondary tooltip anchor" option
------------------------------------------------------------------------
r34 | allara | 2010-07-07 22:59:23 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Eliminate several LibGroupTalents callbacks
------------------------------------------------------------------------
r33 | allara | 2010-07-07 21:46:07 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Refactor to remove all anonymous functions from processing. This makes memory growth almost completely nonexistent when not looking at the tooltip.
------------------------------------------------------------------------
r32 | allara | 2010-07-07 20:48:05 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Options_Defaults.lua

- Warlock and Death Knight pets: Give them some default blessings
------------------------------------------------------------------------
r31 | allara | 2010-07-07 19:05:55 +0000 (Wed, 07 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Modules/Options/Options.lua
   M /trunk/Options_Defaults.lua

- Warlock: Arcane Intellect now expected for pets (untested)
- Add "Hide after being energized for" option
------------------------------------------------------------------------
r30 | allara | 2010-07-07 18:18:44 +0000 (Wed, 07 Jul 2010) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Modules/Options/Options.lua
   M /trunk/Options_Defaults.lua

- Add "Feed text" option
- Add "Recent casters" option
- Add "Show yourself as recent caster" option
------------------------------------------------------------------------
r29 | allara | 2010-07-07 17:37:51 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Core.lua
   M /trunk/Energized.toc
   M /trunk/Modules/Options/Energized_Options.toc

- Fix LibDBIcon packaging and references
------------------------------------------------------------------------
r28 | allara | 2010-07-07 17:25:11 +0000 (Wed, 07 Jul 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Modules/Options/Options.lua
   M /trunk/Options_Defaults.lua

- Add LibDBIcon-1.0 support. Energized no longer requires an LDB display, just turn on the minimap icon.
- Fix an issue with AddonLoader support (no more duplicate entries in Interface Options)
- Remove Mana Spring Totem from defaults, it was confusing and I don't want to support short-term buffs out of the box
------------------------------------------------------------------------
r27 | allara | 2010-07-07 04:43:08 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Fix a bug related to the options module separation
------------------------------------------------------------------------
r26 | allara | 2010-07-07 04:39:18 +0000 (Wed, 07 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua

- LibGroupTalents will no longer cause scanning during combat
- Improve debug output more
------------------------------------------------------------------------
r25 | allara | 2010-07-07 03:23:07 +0000 (Wed, 07 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua

- Change 1 second throttle to 2 seconds
- Update debug mode slightly
------------------------------------------------------------------------
r24 | allara | 2010-07-07 02:40:22 +0000 (Wed, 07 Jul 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Core.lua
   A /trunk/Modules/Options/Energized_Options.toc
   A /trunk/Modules/Options/Options.lua
   D /trunk/Options.lua

- Split options into it's own LoD module (AddonLoader recommended)
- Fix several bugs and add some event tracking to debug mode
------------------------------------------------------------------------
r23 | allara | 2010-07-07 01:19:39 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- "Enable inventory item warnings" checkbox works now
------------------------------------------------------------------------
r22 | allara | 2010-07-07 00:55:14 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   A /trunk/Modules
   A /trunk/Modules/Options

- Missing items (such as healthstones) will now surface as warnings instead of errors (not fully tested)
------------------------------------------------------------------------
r21 | allara | 2010-07-07 00:44:33 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua

- Add last seen information (who last cast it and when)
------------------------------------------------------------------------
r20 | allara | 2010-07-07 00:27:23 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Add support for priorities (this will make paladin blessings start working)
------------------------------------------------------------------------
r19 | allara | 2010-07-07 00:18:19 +0000 (Wed, 07 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Fix equipment errors to show the correct item
------------------------------------------------------------------------
r18 | allara | 2010-07-07 00:09:30 +0000 (Wed, 07 Jul 2010) | 5 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Add inventory checks
- Unregister almost every event when entering combat
- Add do not equip checks
- Add hunter ammunition check
- Possibly fix some logic errors
------------------------------------------------------------------------
r17 | allara | 2010-07-06 22:13:33 +0000 (Tue, 06 Jul 2010) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua

- Possibly fix low buff warnings (untested)
- Add equipment checks
- Refactor tooltip generation a bit
------------------------------------------------------------------------
r16 | allara | 2010-07-06 20:41:24 +0000 (Tue, 06 Jul 2010) | 11 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options_Defaults.lua

WARLOCK:
  - Armor: No longer required for pet
ALL PET CLASSES:
  Pet:
    - Add happiness check
    - Add attack mode check
    - Fix existence check
    - Energized should now be more responsive to changes in your pet (it may take up to 5 seconds before Energized updates)
TOOLTIP:
  - No longer shown when Energized is disabled

------------------------------------------------------------------------
r15 | allara | 2010-07-06 04:27:34 +0000 (Tue, 06 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua

- Work on primary logic
------------------------------------------------------------------------
r14 | allara | 2010-07-06 02:16:17 +0000 (Tue, 06 Jul 2010) | 2 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Options_Defaults.lua

- Work on primary logic
- Initial tooltip implementation
------------------------------------------------------------------------
r13 | allara | 2010-07-05 22:09:44 +0000 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Options_Defaults.lua

- Work on primary logic
------------------------------------------------------------------------
r12 | allara | 2010-07-05 21:15:11 +0000 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua

- Work on primary logic
------------------------------------------------------------------------
r11 | allara | 2010-07-05 04:42:48 +0000 (Mon, 05 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua

- Work on primary logic
------------------------------------------------------------------------
r10 | allara | 2010-07-04 04:29:03 +0000 (Sun, 04 Jul 2010) | 3 lines
Changed paths:
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Fix some cross linked table references
- Fix renaming rule groups
- Add Abomination's Might and Unleashed Rage
------------------------------------------------------------------------
r9 | allara | 2010-07-04 02:45:44 +0000 (Sun, 04 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Further progress on options
------------------------------------------------------------------------
r8 | allara | 2010-07-03 22:44:35 +0000 (Sat, 03 Jul 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Further progress on options
------------------------------------------------------------------------
r7 | allara | 2010-07-01 19:14:45 +0000 (Thu, 01 Jul 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Energized.toc
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua
   D /trunk/embeds.xml

- Further progress on options
------------------------------------------------------------------------
r6 | allara | 2010-06-29 23:59:45 +0000 (Tue, 29 Jun 2010) | 1 line
Changed paths:
   M /trunk/Core.lua
   M /trunk/Energized.toc
   D /trunk/Energized_Frame.lua
   A /trunk/Icons/expected.blp
   A /trunk/Icons/none.blp
   A /trunk/Icons/unexpected.blp
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Further progress on options
------------------------------------------------------------------------
r5 | allara | 2010-06-21 23:19:29 +0000 (Mon, 21 Jun 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Core.lua
   M /trunk/Energized_Frame.lua
   M /trunk/Icons/Classic/green.blp
   M /trunk/Icons/Classic/red.blp
   M /trunk/Icons/Classic/yellow.blp
   M /trunk/Icons/Default/green.blp
   M /trunk/Icons/Default/red.blp
   M /trunk/Icons/Default/yellow.blp
   M /trunk/Icons/Glass Circle/green.blp
   M /trunk/Icons/Glass Circle/red.blp
   M /trunk/Icons/Glass Circle/yellow.blp
   M /trunk/Icons/Glass Square/green.blp
   M /trunk/Icons/Glass Square/red.blp
   M /trunk/Icons/Glass Square/yellow.blp
   M /trunk/Icons/Star/green.blp
   M /trunk/Icons/Star/red.blp
   M /trunk/Icons/Star/yellow.blp
   M /trunk/Icons/blank.blp
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Further progress on options
------------------------------------------------------------------------
r4 | allara | 2010-06-12 00:59:17 +0000 (Sat, 12 Jun 2010) | 3 lines
Changed paths:
   M /trunk/Core.lua
   M /trunk/Energized.toc
   A /trunk/Icons/blank.blp
   M /trunk/Locales.lua
   M /trunk/Options.lua
   M /trunk/Options_Defaults.lua

- Some initial shells
- All libraries instantiate
- LibDualSpec implemented
------------------------------------------------------------------------
r3 | allara | 2010-06-11 23:07:38 +0000 (Fri, 11 Jun 2010) | 1 line
Changed paths:
   A /trunk/Icons
   A /trunk/Icons/Classic
   A /trunk/Icons/Classic/green.blp
   A /trunk/Icons/Classic/red.blp
   A /trunk/Icons/Classic/yellow.blp
   A /trunk/Icons/Default
   A /trunk/Icons/Default/green.blp
   A /trunk/Icons/Default/red.blp
   A /trunk/Icons/Default/yellow.blp
   A /trunk/Icons/Glass Circle
   A /trunk/Icons/Glass Circle/green.blp
   A /trunk/Icons/Glass Circle/red.blp
   A /trunk/Icons/Glass Circle/yellow.blp
   A /trunk/Icons/Glass Square
   A /trunk/Icons/Glass Square/green.blp
   A /trunk/Icons/Glass Square/red.blp
   A /trunk/Icons/Glass Square/yellow.blp
   A /trunk/Icons/Star
   A /trunk/Icons/Star/green.blp
   A /trunk/Icons/Star/red.blp
   A /trunk/Icons/Star/yellow.blp

- Icons
------------------------------------------------------------------------
r2 | allara | 2010-06-11 20:32:26 +0000 (Fri, 11 Jun 2010) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Core.lua
   A /trunk/Energized.toc
   A /trunk/Energized_Frame.lua
   A /trunk/Libs
   A /trunk/Libs/LibDataBroker-1.1
   A /trunk/Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua
   A /trunk/Locales.lua
   A /trunk/Options.lua
   A /trunk/Options_Defaults.lua
   A /trunk/embeds.xml

- Packager test
------------------------------------------------------------------------
r1 | root | 2010-06-08 04:23:14 +0000 (Tue, 08 Jun 2010) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"energized/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
49.84 KB Jul 8, 2010 3.3.5 19