vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 == Skeev's SimpleTip (redux) : Ayradyss code mod ==
2 Following are the previous notes for SimpleTip 1.2.4, the last available version of SimpleTip. It's been several version patches now and no new SimpleTip to be found. The original SimpleTip is available at Curse Gaming, http://www.curse-gaming.com/mod.php?addid=425 and ALL coding credit should go to Skeev. I just updated it for the last few patches and changes therein.
3 I'm releasing 1.5 with the understanding that if Skeev wants me to make it go away again, or updates his own SimpleTip, it's all his code and hard work, not mine. And so.
4  
5 -- SimpleTip 1.5a --
6 Skeev's simple tooltip enhancer, redux credit to Ayradyss - dr.nykki[at]gmail.com
7  
8 * Enhances the player/NPC tooltips by doing the following:
9 1) Set tooltip background color according to faction/aggro
10 2) Changes player tooltips to read as follows:
11  
12 Avara
13 Undead Priest, Level 39
14 <Draug Ronoh>
15 PvP
16  
17 3) Adds PvP line to only PvP-flagged NPC's/players
18 4) Newbie tips, if they're enabled, should be left intact
19 5) Configurable tooltip repositioning
20  
21 Skeev said his version was localization-friendly, so I presume this one is.
22  
23 * Usage:
24 -- Base usage:
25 /simpletip [command] ( /stip [command] )
26  
27 -- In-game help:
28 /simpletip help ( /simpletip usage, /simpletip ? )
29  
30 -- Set base tooltip position:
31 /simpletip moveto [pos] ( /simpletip anchor [pos] )
32  
33 Where [pos] is one of the following:
34  
35 topleft top topright
36 left center right
37 bottomleft bottom bottomright
38  
39 This sets both the overall location of the tooltip (top left corner, bottom center, etc), as well as which point on the tooltip is anchored -- e.g. "/simpletip moveto bottomleft" positions the tooltip at the bottom left corner of the screen, such that it grows up and to the right from there, depending on the size.
40 Or, to tie the tooltip to the mouse pointer:
41  
42 /simpletip moveto pointer ( /stip moveto pointer, /stip moveto mouse )
43  
44 -- Fine-tune tooltip position:
45 /simpletip offset [x, y] ( /simpletip xy [x,y] )
46  
47 Set [x, y] values to offset the tooltip from the absolute corner/edge. The "x" value controls the horizontal position (- left, + right), the "y" value controls vertical (- down, + up).
48 When the tooltip anchor position is changed, the [x, y] offset values automatically default to set the tooltip slightly inside the edge of the screen.
49 If the tooltip is set to the mouse position, offsets are disabled.
50  
51 -- Disable tooltip positioning
52 /simpletip nomove ( /simpletip noanchor )
53  
54 This prevents SimpleTip from making any adjustments to the tooltip position whatsoever -- the tooltip will appear in the default location (or, SimpleTip will stay out of the way of any other tooltip position mods you are using).
55 This is the "default" state -- until you tell it otherwise, SimpleTip won't attempt to reposition the tooltip at all.
56  
57  
58 -- Show position / offset status
59 /simpletip status ( /simpletip show, /simpletip info )
60  
61 SimpleTip will display the current placement settings in the default chat window.
62  
63 -- Show / hide PvP flagged line
64 /simpletip pvp [status] where [status] is either "show" or "hide" :)
65  
66 -- Credits
67 /simpletip about ( /simpletip credits )
68  
69 SimpleTip will tell you who the fabulous people are that worked on this mod. And they are fabulous (well, once someone helps with translation, it'll be a "they", for now, it's just "he". But he's fabulous nevertheless).
70 [Well, now it's two, and Skeev is way more fabulous than I could ever be, but it's cool anyway.]
71  
72 *** CHANGELOG ***
73 1.5 : Ayradyss assumed care and feeding of SimpleTip, in Skeev's absence. Maintaining WoW-synced version numbers.
74 - Removed the level reveal functionality; sadly, it doesn't work any more. ?? is ??.
75 - Also returned the skull texture to ?? level folks. Otherwise, strange things were happening.
76 - Added /stip pvp on|off option.
77 - Updated version number.
78 1.5a : Whoops, that was interesting. When did it start eating doodad tooltips?
79  
80  
81  
82  
83  
84 == SimpleTip v1.2.4 by Skeev of Proudmoore (North America) ==
85  
86 A basic tooltip-enhancer. Coded to a) make the tooltips look the way I wanted 'em to, and b) do it as efficiently as possible, so's to minimize impact on framerate.
87  
88 I use it with (and wrote it for) Gypsy, but it should work with dang near anything. It's as localized as possible; however, the repositioning commands and help info need translations (if you're up for translating the text into French and/or German, shoot me an email -- I'll add you to the credits :)
89  
90 French translation by: (translator needed!)
91 German translation by: (translation in process, allegedly)
92 Korean translation by: (translator needed!)
93  
94 Send suggestions/bug reports/etc to myers(at)pobox.com. Enjoy!
95  
96  
97 == Enhances the tooltip by doing the following:
98  
99 1) Set tooltip background color according to faction/aggro
100 2) Changes player tooltips to read like so:
101  
102 Skeev
103 Gnome Rogue, Level 60
104 <Sidewinders>
105  
106 3) Removes "PVP Enabled" and "PVP Disabled" from both player and NPC tooltips
107 4) Reveals all monster levels (ie, no ??) on both tooltip and target panel
108 5) Newbie tips, if they're enabled, should be left intact
109 6) Configurable tooltip repositioning
110 7) Localization-friendly
111  
112  
113 == Command usage:
114 (See commands, above.)
115  
116 == Revision history
117  
118 v1.2.4-1 Fixed version number correctly. Sorry 'bout that :)
119  
120 v1.2.4 Updated version numbers to match most recent Blizzard patch. No other changes.
121  
122 v1.2.3-1 Fixed bug where tooltips would blow up to cover 90% of the screen if you opened a bag while a tooltip was up.
123  
124 v1.2.3 Two significant additions: level reveal and repositioning. Switched to Telo-style version numbering (synced with WoW version #).
125  
126 v1.02a Fixed toc file for wow patch 1.2.3 (4211); tightened up event handler
127  
128 v1.02 Fixed tooltip resizing weirdness that cropped up
129  
130 v1.01 Fixed the odd bit of item names turning gold when browsing w/vendors
131  
132 v1.0 Initial release