r926

Details

  • Filename
    StarTip-r926.zip
  • Uploaded by
  • Uploaded
    Jan 17, 2011
  • Size
    384.65 KB
  • Downloads
    46
  • MD5
    b8cd27f2fa3f4fccf3a7f1637bac00ab

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r926 | starlon | 2011-01-18 05:54:05 +0000 (Tue, 18 Jan 2011) | 1 line
Changed paths:
   M /trunk/StarTip.lua
   M /trunk/StarTip.toc

Cleanup some unused code, and prevent the invertedModifier value from influencing showing and hiding the tooltip when no modifiers are involved.
------------------------------------------------------------------------
r925 | starlon | 2011-01-18 05:51:47 +0000 (Tue, 18 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/Appearance/StarTip_Appearance.toc
   M /trunk/Modules/Bars/StarTip_Bars.toc
   M /trunk/Modules/Border/StarTip_Border.toc
   M /trunk/Modules/Fade/StarTip_Fade.toc
   M /trunk/Modules/Gestures/StarTip_Gestures.toc
   M /trunk/Modules/Histograms/StarTip_Histograms.toc
   M /trunk/Modules/Icons/StarTip_Icons.toc
   M /trunk/Modules/Images/StarTip_Images.toc
   M /trunk/Modules/Layouts/StarTip_Layouts.toc
   M /trunk/Modules/Nameplates/StarTip_Nameplates.toc
   M /trunk/Modules/Portrait/StarTip_Portrait.toc
   M /trunk/Modules/Position/StarTip_Position.toc
   M /trunk/Modules/PvP/StarTip_PvP.toc
   M /trunk/Modules/RaidIcon/StarTip_RaidIcon.toc
   M /trunk/Modules/Targeting/StarTip_Targeting.toc
   M /trunk/Modules/Texts/StarTip_Texts.toc
   M /trunk/Modules/UnitTooltip/StarTip_UnitTooltip.toc
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add X-PartOf to module tocs for ACP support
------------------------------------------------------------------------
r924 | starlon | 2011-01-18 04:32:13 +0000 (Tue, 18 Jan 2011) | 1 line
Changed paths:
   A /trunk/Media/icons
   A /trunk/Media/icons/CREDITS.txt
   A /trunk/Media/icons/DEATHKNIGHT.tga
   A /trunk/Media/icons/DRUID.tga
   A /trunk/Media/icons/HUNTER.tga
   A /trunk/Media/icons/MAGE.tga
   A /trunk/Media/icons/PALADIN.tga
   A /trunk/Media/icons/PRIEST.tga
   A /trunk/Media/icons/ROGUE.tga
   A /trunk/Media/icons/SHAMAN.tga
   A /trunk/Media/icons/WARLOCK.tga
   A /trunk/Media/icons/WARRIOR.tga

Add some class icon textures.
------------------------------------------------------------------------
r923 | starlon | 2011-01-18 01:06:20 +0000 (Tue, 18 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Lengthen the talents line so textures fit
------------------------------------------------------------------------
r921 | starlon | 2011-01-08 03:18:28 +0000 (Sat, 08 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Remove unused code
------------------------------------------------------------------------
r920 | starlon | 2011-01-08 03:16:09 +0000 (Sat, 08 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

More explanation
------------------------------------------------------------------------
r919 | starlon | 2011-01-08 02:12:01 +0000 (Sat, 08 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

TODO: Metascripts
------------------------------------------------------------------------
r917 | starlon | 2011-01-07 20:51:40 +0000 (Fri, 07 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Slow things down a bit. We're wasting CPU cycles.
------------------------------------------------------------------------
r913 | starlon | 2011-01-06 08:12:44 +0000 (Thu, 06 Jan 2011) | 1 line
Changed paths:
   A /trunk/Modules/Layouts
   A /trunk/Modules/Layouts/Layouts.lua
   A /trunk/Modules/Layouts/StarTip_Layouts.toc

Introduce the layouts module
------------------------------------------------------------------------
r912 | starlon | 2011-01-06 07:46:04 +0000 (Thu, 06 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add UnitTooltip:GetNames()
------------------------------------------------------------------------
r910 | starlon | 2011-01-05 21:21:25 +0000 (Wed, 05 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Speed up refreshes some
------------------------------------------------------------------------
r906 | starlon | 2011-01-05 04:24:50 +0000 (Wed, 05 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Hide the ilvl line when UnitExists returns false.
------------------------------------------------------------------------
r904 | starlon | 2011-01-05 03:27:48 +0000 (Wed, 05 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add brevity to ilvl line
------------------------------------------------------------------------
r902 | starlon | 2011-01-04 05:57:36 +0000 (Tue, 04 Jan 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Introduce Average Item Level line. There's the caveat that we have no way of knowing what gear is unequipped and inside the unit's bags, so what you see on StarTip's display is likely not what the character sees in their character/gear UI since WoW includes unequipped items in its own calculation.
------------------------------------------------------------------------
r899 | starlon | 2010-12-27 22:50:36 +0000 (Mon, 27 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Stop all lines from updating after UnitExists(unit) returns false.
------------------------------------------------------------------------
r897 | starlon | 2010-12-27 07:54:00 +0000 (Mon, 27 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix
------------------------------------------------------------------------
r895 | starlon | 2010-12-27 06:38:50 +0000 (Mon, 27 Dec 2010) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/StarTip.lua

Changed a config string
------------------------------------------------------------------------
r894 | starlon | 2010-12-27 06:38:13 +0000 (Mon, 27 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix and made the range line better
------------------------------------------------------------------------
r890 | starlon | 2010-12-21 00:17:04 +0000 (Tue, 21 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Allow empty lines. Return empty strings for a hidden line.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
100.33 KB Jan 17, 2011 4.0.3a 10