Change Log:
510 (30-10-10)
+ Bits of redundant code was removed.
LonnyTooltip_Cursor
+ The direction function was fixed.
500 (23-10-10)
+ Adapting to Cataclysm changes.
+ Minor bug fixes.
476 (30-05-10)
+ It's now registered with WTFPL license so ... Do What The **** You Want!
475 (18-05-10)
+ Added a new module 'TargetedBy'.
+ Renamed the 'ShowTargets' module to 'TTDisplay'.
+ Added a new constants file 'Constants.lua' to the core which allow you to modify the addon to some extent.
+ Removed some redundant code.
471 (22-04-10)
+ I used to look up all the game tooltips dynamically and modify the appearance, sometimes it messed up some of the UI elements such as the socket frame, it's no longer the case, and everything should work correctly.
470 (21-04-10)
+ Modified some of the API to make them feel more consistent.
+ Previously I used the Blizzard statusbar, and since the recent patch (3.3.3) it was acting weird, I worked around it by creating a custom statusbar, and it's seems to work fine.
460 (12-04-10)
+ Fixed few minor issues in the core.
+ The "OnUpdate", "TooltipStatusBarValueChanged" events arguments were changed slightly.
+ It's now possible to prioritize modules through the .toc file, by adding this flag "## X-LonnyTooltip" and a priority number. e.g. ## X-LonnyTooltip: 1
+ The last patch seems to have some UI issues (which are not related to the addon but is Blizzard problem) and so sometimes the statusbar may act weird, I managed to workaround and it seems to work perfec...
Description:
LonnyTooltip is designed to be a lightweight modular tooltip.
Modules
Cursor - Anchors the tooltip to the cursor. (Working only on units or any other world objects.)
Enhanced - Formats the tooltip to be much more detailed and colorful.
Features - Adds some features to the tooltip, such as scaling, fading, anchoring, etc..
HealthBar - Tweaks the original healthbar visual.
HideInCombat - Hides the tooltip in combat.
HideTitles - Hides the players title. (e.g. of the Shattered Sun)
ItemsQuality - Color the border with the appropriate item quality.
Layout - A basic layout skin for the tooltip.
Mobility - Allow the tooltip to anchor itself to a certain point.
Raid Icons - Show the raid icons in the tooltip.
TargetedBy - Display the names of the players in your party that are targeting your target.
TTDisplay - Display the target's target name when hovering over players.
FAQ
Q. Is there a GUI available ?
A. No, but you can still modify some of the addon default configuration through the constants file found inside the 'LonnyTooltip\Constants.lua'.
Q. How can I move the tooltip ?
A. Check if the Mobility module is enabled first, and use the command '/ltt' to drag its anchor around.
Thanks both Lombra and Ziraly (Wimpface) f... |
|