CowTip-r43350-nolib

Details

  • Filename
    CowTip-r43350-nolib.zip
  • Uploaded by
  • Uploaded
    Jul 9, 2007
  • Size
    50.68 KB
  • Downloads
    40
  • MD5
    d15e0f6a1a390abea9605a8f79be6988

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r43350 | ckknight | 2007-07-10 00:53:53 -0400 (Tue, 10 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua

CowTip_Appearance - check unit existence.
------------------------------------------------------------------------
r43343 | ckknight | 2007-07-09 22:58:39 -0400 (Mon, 09 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua

CowTip_Appearance - bugfix
------------------------------------------------------------------------
r42488 | ckknight | 2007-07-02 07:00:01 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - bugfixings.
------------------------------------------------------------------------
r42486 | ckknight | 2007-07-02 05:59:36 -0400 (Mon, 02 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - bugfix
------------------------------------------------------------------------
r42444 | ckknight | 2007-07-01 20:30:41 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - use :CallMethodOnAllModules
------------------------------------------------------------------------
r42433 | ckknight | 2007-07-01 18:21:00 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - bugfix, probably.
------------------------------------------------------------------------
r42390 | ckknight | 2007-07-01 04:43:32 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Fade/Fade.lua
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/Position/Position.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua
   M /trunk/CowTip/RaidTargetIcon/RaidTargetIcon.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - cache some globals
------------------------------------------------------------------------
r42389 | ckknight | 2007-07-01 04:36:12 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Fade/Fade.lua

CowTip_Fade - bugfix when you target someone and move your mouse away from their world unit.
------------------------------------------------------------------------
r42386 | ckknight | 2007-07-01 04:23:45 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - properly handle faction for EotS battlemaster.
------------------------------------------------------------------------
r42383 | ckknight | 2007-07-01 04:08:46 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add in theoretical support for item and spell tooltips.
------------------------------------------------------------------------
r42382 | ckknight | 2007-07-01 03:47:01 -0400 (Sun, 01 Jul 2007) | 2 lines
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua
   M /trunk/CowTip/CowTip.toc
   M /trunk/CowTip/Fade/Fade.lua
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/Position/Position.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua
   A /trunk/CowTip/RaidTargetIcon
   A /trunk/CowTip/RaidTargetIcon/RaidTargetIcon.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - add RaidTargetIcon module.
- fix a mass-typo
------------------------------------------------------------------------
r42380 | ckknight | 2007-07-01 03:12:27 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua

CowTip_Appearance - set default edgeSize to 16
------------------------------------------------------------------------
r42379 | ckknight | 2007-07-01 03:08:57 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Fade/Fade.lua

CowTip_Fade - check the CURSOR_UPDATE event, to keep track of world objects and whether or not to fade them.
------------------------------------------------------------------------
r42377 | ckknight | 2007-07-01 02:48:01 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - make menu clearer for the Show tooltips stuff. Add ability to change when world objects are shown.
------------------------------------------------------------------------
r42376 | ckknight | 2007-07-01 02:38:34 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/Fade/Fade.lua
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - remove CowTip.currentTooltipUnit as it's kind of a hack
------------------------------------------------------------------------
r42375 | ckknight | 2007-07-01 02:30:34 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/Fade/Fade.lua

CowTip - add in world object fading options. does it through a hack, checking if :GetAlpha() < 1, making it so there's a 1-second lag before unhovering and actual hide. Don't know of any real way to tell if you're currently hovering over something otherwise.
------------------------------------------------------------------------
r42374 | ckknight | 2007-07-01 01:39:17 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - if OnShow occurs before OnTooltipSetUnit, and :GetUnit() works properly, then manually call :OnTooltipSetUnit on the modules. This should prevent a few issues.
------------------------------------------------------------------------
r42373 | ckknight | 2007-07-01 01:04:19 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - don't update text if mouseover doesn't exist (currently fading).
------------------------------------------------------------------------
r42372 | ckknight | 2007-07-01 00:35:10 -0400 (Sun, 01 Jul 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua

CowTip_Appearance - update coloring on OnTooltipSetUnit as well as OnTooltipShow, in case someone does a :Show() inside an OnTooltipSetUnit, thus messing up the ordering. <cough>Tattle</cough>.
------------------------------------------------------------------------
r42318 | ckknight | 2007-06-30 05:26:17 -0400 (Sat, 30 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - add statusbar texture options to PowerBar and HealthBar
------------------------------------------------------------------------
r42315 | ckknight | 2007-06-30 05:05:30 -0400 (Sat, 30 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - bugfix
------------------------------------------------------------------------
r42306 | ckknight | 2007-06-30 02:50:56 -0400 (Sat, 30 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - update the texts every second, through massive hacks and without calling :SetUnit. This allows for the arbitrary addition/removal of lines again.
------------------------------------------------------------------------
r42305 | ckknight | 2007-06-30 02:23:40 -0400 (Sat, 30 Jun 2007) | 2 lines
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - no longer :SetUnit every second, as some addons improperly use UNIT_MOUSEOVER_UPDATE instead of the tooltip's OnTooltipSetUnit, thus making their texts go away after a second. - Improper coding on their part, imho.
CowTip_Text - change the Target line to output None if there is no target (so the line shows), also use [NameRealm] now instead of the funkiness I had before.
------------------------------------------------------------------------
r42157 | ckknight | 2007-06-28 21:44:11 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/Position/Position.lua

CowTip - move "Enable" to the top of each submenu
------------------------------------------------------------------------
r42150 | ckknight | 2007-06-28 21:03:52 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/CowTip.toc
   A /trunk/CowTip/Fade
   A /trunk/CowTip/Fade/Fade.lua

CowTip - add Fade module.
------------------------------------------------------------------------
r42142 | ckknight | 2007-06-28 19:46:48 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Position/Position.lua

CowTip_Position - no longer mess with fading.
------------------------------------------------------------------------
r42141 | ckknight | 2007-06-28 19:36:25 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Appearance/Appearance.lua

CowTip_Appearance - add option to color neutral NPCs.
------------------------------------------------------------------------
r42098 | ckknight | 2007-06-28 14:44:16 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - another bugfix
------------------------------------------------------------------------
r42091 | ckknight | 2007-06-28 14:25:37 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - bugfix
------------------------------------------------------------------------
r41964 | ckknight | 2007-06-27 22:04:24 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - fix issue where the target wasn't showing properly.
------------------------------------------------------------------------
r41956 | hyperactiveChipmunk | 2007-06-27 21:02:31 -0400 (Wed, 27 Jun 2007) | 3 lines
Changed paths:
   M /trunk/CowTip/embeds.xml
   M /trunk/CowTip/libs

CowTip:
- added AceModuleCore-2.0 to embeds.xml and externs

------------------------------------------------------------------------
r41858 | ckknight | 2007-06-27 05:02:38 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - update player check for faction line, cause Blizz sucks
------------------------------------------------------------------------
r41852 | ckknight | 2007-06-27 03:34:00 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip_PowerBar/HealthBar - can now position both the health bar and the power bar on the same side. Health bar is always on the top or the left, respectively.
------------------------------------------------------------------------
r41851 | ckknight | 2007-06-27 03:08:59 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/Text/Text.lua

CowTip_HealthBar - hide Blizz's status bar by default.
------------------------------------------------------------------------
r41850 | ckknight | 2007-06-27 03:05:07 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip_PowerBar - bugfix
------------------------------------------------------------------------
r41832 | ckknight | 2007-06-26 22:37:02 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - better handling of tooltips with/without factions
------------------------------------------------------------------------
r41616 | ckknight | 2007-06-25 00:50:00 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - go up to all the number of lines, not just up to 30
------------------------------------------------------------------------
r41615 | ckknight | 2007-06-25 00:45:38 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua
   M /trunk/CowTip/embeds.xml
   M /trunk/CowTip/libs

CowTip - remove Deformat-2.0 dependency.
------------------------------------------------------------------------
r41613 | ckknight | 2007-06-25 00:42:37 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - major bugfix to the whole adding-lines thingy, I just figured out blizz's system, then chop off whatever lines I'm replacing, but allow for any extra lines that go on the end to be added after the fact. This allows for texts like "Resurrectable" or "Skinning (75)", or  the Beast Lore stuff to work properly. This also allows for external addons to properly add text as needed. Note: this is fixed to preserve coloring.
------------------------------------------------------------------------
r41607 | ckknight | 2007-06-24 23:00:14 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - bugfixes in PowerBar/HealthBar
------------------------------------------------------------------------
r41526 | ckknight | 2007-06-24 05:20:18 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - wrap lines that have text just on the left.
------------------------------------------------------------------------
r41525 | ckknight | 2007-06-24 04:57:09 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip_PowerBar - bugfix
------------------------------------------------------------------------
r41510 | ckknight | 2007-06-24 02:25:17 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Position/Position.lua

CowTip - typo
------------------------------------------------------------------------
r41507 | ckknight | 2007-06-24 01:59:15 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - allow for disabling/enabling of modules
------------------------------------------------------------------------
r41484 | ckknight | 2007-06-23 22:09:47 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip_PowerBar - fix names in options.
------------------------------------------------------------------------
r41483 | ckknight | 2007-06-23 22:05:13 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - slightly inset the health and power bars.
------------------------------------------------------------------------
r41481 | ckknight | 2007-06-23 21:53:34 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua
   M /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - possible bugfix to bars.
------------------------------------------------------------------------
r41480 | ckknight | 2007-06-23 21:50:33 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.toc
   A /trunk/CowTip/PowerBar
   A /trunk/CowTip/PowerBar/PowerBar.lua

CowTip - add PowerBar module.
------------------------------------------------------------------------
r41479 | ckknight | 2007-06-23 21:41:30 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/HealthBar/HealthBar.lua

CowTip_HealthBar - bugfix
------------------------------------------------------------------------
r41478 | ckknight | 2007-06-23 21:37:56 -0400 (Sat, 23 Jun 2007) | 2 lines
Changed paths:
   A /trunk/CowTip/Appearance (from /trunk/CowTip/Looks:41475)
   A /trunk/CowTip/Appearance/Appearance.lua (from /trunk/CowTip/Looks/Looks.lua:41476
   D /trunk/CowTip/Appearance/Looks.lua
   M /trunk/CowTip/CowTip.toc
   A /trunk/CowTip/HealthBar
   A /trunk/CowTip/HealthBar/HealthBar.lua
   D /trunk/CowTip/Looks

CowTip - rename Looks to Appearance
- add HealthBar module.
------------------------------------------------------------------------
r41477 | ckknight | 2007-06-23 21:30:46 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/Text/Text.lua

CowTip_Text - fix config menu
------------------------------------------------------------------------
r41476 | ckknight | 2007-06-23 21:04:22 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/Looks/Looks.lua
   M /trunk/CowTip/Position/Position.lua
   M /trunk/CowTip/Text/Text.lua

CowTip - cache globals
------------------------------------------------------------------------
r41475 | ckknight | 2007-06-23 20:58:28 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/CowTip.toc
   A /trunk/CowTip/Looks
   A /trunk/CowTip/Looks/Looks.lua
   A /trunk/CowTip/Position
   A /trunk/CowTip/Position/Position.lua
   A /trunk/CowTip/Text
   A /trunk/CowTip/Text/Text.lua

CowTip - modularize out the Looks, Text, and Position modules.
------------------------------------------------------------------------
r41462 | ckknight | 2007-06-23 19:06:09 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add fake localization
------------------------------------------------------------------------
r41458 | ckknight | 2007-06-23 18:54:29 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add a bunch of cursor anchors, so it's not just attached to the top.
------------------------------------------------------------------------
r41457 | ckknight | 2007-06-23 18:38:47 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - for positions with cursors, show a fake mouse in the center of the screen.
------------------------------------------------------------------------
r41452 | ckknight | 2007-06-23 17:42:31 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add a "tapped" background color
------------------------------------------------------------------------
r41445 | ckknight | 2007-06-23 16:40:27 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.toc
   M /trunk/CowTip/embeds.xml
   M /trunk/CowTip/libs

CowTip - add Deformat to libs.
------------------------------------------------------------------------
r41443 | ckknight | 2007-06-23 16:36:58 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - try to fix issues with beast lore.
------------------------------------------------------------------------
r41431 | ckknight | 2007-06-23 15:01:18 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - check for " " as blank instead of ""
------------------------------------------------------------------------
r41392 | ckknight | 2007-06-23 06:38:28 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - show name and realm, not just name.
------------------------------------------------------------------------
r41390 | ckknight | 2007-06-23 06:35:07 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - bugfix if you're not watching a faction.
------------------------------------------------------------------------
r41387 | ckknight | 2007-06-23 06:14:39 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - fix x-offset setter for RIGHT and BOTTOM positions.
------------------------------------------------------------------------
r41384 | ckknight | 2007-06-23 04:24:01 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - make the default tooltip backgrounds darker
------------------------------------------------------------------------
r41383 | ckknight | 2007-06-23 03:32:44 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - make it so that if you have code on the left and code on the right, it will show even if one is not shown, e.g. [Name] / [Target] will show even if [Target] is blank.
------------------------------------------------------------------------
r41372 | ckknight | 2007-06-23 03:05:11 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - move away from the awkward Dewdrop way to set lines and use a custom config box.
------------------------------------------------------------------------
r41356 | ckknight | 2007-06-23 01:06:32 -0400 (Sat, 23 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add a background color for dead units.
------------------------------------------------------------------------
r41352 | ckknight | 2007-06-22 23:50:57 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - cache globals, bugfix
------------------------------------------------------------------------
r41351 | ckknight | 2007-06-22 23:47:34 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - bugfix
------------------------------------------------------------------------
r41350 | ckknight | 2007-06-22 23:42:18 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add specialized background coloring.
------------------------------------------------------------------------
r41345 | ckknight | 2007-06-22 23:02:57 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - fix the frame anchor offset name in the menu.
------------------------------------------------------------------------
r41335 | ckknight | 2007-06-22 20:03:16 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - fix casing of dogtags on set.
------------------------------------------------------------------------
r41324 | ckknight | 2007-06-22 18:34:06 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add Resurrectable line.
------------------------------------------------------------------------
r41314 | ckknight | 2007-06-22 17:11:55 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - cache the DogTag functions initially, before the GC, so a mem spike doesn't appear on first mouseover.
------------------------------------------------------------------------
r41310 | ckknight | 2007-06-22 16:51:28 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add a note about background color needing to be white.
------------------------------------------------------------------------
r41309 | ckknight | 2007-06-22 16:39:11 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - added options to change the border's edgeSize and inset size.
------------------------------------------------------------------------
r41307 | ckknight | 2007-06-22 16:29:33 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add option to change the background texture, using SharedMedia-1.0
------------------------------------------------------------------------
r41305 | ckknight | 2007-06-22 16:19:52 -0400 (Fri, 22 Jun 2007) | 3 lines
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - make the tooltip say that left-click opens Waterfall.
- make left-click open Waterfall.
- add option to show tooltip never/always/out-of-combat, for world units, unit frames, and non-unit frames
------------------------------------------------------------------------
r41294 | ckknight | 2007-06-22 14:57:07 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - only show happiness on your own pet.
------------------------------------------------------------------------
r41233 | antiarc | 2007-06-22 03:33:17 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip: Added optional support for Waterfall. Ctrl-click on the FuBar icon will open the Waterfall config menu, which is 1000x easier to use than Dewdrop for this purpose.
------------------------------------------------------------------------
r41166 | ckknight | 2007-06-21 20:54:04 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add zone.
------------------------------------------------------------------------
r41122 | ckknight | 2007-06-21 15:09:20 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - call :SetUnit() every second or so, in case lines are added/removed.
------------------------------------------------------------------------
r41120 | ckknight | 2007-06-21 15:04:43 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - show <<You>> if the mouseover's target is the player.
------------------------------------------------------------------------
r41119 | ckknight | 2007-06-21 15:01:39 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - if the other guy's guild is equal to your own, then color it green.
------------------------------------------------------------------------
r41035 | ckknight | 2007-06-21 06:53:33 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - move to the simplified threat tags.
------------------------------------------------------------------------
r41027 | ckknight | 2007-06-21 05:53:29 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - fix threat
------------------------------------------------------------------------
r41026 | ckknight | 2007-06-21 05:47:36 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - fix bug that would make an empty tooltip appear.
------------------------------------------------------------------------
r41022 | ckknight | 2007-06-21 05:34:55 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - color the name and target their class color by default.
------------------------------------------------------------------------
r41020 | ckknight | 2007-06-21 05:21:04 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add option to change font of the tooltip.
------------------------------------------------------------------------
r41016 | ckknight | 2007-06-21 04:56:55 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - update border color at OnShow
------------------------------------------------------------------------
r41010 | ckknight | 2007-06-21 04:41:22 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - update background color at OnShow, since some things change it.
------------------------------------------------------------------------
r41004 | ckknight | 2007-06-21 04:27:51 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add options to change border color and background color (including opacity).
------------------------------------------------------------------------
r41001 | ckknight | 2007-06-21 04:15:07 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - fix the FuBar position dealy.
------------------------------------------------------------------------
r40997 | ckknight | 2007-06-21 04:01:39 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - color class by its proper color.
------------------------------------------------------------------------
r40995 | ckknight | 2007-06-21 03:32:50 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add option to set frame anchors. - pops up a box that can be dragged around.
------------------------------------------------------------------------
r40989 | ckknight | 2007-06-21 02:36:07 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add basic positioning support. No offsets yet.
------------------------------------------------------------------------
r40967 | ckknight | 2007-06-21 00:59:10 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add option to change how the border looks. Uses SharedMedia-1.0.
------------------------------------------------------------------------
r40963 | ckknight | 2007-06-21 00:46:07 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add a scale option
------------------------------------------------------------------------
r40958 | ckknight | 2007-06-21 00:21:08 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add Target, Guild rank, Status, Happiness
------------------------------------------------------------------------
r40955 | ckknight | 2007-06-20 23:54:43 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add Threat-1.0 support
------------------------------------------------------------------------
r40953 | ckknight | 2007-06-20 23:44:09 -0400 (Wed, 20 Jun 2007) | 2 lines
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add Health/Mana/XP to tooltip
- bugfixes
------------------------------------------------------------------------
r40951 | ckknight | 2007-06-20 23:32:56 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add options so that you can actually edit what the tooltip says.
------------------------------------------------------------------------
r40949 | ckknight | 2007-06-20 23:22:51 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - potential bugfix
------------------------------------------------------------------------
r40948 | ckknight | 2007-06-20 23:20:15 -0400 (Wed, 20 Jun 2007) | 2 lines
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/icon.tga

CowTip - make the icon round instead of square
- some bugfixes
------------------------------------------------------------------------
r40942 | ckknight | 2007-06-20 22:08:45 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - whoops, remove a do return end
------------------------------------------------------------------------
r40941 | ckknight | 2007-06-20 22:07:36 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - add tagging capabilities. No options yet, but it basically clears the normal unit tooltip and replaces it with one made entirely of tags.
------------------------------------------------------------------------
r40933 | ckknight | 2007-06-20 20:54:26 -0400 (Wed, 20 Jun 2007) | 2 lines
Changed paths:
   M /trunk/CowTip/CowTip.lua
   M /trunk/CowTip/embeds.xml
   M /trunk/CowTip/libs

CowTip - add /CowTip slash command
- add AceHook-2.1 to libs
------------------------------------------------------------------------
r40927 | ckknight | 2007-06-20 20:32:49 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/CowTip/CowTip.lua

CowTip - make the FuBar tooltip work
------------------------------------------------------------------------
r40926 | ckknight | 2007-06-20 20:26:21 -0400 (Wed, 20 Jun 2007) | 5 lines
Changed paths:
   A /trunk/CowTip
   A /trunk/CowTip/CowTip.lua
   A /trunk/CowTip/CowTip.toc
   A /trunk/CowTip/embeds.xml
   A /trunk/CowTip/icon.tga
   A /trunk/CowTip/libs

CowTip - initial commit
Tooltip of awesomeness. Moo. It'll graze your pasture.

Basically, it'll be a tag-based tooltip mod, minimally. Doesn't do anything yet.

------------------------------------------------------------------------