GridStatusLightofDawn

Abandoned
Indicates who will be hit by your Light of Dawn heal.

File Details

1.1

  • R
  • Sep 30, 2011
  • 29.13 KB
  • 1.1K
  • 4.2.0
  • Retail

File Name

GridStatusLightofDawn-1.1.zip

Supported Versions

  • 4.2.0

------------------------------------------------------------------------
r26 | misterb1986 | 2011-09-30 15:51:13 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
   A /tags/1.1 (from /trunk:24)

Tagged as 1.1
------------------------------------------------------------------------
r24 | misterb1986 | 2011-09-24 21:44:42 +0000 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Massive typo.
------------------------------------------------------------------------
r22 | misterb1986 | 2011-09-24 21:28:48 +0000 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Woops, put back the range check since it's part of the options no matter what (even though it's pointless for this status).
------------------------------------------------------------------------
r21 | misterb1986 | 2011-09-24 21:15:23 +0000 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua
   M /trunk/GridStatusLightofDawn.toc

Possible fix to ticket #1.
------------------------------------------------------------------------
r20 | misterb1986 | 2011-09-24 19:02:37 +0000 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Move a calculation outside of loop.
------------------------------------------------------------------------
r19 | misterb1986 | 2011-09-24 15:49:58 +0000 (Sat, 24 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Removed some unused variables.
------------------------------------------------------------------------
r17 | misterb1986 | 2011-09-22 15:33:32 +0000 (Thu, 22 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Don't call UnitGUID when I already have it stored.
------------------------------------------------------------------------
r16 | misterb1986 | 2011-09-17 16:30:03 +0000 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Only change status when it needs to be changed, don't need to iterate over the entire Grid Roster every refresh.
------------------------------------------------------------------------
r15 | misterb1986 | 2011-09-17 06:56:08 +0000 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Remove unnecessary IF statement.
------------------------------------------------------------------------
r14 | misterb1986 | 2011-09-17 06:42:01 +0000 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Using anonymous function in frequently called code was bad for memory.
------------------------------------------------------------------------
r13 | misterb1986 | 2011-09-17 06:24:00 +0000 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Rotate coordinates to a nice orientation instead of computing diagonal lines, possibly more efficient.
------------------------------------------------------------------------
r12 | misterb1986 | 2011-09-17 04:20:29 +0000 (Sat, 17 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Undo my correction to make 0 radians East. Work with 0 being North.
------------------------------------------------------------------------
r10 | misterb1986 | 2011-09-16 02:17:02 +0000 (Fri, 16 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Couple very minor revisions.
------------------------------------------------------------------------
r9 | misterb1986 | 2011-09-15 22:17:10 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Use sin/cos instead of tan since they are already calculated anyway. ~30% faster.
------------------------------------------------------------------------
r8 | misterb1986 | 2011-09-15 22:01:26 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Validate texture path input.
------------------------------------------------------------------------
r7 | misterb1986 | 2011-09-15 21:50:50 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Remove check to make sure that text is a number.
------------------------------------------------------------------------
r6 | misterb1986 | 2011-09-15 21:46:24 +0000 (Thu, 15 Sep 2011) | 2 lines
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Cleanup IterateRoster loop.
Add options for texture and text output.
------------------------------------------------------------------------
r5 | misterb1986 | 2011-09-15 19:53:26 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Add diagram of boundary lines to code in case I lose my reference paper.
------------------------------------------------------------------------
r4 | misterb1986 | 2011-09-15 19:39:49 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   M /trunk
   M /trunk/GridStatusLightofDawn.lua

Deleted extraneous debug lines.
------------------------------------------------------------------------
r3 | misterb1986 | 2011-09-15 19:12:37 +0000 (Thu, 15 Sep 2011) | 3 lines
Changed paths:
   M /trunk/GridStatusLightofDawn.lua

Localize variable.
Rearrange some variable definitions.
Delete some commented code that's not needed.
------------------------------------------------------------------------
r2 | misterb1986 | 2011-09-15 19:01:38 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/GridStatusLightofDawn.lua
   A /trunk/GridStatusLightofDawn.toc

Initial commit.
------------------------------------------------------------------------
r1 | root | 2011-09-15 18:47:10 +0000 (Thu, 15 Sep 2011) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

gridstatuslightofdawn/mainline: Initial Import
------------------------------------------------------------------------