v1.4.2

Details

  • Filename
    StarTip-v1.4.2.zip
  • Uploaded by
  • Uploaded
    Jan 10, 2011
  • Size
    548.91 KB
  • Downloads
    62
  • MD5
    4a1488a2ae6bb6329d3a86594ab0685b

Supported WoW Retail Versions

  • 4.0.3a

Changelog

------------------------------------------------------------------------
r922 | starlon | 2011-01-10 07:25:01 +0000 (Mon, 10 Jan 2011) | 3 lines
Changed paths:
   A /tags/v1.4.2 (from /trunk:921)

Tagging as v1.4.2

Throttle inspections for ilvl and talents to 1/2 second. Meaning it will take at least 1/2 second to load someone's talents after SetUnit has been called.
------------------------------------------------------------------------
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.
------------------------------------------------------------------------
r888 | starlon | 2010-12-16 08:57:49 +0000 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Bug fix
------------------------------------------------------------------------
r885 | starlon | 2010-12-16 04:00:59 +0000 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

You can now turn off the annoying greetings message. Look under Settings via /startip
------------------------------------------------------------------------
r884 | starlon | 2010-12-16 03:57:29 +0000 (Thu, 16 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Hide the casting line when there's nothing to show. Sorry guys. I didn't realize how freaking annoying it was. lol
------------------------------------------------------------------------
r881 | starlon | 2010-12-14 18:14:30 +0000 (Tue, 14 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix
------------------------------------------------------------------------
r879 | starlon | 2010-12-14 01:01:36 +0000 (Tue, 14 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add a new line: Movement - show unit pitch and speed.
------------------------------------------------------------------------
r877 | starlon | 2010-12-13 05:43:48 +0000 (Mon, 13 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Use UnitPVPname if the name's available (perhaps also in range), else UnitName
------------------------------------------------------------------------
r875 | starlon | 2010-12-11 07:13:10 +0000 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Bug fix
------------------------------------------------------------------------
r873 | starlon | 2010-12-11 06:07:11 +0000 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Color bars grey when unit is a tagged mob
------------------------------------------------------------------------
r871 | starlon | 2010-12-11 06:04:27 +0000 (Sat, 11 Dec 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Color tagged mobs grey
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
80.41 KB Jan 10, 2011 4.0.3a 15