vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 6.0 Changes
2 Added fading out when resting, then I removed it.
3 Added contextual paging
4  
5 7.0 Changes
6 Added a GUI options menu, can be shown by /bg
7  
8 8.0 Changes
9 Switched the action buttons over to a global event handler, combined with the event handler for the action bars to form BActionMain.
10 Improved the UpdateUsability and OnUpdate functions for Action Buttons.
11 These things should hopefully make Bongos a bit more efficient.
12  
13 5.12.9 Changes
14 Reset versioning to be <MM>/<DD>/<YY> to matchup with the public release of Bongos
15 Fixed a bug causing /bg showgrid, hidegrid and the corresponding options menu commands to not work
16 Added global scaling
17 Did some backend work, using BBar for common functions, simplified the right click menu
18 Changed the look of BOptions
19  
20 5.12.10 Changes
21 Released to curse
22 Post Release:
23 Added a message on first startup and on a version update.
24 Split GroupLoot from Bongos, named Bongos_Rollbar and BRollBar
25  
26 5.12.14 Changes
27 Added the ability to turn off coloring
28  
29 5.12.16 Changes
30 Fixed a bug where dragging and dropping pet buttons would cause an error.
31 Keybindings are now in uppercase
32  
33 5.12.17 Changes
34 Rescaling is now properly done on startup
35  
36 6.1.3 Changes
37 Updated toc for the 1.9 patch
38  
39 6.1.12:
40 Added better support for Asbestos
41 Brightened the casting bar
42 Should be properly paging when switching stances/forms/etc on the main bar.
43  
44 6.1.16:
45 Fixed a bug causing bars with the first button empty to not be placed properly
46 BongosStats now remembers if it was shown or not.
47  
48 6.3.21:
49 Added the ability to show/hide macro text. command: /bg macrotext <enable | disable>
50 Added the ability to show/hide hotkey text. command: /bg hotkeys <enable | disable>
51 Added the ability to specify the size of cooldown count. command: /bg cooldownsize <size>
52 Added the ability to toggle action/pet buttons being locked. commands: /bg lockbuttons and /bg unlockbuttons
53 Added the ability to specify a bar's opacity. command: /bg setalpha <bar> <value>
54 Added the ability to make bars "stick" to each other. command: /bg stickybars <enable | disable>
55 Bars linked to other bars now have their drag buttons darkened.
56 Added a close button to each right click menu to minimize confusion.
57 Added keybindings to toggle the visibility of the Bag and Menu bars.
58  
59 Changed the color of cooldown count to green.
60 Made the castbar longer so that spell names aren't truncated as often.
61 The width and height of most bars has been readjusted to more closely match their actual width and height.
62  
63 Fixed a problem with contextual paging in duels (hopefully for real this time :)
64 The OnUpdate function for contextual paging should no longer run when no bars are using that feature.
65  
66 Bongos_Rollbar and Bongos_Castbar - These have been moved back into the Bongos folder to reduce addon listing clutter.
67 They are located in the opt folder within the Bongos directory, and can be deleted if not wanted.
68 If people complain, I'll make 'em seperate again :)
69  
70 Bongos_Options - the options menu is now a seperate, dynamically loaded addon called Bongos_Options. Its still triggered via /bg.
71  
72 6.3.23b:
73 Adjusted the cooldown count with Grayhoof's changes:
74 The color changes from grey (long), to yellow (medium), to red (short)
75 Longer cooldowns are smaller
76 Made the default size for cooldown text to be 18
77  
78 Changed the pet button's framestrata to MEDIUM from DIALOG
79  
80 Cleaned up how the default layout looks.
81 Made paging on the first bar enabled by default.
82  
83 Fixed the /bg scale command.
84  
85 6.4.3:
86 Fixed a bug causing buttons to sometimes appear at the start of the screen at first load.
87 Moved the cast bar and roll bar back out to be seperate addons.
88 Modified Infield so that it no longer needs to be a seperate addon.
89 Added an experience bar behind the player's name, Bongos_Exp.
90 Bongos is no longer dependent on Infield. You can now remove Infield if Bongos was the only mod using it.
91  
92 6.4.9:
93 Fixed a bug when moving the options menu without the old version of Infield installed.
94 Fixed a bug when interruped on the casting bar.
95 Added the ability to hide text on the casting bar slash command: /bg casttext <enable | disable>
96 Added the ability to scale the casting bar, command: /bg scale cast <value>
97  
98 6.4.13:
99 Removed cooldown count and its options from Bongos. Its functionality is now part of Omni Cooldown Count.
100  
101 6.4.20:
102 Fixed some math on page skipping.
103 ActionButtons are now dynamically generated.
104 Selfcast and Altcast should now work with bandages.
105  
106 6.4.21:
107 Fixed a bug with using hotkeys for action buttons that aren't shown.
108 Fixed a bug causing macro text to be too long.
109 Fixed a bug causing hotkey text to not show up.
110 Fixed a bug causing the background of a bar to show up if the bar was previously hidden.
111 Fixed a bug causing the itemcount of a button to not show up.
112  
113 6.5.31:
114 Switched versioning to yy.mm.dd because I can :)
115 Fixed a bug with toggling hotkeys using the slash command.
116 Fixed bugs causing sticky frames to not work as intended, seperated the code from Bongos.
117  
118 Optimized the handling of ACTIONBAR_SLOT_CHANGED
119 Made the size of all bars closer to to the total size of their contents.
120 Drag buttons now stay at normal size, regardless of the scale of their parent bars.
121  
122 Selfcast should now mimic the functionality of other selfcast mods.
123 The pet bar and class bar are now dynamically generated.
124 Hotkeys can now be shown for the pet and class bars.
125 The casting bar can now have its scale and opacity changed via the slash commands /bg scale cast and /bg setalpha cast
126 The casting bar will now automatically grow in size to fit the name of the spell being cast.
127  
128 Any slash command that used <enable | disable> as a toggle now uses <on | off>
129 Any slash command that takes a bar as an argument can now specify a set of bars:
130 /bg show 1 2 3 4 bags class - will show the actionbars 1, 2, 3, 4, and the class and bag bars.
131 /bg setalpha pet 1 cast 0.5 - will set the opacity of the first actionbar, the pet and cast bars.
132  
133 Added the ability to specify a delay after pressing a button before its active again. Can be set via /bg preventmash or the options menu.
134 Added the ability to set the number of rows the class bar has using its right click menu.
135 Added the ability to set the number of rows the pet bar has using its right click menu.
136 Added the ability to specify which button is used for selfcast via /bg altcast <key> or the options menu.
137 Added the ability to decrease the number of buttons an actionbar has via its right click menu.
138 Added the ability to specify the number of actionbars to use via the command /bg numactionbars <value>
139 Added the ability to set the key for quickly moving action buttons via /bg quickmove <key> or the options menu.
140 The default key to hold down for moving a button is now control instead of shift.
141 Added the ability to show only the main bag on the bag bar via its right click menu.
142  
143 Added a slash command for Bongos Stats to toggle its visibility - /bstats
144  
145 Removed the slash command to toggle contextual paging.
146  
147 6.6.1
148 Fixed a bug with the global scale slider on the options menu.
149 Fixed a bug causing the bag and menu bars to not remember their opacities.
150 Fixed a bug with trying to place a frame to the left of another frame with sticky frames enabled.
151  
152 6.6.4
153 Fixed a bug with the global scale slider on the options menu. Seriously.
154 Replaced calls to IsAddOnEnabled with IsAddOnLoaded
155 Fixed a bug causing Action Buttons to not show as being pushed when pressed.
156 Added a new addon to Bongos, Bongos_Profiles, which can save and load different bar layouts.
157 When enabled, the following slash commands are available:
158 /bg save <profile> - Saves the current bongos settings.
159 /bg load <profile> - Loads the given profile, if available.
160 /bg delete <profile> - Deletes the given profile.
161 /bg setdefault <profile> - Uses <profile> for the default layout of new characters.
162 /bg cleardefault - Returns to using the normal layout for new characters.
163  
164 6.6.6
165 Fixed a red screen on startup issue with using a completely new user with Bongos.
166 Fixed a bug causing sticky bars to crash. Sticky bars is now enabled by default again.
167 The behaviour of moving buttions with quick unlock should now be consistent.
168  
169 6.6.19
170 Updated toc entries to match the 1.11 version
171 Added a bar for the new keyring. Its ID for slash commands is key
172 Removed prevent button mash code due to issues
173 Replaced the old bongos experience bar with Bongos_XP. Its ID for slash commands is xp
174 Modified all right click menus to be dynamically generated.
175 Modified the color for range coloring to be less red.
176  
177 6.6.21
178 Fixed a bug causing a red screen error after setting the opacity of the key ring.
179 Updated the group loot frames to 1.11 code.
180 Added the ability to set the out of range coloring via the options menu and the command:
181 /bg rangecolor <red> <green> <blue>
182  
183 6.6.29
184 Fixed a bug causing gained experience to not show up on the experience bar.
185 Fixed a bug causing the pet buttons to not use the quickmove key.
186  
187 Added options to show the experience bar to the options menu.
188 The roll bar is now a full Bongos bar. It is now possible to set its scale and opacity.
189  
190 Made all right click menus stay on screen using blizzard functionality.
191  
192 6.7.3
193 Fixed redscreen errors when attempting to use profile slash commands.
194 Fixed a bug when attempting to save/delete/load a profile with a multiword name via slash commands.
195 Fixed a bug when loading a profile with a different amount of actionbars.
196 Fixed a bug causing the key bar to not have its settings loaded when loading a profile.
197  
198 Rightclick menus are no longer directly attached to their actionbars.
199 Added a new slash command: /bg toggle <bar>
200  
201 6.7.30
202 Fixed a bug causing a red screen error when loading a profile.
203 Fixed a bug causing tooltips to not update properly, sometimes
204  
205 6.8.21
206 Updated Bongos for 1.12
207 Rewrote and reorganized Bongos. Delete before installing.
208 Bongos now saves settings per bar addon. Saved settings were lost in the process.
209 The slash command /bg is now /bob. This is because /bg is now used for battlegrounds chat.
210 Split the actionbar component out of Bongos from the core. Its name is Bongos_ActionBar.
211 Altered selfcast to obey the blizzard setting.
212 Altered the UI for moving bars around a bit. It now looks similar to Bartender.
213 Reduced the size of most bars slightly.
214 Bongos now reuses all blizzard created action and pet buttons.
215 Bongos_Stats is now a full Bongos Bar. It can be scaled, locked, and have its opacity set.
216 Bongos_Profiles has been merged into the core addon of Bongos.
217 Profiles should now always update in version when loaded instead of just at login.
218 Added scripting support to Bongos, but I have not documented it yet.
219 Added the ability to turn off action button tooltips.
220  
221 Fixed a bug causing the class bar to always reset to being a single row upon login.
222 Fixed a bug causing the pet bar not to remember its settings.
223 Fixed a bug causing the experience bar's menu to stay attached to the bar.
224 Fixed a bug with the positioning of right click menus.
225 Fixed a bug causing pet buttons to be inadvertently picked up.
226  
227 6.8.22
228 Fixed a bug causing checking the selfcast option to generate an error
229 Fixed a bug making it not possible to enable sticky bars after disabling them.
230  
231 6.8.22b
232 Fixed a bug causing disabling out of range coloring to not work properly
233 Fixed a bug causing an error when setting hotkeys
234  
235 6.8.23
236 Fixed a bug with Infield
237 Fixed a bug causing the locked and show empty buttons boxes to always be unchecked.
238 Fixed a bug causing loading a profile twice in a single session to erase the profile's settings.
239 Fixed a bug causing the experience bar to rest its width upon reload
240 Fixed a bug causing the background of the casting bar to sometimes appear above its border
241 Fixed some bugs when attempting to selfcast using action buttons
242  
243 Right clicking an actionbutton will now attempt to selfcast.
244 Added a fix for compatibility issues between Titan and Bongos.
245 Added a warning message for people using CT_BottomBar
246  
247 6.8.26
248 Replaced the map bar fix with a less invasive one. It is now part of Bongos_Minimap, and not Bongos
249 Bongos, by default, will not reuse blizzard buttons. This is to prevent conflicts with other addons.
250 The command, /bob reuse, will toggle reusing blizzard buttons to save memory.
251  
252 Added tooltips to bars when unlocked.
253 Added the missing keybinding names to Bongos_ActionBar.
254 Added the ability to specify a range of bars, ex 1-10, and a group of bars, ex menu key bags,
255 to the bar field for custom scripts
256  
257 Fixed a bug with the keybindings to toggle the bag and menu bars.
258  
259 6.8.28
260 Fixed a bug with the arrangement of pet buttons when not reusing blizzard buttons.
261 Fixed a bug with actionbars not updating when shown
262  
263 Todo:
264 Test Titan Fix
265 Localization.
266  
267 Bugs:
268 CT Mod issues, can be resolved by not running CT_BottomBar