vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ---------------------------------------------------------------------------------
2 ToDo:
3 ---------------------------------------------------------------------------------
4 ** mage friendly distances
5 ** warlock friendly distances
6 ** turn 0', 90', 180', 270'
7 ** coords for friendlys in party/raid
8  
9 * tooltips
10 * slash commands for (show, hide)
11 * display icons or numbers or icons and numbers
12 * border color
13 * compatible for huds
14 * minimap button?
15 * lock distance_text_frame (dragable?)
16  
17 * druid distances
18 * wand for priests
19 * range items
20  
21 *** set distance_frame anchor for new installations(when scaling height anchor is centered)
22 *** set anchor point on layout change
23 ---------------------------------------------------
24 --Frame:SetBackdrop([backdropTable]) - Set the backdrop of the frame according to the specification provided.
25 --Frame:SetBackdropBorderColor(r, g, b[, a]) - Set the frame's backdrop's border's color.
26 --Frame:SetBackdropColor(r, g, b[, a]) - Set the frame's backdrop color.
27 --Texture:SetTexture("texturePath" or r, g, b[, a]) - Sets the texture to be displayed from a file or to a solid color.
28  
29 --Frame:UnregisterAllEvents() - Indicate that this frame should no longer be notified when any events occur.
30 --Frame:UnregisterEvent("event") - Indicate that this frame should no longer be notified when event occurs.
31  
32 -------------------------------------------------------------------------------------------
33 known problems:
34 -------------------------------------------------------------------------------------------
35 * friendly distance shows for raid members if not in range (change to ooR)
36 * shows if target is released
37 * doesnt change from friendly to enemy bar when duell starts
38 * problem with C'Thun Warner?
39 ---------------------------------------------------------------------------------
40 Needs to be translated:
41 ---------------------------------------------------------------------------------
42 *
43 -------------------------------------------------------------------------------------------
44 CHANGES:
45 -------------------------------------------------------------------------------------------
46  
47 b1.3
48 * changed bar textures, implemented texture control for following cutom texture options
49 * changed texture name for warrior hamstring
50 * removed rogue spell "distract" from range check
51 * fixed rogue and warrior ranges
52 * changed height/width controls
53 * added reset control for layout
54 * added width/height slider control for bar layout
55 * set the frame for new installations to center of the screen
56 * set height/width values for sliders when layout changed
57 * fixed resizing problem with bar hight in horizontal layout when opening menu
58 * horizontal layout anchors set
59 * rewrote anchor loading code
60 * added throw ability to warrior and rogue ranges
61 * rewrote option menu, added structure for textures and colors
62 * added VertexColor for textures (needed to change the texture color)
63 * added mouse input on frame
64 * removed most slash commands
65 * added bar texture editing (you can now choose your own textures)
66 * vertex color editing implemented
67 * values set for new installations
68 * added barcolors/textures to bartabs in menu
69 ---------------------------------------------------------------------------------
70 v1.283
71 * change in french localization for warlock talents
72 * processes per second reduced
73 * rogue spells implemented
74 * frame hides if player is class without resurection spell and target is a dead unit
75 ---------------------------------------------------------------------------------
76 v1.282
77 * fixed a problem with variables for new installations
78 * bar should show if target stands up after feign death
79 ---------------------------------------------------------------------------------
80 v1.281
81 * fixed a problem with bar width loading
82 * fixed a problem with the reset function
83 ---------------------------------------------------------------------------------
84 31/08/06 v1.28
85 * frame shows when player is dead (fixed)
86 * zone changing problem if bar not locked (fixed)
87 * problem with frame levels (fixed)
88 * option menu implemented
89 * lock/unlock/reset implemented to options menu
90 * frame aplha and width slider implemented to option frame
91 * hight slider implemented to options frame
92 * text anchors implemented to option frame
93 * fixed a problem with shaman friendly ranges
94 * warrior ranges implemented
95 ---------------------------------------------------------------------------------
96 25/08/06 v1.27
97 * frame alpha implemented /dist alpha [value]
98 * text box position commands implemented /dist [position]
99 * border and background textures moved to addon folder
100 * border and bar textures revised
101 * friendly range for shamans implemented
102 * Paladin, Warlock and Priest ranges implemented
103 * Priest and Warlock range talents implemented
104 * removed resurection spells from spellchecking (caused problems with the 30yard range)
105 * removed interactdistance 1 for shamans and mages
106 * multiple spells implemented for checking distances (hunter, shaman, paladin, priest)
107 * Updated toc for patch 1.12
108 * update interval increased
109 * talent and spellcheck changed
110 * Holy Shock added to friendly range
111 * small bug with shaman friendly 5yard range fixed
112 * frame strata and level fixed
113 ---------------------------------------------------------------------------------
114 15/08/06 v1.26
115 * spellcheck and talentcheck updateinterval implemented
116 * Traditional Chinese, Sinplified Chinese talent translations
117 * spellcheck and talentcheck when addon is loaded
118 * druid base talents implemented
119 * mage ranges implemented
120 ---------------------------------------------------------------------------------
121 15/08/06 v1.251
122 * Korean Translation
123 * fixed update interval
124 ---------------------------------------------------------------------------------
125 14/08/06 v1.24
126 * update interval implemented
127 * dynamic talentrange check implemented
128 * distancebars code cleanup
129 * mage ranges implemented (needs testing)
130 ---------------------------------------------------------------------------------
131 11/08/06 v1.23
132 * localization for German, French, Traditional Chinese, Sinplified Chinese
133 * Wing Clip distance fixed
134 * Snowball distance replaced with Throw ability
135 * distance for shamans implemented (needs testing)
136 * some code changes
137 ---------------------------------------------------------------------------------
138 10/08/06 v1.21
139 * slash command for position reset implemented (/distance reset)
140 ---------------------------------------------------------------------------------
141 10/08/06 v1.2
142 * slash command implemented for locking and unlocking the frame
143 ---------------------------------------------------------------------------------
144 07/08/06 v1.1
145 * action slot ID check (you dont need to edit the lua file for spell ID's)
146 * frame hides if target is dead
147 * frame show/hides correctly for duels
148 ---------------------------------------------------------------------------------
149 07/08/06 v1.0
150 * release v1.0