r34
Details
-
FilenameGridStatusLineOfSight-r34.zip
-
Uploaded by
-
UploadedOct 6, 2011
-
Size3.97 KB
-
Downloads202
-
MD5beb4166f6458bbf5b2b67178f9e9cf7b
Supported WoW Retail Versions
- 4.2.0
Changelog
------------------------------------------------------------------------
r34 | misterb1986 | 2011-10-06 23:33:02 +0000 (Thu, 06 Oct 2011) | 3 lines
Changed paths:
M /trunk/GridStatusLineOfSight.lua
Use existing Grid_UnitLeft message instead of iterating roster on every roster change.
Use OnStatusEnable/Disable instead of OnEnable/Disable.
Add Reset() method.
------------------------------------------------------------------------
r33 | misterb1986 | 2011-10-06 14:21:28 +0000 (Thu, 06 Oct 2011) | 1 line
Changed paths:
M /trunk/GridStatusLineOfSight.lua
Nil out timers from units that are no longer in the group so they can be GC'd.
------------------------------------------------------------------------
r31 | misterb1986 | 2011-09-30 05:04:11 +0000 (Fri, 30 Sep 2011) | 1 line
Changed paths:
M /trunk/GridStatusLineOfSight.lua
Localize SPELL_FAILED_LINE_OF_SIGHT for speed.
------------------------------------------------------------------------
r30 | misterb1986 | 2011-09-30 01:46:07 +0000 (Fri, 30 Sep 2011) | 8 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/GridStatusLineOfSight.lua
M /trunk/GridStatusLineOfSight.toc
M /trunk/GridStatusLineOfSightLocale-enUS.lua
ToC to 40200.
Specifiy Grid as dependency in pkgmeta.
Update to work with Ace3.
Track units by GUID instead of by Name.
Add text customization box.
No longer register in OnInitialize since everything gets registered in OnEnable.
------------------------------------------------------------------------