vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 What is TinyTip? Well, it started out as just a simple upgrade over AF_Tooltip_Mini and exploded from there. Now it shares no code with what it used to be, becoming something more, while still staying true to its name. The core of TinyTip is basically just an upgrade over AF_Tooltip_Mini, a small file around 24KB. The more modules you allow to load, the more this value increases. The goal of TinyTip is to allow you to mix and match your modules while keeping the smallest memory footprint possible. All files except TinyTip.lua and its locale files are optional. You can take a look below, I've listed the optional files as "not required". If you don't use a file's features, you can safely remove it from the TOC.
2  
3 Anyway, as you can guess, TinyTip changes the look of your GameTooltip. Here are the features found in core:
4  
5 --------------------------------------------------------------------------------------
6 TinyTip (core)
7 --------------------------------------------------------------------------------------
8  
9 In TinyTip.lua (required)
10 - Name, backdrop, and border (optional) colouring by reaction (Hostile, Friendly, etc.)
11 - Class coloured with raid colours.
12 - Level coloured by difficulty.
13 - Creature Type (Imp, Cat) given for Pets.
14 - UnitClassification (Humanoid, Undead, etc.) given for NPCs.
15 - Elite Status (Elite, Rare, WorldBoss, Rare Elite) added when applicable.
16 - (Tapped) for Tapped, (Corpse) for Corpse
17  
18 - Optional Guild Names displayed. (on by default)
19 - Optional backdrop coloring for friends and guildies. (on by default)
20 - Optional Honor Rank Name or Number. (on by default)
21 - Optional "Hostile", "Friendly", etc. reaction text for the colour-blind. (off by default)
22 - Optional Compact Tooltip mode.
23 - English, German, French, and Chinese localization, and partial support for other clients.
24  
25  
26 In Embedded TinyTipAnchor.lua (not required)
27 - Positioning Options (Anchoring, Offsets)
28  
29  
30 -----------------------------------------------------------------------
31 In LoadOnDemand Addon TinyTipExtras
32  
33 Note: Only loaded if you use at least one of the options included.
34 -----------------------------------------------------------------------
35  
36 In TinyTipTargets.lua (TinyTipExtras, not required)
37 - TargetOfTarget information - what is this tooltip's unit targeting?
38 - Search through Party members targeting this unit, or...
39 - Search through Raid members targeting this unit.
40  
41 In TinyTipIcons.lua (TinyTipExtras, not required)
42 - PvP Rank Icon
43 - Buffs and Debuffs
44 - Raid Target Icon
45  
46 In TinyTipExtras.lua (required)
47 - Mana/Rage/Energy Bar
48 - Extra Tooltip which can show other addon's and TinyTip's information
49  
50  
51 -----------------------------------------------------------------------
52 In LoadOnDemand Addon TinyTipOptions
53  
54 GUI Options, use /tinytip or /ttip to bring up the menu.
55 Only loaded if you use that slash command.
56 -----------------------------------------------------------------------
57  
58  
59 -----------------------------------------------------------------------
60 Troubleshooting
61 -----------------------------------------------------------------------
62  
63 Q: TinyTip is preventing another tooltip addon from working.
64 A: Go into that other addon's TOC file and add/change this line to include TinyTip.
65  
66 ## OptionalDeps:
67  
68 Q: Help! I'm getting incredibly long / infinite load times with TinyTipExtras / TinyTipOptions!
69 A: There is a bug with Ace2 addons (specifically, AceLibrary) which was fixed in the latest revision. If possible, update your addons.
70  
71 Q: I'm getting an error from TinyTip, or an option isn't working right.
72 A: 1) Check my WoWI portal to see if it's a known issue, and for updates.
73 2) Maybe your files are corrupt. Delete TinyTip, TinyTipExtras, and TinyTipOptions, then re-download them and install from stratch.
74 3) Your Saved Variable database may have gotten corrupt somehow. Try using /tinytip default and then /tinytip confirm to reset it.
75 4) If resetting your options doesn't work, exit WoW, delete all your Saved Variable files for TinyTip (global and per character), then restart WoW.
76 5) Leave a bug report on my WoWI portal.
77  
78 Q: Where's the secret cow option?
79 A: There is no secret cow option.
80