vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --------------------------------
2 -- Upcoming Version(s)
3 --------------------------------
4  
5 --------------------------------
6 -- To Do
7 --------------------------------
8  
9 --------------------------------
10 -- Current Bugs
11 --------------------------------
12 - Tack window resizes to the correct height after load in when you do anything to update the Tack window
13  
14 --------------------------------
15 -- History
16 --------------------------------
17  
18 (11/10/05) - v3.11 Release
19  
20 [-- Additions/Changes --]
21  
22 - Added a /par width size command to resize the Tack window, so /par width 200. The default size is 300
23 - The + and - sign in the Tack window will now only appear if the Chapter has text to display
24 - Changed how I register to myAddons to now use the global version variable of Parchment so it will always display correctly in myAddons
25  
26 (11/8/05) - v3.1 Release
27  
28 [-- Additions/Changes --]
29  
30 - Left clicking a Chapter name in the Tack window will expand or collapse the Chapter text
31 - There's a + and - sign to indicate if a Chapter is expanded or collapsed in the Tack window
32 - Right clicking a Chapter name in the Tack window will open Parchment to that Chapter if it's not open, or if it is open it will change to the appropriate Chapter
33 - Shift + left clicking a Chapter name in the Tack window will untack that Chapter
34 -The previous method of putting text into the Tack window was a large string, which gave no functionality. Now each element is a button to give the above mentioned functionality, and with that comes number limitations. So, as of this version you are limited to Tacking 10 chapters.
35 - Added an Add Chapter button to the Options frame complete with an interface
36 - Whenever you add a new Chapter now, Parchment will default to that new Chapter. So, if Parchment is open when you add a new Chapter then it will change to that Chapter automatically
37 - Resized the confirmation windows
38 - Added the click functionality messages to the /par list of commands
39 - Color coded the command list when you do /par
40 - Code cleanup, seperated out XML and LUA to their own respective files, and new variables for the Tack window revamp, should be backwards compitable but might want to backup to be safe
41 - Removed the 900 character limit since Blizzard removed the variable length restriction with v1.8
42 - Added myAddons support (Thanks to Dark Imakuni for fixing my mistakes)
43  
44 [-- Bug Fixes --]
45  
46 - ButtonHole support should now work if it was not previously
47 - Fixed a bug where the title of Parchment at the top of it would not show on the Options tab
48  
49 [-- Known Bugs --]
50  
51 - Minor Tack window height variation difference between first load and updates to the Tack window after load
52  
53 (10/28/05) - v3.1b 2nd Release
54  
55 [-- Additions/Changes --]
56  
57 - Shift + left clicking a Chapter name in the Tack window will untack that Chapter
58 - Added a + and - sign to indicate if a Chapter is expanded or collapsed in the Tack window
59 - Added the click functionality messages to the /par list of commands
60 - Added myAddons support
61  
62 (10/27/05) - v3.1b Initial Release
63  
64 [-- Additions/Changes --]
65  
66 - The Tack window was completely recoded
67 - Left clicking a Chapter name in the Tack window will expand or collapse the Chapter text
68 - Right clicking a Chapter name in the Tack window will open Parchment to that Chapter if it's not open, or if it is open it will change to the appropriate Chapter
69 -The previous method of putting text into the Tack window was a large string, which gave no functionality. Now each element is a button to give the above mentioned functionality, and with that comes number limitations. So, as of this version you are limited to Tacking only six chapters. That may likely increase to 10 on the full release.
70 - Code cleanup and new variables for the Tack window revamp, should be backwards compitable but might want to backup to be safe
71 - Removed the 900 character limit since Blizzard removed the variable length restriction with v1.8
72  
73 [-- Bug Fixes --]
74  
75 - ButtonHole support should now work if it was not previously
76  
77 [-- Known Bugs --]
78  
79 - Minor Tack window height variation difference between first load and updates to the Tack window after load
80  
81 (10/12/05) - v3.083 Release
82  
83 [-- Additions/Changes --]
84  
85 - TOC updated for new patch
86  
87 (9/13/05) - v3.082 Release
88  
89 [-- Additions/Changes --]
90  
91 - Added support for ButtonHole
92 - TOC updated for new patch
93  
94 (8/30/05) - v3.072 Release
95  
96 [-- Additions/Changes --]
97  
98 - Added a Confirmation box when you hit either Clear or Delete
99 - Removed the version number from the name of Parchment in the Addons List in preperation of Titan support. The version number is now in the info when you mouse over Parchment in that list. The version number remains on Parchment in the game though
100 - You now have the option when adding a Chapter to specify if it's to be seen on all realms or realm based. Currently when you add a Chapter it's the 'all' method, meaning no matter what server you are on you will see that Chapter. By changing how the /par add command works, you can flag it for 'realm' so you only see it on that realm if you have the Options set accordingly. Thew new command format is as follows:
101  
102 /par add all/realm Name
103  
104 So:
105  
106 /par add realm Engineering
107 /par add all Reminders
108  
109 (8/22/05) - v3.062 Release
110  
111 [-- Bug Fixes --]
112  
113 - Fixed a bug where when deleting a Chapter it would delete that chapter but then make the General chapter the one you just removed and in turn overwrite anything saved on General
114  
115 (8/5/05) - v3.061 Release
116  
117 [-- Additions/Changes --]
118  
119 - Added a Cancel button on the Parchment window that when pressed will cancel anything you've typed and close the window. The information you type will be saved when you close Parchment by the Save button, the X button, minimap button, or keybind toggle, change the Chapter you are viewing, or go to Options, unlike the previous method of saving as you type.
120 - Added a version variable that will now show the current version of Parchment you are using in the title of the Parchment window and if you view the Addons list on the character screen
121  
122 (7/14/05) - v3.051 Release
123  
124 [-- Additions/Changes --]
125  
126 - Parchment will now close when escape is pressed
127 - Added a keybinding to toggle the Tack window
128  
129 (7/13/05) - v3.041 Release
130  
131 [-- Additions/Changes --]
132  
133 - toc verson Update to 1600
134  
135 (6/28/05) - v3.04 Release
136  
137 [-- Additions/Changes --]
138  
139 - Moved the default position of the Tack window down a bit to avoid overlapping with Titan Panel users. The Tack window is of course draggable, but may as well keep it out of the way to start with
140 - Found that there's a character limit of just over 900 for each Chapter, not by choice. So, I've reduced the amount of text you're able to enter to 900 characters and at the bottom of Parchment is a character indicator that tells you how many characters of text you currently have, which you cannot exceed now.
141 - Fixed a scrollbar bug where if you entered text in the middle of a long amount of text, the scrollbar would move to the bottom while you were typing in the above area. The scrollbar now stays where the focus is, your typing.
142  
143 (6/28/05) - v3.03 Release
144  
145 [-- Additions/Changes --]
146  
147 - Finished the load defaults function. I completely forgot about this function since adding in the new features, so this defaults the new features now and not just options from v2.0
148 - Moved the default Tack window position to avoid overlapping your character avatar if using the default party frames
149 - Added a Reset button in Options for the Tack window to move it back to its default position. Also added a /par resettack command for the same thing
150 - Added a /par defaults command. This functionality exists already with a button in Options, just adding in the command
151 - Changed the black text in Options to red. The black text with a shadow effect just didn't look right, plus red fits in with the Parchment minimap icon
152 - Moved the tooltips on all objects to be above and aligned left with the object to avoid tooltips going off the screen if Parchment is on the left or right edge of the screen
153  
154 (6/24/05) - v3.02 Release
155  
156 [-- Bug Fixes --]
157  
158 - Fixed a bug with characters from other realms showing as a blank spot in the Chapter dropdown when all realms was unchecked
159 - Fixed a bug to prevent errors with the Tack window if all realms was unchecked, no Chapters tacked from your current realm but a Chapter tacked from another realm
160  
161 (6/24/05) - v3.01 Release
162  
163 [-- Additions/Changes --]
164  
165 - Made the text on the Options page black for easier readability
166  
167 [-- Bug Fixes --]
168  
169 - Fixed a bug with the Tack window showing on load even when set to not show
170  
171 (6/23/05) - v3.0 Release
172  
173 [-- Additions/Changes --]
174  
175 - Word reference change - The notes on a character are called a Chapter
176 - You can tack player's Chapter which puts their text into a small window you can move around, the Tack window. You can adjust the transparency of the Tack window, show or hide it, lock or unlock it, show or hide the border, all in Options
177 - If a character has a tacked Chapter but there is no text for them then they will not show on the Tack window until their Chapter is not blank
178 - Added in new line commands for all the new features from v2.1 to current and for older features that did not have commands yet. Also changed a command so see the above list of commands for a full list.
179 - You can add any Chapter you want now by doing /par add Name where Name would be what you want to call it. For example, if I wanted to add a Chapter called Engineering I'd do /par add Engineering and that would add Engineering to the dropdown at the top. To avoid possible bugs with this feature I'd keep the name a single word, no spaces, dashes, underscores, etc.
180 - Code optimization. Cleaned up a lot of redundant code I had so let me know if you see any bugs.
181 - Variable initialization has changed. The previous method could cause errors with certain functions because they were not being set correctly, or at all. This means that some Options may be set back to default settings on your first load with this version. None of your Chapters are effected though. This is also the first step in me getting per-character settings in place.
182  
183 [-- Bug Fixes --]
184  
185 - Fixed a bug where options were reverting back to defaults when logging in or reloading console
186 - Fixed a bug where the minimap button would be off the minimap on your first load in
187 - Fixed a bug with a string being set to nil on load which generated an error
188  
189 [-- Known Bugs --]
190  
191 - The size of the Tack window will be 5 pixels taller then it should be when you first load in, if the Tack window is being shown. The height will adjust correctly when the Tack window is updated either by opening and closing, minimizing and maximizing, or opening Parchment
192  
193 (6/22/05) - v3.0b 3rd Release
194  
195 [-- Bug Fixes --]
196  
197 - Fixed a bug that was causing the Tack window to hide when opening your map
198  
199 (6/22/05) - v3.0b 2nd Release
200  
201 [-- Additions/Changes --]
202  
203 - Added a transparency slider for the Tack window in Options
204 - Added a show/hide Tack window border feature in Options
205 - Added a show/hide Tack window border command, /par showborder and /par hideborder
206 - The /par add_Name command is changed to /par add Name - removed the need for the _ in the command for ease of use
207 - Word reference change. The notes on a character is called a Chapter
208 - Variable initialization has changed. The previous method could cause errors with certain functions because they were not being set correctly, or at all. This means that some Options may be set back to default settings on your first load with this version. None of your Chapters are effected though. This is also the first step is me getting per-character settings in place.
209  
210 [-- Bug Fixes --]
211  
212 - Fixed a resize bug where if clearing a tacked Parchment, or untacking a Parchment, would cause the minimized Tack window to be smaller then intended
213 - Fixed a bug where the minimap button would be off the minimap on your first load in
214 - Fixed a bug with a string being set to nil on load which generated an error
215  
216 [-- Known Bugs --]
217  
218 - Still for some reason if you load into the game and have your Tack window open, it will be 5 pixels too tall but will set to the correct height if you open Parchment or minimize and maximize the Tack window or hide and show the Tack window
219  
220 (6/18/05) - v3.0b Initial Release
221  
222 [-- Additions/Changes --]
223  
224 - You can tack players' Parchment which puts their text into a small window you can move around, the Tack window
225 - If a character has a tacked Parchment but there is no text for them then they will not show on the Tack window until their Parchment is not blank
226 - Added options to show/hide the Tack window and lock/unlock the Tack window,
227 - Code optimization. Cleaned up a lot of redundant code I had so let me know if you see any bugs.
228 - Added in new line commands for all the new features from v2.1 to current and for older features that did not have commands yet. Also changed a command so see the above list of commands for a full list.
229 - You can add any Parchment you want now by doing /par add_name where name would be what you want to call it. For example, if I wanted to add a Parchment called Engineering I'd do /par add_Engineering and that would add Engineering to the dropdown at the top. To avoid possible bugs with this feature I'd keep the name a single word, no spaces, dashes, underscores, etc.
230  
231 [-- Bug Fixes --]
232  
233 - Fixed a bug where options were reverting back to defaults when logging in or reloading console
234  
235 [-- Known Bugs --]
236  
237 - Minor visual annoyance, to me anyway, that being if you have your Tack window open (not minimized), when you log into the game then the height of it will be a bit larger. However when you open Parchment, minimize and maximize the Tack window, or close and open the Tack window, the height will be what it should be. It's only a few pixels larger if left open when loading in, but just one of those minor annoyances to me.
238  
239 [-- To Do --]
240  
241 - Add the ability to add a Parchment into options so it's not just command line
242  
243 (6/14/05) - v2.2 Release
244  
245 [-- Additions/Changes --]
246  
247 - Added a delete button to remove a character's Parchment
248  
249 (6/14/05) - v.2.1 Release
250  
251 [-- Additions/Changes --]
252  
253 - Added a minimap icon to toggle Parchment
254 - Added into Options the ability to show or hide the minimap icon
255 - Added into Options the ability to move the position of the minimap icon
256  
257 (4/5/05) - v2.0 Release.
258  
259 No changes to note since 2.0b
260  
261 (3/30/05) - v.2.0b Release
262  
263 [-- Additions/Changes --]
264  
265 - Variable changes for better flexability, so you will lose any information from a previous version
266 - Multiple character and server support
267 - A parchment for a character is created the first time you login with that character
268 - Added a General area to Parchment for notes not pertaining to any one character
269 - Ability to toggle between the various character parchments and add to them from any character
270 - Commands integrated into an options frame
271 - Option to toggle showing all realm character parchments or just the current realm you're on
272  
273 (3/24/05) - v1.0 Initial release