r88

Details

  • Filename
    GridStatusHots-r88.zip
  • Uploaded by
  • Uploaded
    Nov 10, 2008
  • Size
    8.82 KB
  • Downloads
    98
  • MD5
    66d33abffa9c08d65b763e769b75f2ad

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r88 | bogenlampe | 2008-11-10 11:27:22 +0000 (Mon, 10 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots_locale.lua

Added a countdown for Beacon of Light.
Added an option so players can choose whether they want the total of HoTs to be shown behind the countdown of their HoTs.
------------------------------------------------------------------------
r87 | bogenlampe | 2008-11-10 00:18:09 +0000 (Mon, 10 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots_locale.lua

Added a counter for Prayer of Mending (not counting towards the total of hots) showing the time left and changing colors depending on how many charges are left.
------------------------------------------------------------------------
r86 | bogenlampe | 2008-11-09 21:57:07 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots_locale.lua

Added option to chose whether or not each stack of Lifebloom counts as 1 HoT towards Total of HoTs.
------------------------------------------------------------------------
r85 | veridiac | 2008-11-09 19:13:12 +0000 (Sun, 09 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

Simplified the computation of total hots per unit
------------------------------------------------------------------------
r83 | bogenlampe | 2008-11-07 12:33:09 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots.toc
   M /trunk/GridStatusHots_locale.lua

Changed lifebloom, so it will now count towards the total of HoTs on a player.
On a side note: didn't change anything besides priorities since yesterday, but now (after server restarts), it's working as intended.
------------------------------------------------------------------------
r82 | bogenlampe | 2008-11-07 04:20:54 +0000 (Fri, 07 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridStatusHots.lua

Fixed Glyph of Flash of Light and Sheath of Light.
Only able to see the total of spells in "My HoTs", "Buff: My Renew" for example will only show the number of my renews (i.e. 1). Had this issue since r75 (don't know what I changed as I had it working) with all subsequent releases.
------------------------------------------------------------------------
r81 | sayclub | 2008-11-07 04:11:14 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots_locale.lua

koKR update
------------------------------------------------------------------------
r80 | veridiac | 2008-11-07 03:01:49 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

Removed a debug message I forgot... oops
------------------------------------------------------------------------
r79 | veridiac | 2008-11-07 03:00:17 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots_locale.lua

Added an option to change the frequency of status refreshes, and fixed wild growth
------------------------------------------------------------------------
r78 | sayclub | 2008-11-07 00:03:27 +0000 (Fri, 07 Nov 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots_locale.lua

koKR update
------------------------------------------------------------------------
r77 | veridiac | 2008-11-06 21:50:47 +0000 (Thu, 06 Nov 2008) | 3 lines
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots_locale.lua

Moved the stack colored lifebloom changes into a new indicator as all the other indicators color off of time remaining.

Revised the lifebloom text to be stack count - duration - total hots, and the text for the stack colored version to be total hots - duration. The duration is after the count to allow for truncation (by default grid only displays 3 chars, and duration alone is 3 chars for lifebloom as it includes 10ths of a second)
------------------------------------------------------------------------
r75 | bogenlampe | 2008-11-06 18:05:07 +0000 (Thu, 06 Nov 2008) | 2 lines
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots.toc
   M /trunk/GridStatusHots_locale.lua

Added Sheath of Light, Glyph of Flash of Light and Riptide. Will now show total number of HoTs on players (not only own HoTs). Changed coloring of Lifebloom (depending on number of stacks, rather than time).
Added Wild Growth to enUS-localization (was missing) and did deDE localization.
------------------------------------------------------------------------
r74 | veridiac | 2008-10-22 02:12:33 +0000 (Wed, 22 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

some minor cleanup
------------------------------------------------------------------------
r72 | veridiac | 2008-10-20 22:24:55 +0000 (Mon, 20 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

Limited lifebloom duration to 1 decimal place
------------------------------------------------------------------------
r71 | veridiac | 2008-10-20 02:54:58 +0000 (Mon, 20 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

Cleaned up some redundant if statements
------------------------------------------------------------------------
r69 | veridiac | 2008-10-19 23:25:04 +0000 (Sun, 19 Oct 2008) | 3 lines
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots_locale.lua

Fixed lifebloom count, cleaned up counting method for other buffs. Changed lifebloom text to LBCount-LBdurationLeft, removed flooring of lifebloom duration and changed the order so that longer text strings show a more accurate remaining duration on lifebloom.

Also removed the extra second from remaining time, the time is correct as is, if it is preferred that the time show 1 for 0->0.9 instead of 0, the value should be ceiled not floored. I rather like zero myself though.
------------------------------------------------------------------------
r68 | cncfanatics | 2008-10-18 15:08:50 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.toc

Byte-order mark screwing up the toc, add a newline, add my name to the authors line.
------------------------------------------------------------------------
r67 | cncfanatics | 2008-10-18 14:52:24 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

Add support for wild growth \o/
------------------------------------------------------------------------
r66 | cncfanatics | 2008-10-18 13:00:32 +0000 (Sat, 18 Oct 2008) | 1 line
Changed paths:
   M /trunk/GridStatusHots.lua

quickfix for the new UnitBuff syntax, note: still needs wild growth support
------------------------------------------------------------------------
r65 | tsigo | 2008-10-15 19:49:31 +0000 (Wed, 15 Oct 2008) | 5 lines
Changed paths:
   M /trunk/GridStatusHots.lua
   M /trunk/GridStatusHots.toc

GridStatusHots:
- Update toc version
- Fix threshold coloring

There didn't appear to be a maintainer for this. This doesn't mean that I'm it now.
------------------------------------------------------------------------
r64 | root | 2008-09-29 21:38:33 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------