vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Features:
2 ---------
3 * Configscreen with /dhud menu or via Minimap Button
4 * Health/Mana Bars change color according to how filled they are
5 * All Bars are animated
6 * Shows Level, Name, Class ans Elite/Boss, Pet, NPC
7 * Support for Telos Mobhealth / Mobinfo2 / Mobhealth2.
8 * 4 Alpha Settings for: Combat / Target selected /
9 No Target / Player is regging
10 * 4 Displaymodes for Health / Mana
11 (1 = 100%, 2 = 456, 3 = 456/1023, 4 = no Display)
12 * Many positioning and Scaling Options.
13 * Hide Blizzard Player / Targetframe
14 * Target Menu with Rightclick on Targetname
15 * Player Menu with Rightclick on Playername (F11)
16 * Castingbar with Casttime
17 * Option to hide Petbars
18 * Option to hide Targetbars / Text
19 * Compatible with any WoW Language Versions
20 * myAddons Support
21 * all Options can be changed with /dhud Slashcommands
22  
23 Todo:
24 -----
25 * Skin Support (Different Layouts and Graphics)
26 * Change Textcolor on Barvalue
27 * User can change Barcolors
28 * Show Target PvP Status
29 * Show Target PvP Rang
30 * Show Groupnumber in Raids
31 * Show Resting Status
32 * HP / Mana Displaymodes with Variables
33 * Show own Buffs/Debuffs
34 * Druidbar Support
35 * Display Target of Target
36  
37 Known Bugs:
38 --------------
39 none
40  
41 History:
42 ---------
43 2006.04.20 (v0.86)
44 * fixed DHUD init
45 * Bliz. Castingbar turned on when DHUD Castingbar is off
46  
47 2006.04.19 (v0.85)
48 * fixed Bar/Casting Bug
49  
50 2006.04.19 (v0.84)
51 * fixed Scaling over 1.5 (HP/Mana Text wrap problem)
52 * fixed Minimapbutton Clickable Area
53 * fixed Barbackground when Dead
54 * Player / Target rightclick Menu optimized
55 * added Casting Bar
56 * added Casting Time / Delay
57 * added reset Button to Menu
58 * Option to change Fontcolors
59 * Option to change Fontoutlines
60 * Option to Hide Petbars
61 * Option to Hide Targetbars / Text
62  
63 2006.04.11 (v0.83)
64 * DHUD runs now on all WOW Language Versions
65 * myAddons Support
66 * Mobhealth2 Bugfix (DHUD now hides Mobhealth2 Targethp when
67 Blizzard Targetframe is hidden)
68 * (experimental) DHUD dont show Blizzardframes when they are
69 Disbaled by DUF, Nymbias Perl Unitframes, Classic Perl Unitframes
70 * Minimap Button to show Optionsframe
71 * Support for Telo's Mobhealth
72  
73 2006.04.08 (v0.82)
74 * Many new positioning Options.
75 * New Textures.
76 * Small Bugfixes.
77 * Option to Hide NPC.
78  
79 2006.04.05 (v0.81)
80 * Slash Command: /dhud bplayer - Blizzard Playerframe on / off
81 * Slash Command: /dhud btarget - Blizzard Targetframe on / off
82 * Some Event Optimizing.
83 * Target Menu with Rightclick on Targetname
84 * Player Menu with Shift Rightclick on Targetname
85  
86 2006.04.01 (v0.8)
87 * Configscreen: /dhud menu
88  
89 2006.03.20 (v0.72)
90 * Code Cleanup.
91 * Small Bugfixes.
92  
93 2006.01.21 (v0.65)
94 * Added Support for Playerpets.
95 * Slash Commands: new Commands for changing x and y offsets.
96 * Slash Commands: new Commands for changing fontsizes.
97 * Optimized some Code.
98 * Updated Textures.
99  
100 2006.01.18 (v0.61):
101 * Bugfix: After Login the Playerhealth was Displayed wrong sometimes.
102  
103 2006.01.18 (v0.6):
104 * Support for Mobhealth2 / Mobinfo2.
105 * Slash Command: /dhud regalpha 0 - 1
106 * Slash Command: /dhud reset
107 * Slash Command: /dhud showlevel
108 * Slash Command: /dhud showname
109 * Slash Command: /dhud showclass
110 * Slash Command: /dhud showelite
111 * Slash Command: /dhud playerdisplaymode 1 - 4
112 * Slash Command: targetdisplaymode 1 - 4
113 * Baroutlines now hide when Player is Dead.
114 * New Alphamode regalpha added.
115 * more Code optimizing.
116 * Slash Command now give feedback.
117  
118 2006.01.17 (v0.5):
119 * HUD leaves Combatmode only when Health and Mana are full.
120 * Slash Command: /dhud combatalpha 0 - 1
121 * Slash Command: /dhud nocombatalpha 0 - 1
122 * Slash Command: /dhud selectalpha 0 - 1
123  
124 2006.01.16 (v0.41):
125 * Fixed Bug in Line 260
126 * 0.5 Scale works now
127  
128 2006.01.16 (v0.4):
129 * Rage & Energy are now real Values instead of Percent.
130 * Slash Command: /dhud scale 0.5-2 to scale entire HUD.
131  
132 2006.01.16 (v0.31b):
133 * Removed "0" Level when no Target selected.
134  
135 2006.01.16 (v0.3b):
136 * First public Release.