vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Displays energy ticks and combo points on a progress bar
2  
3 EnergyWatch v2 : Usage - /ew option
4 options:
5 on : Enables EnergyWatch
6 off : Disables EnergyWatch
7 unlock : Allows you to move EnergyWatch
8 lock : Locks EnergyWatch
9 sound _ : Sets Sound on/off or custom
10 invert : Invert progress bar direction
11 scale _ : Scales EnergyWatch (0.25 - 3.0)
12 help _ : Prints help for certain options (below)
13 text _ : Sets the text on EnergyWatch
14 show _ : Set when EnergyWatch should be shown
15  
16 EnergyWatch : Usage - /ew text string
17 the string may contain a few special replacements:
18 &e : Current Energy
19 &em : Maximum Energy
20 &c : Combox Points
21  
22 EnergyWatch_v2 : Usage - /ew show option
23 option:
24 always : Always shown
25 combat : Shown in Combat
26 stealth : Shown in Combat and while Stealthed
27 stealthonly: Show only while stealthed
28 ---
29  
30 Author
31 ------------------------
32 Repent -- Shadoh of Laughing Skull
33  
34 Original Author
35 ------------------------
36 Vector- - Kerryn of Laughing Skull
37  
38 Changes
39 1.0
40 --------------------------------------------------
41 Watching UNIT_ENERGY event. This will fix the problem with
42 energy not correctly getting set on load.
43 Removed the Event for UNIT_MANA. This is not need since we
44 are using UNIT_ENERGY.
45 You can now have your combo points shown on the energy bar.
46 I find this extremely useful. When doing the text replacement
47 use &c. For example, to show a text of Energy with combo points
48 and Current Energy you could do.
49 /ew text Energy (&c) &e. At 100 energy and 2 combo points this would be
50 Energy (2) 100
51  
52 1.1
53 -------------------------------------------------
54 Changed the file to a zip file.
55  
56 1.2
57 -------------------------------------------------
58 EnergyWatch will now work in druid stealth form.
59 If you reload your UI the energy bar will now be shown if it was before.
60  
61 1.3
62 -------------------------------------------------
63 There is a new option, stealth only. Type /ew show stealthonly.
64  
65 1.4
66 ------------------------------------------------
67 Updated for patch 1.9