r27

Details

  • Filename
    MagicRunes-r27.zip
  • Uploaded by
  • Uploaded
    Nov 12, 2008
  • Size
    147.11 KB
  • Downloads
    134
  • MD5
    58a9f85b335343204dcc3765191b2eea

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r27 | dhedbor | 2008-11-12 09:11:47 +0000 (Wed, 12 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Removed the debug 'mana monitoring' from the runic bar.
------------------------------------------------------------------------
r26 | dhedbor | 2008-11-12 07:54:35 +0000 (Wed, 12 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua
   M /trunk/MagicRunes.toc
   M /trunk/Presets.lua

- Removed debug code - now requires an actual DK to load and function. See you in Northrend
------------------------------------------------------------------------
r25 | dhedbor | 2008-11-10 16:59:20 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Fixed runic power option order.
------------------------------------------------------------------------
r24 | dhedbor | 2008-11-10 16:59:04 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Added the runic power color option. Oops.
------------------------------------------------------------------------
r23 | dhedbor | 2008-11-10 09:18:40 +0000 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
   M /trunk/MagicRunes.lua

- Initial runic bar support (testable on a mana user for now).
- Ability to reorder bars (in the Bar Configuration, if you use rune sort order)
------------------------------------------------------------------------
r22 | dhedbor | 2008-11-10 07:46:43 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Added option (on by default) to hide the Blizzard rune frame.
------------------------------------------------------------------------
r21 | dhedbor | 2008-11-10 07:34:32 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

Made the alert sound occasion configurable - it can now be played either on GCD or when a rune becomes ready.
------------------------------------------------------------------------
r20 | dhedbor | 2008-11-10 07:09:56 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Added upvalues for globals and fixed some accidental global referencing.
------------------------------------------------------------------------
r19 | dhedbor | 2008-11-10 06:25:16 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

Removed some unneded debug.
------------------------------------------------------------------------
r18 | dhedbor | 2008-11-10 06:17:57 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Added an option to 'flash' the bar when the cooldown is finished.
------------------------------------------------------------------------
r17 | dhedbor | 2008-11-09 10:44:23 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Fixed typo in the configuration.
------------------------------------------------------------------------
r16 | dhedbor | 2008-11-09 10:41:32 +0000 (Sun, 09 Nov 2008) | 2 lines
Changed paths:
   M /trunk/MagicRunes.lua

- Added option to fade between GCD and ready alpha levels as well.
- Added option to display one decimal place or zero when the remaning cooldown is less than the gcd.
------------------------------------------------------------------------
r15 | dhedbor | 2008-11-09 10:18:10 +0000 (Sun, 09 Nov 2008) | 3 lines
Changed paths:
   M /trunk/MagicRunes.lua
   M /trunk/Presets.lua

- Added the ability to put the timer on the icon.
- Added toggle to show/hide the spark.
- Added a preset that only has icons with a timer on them, no bars.
------------------------------------------------------------------------
r14 | dhedbor | 2008-11-09 07:49:36 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Added options to set background texture and background texture color.
------------------------------------------------------------------------
r13 | dhedbor | 2008-11-09 07:21:36 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- Added configurable alpha levels for ready runes out of combat and in combat, active runes with a duration longer and shorter than the gcd as well as an option to fade between the two active alpha levels as remaining cooldown changes.
------------------------------------------------------------------------
r12 | dhedbor | 2008-11-08 09:05:34 +0000 (Sat, 08 Nov 2008) | 3 lines
Changed paths:
   M /trunk/MagicRunes.lua

- Added two flash warnings when a cooldown is less than the global cooldown (alpha flash and color flash on the bar only).
- Added optional gcd-warning alert sound for people that feel like it.
- Reorganized configuration pane somewhat and fixed some config option name mistakes.
------------------------------------------------------------------------
r11 | dhedbor | 2008-11-07 08:57:27 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua

- When not on a DK, you can middle click on the LDB icon to test the display.
------------------------------------------------------------------------
r10 | dhedbor | 2008-11-07 08:47:54 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua
   M /trunk/MagicRunes.toc
   A /trunk/Presets.lua

- Added a few preset display options to help demonstrate possible bar layouts.
------------------------------------------------------------------------
r9 | dhedbor | 2008-11-06 08:21:53 +0000 (Thu, 06 Nov 2008) | 3 lines
Changed paths:
   M /trunk/MagicRunes.lua

- Added animated icons to display the cooldown status.
- Added new configuration options to further tweak the display.
- Fixed a bug related to sorting of the bars (didn't sort as time was updated).
------------------------------------------------------------------------
r8 | dhedbor | 2008-11-05 08:46:21 +0000 (Wed, 05 Nov 2008) | 5 lines
Changed paths:
   M /trunk/MagicRunes.lua
   M /trunk/MagicRunes.toc

- Always load, until expansion.
- Added MagicRunes:TriggerRune(id) to simulate a rune use for non-DK's (development).
- Added options to toggle display of icon, label and timer label.
- Added option to select sort order (10 options total)
- Cleaned up some of the failed 'combo bar' experiment.
------------------------------------------------------------------------
r7 | dhedbor | 2008-11-04 08:47:04 +0000 (Tue, 04 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.lua
   M /trunk/MagicRunes.toc

Started work on combo bars.
------------------------------------------------------------------------
r6 | dhedbor | 2008-11-03 17:02:04 +0000 (Mon, 03 Nov 2008) | 1 line
Changed paths:
   M /trunk/MagicRunes.toc
   M /trunk/embeds.xml

Tweak.
------------------------------------------------------------------------
r5 | dhedbor | 2008-11-03 16:51:46 +0000 (Mon, 03 Nov 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Added missing AceGUI
------------------------------------------------------------------------
r4 | dhedbor | 2008-11-03 07:45:46 +0000 (Mon, 03 Nov 2008) | 3 lines
Changed paths:
   M /trunk/MagicRunes.lua

- Added orientation config (vertical/horizontal).
- Added option to set spacing between bars.
- Cleaned up configuration options some.
------------------------------------------------------------------------
r3 | dhedbor | 2008-11-03 03:58:46 +0000 (Mon, 03 Nov 2008) | 1 line
Changed paths:
   M /trunk/embeds.xml
   D /trunk/target.tga

Fixed embeds.xml rmeoved accidental file.
------------------------------------------------------------------------
r2 | dhedbor | 2008-11-03 03:57:15 +0000 (Mon, 03 Nov 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/LICENSE.txt
   A /trunk/Libs
   A /trunk/Libs/LibDataBroker-1.1
   A /trunk/Libs/LibDataBroker-1.1/LibDataBroker-1.1.lua
   A /trunk/Locales.xml
   A /trunk/MagicRunes.lua
   A /trunk/MagicRunes.toc
   A /trunk/embeds.xml
   A /trunk/target.tga

Initial import of Magic Runes (DK rune cooldown display addon)
------------------------------------------------------------------------
r1 | root | 2008-11-03 03:57:00 +0000 (Mon, 03 Nov 2008) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"magicrunes/mainline: Initial Import"
------------------------------------------------------------------------

This is once again for DK's only. It will not load if you play another class nor is the debug remaining.

Additional Files

Type Name Size Uploaded Game Version Downloads
28.69 KB Nov 12, 2008 3.0.3 52