v3.3.3.02-release

Details

  • Filename
    SpeakinSpell-v3.3.3.02-release.zip
  • Uploaded by
  • Uploaded
    Apr 17, 2010
  • Size
    598.34 KB
  • Downloads
    164
  • MD5
    691609eb01f920df01cf94bdc372555b

Supported WoW Retail Versions

  • 3.3.3

Changelog

------------------------------------------------------------------------
r1392 | rismisner | 2010-04-17 23:54:28 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   A /tags/v3.3.3.02-release (from /trunk:1391)

Tagged release 3.3.3.02
------------------------------------------------------------------------
r1391 | rismisner | 2010-04-17 23:53:14 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

release notes for minimap icon repairs
------------------------------------------------------------------------
r1390 | rismisner | 2010-04-17 23:52:37 +0000 (Sat, 17 Apr 2010) | 3 lines
Changed paths:
   M /trunk/gui/minimapbutton.lua
   M /trunk/loader.lua

Fixed bugs with minimap icon
- now loads the OFF icon correctly at load time when applicable
- now correctly saves the position of the icon if you change it
------------------------------------------------------------------------
r1389 | rismisner | 2010-04-17 22:30:36 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

release note for updating 3rd party libs
------------------------------------------------------------------------
r1388 | rismisner | 2010-04-17 22:29:30 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/Libs
   M /trunk/Libs/AceAddon-3.0/AceAddon-3.0.lua
   M /trunk/Libs/AceComm-3.0/AceComm-3.0.lua
   M /trunk/Libs/AceConfig-3.0/AceConfig-3.0.lua
   M /trunk/Libs/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   M /trunk/Libs/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/Libs/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   M /trunk/Libs/AceConsole-3.0/AceConsole-3.0.lua
   M /trunk/Libs/AceEvent-3.0/AceEvent-3.0.lua
   M /trunk/Libs/AceGUI-3.0/AceGUI-3.0.lua
   M /trunk/Libs/AceGUI-3.0/AceGUI-3.0.xml
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-BlizOptionsGroup.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-DropDownGroup.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Frame.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-InlineGroup.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Label.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-MultiLineEditBox.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-ScrollFrame.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-SimpleGroup.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-TabGroup.lua
   M /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-TreeGroup.lua
   A /trunk/Libs/AceGUI-3.0/widgets/AceGUIWidget-Window.lua
   M /trunk/Libs/AceLocale-3.0/AceLocale-3.0.lua
   M /trunk/Libs/AceSerializer-3.0/AceSerializer-3.0.lua
   M /trunk/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
   M /trunk/Libs/LibBetterBlizzOptions/LibBetterBlizzOptions-1.0/LibBetterBlizzOptions-1.0.lua
   M /trunk/Libs/LibBetterBlizzOptions/LibBetterBlizzOptions-1.0.toc
   M /trunk/Libs/LibCompress/LibCompress.lua
   M /trunk/Libs/LibDBIcon-1.0/LibDBIcon-1.0.lua
   M /trunk/Libs/LibStub/LibStub.toc

Updated all 3rd party libs
------------------------------------------------------------------------
r1387 | rismisner | 2010-04-17 21:54:03 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

refined patch notes
------------------------------------------------------------------------
r1386 | rismisner | 2010-04-17 21:50:03 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.lua
   M /trunk/wowevents.lua

adjusted the load order processing to call OnLoad (formerly OnInitialize) at the end of the actual load process after all files are read.  WoWAce still calls OnInitialize when it wants to (during ADDON_LOADED) but that's a no-op stub now because it runs sooner OnLoad.  This enables switching over from VARIABLES_LOADED to ADDON_LOADED to call OnVariablesLoaded, which should correct for possible non-deterministic load order issues that could have been erasing some users' settings at random.
------------------------------------------------------------------------
r1385 | rismisner | 2010-04-17 21:48:04 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/loader.lua

added some comments
------------------------------------------------------------------------
r1384 | rismisner | 2010-04-17 21:02:12 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/changelog.txt

release notes
------------------------------------------------------------------------
r1383 | rismisner | 2010-04-17 21:02:00 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/loader.lua

increment version
------------------------------------------------------------------------
r1382 | rismisner | 2010-04-17 20:59:01 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc

increment version
------------------------------------------------------------------------
r1381 | rismisner | 2010-04-17 20:11:47 +0000 (Sat, 17 Apr 2010) | 1 line
Changed paths:
   M /trunk/oldversions.lua

added safety checks for nil values
------------------------------------------------------------------------
r1380 | rismisner | 2010-04-13 00:53:12 +0000 (Tue, 13 Apr 2010) | 1 line
Changed paths:
   M /trunk/oldversions.lua

Readability change: renamed the 33202 function to 33301 for readability.  The index in the table that called the function was correct, but the function name didn't match.  I created the function before Blizzard released 3.3.3, then released the new version as 3.3.3.01 instead of 3.3.2.02.  Oops.  At least it ran correctly, and still does.
------------------------------------------------------------------------
r1378 | rismisner | 2010-03-25 00:05:50 +0000 (Thu, 25 Mar 2010) | 7 lines
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/gui/randomsubs.lua
   M /trunk/loader.lua
   M /trunk/oldversions.lua
   M /trunk/substitutions.lua

Inc version number to 3.3.3.01 and...

Fixed issues with custom-made random word lists
- Applies to "/ss random" for the "New Word List" feature ...
- This will now correct for any errors in the way you type the name of your new word list
- (must be lowercase, and do not include the <brackets> or special characters like | or *)
- Your saved data will also be repaired automatically if you had a custom random word list that was not working
------------------------------------------------------------------------