v1.3.39-alpha

Details

  • Filename
    StarTip-v1.3.39-alpha.zip
  • Uploaded by
  • Uploaded
    Nov 1, 2010
  • Size
    544.30 KB
  • Downloads
    10
  • MD5
    b70655ec78944866a7c33b575c700895

Supported WoW Retail Versions

  • 4.0.1

Changelog

------------------------------------------------------------------------
r786 | starlon | 2010-11-01 06:22:13 +0000 (Mon, 01 Nov 2010) | 1 line
Changed paths:
   A /tags/v1.3.39-alpha (from /trunk:785)

Tagging as v1.3.39-alpha
------------------------------------------------------------------------
r784 | starlon | 2010-11-01 05:54:53 +0000 (Mon, 01 Nov 2010) | 1 line
Changed paths:
   M /trunk/Modules/Border/Border.lua

Borders module is ready for packaging
------------------------------------------------------------------------
r783 | starlon | 2010-11-01 02:51:54 +0000 (Mon, 01 Nov 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Modules/Border
   A /trunk/Modules/Border/Border.lua
   A /trunk/Modules/Border/StarTip_Border.toc
   M /trunk/modules.xml

Introduce Border module
------------------------------------------------------------------------
r781 | starlon | 2010-10-29 04:52:49 +0000 (Fri, 29 Oct 2010) | 3 lines
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

- Provide options for text outlines
- Don't fade health and mana texts
- Use StarTip's core instead
------------------------------------------------------------------------
r780 | starlon | 2010-10-29 04:50:43 +0000 (Fri, 29 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Allow users to configure the bar textures
------------------------------------------------------------------------
r778 | starlon | 2010-10-28 07:17:02 +0000 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Cleanup and possible bug fixes
------------------------------------------------------------------------
r777 | starlon | 2010-10-28 07:16:13 +0000 (Thu, 28 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add two new lines: Zone and Guild Note
------------------------------------------------------------------------
r775 | starlon | 2010-10-27 23:35:15 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua

Bug fix
------------------------------------------------------------------------
r773 | starlon | 2010-10-27 22:26:50 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

ShowTooltip has a new argument -- unit. If it is not provided, StarTip.unit is used, otherwise "mouseover" is used.
------------------------------------------------------------------------
r772 | starlon | 2010-10-27 20:40:52 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Refactor GetUnit hook a bit
------------------------------------------------------------------------
r770 | starlon | 2010-10-27 20:32:26 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Hook GameTooltip:GetUnit() so later addons have something to go by.
------------------------------------------------------------------------
r769 | starlon | 2010-10-27 20:29:28 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Cleanup
------------------------------------------------------------------------
r767 | starlon | 2010-10-27 08:42:56 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Use normal name by default
------------------------------------------------------------------------
r766 | starlon | 2010-10-27 08:42:30 +0000 (Wed, 27 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Possible bug fix
------------------------------------------------------------------------
r765 | starlon | 2010-10-26 02:39:45 +0000 (Tue, 26 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Give name line a wider width
------------------------------------------------------------------------
r761 | starlon | 2010-10-25 19:43:17 +0000 (Mon, 25 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Make default no modifier since it creates bug reports
------------------------------------------------------------------------
r760 | starlon | 2010-10-25 19:42:55 +0000 (Mon, 25 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Position/Position.lua

Did I not commit this? Fixes that flicker bug
------------------------------------------------------------------------
r759 | starlon | 2010-10-24 09:09:28 +0000 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Show long name by default
------------------------------------------------------------------------
r757 | starlon | 2010-10-24 06:56:59 +0000 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua

Bug fix
------------------------------------------------------------------------
r755 | starlon | 2010-10-24 05:59:16 +0000 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Debug/Debug.lua
   M /trunk/StarTip.lua

You can now invert a modifier key so that it hides the tooltip when you press the key instead of showing it. Default's set so pressing a shift key while hovering over someone will hide the tooltip, and releasing the key shows the tooltip again.
------------------------------------------------------------------------
r754 | starlon | 2010-10-24 05:22:58 +0000 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Position/Position.lua

This should fix the problem with flickering and positioning tooltips for spells on cooldown. There's still room for a race condition, so every so often, yes the tooltip will fall to the bottom right corner. I'll adjust this threshold as needed if I find it works better. I've done little testing on this to find the sweet spot.
------------------------------------------------------------------------
r753 | starlon | 2010-10-24 05:07:47 +0000 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

parent needs to be a string
------------------------------------------------------------------------
r752 | starlon | 2010-10-24 03:49:28 +0000 (Sun, 24 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua

Load the core in OnEnable so it's not loaded when Gesture module's disabled
------------------------------------------------------------------------
r751 | starlon | 2010-10-23 03:20:07 +0000 (Sat, 23 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Histograms/Histograms.lua

Bug fix
------------------------------------------------------------------------
r749 | starlon | 2010-10-22 23:09:51 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua
   M /trunk/Modules/Images/Images.lua

Use StarTip's core
------------------------------------------------------------------------
r748 | starlon | 2010-10-22 23:09:38 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Histograms/Histograms.lua

Use StarTip's core
------------------------------------------------------------------------
r747 | starlon | 2010-10-22 23:09:14 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Possible bug fix
------------------------------------------------------------------------
r745 | starlon | 2010-10-22 00:04:25 +0000 (Fri, 22 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua

Possible bug fix
------------------------------------------------------------------------
r744 | starlon | 2010-10-21 23:21:21 +0000 (Thu, 21 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Give texts frame names
------------------------------------------------------------------------
r742 | starlon | 2010-10-20 22:35:41 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Bug fix the bug fix ...
------------------------------------------------------------------------
r740 | starlon | 2010-10-20 22:28:39 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Remove spam. :\
------------------------------------------------------------------------
r738 | starlon | 2010-10-20 22:27:45 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Bug fix. Text widgets should work again.
------------------------------------------------------------------------
r736 | starlon | 2010-10-20 11:08:18 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Bug fix. You should be able to use shift as a modifier now.
------------------------------------------------------------------------
r735 | starlon | 2010-10-20 10:14:20 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua

Give the anchor frame a name so it's available in _G.
------------------------------------------------------------------------
r734 | starlon | 2010-10-20 08:27:07 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua

Bleh turn off nameplates module by default. It also only hides the tooltip if you're holding down ctrl. I'll extend this later.
------------------------------------------------------------------------
r733 | starlon | 2010-10-20 08:02:55 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua

Update the description to reflect latest changes
------------------------------------------------------------------------
r732 | starlon | 2010-10-20 08:01:40 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua

Only hide the tooltip if the control key is down.
------------------------------------------------------------------------
r728 | starlon | 2010-10-20 06:31:53 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua

Default Nameplates module to on now that it's useful.
------------------------------------------------------------------------
r727 | starlon | 2010-10-20 06:28:34 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua
   M /trunk/Modules/Texts/Texts.lua

Change it so the Nameplates module hides the GameTooltip instead of the nameplate instead of the other way around.
------------------------------------------------------------------------
r724 | starlon | 2010-10-20 01:23:56 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Reanchor bars so they're not ugly.
------------------------------------------------------------------------
r723 | starlon | 2010-10-20 01:22:47 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Disabled Talents line since the UI's not playing nice.
------------------------------------------------------------------------
r722 | starlon | 2010-10-19 23:33:22 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Fixed the bars a bit. The bottom left mana bar won't extend past the tooltip's borders now.
------------------------------------------------------------------------
r720 | starlon | 2010-10-19 22:11:18 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Allow multiple effects to show, before it was only 1 effect.
------------------------------------------------------------------------
r718 | starlon | 2010-10-19 21:08:22 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Really reenable the location and range lines.
------------------------------------------------------------------------
r716 | starlon | 2010-10-19 20:47:55 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Reenable location line. oops
------------------------------------------------------------------------
r713 | starlon | 2010-10-19 20:01:26 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Debug/Debug.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix I think
------------------------------------------------------------------------
r711 | starlon | 2010-10-19 03:40:50 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Debug/Debug.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/modules.xml

By popular request, there's now a Location line.
------------------------------------------------------------------------
r710 | starlon | 2010-10-19 03:21:51 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Modules/Debug/Debug.lua

Remove the nameplates module for now.
------------------------------------------------------------------------
r708 | starlon | 2010-10-19 03:00:49 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Position/Position.lua

Cancel  positioning when we've already positioned a spell's tooltip.
------------------------------------------------------------------------
r706 | starlon | 2010-10-19 01:43:38 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Get rid of spam
------------------------------------------------------------------------
r704 | starlon | 2010-10-19 01:36:08 +0000 (Tue, 19 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Position/Position.lua
   M /trunk/StarTip.lua

Make sure we have "mouseover" unit if it's available.
------------------------------------------------------------------------
r703 | starlon | 2010-10-17 01:49:40 +0000 (Sun, 17 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Get rid of ellipses
------------------------------------------------------------------------
r701 | starlon | 2010-10-16 23:10:47 +0000 (Sat, 16 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Added Effects line to show things like ensnared, disarmed, etc..
------------------------------------------------------------------------
r699 | starlon | 2010-10-16 21:09:23 +0000 (Sat, 16 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.toc

Provide an actual version number in toc
------------------------------------------------------------------------
r698 | starlon | 2010-10-16 21:08:05 +0000 (Sat, 16 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Just in case
------------------------------------------------------------------------
r697 | starlon | 2010-10-16 21:06:08 +0000 (Sat, 16 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Position/Position.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/modules.xml

Add Gender line as requested
------------------------------------------------------------------------
r695 | starlon | 2010-10-15 23:46:43 +0000 (Fri, 15 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/AVS/StarTip_AVS.toc
   M /trunk/Modules/Appearance/StarTip_Appearance.toc
   M /trunk/Modules/Bars/StarTip_Bars.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/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/StarTip.toc

Correct game version
------------------------------------------------------------------------
r692 | starlon | 2010-10-14 10:21:56 +0000 (Thu, 14 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/StarTip_Bars.toc

Fix addon's name
------------------------------------------------------------------------
r690 | starlon | 2010-10-14 10:18:00 +0000 (Thu, 14 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Nameplates/Nameplates.lua

Default nameplates module off
------------------------------------------------------------------------
r688 | starlon | 2010-10-14 10:07:04 +0000 (Thu, 14 Oct 2010) | 2 lines
Changed paths:
   M /trunk/Modules/AVS/StarTip_AVS.toc
   M /trunk/Modules/Appearance/StarTip_Appearance.toc
   M /trunk/Modules/Bars/StarTip_Bars.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/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

Make StarTip a hard dependency for modules.
Update module tocs.
------------------------------------------------------------------------
r686 | starlon | 2010-10-14 09:38:59 +0000 (Thu, 14 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Modules/Nameplates
   A /trunk/Modules/Nameplates/Nameplates.lua
   A /trunk/Modules/Nameplates/StarTip_Nameplates.toc
   M /trunk/StarTip.lua
   M /trunk/modules.xml

Hide nameplates when mousing over them
------------------------------------------------------------------------
r683 | starlon | 2010-10-13 00:28:46 +0000 (Wed, 13 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.toc

Correct toc version
------------------------------------------------------------------------
r682 | starlon | 2010-10-13 00:27:46 +0000 (Wed, 13 Oct 2010) | 1 line
Changed paths:
   M /trunk/modules.xml

Don't load unused modules in test environment
------------------------------------------------------------------------
r680 | starlon | 2010-10-12 16:42:09 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.toc

Update toc
------------------------------------------------------------------------
r679 | starlon | 2010-10-12 03:43:09 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Drop AVS and Images modules. They're their own addon now - StarVisuals.
------------------------------------------------------------------------
r676 | starlon | 2010-10-12 02:00:24 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Modules/AVS
   A /trunk/Modules/AVS/AVS.lua
   A /trunk/Modules/AVS/StarTip_AVS.toc
   A /trunk/Modules/Images
   A /trunk/Modules/Images/Images.lua
   A /trunk/Modules/Images/StarTip_Images.toc
   M /trunk/modules.xml

Introduce Images module and temporarily AVS.
------------------------------------------------------------------------
r674 | starlon | 2010-10-10 03:41:25 +0000 (Sun, 10 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Bugfix
------------------------------------------------------------------------
r672 | starlon | 2010-10-10 01:34:50 +0000 (Sun, 10 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua

Modifications to how profiling is done -- GetMemUsage("StarTip", true). Passing true as 2nd parameter causes the function to update profiling data.
------------------------------------------------------------------------
r670 | starlon | 2010-10-09 07:39:28 +0000 (Sat, 09 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Don't show the tooltip when tooltipHidden is true, ever.
------------------------------------------------------------------------
r667 | starlon | 2010-10-09 07:06:57 +0000 (Sat, 09 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua
   M /trunk/StarTip.lua

Make it so when gestures or other scripts call StarTip:HideTooltip that the tooltip doesn't show till you call StarTip:ShowTooltip. The default gesture uses these. Note that this affects all instances where GameTooltip is to be shown.
------------------------------------------------------------------------
r664 | starlon | 2010-10-08 20:29:58 +0000 (Fri, 08 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix
------------------------------------------------------------------------
r662 | starlon | 2010-10-07 14:12:00 +0000 (Thu, 07 Oct 2010) | 1 line
Changed paths:
   M /trunk/Media/gradient/gradient-0.blp
   M /trunk/Media/gradient/gradient-1.blp
   M /trunk/Media/gradient/gradient-10.blp
   M /trunk/Media/gradient/gradient-100.blp
   M /trunk/Media/gradient/gradient-11.blp
   M /trunk/Media/gradient/gradient-12.blp
   M /trunk/Media/gradient/gradient-13.blp
   M /trunk/Media/gradient/gradient-14.blp
   M /trunk/Media/gradient/gradient-15.blp
   M /trunk/Media/gradient/gradient-16.blp
   M /trunk/Media/gradient/gradient-17.blp
   M /trunk/Media/gradient/gradient-18.blp
   M /trunk/Media/gradient/gradient-19.blp
   M /trunk/Media/gradient/gradient-2.blp
   M /trunk/Media/gradient/gradient-20.blp
   M /trunk/Media/gradient/gradient-21.blp
   M /trunk/Media/gradient/gradient-22.blp
   M /trunk/Media/gradient/gradient-23.blp
   M /trunk/Media/gradient/gradient-24.blp
   M /trunk/Media/gradient/gradient-25.blp
   M /trunk/Media/gradient/gradient-26.blp
   M /trunk/Media/gradient/gradient-27.blp
   M /trunk/Media/gradient/gradient-28.blp
   M /trunk/Media/gradient/gradient-29.blp
   M /trunk/Media/gradient/gradient-3.blp
   M /trunk/Media/gradient/gradient-30.blp
   M /trunk/Media/gradient/gradient-31.blp
   M /trunk/Media/gradient/gradient-32.blp
   M /trunk/Media/gradient/gradient-33.blp
   M /trunk/Media/gradient/gradient-34.blp
   M /trunk/Media/gradient/gradient-35.blp
   M /trunk/Media/gradient/gradient-36.blp
   M /trunk/Media/gradient/gradient-37.blp
   M /trunk/Media/gradient/gradient-38.blp
   M /trunk/Media/gradient/gradient-39.blp
   M /trunk/Media/gradient/gradient-4.blp
   M /trunk/Media/gradient/gradient-40.blp
   M /trunk/Media/gradient/gradient-41.blp
   M /trunk/Media/gradient/gradient-42.blp
   M /trunk/Media/gradient/gradient-43.blp
   M /trunk/Media/gradient/gradient-44.blp
   M /trunk/Media/gradient/gradient-45.blp
   M /trunk/Media/gradient/gradient-46.blp
   M /trunk/Media/gradient/gradient-47.blp
   M /trunk/Media/gradient/gradient-48.blp
   M /trunk/Media/gradient/gradient-49.blp
   M /trunk/Media/gradient/gradient-5.blp
   M /trunk/Media/gradient/gradient-50.blp
   M /trunk/Media/gradient/gradient-51.blp
   M /trunk/Media/gradient/gradient-52.blp
   M /trunk/Media/gradient/gradient-53.blp
   M /trunk/Media/gradient/gradient-54.blp
   M /trunk/Media/gradient/gradient-55.blp
   M /trunk/Media/gradient/gradient-56.blp
   M /trunk/Media/gradient/gradient-57.blp
   M /trunk/Media/gradient/gradient-58.blp
   M /trunk/Media/gradient/gradient-59.blp
   M /trunk/Media/gradient/gradient-6.blp
   M /trunk/Media/gradient/gradient-60.blp
   M /trunk/Media/gradient/gradient-61.blp
   M /trunk/Media/gradient/gradient-62.blp
   M /trunk/Media/gradient/gradient-63.blp
   M /trunk/Media/gradient/gradient-64.blp
   M /trunk/Media/gradient/gradient-65.blp
   M /trunk/Media/gradient/gradient-66.blp
   M /trunk/Media/gradient/gradient-67.blp
   M /trunk/Media/gradient/gradient-68.blp
   M /trunk/Media/gradient/gradient-69.blp
   M /trunk/Media/gradient/gradient-7.blp
   M /trunk/Media/gradient/gradient-70.blp
   M /trunk/Media/gradient/gradient-71.blp
   M /trunk/Media/gradient/gradient-72.blp
   M /trunk/Media/gradient/gradient-73.blp
   M /trunk/Media/gradient/gradient-74.blp
   M /trunk/Media/gradient/gradient-75.blp
   M /trunk/Media/gradient/gradient-76.blp
   M /trunk/Media/gradient/gradient-77.blp
   M /trunk/Media/gradient/gradient-78.blp
   M /trunk/Media/gradient/gradient-79.blp
   M /trunk/Media/gradient/gradient-8.blp
   M /trunk/Media/gradient/gradient-80.blp
   M /trunk/Media/gradient/gradient-81.blp
   M /trunk/Media/gradient/gradient-82.blp
   M /trunk/Media/gradient/gradient-83.blp
   M /trunk/Media/gradient/gradient-84.blp
   M /trunk/Media/gradient/gradient-85.blp
   M /trunk/Media/gradient/gradient-86.blp
   M /trunk/Media/gradient/gradient-87.blp
   M /trunk/Media/gradient/gradient-88.blp
   M /trunk/Media/gradient/gradient-89.blp
   M /trunk/Media/gradient/gradient-9.blp
   M /trunk/Media/gradient/gradient-90.blp
   M /trunk/Media/gradient/gradient-91.blp
   M /trunk/Media/gradient/gradient-92.blp
   M /trunk/Media/gradient/gradient-93.blp
   M /trunk/Media/gradient/gradient-94.blp
   M /trunk/Media/gradient/gradient-95.blp
   M /trunk/Media/gradient/gradient-96.blp
   M /trunk/Media/gradient/gradient-97.blp
   M /trunk/Media/gradient/gradient-98.blp
   M /trunk/Media/gradient/gradient-99.blp
   M /trunk/Modules/Icons/Icons.lua

Give icons some color
------------------------------------------------------------------------
r660 | starlon | 2010-10-07 13:16:36 +0000 (Thu, 07 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua
   M /trunk/StarTip.lua

Possible bug fix
------------------------------------------------------------------------
r659 | starlon | 2010-10-07 12:29:16 +0000 (Thu, 07 Oct 2010) | 1 line
Changed paths:
   A /trunk/Media/gradient
   A /trunk/Media/gradient/gradient-0.blp
   A /trunk/Media/gradient/gradient-1.blp
   A /trunk/Media/gradient/gradient-10.blp
   A /trunk/Media/gradient/gradient-100.blp
   A /trunk/Media/gradient/gradient-11.blp
   A /trunk/Media/gradient/gradient-12.blp
   A /trunk/Media/gradient/gradient-13.blp
   A /trunk/Media/gradient/gradient-14.blp
   A /trunk/Media/gradient/gradient-15.blp
   A /trunk/Media/gradient/gradient-16.blp
   A /trunk/Media/gradient/gradient-17.blp
   A /trunk/Media/gradient/gradient-18.blp
   A /trunk/Media/gradient/gradient-19.blp
   A /trunk/Media/gradient/gradient-2.blp
   A /trunk/Media/gradient/gradient-20.blp
   A /trunk/Media/gradient/gradient-21.blp
   A /trunk/Media/gradient/gradient-22.blp
   A /trunk/Media/gradient/gradient-23.blp
   A /trunk/Media/gradient/gradient-24.blp
   A /trunk/Media/gradient/gradient-25.blp
   A /trunk/Media/gradient/gradient-26.blp
   A /trunk/Media/gradient/gradient-27.blp
   A /trunk/Media/gradient/gradient-28.blp
   A /trunk/Media/gradient/gradient-29.blp
   A /trunk/Media/gradient/gradient-3.blp
   A /trunk/Media/gradient/gradient-30.blp
   A /trunk/Media/gradient/gradient-31.blp
   A /trunk/Media/gradient/gradient-32.blp
   A /trunk/Media/gradient/gradient-33.blp
   A /trunk/Media/gradient/gradient-34.blp
   A /trunk/Media/gradient/gradient-35.blp
   A /trunk/Media/gradient/gradient-36.blp
   A /trunk/Media/gradient/gradient-37.blp
   A /trunk/Media/gradient/gradient-38.blp
   A /trunk/Media/gradient/gradient-39.blp
   A /trunk/Media/gradient/gradient-4.blp
   A /trunk/Media/gradient/gradient-40.blp
   A /trunk/Media/gradient/gradient-41.blp
   A /trunk/Media/gradient/gradient-42.blp
   A /trunk/Media/gradient/gradient-43.blp
   A /trunk/Media/gradient/gradient-44.blp
   A /trunk/Media/gradient/gradient-45.blp
   A /trunk/Media/gradient/gradient-46.blp
   A /trunk/Media/gradient/gradient-47.blp
   A /trunk/Media/gradient/gradient-48.blp
   A /trunk/Media/gradient/gradient-49.blp
   A /trunk/Media/gradient/gradient-5.blp
   A /trunk/Media/gradient/gradient-50.blp
   A /trunk/Media/gradient/gradient-51.blp
   A /trunk/Media/gradient/gradient-52.blp
   A /trunk/Media/gradient/gradient-53.blp
   A /trunk/Media/gradient/gradient-54.blp
   A /trunk/Media/gradient/gradient-55.blp
   A /trunk/Media/gradient/gradient-56.blp
   A /trunk/Media/gradient/gradient-57.blp
   A /trunk/Media/gradient/gradient-58.blp
   A /trunk/Media/gradient/gradient-59.blp
   A /trunk/Media/gradient/gradient-6.blp
   A /trunk/Media/gradient/gradient-60.blp
   A /trunk/Media/gradient/gradient-61.blp
   A /trunk/Media/gradient/gradient-62.blp
   A /trunk/Media/gradient/gradient-63.blp
   A /trunk/Media/gradient/gradient-64.blp
   A /trunk/Media/gradient/gradient-65.blp
   A /trunk/Media/gradient/gradient-66.blp
   A /trunk/Media/gradient/gradient-67.blp
   A /trunk/Media/gradient/gradient-68.blp
   A /trunk/Media/gradient/gradient-69.blp
   A /trunk/Media/gradient/gradient-7.blp
   A /trunk/Media/gradient/gradient-70.blp
   A /trunk/Media/gradient/gradient-71.blp
   A /trunk/Media/gradient/gradient-72.blp
   A /trunk/Media/gradient/gradient-73.blp
   A /trunk/Media/gradient/gradient-74.blp
   A /trunk/Media/gradient/gradient-75.blp
   A /trunk/Media/gradient/gradient-76.blp
   A /trunk/Media/gradient/gradient-77.blp
   A /trunk/Media/gradient/gradient-78.blp
   A /trunk/Media/gradient/gradient-79.blp
   A /trunk/Media/gradient/gradient-8.blp
   A /trunk/Media/gradient/gradient-80.blp
   A /trunk/Media/gradient/gradient-81.blp
   A /trunk/Media/gradient/gradient-82.blp
   A /trunk/Media/gradient/gradient-83.blp
   A /trunk/Media/gradient/gradient-84.blp
   A /trunk/Media/gradient/gradient-85.blp
   A /trunk/Media/gradient/gradient-86.blp
   A /trunk/Media/gradient/gradient-87.blp
   A /trunk/Media/gradient/gradient-88.blp
   A /trunk/Media/gradient/gradient-89.blp
   A /trunk/Media/gradient/gradient-9.blp
   A /trunk/Media/gradient/gradient-90.blp
   A /trunk/Media/gradient/gradient-91.blp
   A /trunk/Media/gradient/gradient-92.blp
   A /trunk/Media/gradient/gradient-93.blp
   A /trunk/Media/gradient/gradient-94.blp
   A /trunk/Media/gradient/gradient-95.blp
   A /trunk/Media/gradient/gradient-96.blp
   A /trunk/Media/gradient/gradient-97.blp
   A /trunk/Media/gradient/gradient-98.blp
   A /trunk/Media/gradient/gradient-99.blp

Include gradient textures
------------------------------------------------------------------------
r657 | starlon | 2010-10-07 07:55:38 +0000 (Thu, 07 Oct 2010) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/Gestures/Gestures.lua
   M /trunk/StarTip.lua

Make all aspects of LMG scriptable
------------------------------------------------------------------------
r654 | starlon | 2010-10-06 13:13:09 +0000 (Wed, 06 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua

Bug fix
------------------------------------------------------------------------
r652 | starlon | 2010-10-06 13:07:51 +0000 (Wed, 06 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua

Include spell and item "portraits"
------------------------------------------------------------------------
r650 | starlon | 2010-10-06 12:38:53 +0000 (Wed, 06 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Bug fix
------------------------------------------------------------------------
r649 | starlon | 2010-10-06 02:23:52 +0000 (Wed, 06 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua
   M /trunk/Modules/Histograms/Histograms.lua
   M /trunk/StarTip.lua

Bugfix and set default verboseness to medium from quiet.
------------------------------------------------------------------------
r647 | starlon | 2010-10-05 23:06:50 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Fixed a bug with options menus
------------------------------------------------------------------------
r644 | starlon | 2010-10-05 11:22:17 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua

Really hide the tooltip
------------------------------------------------------------------------
r642 | starlon | 2010-10-05 08:18:25 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua

Default gestures module off since there are issues
------------------------------------------------------------------------
r641 | starlon | 2010-10-05 08:14:46 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Fade/Fade.lua

Fix the fade module so instant-hide works
------------------------------------------------------------------------
r639 | starlon | 2010-10-05 07:29:35 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua
   M /trunk/StarTip.lua

The default gesture now  hides the tooltip when you go left, right, left, right.
------------------------------------------------------------------------
r638 | starlon | 2010-10-05 07:04:40 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua

Fixes to Gestures. A basic demo enabled that will show your own tooltip after you go left, right, left, right. You'll have to be mousing over someone for this to work. StarTip auto-hides the tooltip when you're not hovering over a unit.
------------------------------------------------------------------------
r637 | starlon | 2010-10-05 06:12:54 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Modules/Fade/Fade.lua
   A /trunk/Modules/Gestures
   A /trunk/Modules/Gestures/Gestures.lua
   A /trunk/Modules/Gestures/StarTip_Gestures.toc
   M /trunk/Modules/Histograms/Histograms.lua
   M /trunk/Modules/Portrait/Portrait.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua
   M /trunk/modules.xml

Introduce Gestures module
------------------------------------------------------------------------
r633 | starlon | 2010-10-05 01:06:41 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Load WidgetTimer again. Why didn't that error out on me? :(
------------------------------------------------------------------------
r632 | starlon | 2010-10-05 00:55:44 +0000 (Tue, 05 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add Current Role and Last Role lines
------------------------------------------------------------------------
r631 | starlon | 2010-10-04 12:03:11 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/StarTip.lua

Don't send query from StarTip since PluginTalents does everything standalone.
------------------------------------------------------------------------
r630 | starlon | 2010-10-04 06:28:26 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Health and Power icons.
------------------------------------------------------------------------
r628 | starlon | 2010-10-04 05:59:41 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Icons are now scriptable
------------------------------------------------------------------------
r626 | starlon | 2010-10-04 04:30:10 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Make default 1x1 sized.
------------------------------------------------------------------------
r625 | starlon | 2010-10-04 03:21:26 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Ok icons work great now. It's a CPU killer though. That's due to string.concatenate being used on every row. Each row has 7*2 characters, which is a formatted texture tag per cell.
------------------------------------------------------------------------
r624 | starlon | 2010-10-04 02:43:10 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   D /trunk/Media/blank.tga

Delete unused image
------------------------------------------------------------------------
r623 | starlon | 2010-10-04 02:42:52 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/Media/black.blp
   M /trunk/Media/white.blp

New images
------------------------------------------------------------------------
r621 | starlon | 2010-10-04 02:03:29 +0000 (Mon, 04 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua
   M /trunk/StarTip.toc

Crazy demo
------------------------------------------------------------------------
r620 | starlon | 2010-10-03 19:47:34 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/StarTip.lua
   M /trunk/StarTip.toc
   M /trunk/embeds.xml

Start adding the locales
------------------------------------------------------------------------
r618 | starlon | 2010-10-03 17:25:52 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Change default icon
------------------------------------------------------------------------
r617 | starlon | 2010-10-03 17:20:09 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   A /trunk/Localization
   A /trunk/Localization/enUS.lua
   M /trunk/StarTip.lua
   M /trunk/StarTip.toc
   M /trunk/embeds.xml

Start adding localizations. Here's enUS.
------------------------------------------------------------------------
r615 | starlon | 2010-10-03 10:45:37 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Make the default size larger
------------------------------------------------------------------------
r613 | starlon | 2010-10-03 10:31:52 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   A /trunk/Media
   A /trunk/Media/black.blp
   A /trunk/Media/blank.tga
   A /trunk/Media/white.blp

Add textures
------------------------------------------------------------------------
r611 | starlon | 2010-10-03 10:17:43 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   D /trunk/Modules/Icons/Icons_Portrait.toc
   A /trunk/Modules/Icons/StarTip_Icons.toc (from /trunk/Modules/Icons/Icons_Portrait.toc:608

Rename icons toc
------------------------------------------------------------------------
r609 | starlon | 2010-10-03 09:56:06 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Icons/Icons.lua

Default icons module disabled
------------------------------------------------------------------------
r608 | starlon | 2010-10-03 09:52:46 +0000 (Sun, 03 Oct 2010) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Modules/Icons
   A /trunk/Modules/Icons/Icons.lua
   A /trunk/Modules/Icons/Icons_Portrait.toc
   M /trunk/Modules/Portrait/Portrait.lua
   M /trunk/StarTip.lua
   M /trunk/modules.xml

Hook GameTooltip:FadeOut
Introduce Icons module
------------------------------------------------------------------------
r606 | starlon | 2010-10-03 01:56:16 +0000 (Sun, 03 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Change health bar color to match name line
------------------------------------------------------------------------
r604 | starlon | 2010-10-02 21:37:06 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua

Might as well hide the portrait if the texture doesn't get set
------------------------------------------------------------------------
r602 | starlon | 2010-10-02 21:24:52 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua

This might fix the rare bug where portraits are blank.
------------------------------------------------------------------------
r600 | starlon | 2010-10-02 21:07:51 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua
   M /trunk/StarTip.lua

tooltip:GetUnit apparently does return what I need. Commented out unit conversion code for now.
------------------------------------------------------------------------
r598 | starlon | 2010-10-02 19:34:34 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua

Bug fix
------------------------------------------------------------------------
r595 | starlon | 2010-10-02 10:06:27 +0000 (Sat, 02 Oct 2010) | 2 lines
Changed paths:
   M /trunk/Modules/Portrait/Portrait.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Make non-animated default since not all models look ok at face view
Change "Druid Form" to just "Form"
------------------------------------------------------------------------
r594 | starlon | 2010-10-02 10:00:23 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Modules/Bars/Bars.lua
   A /trunk/Modules/Portrait
   A /trunk/Modules/Portrait/Portrait.lua
   A /trunk/Modules/Portrait/StarTip_Portrait.toc
   M /trunk/modules.xml

Add Portrait module
------------------------------------------------------------------------
r593 | starlon | 2010-10-02 06:12:28 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Move druid form line down one, below class
------------------------------------------------------------------------
r591 | starlon | 2010-10-02 05:52:49 +0000 (Sat, 02 Oct 2010) | 2 lines
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Fixed up Level line to include all classifications, not just Boss.
Added a new line: Druid Form. You'll want to position it on the tooltip where you want. It'll be on the last line if you've loaded StarTip previously.
------------------------------------------------------------------------
r589 | starlon | 2010-10-02 03:59:10 +0000 (Sat, 02 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bugfix for cata
------------------------------------------------------------------------
r585 | starlon | 2010-10-01 06:16:10 +0000 (Fri, 01 Oct 2010) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Mob classifications should work now, i.e. Boss, Elite, etc..
------------------------------------------------------------------------

Additional Files