r22-nolib
Details
-
FilenameVolumizer-r22-nolib.zip
-
Uploaded by
-
UploadedMar 13, 2009
-
Size5.37 KB
-
Downloads26
-
MD53e9cdd7600f3cd5cc76310b4b1a9a63c
Supported WoW Retail Versions
- 3.0.9
Changelog
------------------------------------------------------------------------
r22 | torhal | 2009-03-14 01:31:15 +0000 (Sat, 14 Mar 2009) | 2 lines
Changed paths:
M /trunk/Volumizer.lua
Changed some global lookups to upvalues.
------------------------------------------------------------------------
r21 | torhal | 2009-03-13 06:42:43 +0000 (Fri, 13 Mar 2009) | 4 lines
Changed paths:
M /trunk/Volumizer.lua
Removed addon object from global namespace - unnecessary.
Changed "malformed number" 0.5 to 1 in click-timer.
Cannibalized ShowPanel() and TogglePanel() into Volumizer:Toggle() to make show/hide behavior consistent.
------------------------------------------------------------------------
r20 | torhal | 2009-03-11 07:01:43 +0000 (Wed, 11 Mar 2009) | 4 lines
Changed paths:
M /trunk/Volumizer.lua
Removed OnLeave-hiding of panel, as it was rather annoying and hiding can be accomplished by pressing Esc or clicking anywhere in the WorldFrame.
Added tooltips for all checkboxes.
Changed panel's strata from TOOLTIP to DIALOG.
------------------------------------------------------------------------
r19 | torhal | 2009-03-10 05:20:38 +0000 (Tue, 10 Mar 2009) | 1 line
Changed paths:
M /trunk/Volumizer.lua
Using the SlashCmd while the panel is shown will now hide it.
------------------------------------------------------------------------
r18 | torhal | 2009-03-10 05:04:49 +0000 (Tue, 10 Mar 2009) | 2 lines
Changed paths:
M /trunk/Volumizer.lua
Added code to hide the control panel if the user clicks on the WorldFrame.
------------------------------------------------------------------------
r17 | torhal | 2009-03-01 07:12:25 +0000 (Sun, 01 Mar 2009) | 2 lines
Changed paths:
M /trunk/Volumizer.lua
Added VolumizerPanel to UISpecialFrames.
------------------------------------------------------------------------
r15 | torhal | 2009-02-26 01:09:39 +0000 (Thu, 26 Feb 2009) | 5 lines
Changed paths:
M /trunk/Volumizer.lua
Added text field to LDB object to display the current Master volume level.
Added current volume levels next to the slider names in the control panel - made the label font smaller to fit this in.
Added "/vol" slash command to bring up the control panel.
Fixed erroneous event name in Volumizer:P_E_W.
Changed control factory functions to reference a local variable rather than doing a lookup on info[name] and toggle[name] every time.
------------------------------------------------------------------------
r13 | torhal | 2009-02-24 19:14:12 +0000 (Tue, 24 Feb 2009) | 1 line
Changed paths:
M /trunk/Volumizer.lua
Added check-box toggles for "Sound in Background", "Loop Music", "Error Speech", and "Emote Sounds".
------------------------------------------------------------------------