r1053

Details

  • Filename
    StarTip-r1053.zip
  • Uploaded by
  • Uploaded
    Jul 5, 2011
  • Size
    562.35 KB
  • Downloads
    18
  • MD5
    1b92a084ced8e87648440fca0a6f3e44

Supported WoW Retail Versions

  • 4.2.0

Changelog

------------------------------------------------------------------------
r1053 | starlon | 2011-07-05 22:29:33 +0000 (Tue, 05 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Border/Border.lua
   M /trunk/Modules/Histograms/Histograms.lua
   M /trunk/Modules/Portrait/Portrait.lua
   M /trunk/Modules/Texts/Texts.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua

Bug fixes and stop making LibCores everywhere. Only one's needed.

------------------------------------------------------------------------
r1052 | starlon | 2011-07-05 15:28:11 +0000 (Tue, 05 Jul 2011) | 4 lines
Changed paths:
   M /trunk/Modules/Fade/Fade.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

* String some garbage characters from UnitTooltip.lua I'm surprised WoW managed to load the file. luac failed. o.O
* Bug fix to Fade module.

------------------------------------------------------------------------
r1050 | starlon | 2011-07-05 05:51:50 +0000 (Tue, 05 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Position/Position.lua

Bug fixes with Position module.

------------------------------------------------------------------------
r1048 | starlon | 2011-07-05 03:45:27 +0000 (Tue, 05 Jul 2011) | 2 lines
Changed paths:
   M /trunk/StarTip.lua

Timers work now. What a mess.

------------------------------------------------------------------------
r1046 | starlon | 2011-07-04 08:05:15 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Position/Position.lua

Stop restricting repositioning only when the cursor moves. That causes issues with clamping.

------------------------------------------------------------------------
r1045 | starlon | 2011-07-04 08:01:35 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua

Copy additions to GameTooltip that were created by other addons over to the fake tooltip.

------------------------------------------------------------------------
r1044 | starlon | 2011-07-04 06:56:47 +0000 (Mon, 04 Jul 2011) | 5 lines
Changed paths:
   M /trunk/Modules/Position/Position.lua
   M /trunk/StarTip.lua

The Position module has a new setting, "Position UI Tooltip." Here you can choose to place the default Unit tooltip next to the fake libqtip tooltip, choosing top, bottom, left, right, or position it offscreen.
Positioning it offscreen as opposed to just hiding it keeps the GameTooltip valid for the unit. Otherwise if hide it then GameTooltip:GetUnit() returns nothing, which breaks other addons.
This is one of the main reasons the switch to libqtip was warranted. Once you hide or otherwise trash the GameTooltip, then it's left disfunctional.
Allowing the user to position the default tooltip alongside the fake tooltip will allow players to use StarTip along with other addons that otherwise modify the default tooltip, such as MyRolePlay.

------------------------------------------------------------------------
r1042 | starlon | 2011-07-04 04:43:17 +0000 (Mon, 04 Jul 2011) | 3 lines
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua
   M /trunk/Modules/RaidIcon/RaidIcon.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fixes.
For now individual lines will update normally if you're hovering over a world unit. Due to a bug each widget will update every tooltip refresh. This may cause issues if you're really picky about your widget refresh rates.

------------------------------------------------------------------------
r1041 | starlon | 2011-07-04 03:39:29 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua
   M /trunk/Modules/Targeting/StarTip_Targeting.toc
   M /trunk/Modules/Targeting/Targeting.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

You can specify individual fonts and their sizes for Bold/Header face and Normal face. Outlines are back.

------------------------------------------------------------------------
r1040 | starlon | 2011-07-04 02:41:11 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/RaidIcon/RaidIcon.lua

Provide a way to move the raid icon around. This also updates for libqtip migration.

------------------------------------------------------------------------
r1039 | starlon | 2011-07-04 02:22:31 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/PvP/PvP.lua
   M /trunk/StarTip.lua
   M /trunk/modules.xml

Provide a way to move the PvP icon around. This also updates the module for libqtip migration.

------------------------------------------------------------------------
r1037 | starlon | 2011-07-04 00:27:18 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/.pkgmeta

Dont' include the Icons module. It's silly anyways.

------------------------------------------------------------------------
r1036 | starlon | 2011-07-04 00:25:51 +0000 (Mon, 04 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua
   M /trunk/Modules/Portrait/Portrait.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Update UnitTooltip, Appearance, and Portrait modules for LibQTip migration.

------------------------------------------------------------------------
r1035 | starlon | 2011-07-03 22:52:42 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Border/Border.lua

Update borders module for qtip changes.

------------------------------------------------------------------------
r1034 | starlon | 2011-07-03 22:48:43 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Texts/Texts.lua

Update Texts module with LibQTip changes.

------------------------------------------------------------------------
r1033 | starlon | 2011-07-03 22:42:34 +0000 (Sun, 03 Jul 2011) | 3 lines
Changed paths:
   M /trunk/Modules/Histograms/Histograms.lua

Bug fix.
Update Histogram module with LibQTip migration.

------------------------------------------------------------------------
r1032 | starlon | 2011-07-03 22:30:41 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Update the Bars module with QTip changes.

------------------------------------------------------------------------
r1031 | starlon | 2011-07-03 10:57:56 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

More work toward replacing unit tooltip with LibQTip API.

------------------------------------------------------------------------
r1030 | starlon | 2011-07-03 09:42:03 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua
   M /trunk/Modules/Fade/Fade.lua
   M /trunk/Modules/Position/Position.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.lua

Initial work towards LibQTip replacements. Let's not obliterate the default tooltip any longer. You can't expect other addons to play nice.

------------------------------------------------------------------------
r1029 | starlon | 2011-07-03 05:43:33 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Force a length and height if not configured.

------------------------------------------------------------------------
r1028 | starlon | 2011-07-03 05:37:17 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Bars/Bars.lua

Bug fixes. It should be possible to actually create custom bars now.

------------------------------------------------------------------------
r1027 | starlon | 2011-07-03 03:47:22 +0000 (Sun, 03 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/Targeting/Targeting.lua

The Targeting module should now work in parties, and it'll also scan pets now.

------------------------------------------------------------------------
r1023 | starlon | 2011-07-02 00:52:42 +0000 (Sat, 02 Jul 2011) | 2 lines
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Don't hide arena lines when mousing away from a unit.

------------------------------------------------------------------------
r1020 | starlon | 2011-07-01 21:43:50 +0000 (Fri, 01 Jul 2011) | 2 lines
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/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

Update tocs for modules.

------------------------------------------------------------------------
r1015 | starlon | 2011-06-29 19:52:17 +0000 (Wed, 29 Jun 2011) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Stop calling everyone a n00b under PVP Rank. Replaced it with "No Rank (-1)"
------------------------------------------------------------------------
r1014 | starlon | 2011-06-29 19:43:14 +0000 (Wed, 29 Jun 2011) | 1 line
Changed paths:
   M /trunk/StarTip.toc

Add LibScriptable dependencies to altdeps
------------------------------------------------------------------------
r1013 | starlon | 2011-06-29 07:05:39 +0000 (Wed, 29 Jun 2011) | 1 line
Changed paths:
   M /trunk/StarTip.toc

Slight modification to Notes.
------------------------------------------------------------------------
r1010 | starlon | 2011-06-29 06:41:52 +0000 (Wed, 29 Jun 2011) | 3 lines
Changed paths:
   M /trunk/Modules/Gestures/Gestures.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua
   M /trunk/StarTip.toc

Bug fix.
Add WipeInspect to WipeData gesture.
Bump toc for 4.2.
------------------------------------------------------------------------
r1008 | starlon | 2011-06-21 05:29:37 +0000 (Tue, 21 Jun 2011) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Moved PVP Rank and Arena lines to their own functions in PluginLuaTexts, calling the new functions in our lua code. 1 line vs 15 lines repeated thrice.
------------------------------------------------------------------------
r1007 | starlon | 2011-06-21 01:27:12 +0000 (Tue, 21 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix to prevent left and right segments from updating if leftUpdating and/or rightUpdating are/is true.
------------------------------------------------------------------------
r1006 | starlon | 2011-06-20 21:11:17 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Deal with mousing away from the unit a little better in terms of Feats and PVP Rank lines.
------------------------------------------------------------------------
r1005 | starlon | 2011-06-20 20:27:50 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Cleanup whitespace. Also touchups to Feats and PVP Rank so they don't blank on the right side when mousing away from the unit.
------------------------------------------------------------------------
r1003 | starlon | 2011-06-20 04:21:35 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fixes
------------------------------------------------------------------------
r1002 | starlon | 2011-06-20 02:00:54 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Bug fix. Arena lines should show the actual brightest emblem color now. Could probably use further improvements.
------------------------------------------------------------------------
r1000 | starlon | 2011-06-20 00:50:16 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add wins/losses to arena teams. duh
------------------------------------------------------------------------
r998 | starlon | 2011-06-20 00:24:16 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Touch up before beta.
------------------------------------------------------------------------
r997 | starlon | 2011-06-20 00:15:42 +0000 (Mon, 20 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Keep 2v2/3v3/5v5 text from being too dark, really dark.
------------------------------------------------------------------------
r996 | starlon | 2011-06-19 23:51:42 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Colorize 2v2/3v3/5v5 tag with the team's emblem or background color, which ever's the brightest of the two.
------------------------------------------------------------------------
r994 | starlon | 2011-06-19 23:06:14 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Touch ups to add textures and rearrange text for PVP lines.
------------------------------------------------------------------------
r993 | starlon | 2011-06-19 21:09:19 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add rank index to guild rank line.
------------------------------------------------------------------------
r992 | starlon | 2011-06-19 20:29:00 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add arena ranking, colored gradually according to rank
------------------------------------------------------------------------
r991 | starlon | 2011-06-19 19:06:39 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Move text around some
------------------------------------------------------------------------
r989 | starlon | 2011-06-19 02:51:33 +0000 (Sun, 19 Jun 2011) | 1 line
Changed paths:
   M /trunk/Localization/enUS.lua
   M /trunk/Modules/UnitTooltip/UnitTooltip.lua

Add lines for PVP information. Displays PVP rank, which falls back to a little harmless humor if no rank is available. Also displays lifetime honorable kills, and arena team names and points.
------------------------------------------------------------------------
r987 | starlon | 2011-06-18 22:19:44 +0000 (Sat, 18 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua

Bug fix. This should fix the issue with Aurora. That addon is evil by the way.
------------------------------------------------------------------------
r983 | starlon | 2011-06-18 19:29:46 +0000 (Sat, 18 Jun 2011) | 1 line
Changed paths:
   M /trunk/Modules/Appearance/Appearance.lua
   M /trunk/Modules/Border/Border.lua
   M /trunk/StarTip.lua
   M /trunk/StarTip.toc

Temporary bug fix related to the Border module not getting along Pitbull4's Border module. This commit addresses Ticket 20, but further debugging is needed as this fix is not ideal.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
138.30 KB Jul 5, 2011 4.2.0 7