3.1.0-1.1.0

Details

  • Filename
    Volumizer-3.1.0-1.1.0.zip
  • Uploaded by
  • Uploaded
    Apr 17, 2009
  • Size
    12.44 KB
  • Downloads
    104
  • MD5
    3a068407f63d78e9bffd93f3f47a45ec

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r30 | torhal | 2009-04-17 23:34:41 +0000 (Fri, 17 Apr 2009) | 2 lines
Changed paths:
   A /tags/3.1.0-1.1.0 (from /trunk:29)

Actually tagging rather than branching. Gah.

------------------------------------------------------------------------
r28 | torhal | 2009-04-17 23:31:34 +0000 (Fri, 17 Apr 2009) | 5 lines
Changed paths:
   M /trunk/Volumizer.lua
   M /trunk/Volumizer.toc

Added ability to apply settings and names to presets.
Updated TOC for WoW 3.1.
Moved upvalues to top of file.
Removed g_env.

------------------------------------------------------------------------
r27 | torhal | 2009-04-12 10:26:54 +0000 (Sun, 12 Apr 2009) | 5 lines
Changed paths:
   M /trunk/Volumizer.lua

Changed presets table to be indexed.
Removed local presets sandbox, now using SavedVariables directly.
Re-structured PEW function to be more logical.
Revamped panel look-n-feel to fit in with Blizzard's frames.

------------------------------------------------------------------------
r26 | torhal | 2009-04-11 21:42:28 +0000 (Sat, 11 Apr 2009) | 2 lines
Changed paths:
   M /trunk/Volumizer.lua

Changed LDB icon to reflect whether or not sound is muted.

------------------------------------------------------------------------
r25 | torhal | 2009-03-24 06:30:30 +0000 (Tue, 24 Mar 2009) | 5 lines
Changed paths:
   M /trunk/Volumizer.lua
   M /trunk/Volumizer.toc

Added SavedVariables to .toc
Removed trailing "s" from the Sound_EnableAllSound CVar.
Added ability to select presets volume levels and toggles, with an option to reset to default values.
Temporarily added "Solo" and "Raid" presets until I code user-defined presets.

------------------------------------------------------------------------
r24 | torhal | 2009-03-20 08:04:37 +0000 (Fri, 20 Mar 2009) | 3 lines
Changed paths:
   M /trunk/Volumizer.lua

Added Default values to info and toggle tables.
Added preliminary code for a Presets button.

------------------------------------------------------------------------
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".
------------------------------------------------------------------------
r11 | torhal | 2009-02-09 17:48:52 +0000 (Mon, 09 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Volumizer.lua

Added SlashCmd "/volumizer" to open the control panel in the center of the screen.

------------------------------------------------------------------------
r9 | torhal | 2009-02-06 01:51:45 +0000 (Fri, 06 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Volumizer.toc

Removed AddonLoader support, since using it doesn't allow Volumizer to work with ButtonBin or NinjaPanel (and probably others). Strangely, it works fine with DockingStation.

------------------------------------------------------------------------
r8 | torhal | 2009-02-06 00:24:55 +0000 (Fri, 06 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Volumizer.lua

Changed PLAYER_LOGIN to PLAYER_ENTERING_WORLD to allow the Blizzard Option frames to load first. Note to self: Test addon BEFORE using AddonLoader. Grr.

------------------------------------------------------------------------
r6 | torhal | 2009-02-05 22:22:40 +0000 (Thu, 05 Feb 2009) | 1 line
Changed paths:
   M /trunk/Volumizer.lua

Re-factored "Enable Sound" checkbox code into a generic checkbox factory to make toggles for Master, Music, Ambience, and SFX.
------------------------------------------------------------------------
r5 | torhal | 2009-02-05 20:35:55 +0000 (Thu, 05 Feb 2009) | 2 lines
Changed paths:
   M /trunk/Volumizer.lua

Minor code cleanup.
Added "Enable Sound" checkbox - hardwired into the default Blizzard methods, so no SavedVars are necessary.
------------------------------------------------------------------------
r3 | torhal | 2009-02-04 23:47:51 +0000 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Volumizer.lua
   M /trunk/Volumizer.toc
   M /trunk/embeds.xml

Minor cleanup. Removed AceAddon usage.

------------------------------------------------------------------------
r2 | torhal | 2009-02-04 06:36:19 +0000 (Wed, 04 Feb 2009) | 2 lines
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Libs
   A /trunk/Libs/LibDataBroker-1.1.lua
   A /trunk/Volumizer.lua
   A /trunk/Volumizer.toc
   A /trunk/embeds.xml

Initial commit.

------------------------------------------------------------------------
r1 | root | 2009-02-04 06:21:03 +0000 (Wed, 04 Feb 2009) | 1 line
Changed paths:
   A /branches
   A /tags
   A /trunk

"volumizer/mainline: Initial Import"
------------------------------------------------------------------------

Additional Files