v3.2.2.11-release

Details

  • Filename
    SpeakinSpell-v3.2.2.11-release.zip
  • Uploaded by
  • Uploaded
    Oct 10, 2009
  • Size
    611.96 KB
  • Downloads
    52
  • MD5
    cf3980b936488390ea9539160376f3e9

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r921 | rismisner | 2009-10-10 10:40:44 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   A /tags/v3.2.2.11-release (from /trunk:920)

Tagged release 3.2.2.11
------------------------------------------------------------------------
r920 | rismisner | 2009-10-10 10:40:21 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

downgraded a todo comment
------------------------------------------------------------------------
r919 | rismisner | 2009-10-10 10:40:11 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

removed a todo comment
------------------------------------------------------------------------
r918 | rismisner | 2009-10-10 10:30:03 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

fixed the RAID_BOSS_WHISPER channel name (not BOSS_WHISPER)
------------------------------------------------------------------------
r917 | rismisner | 2009-10-10 10:29:29 +0000 (Sat, 10 Oct 2009) | 2 lines
Changed paths:
   M /trunk/speech.lua

- added 2 new channels: boss whisper, and mysterious voice
- SayOneLine now uses a ChannelFuncs table for SS-created channels not passed through SendChatMessage
------------------------------------------------------------------------
r916 | rismisner | 2009-10-10 10:28:36 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/Locale-deDE.lua
   M /trunk/Locales/Locale-enUS.lua
   M /trunk/Locales/Locale-koKR.lua

fixed the RAID_BOSS_WHISPER channel name (not BOSS_WHISPER)
------------------------------------------------------------------------
r915 | rismisner | 2009-10-10 10:28:10 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

added 2 new options to the channel selections: boss whisper, and mysterious voice
------------------------------------------------------------------------
r914 | rismisner | 2009-10-10 10:07:38 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/Locale-deDE.lua
   M /trunk/Locales/Locale-enUS.lua
   M /trunk/Locales/Locale-koKR.lua

Defined visible names for 2 new channels: Boss Whisper, and [Mysterious Voice] whispers
------------------------------------------------------------------------
r913 | rismisner | 2009-10-10 10:03:22 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

load a color code for the BOSS_WHISPER chat type
------------------------------------------------------------------------
r912 | rismisner | 2009-10-10 10:02:43 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added default color definition for a new MYSTERIOUS VOICE channel
------------------------------------------------------------------------
r911 | rismisner | 2009-10-10 10:02:11 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

The Big Red Button now uses the Mysterious Voice channel
------------------------------------------------------------------------
r910 | rismisner | 2009-10-10 09:44:49 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/loader.lua
   M /trunk/speech.lua

added function SelfChat_SpeakinSpellChannel for the self-chat channel, to separate it from Print for system messages
------------------------------------------------------------------------
r909 | rismisner | 2009-10-10 09:41:02 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.wowproj

deleted todo.txt - tracking these tasks in the wowace.com tickets page now http://www.wowace.com/addons/speakinspell/tickets/
------------------------------------------------------------------------
r908 | rismisner | 2009-10-10 09:38:36 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   D /trunk/todo.txt

tracking these tasks in the wowace.com tickets page now http://www.wowace.com/addons/speakinspell/tickets/
------------------------------------------------------------------------
r907 | rismisner | 2009-10-10 09:24:44 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

updated changelog and version
------------------------------------------------------------------------
r906 | rismisner | 2009-10-10 09:22:16 +0000 (Sat, 10 Oct 2009) | 2 lines
Changed paths:
   M /trunk/utils.lua

reorganized color code data structures
- added function LoadChatColorCodes to query the chat frame for the player's selected colors for each chat type, and format them all as color code / escape code sequences for strings.  This also pulls in some channel color codes from the player's SpeakinSpellSavedData for SS-created channels.
------------------------------------------------------------------------
r905 | rismisner | 2009-10-10 09:20:22 +0000 (Sat, 10 Oct 2009) | 2 lines
Changed paths:
   M /trunk/gui/gui.lua

reorganized color code data structures
- color coding of channel drop down lists is now done by a new function in gui.lua SpeakinSpell:ColorizeChannelList
------------------------------------------------------------------------
r904 | rismisner | 2009-10-10 09:19:50 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

have to load chat channel colors late on-load of the page, rather than on-load of the addon, because it's all white at startup.  Apparently our addon saved data loads before the game's built-in chat frame settings.
------------------------------------------------------------------------
r903 | rismisner | 2009-10-10 09:03:04 +0000 (Sat, 10 Oct 2009) | 2 lines
Changed paths:
   M /trunk/gui/currentmessages.lua

reorganized color code data structures
- color coding of channel drop down lists is now done by a new function in gui.lua SpeakinSpell:ColorizeChannelList
------------------------------------------------------------------------
r902 | rismisner | 2009-10-10 08:59:05 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/minimapbutton.lua

reorganized color code data structures
------------------------------------------------------------------------
r901 | rismisner | 2009-10-10 08:57:13 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

reorganized color code data structures
------------------------------------------------------------------------
r900 | rismisner | 2009-10-10 08:56:21 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/Locale-deDE.lua
   M /trunk/Locales/Locale-enUS.lua
   M /trunk/Locales/Locale-koKR.lua

removed unused definitions (some of these had color table references which are no longer valid, and no need to maintain these unused definitions)
------------------------------------------------------------------------
r899 | rismisner | 2009-10-10 08:55:25 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

self raid warnings now use a color defined in saved data
------------------------------------------------------------------------
r898 | rismisner | 2009-10-10 08:51:58 +0000 (Sat, 10 Oct 2009) | 2 lines
Changed paths:
   M /trunk/data.lua

- reorganized color code data structures
- added color code tables to the saved data, so it has to be validated on load
------------------------------------------------------------------------
r897 | rismisner | 2009-10-10 08:51:09 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

reorganized color code data structures
------------------------------------------------------------------------
r896 | rismisner | 2009-10-10 08:50:33 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

reorganized color code data structures
------------------------------------------------------------------------
r895 | rismisner | 2009-10-10 07:42:46 +0000 (Sat, 10 Oct 2009) | 1 line
Changed paths:
   M /trunk/data.lua

moved SearchMatch color code to saved data
------------------------------------------------------------------------
r893 | rismisner | 2009-10-06 04:13:11 +0000 (Tue, 06 Oct 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt
   M /trunk/speech.lua

removed the multi-RNG fix that expands macro contents in-line when selecting the speech for the current event.  This failed to recognize differrent channels, frequencies, and other options from the called macro event.  A different solution will be needed for the RNG issue.
------------------------------------------------------------------------
r892 | rismisner | 2009-10-06 04:00:44 +0000 (Tue, 06 Oct 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

updated change log and version
------------------------------------------------------------------------
r891 | rismisner | 2009-10-06 03:59:52 +0000 (Tue, 06 Oct 2009) | 3 lines
Changed paths:
   M /trunk/gui/currentmessages.lua

Added 2 buttons for managing macros
- A Goto button will set the selected event to the /ss macro in your speech
- A copy button will extract the speeches from that macro, and copy them in place in the current event to replace the macro call
------------------------------------------------------------------------
r890 | rismisner | 2009-10-06 03:45:08 +0000 (Tue, 06 Oct 2009) | 2 lines
Changed paths:
   M /trunk/speech.lua

- added function EmoteToSay() to reformat an emote from /e format to /t <target> format when combining channel = Emote with WhisperTarget = true.
- added function ExpandOneSSMacro to support a new button in the GUI to copy /ss macro contents into the current event's speech list.
------------------------------------------------------------------------
r889 | rismisner | 2009-10-04 15:27:20 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

if embedded macro calls include repeats, filter those out to avoid giving them extra weight in the random selection
------------------------------------------------------------------------
r888 | rismisner | 2009-10-04 14:37:23 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

now recognizes BG prep time as the BG scenario for channel selections / silent
------------------------------------------------------------------------
r887 | rismisner | 2009-10-04 14:33:53 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

fixed spelling of Wolpertinger
------------------------------------------------------------------------
r885 | rismisner | 2009-10-04 02:37:54 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

updated change log
------------------------------------------------------------------------
r884 | rismisner | 2009-10-04 02:35:53 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

removed SpeakinSpell Fans test data
------------------------------------------------------------------------
r883 | rismisner | 2009-10-04 02:35:25 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/slashcommands.lua
   M /trunk/speech.lua

Recursive calls to single-line "/ss macro commands" are now expanded into the random speech list, i.e. for /ss macro mount categories.  This creates a more equal distribution of random selections when you have just 1 extra speech in a category, and a "/ss macro subcategory" for the other speech.
------------------------------------------------------------------------
r882 | rismisner | 2009-10-04 02:22:06 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/data.lua

added function Keyify() to do the upper case and underscore replacements when making key names
------------------------------------------------------------------------
r881 | rismisner | 2009-10-04 02:21:45 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added function Keyify() to do the upper case and underscore replacements when making key names
------------------------------------------------------------------------
r880 | rismisner | 2009-10-04 02:20:59 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

moved the slash commands list to a shared table in the loader
------------------------------------------------------------------------
r879 | rismisner | 2009-10-04 01:34:24 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added LoadTemplate function, and fixed error with undefined keys
------------------------------------------------------------------------
r878 | rismisner | 2009-10-04 01:17:32 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua
   M /trunk/loader.lua

made it optional to use single or multi line edit boxes for editing speeches
------------------------------------------------------------------------
r877 | rismisner | 2009-10-04 00:58:54 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

Updated version number and change log
------------------------------------------------------------------------
r876 | rismisner | 2009-10-04 00:56:09 +0000 (Sun, 04 Oct 2009) | 2 lines
Changed paths:
   M /trunk/templates.lua

- Added a function to generate mount and pet event bindings to map all known mounts and pets to "/ss macro mount or pet" and related speech lists
- Re-keyed the working templates table by names instead of numbers
------------------------------------------------------------------------
r875 | rismisner | 2009-10-04 00:52:21 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added default channel selections for mounts and pets
------------------------------------------------------------------------
r874 | rismisner | 2009-10-04 00:51:57 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

Added default speeches for mounts and pets
------------------------------------------------------------------------
r873 | rismisner | 2009-10-04 00:45:33 +0000 (Sun, 04 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/help-deDE.lua
   M /trunk/Locales/help-enUS.lua
   M /trunk/Locales/help-koKR.lua

updated credits
------------------------------------------------------------------------
r872 | rismisner | 2009-10-03 21:25:48 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc

changed the load order so that the DefaultSpeeches file can use SpeakinSpell:CopyTable and other utility functions
------------------------------------------------------------------------
r871 | rismisner | 2009-10-03 20:03:34 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/bigredbutton-enUS.lua

the Big Red Button Demon now has more to say and knows your race and class
------------------------------------------------------------------------
r869 | rismisner | 2009-10-03 06:29:11 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

replaced <newline> with \n in default speeches
------------------------------------------------------------------------
r868 | rismisner | 2009-10-03 06:28:08 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

added gender substitutions to the default speeches
------------------------------------------------------------------------
r867 | rismisner | 2009-10-03 06:17:39 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

added non-silent channel selections for leader/officer scenarios in default settings
------------------------------------------------------------------------
r866 | rismisner | 2009-10-03 06:04:18 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

reordered channel drop-down lists to be more logical
------------------------------------------------------------------------
r865 | rismisner | 2009-10-03 05:59:42 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added support for "classes" attribute in templates, for templates that apply to a set of classes, not just 1, but not all.
------------------------------------------------------------------------
r864 | rismisner | 2009-10-03 05:50:34 +0000 (Sat, 03 Oct 2009) | 2 lines
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

- Combined the standard rez macro list into "/ss macro rez" and setup redirects for all applicable classes
- Moved Dire Lemming's additional rez speeches into a template that appends to "/ss macro rez" (slightly different wordings here and there which I left intact)
------------------------------------------------------------------------
r863 | rismisner | 2009-10-03 05:37:42 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

merged Dire Lemming's rez list with the default rez list for all classes
------------------------------------------------------------------------
r862 | rismisner | 2009-10-03 05:15:57 +0000 (Sat, 03 Oct 2009) | 2 lines
Changed paths:
   M /trunk/templates.lua

- Added progress reports when adding a single random word or speech
- Added safety checks for nil values
------------------------------------------------------------------------
r861 | rismisner | 2009-10-03 05:14:21 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

fixed button to import a single random word
------------------------------------------------------------------------
r860 | rismisner | 2009-10-03 05:00:41 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

added some space in the GUI
------------------------------------------------------------------------
r859 | rismisner | 2009-10-03 04:52:51 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

shortened the name of the <randomnonsense> template
------------------------------------------------------------------------
r858 | rismisner | 2009-10-03 04:48:25 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

fixed some variable names (capital 'T' and missing 's')
------------------------------------------------------------------------
r857 | rismisner | 2009-10-03 04:34:56 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

compress string arrays after deleting redundant content from templates
------------------------------------------------------------------------
r856 | rismisner | 2009-10-03 04:14:10 +0000 (Sat, 03 Oct 2009) | 4 lines
Changed paths:
   M /trunk/templates.lua

- Cleaned up progress reports
- Added safety checks for nil values when importing RandomSubs
- Fixed an import error with RandomSubs
- Remove empty parent tables when importing RandomSubs
------------------------------------------------------------------------
r855 | rismisner | 2009-10-03 04:03:55 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/data.lua

fixed a comment
------------------------------------------------------------------------
r854 | rismisner | 2009-10-03 04:00:18 +0000 (Sat, 03 Oct 2009) | 3 lines
Changed paths:
   M /trunk/templates.lua

when importing or merging whole events
- added safety checks for nil values
- clean up parent tables in templates if we imported all the content
------------------------------------------------------------------------
r853 | rismisner | 2009-10-03 03:47:40 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

When clicking the search to import button, show a message in chat if you already use all available content, so the player doesn't think the button has no effect
------------------------------------------------------------------------
r852 | rismisner | 2009-10-03 03:43:38 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/randomsubs.lua

build the <randomsubs> drop-down list on the fly.  it was not getting rebuilt after importing new <randomsubs>
------------------------------------------------------------------------
r851 | rismisner | 2009-10-03 03:24:05 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

fixed bug trying to import 1 new speech and getting the whole list
------------------------------------------------------------------------
r850 | rismisner | 2009-10-03 03:19:39 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

fixed nil key
------------------------------------------------------------------------
r849 | rismisner | 2009-10-03 03:16:11 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

ImportGUI_ImportSpeech - added safety checks for nil values, and fetched the Template parameter previously passed as auto-nil to the templates engine
------------------------------------------------------------------------
r848 | rismisner | 2009-10-03 03:15:20 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added safety checks for nil values
------------------------------------------------------------------------
r847 | rismisner | 2009-10-03 03:04:11 +0000 (Sat, 03 Oct 2009) | 3 lines
Changed paths:
   M /trunk/templates.lua

- ImportTemplate no longer takes an index parameter - templates are now self-aware of their own keys
- Added Template_DoAddEventToSavedData to encapsulate some shared code
- Set GUI FilterChanged flag when adding new events from importing templates
------------------------------------------------------------------------
r846 | rismisner | 2009-10-03 03:00:48 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

ImportTemplate no longer takes an index parameter - templates are now self-aware of their own keys
------------------------------------------------------------------------
r845 | rismisner | 2009-10-03 03:00:18 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

fixed a tooltip
------------------------------------------------------------------------
r844 | rismisner | 2009-10-03 02:35:39 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/help-enUS.lua
   M /trunk/changelog.txt

documented new substitutions <race> and <class>
------------------------------------------------------------------------
r843 | rismisner | 2009-10-03 02:33:16 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt
   M /trunk/substitutions.lua

added new substitutions <race> <class> <playerrace> and <playerclass>
------------------------------------------------------------------------
r842 | rismisner | 2009-10-03 02:19:43 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

selected most of Dire Lemming's submissions as defaults for new users
------------------------------------------------------------------------
r841 | rismisner | 2009-10-03 02:12:05 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

added Redemption (rez) speeches to Dire Lemming's Paladin pack
------------------------------------------------------------------------
r840 | rismisner | 2009-10-03 02:05:23 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

added speeches submitted by Dire Lemming
------------------------------------------------------------------------
r839 | rismisner | 2009-09-30 09:39:58 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

updated version number and change log
------------------------------------------------------------------------
r838 | rismisner | 2009-09-30 09:39:43 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

enabled the "Import New Data" GUI
------------------------------------------------------------------------
r837 | rismisner | 2009-09-30 09:33:50 +0000 (Wed, 30 Sep 2009) | 4 lines
Changed paths:
   M /trunk/gui/import.lua

- moved some controls into groups
- fixed object navigation
- fixed problems with delete buttons
- fixed display of random words
------------------------------------------------------------------------
r836 | rismisner | 2009-09-30 09:32:36 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

fixed object navigation and cleanup of empty parent tables when deleting a single word or speech from the templates.
------------------------------------------------------------------------
r835 | rismisner | 2009-09-30 09:30:32 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

added a utility function to remove empty tables from a parent table (untested)
------------------------------------------------------------------------
r834 | rismisner | 2009-09-30 08:24:34 +0000 (Wed, 30 Sep 2009) | 4 lines
Changed paths:
   M /trunk/gui/import.lua

- Added Delete All buttons
- renamed several buttons to "Use All" and set the text to Colors.USE (green)
- check for empty tables instead of nil tables in a few places
- corrected object navigation in a few places
------------------------------------------------------------------------
r833 | rismisner | 2009-09-30 08:22:34 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

templates are now self-aware of their keys
------------------------------------------------------------------------
r832 | rismisner | 2009-09-30 08:22:16 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added Colors.USE to define the color of "Use" buttons on the import GUI with a different ID, in case I want to change it
------------------------------------------------------------------------
r831 | rismisner | 2009-09-30 07:59:42 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

delete randomsubs list if empty after deleting redundant content
------------------------------------------------------------------------
r830 | rismisner | 2009-09-30 07:43:07 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added Colors.GREY
------------------------------------------------------------------------
r829 | rismisner | 2009-09-30 07:42:42 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

remove empty tables during Template_DeleteRedundantContent so that empty templates will be removed as well.
------------------------------------------------------------------------
r828 | rismisner | 2009-09-30 07:32:00 +0000 (Wed, 30 Sep 2009) | 3 lines
Changed paths:
   M /trunk/gui/import.lua

various functional repairs getting this new GUI up and running
- added Search For New Data button to load templates
- added/fixed most hidden = functions
------------------------------------------------------------------------
r827 | rismisner | 2009-09-30 06:16:45 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

fixed syntax errors
------------------------------------------------------------------------
r826 | rismisner | 2009-09-30 05:29:10 +0000 (Wed, 30 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-enUS.lua

fixed channel selections for default samples "/ss macro battlecry" and "/ss macro attack or charge"
------------------------------------------------------------------------
r824 | rismisner | 2009-09-29 01:54:55 +0000 (Tue, 29 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

fixed bug in GUI_GetEventSelectLabel from overzealous tostring() safety checks
------------------------------------------------------------------------
r823 | rismisner | 2009-09-29 01:54:26 +0000 (Tue, 29 Sep 2009) | 1 line
Changed paths:
   M /trunk/substitutions.lua

changed "My Alone Time" to "Solo Mode"
------------------------------------------------------------------------
r822 | rismisner | 2009-09-29 01:46:32 +0000 (Tue, 29 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

updated version number and change log
------------------------------------------------------------------------
r821 | rismisner | 2009-09-29 01:32:53 +0000 (Tue, 29 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/debug.lua
   M /trunk/gui/createnew.lua
   M /trunk/gui/gui.lua
   M /trunk/gui/import.lua
   M /trunk/gui/minimapbutton.lua
   M /trunk/gui/randomsubs.lua
   M /trunk/loader.lua
   M /trunk/oldversions.lua
   M /trunk/slashcommands.lua
   M /trunk/speech.lua
   M /trunk/substitutions.lua
   M /trunk/utils.lua
   M /trunk/wowevents.lua

added safety checks for nil values in string concatenation using tostring() everywhere just to be safe
------------------------------------------------------------------------
r820 | rismisner | 2009-09-28 22:08:18 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua

added safety checks for nil values
------------------------------------------------------------------------
r819 | rismisner | 2009-09-28 21:47:03 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

added safety checks for nil values
------------------------------------------------------------------------
r817 | rismisner | 2009-09-28 01:43:13 +0000 (Mon, 28 Sep 2009) | 2 lines
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

- default battlecry macro now uses "/ss macro attack or charge" to randomize /attacktarget vs. /charge
- default battlecry macro now uses a random 10% chance to slip into your native language (Gnomish, etc)
------------------------------------------------------------------------
r816 | rismisner | 2009-09-28 01:37:12 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

updated version number and change log
------------------------------------------------------------------------
r815 | rismisner | 2009-09-28 01:35:46 +0000 (Mon, 28 Sep 2009) | 3 lines
Changed paths:
   M /trunk/gui/currentmessages.lua

- added racial/roleplay language options
- tweaked how the selected spell/event is displayed in the edit group captions
- added comments
------------------------------------------------------------------------
r814 | rismisner | 2009-09-28 01:27:00 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

GetNumLanguages fails during initial login, loader, OnInitialize, and OnVariablesLoaded first time (but not on reloadui) ... added a safety check
------------------------------------------------------------------------
r813 | rismisner | 2009-09-28 01:22:10 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/loader.lua
   M /trunk/speech.lua

GetDefaultLanguage("player") is not available in loader, OnInitialize, or OnVariablesLoaded for first time login, so moved the safety checks to ensure a value is defined for all applicable options
------------------------------------------------------------------------
r812 | rismisner | 2009-09-28 01:01:16 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

modified GetLanguageList for easier use in the GUI, and added GetRacialLanguage
------------------------------------------------------------------------
r811 | rismisner | 2009-09-28 01:00:43 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/loader.lua

removed RuntimeData.Languages - we'll just get this in the GUI when needed.  early queries return 0 languages known during initial login (but not during reloadui)
------------------------------------------------------------------------
r810 | rismisner | 2009-09-28 00:03:06 +0000 (Mon, 28 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

added safety check for humans/orcs who only know common
------------------------------------------------------------------------
r809 | rismisner | 2009-09-27 23:59:24 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

added debug messages
------------------------------------------------------------------------
r808 | rismisner | 2009-09-27 23:58:58 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

enhanced comments
------------------------------------------------------------------------
r807 | rismisner | 2009-09-27 23:49:43 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

added checkbox for "Always use Common"
------------------------------------------------------------------------
r806 | rismisner | 2009-09-27 23:37:28 +0000 (Sun, 27 Sep 2009) | 3 lines
Changed paths:
   M /trunk/speech.lua

- added GetChatLanguageForSpell
- SpeakForSpell and SayOneLine now use the Language option (i.e. Common or Dwarvish)
- renamed WhisperTarget to EnableWhisperTarget in some places
------------------------------------------------------------------------
r805 | rismisner | 2009-09-27 23:35:55 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added RuntimeData.Languages SpeakinSpellSavedData.AlwaysUseCommon and EventTableEntry.RPLanguage and RPLanguageRandomChance
------------------------------------------------------------------------
r804 | rismisner | 2009-09-27 23:35:19 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua

added RuntimeData.Languages - building this list in InitRuntimeData
------------------------------------------------------------------------
r802 | rismisner | 2009-09-27 07:23:00 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

fine tuned release notes
------------------------------------------------------------------------
r801 | rismisner | 2009-09-27 07:11:08 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/createnew.lua
   M /trunk/gui/currentmessages.lua
   M /trunk/gui/gui.lua

fixed name mismatches in usage of FormatDisplayName parameters
------------------------------------------------------------------------
r800 | rismisner | 2009-09-27 05:32:07 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

hyphenated Read-Only
------------------------------------------------------------------------
r799 | rismisner | 2009-09-27 05:13:17 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

moved ShowFrequencyGroup to saved data for the account
------------------------------------------------------------------------
r798 | rismisner | 2009-09-27 05:11:07 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/gui/currentmessages.lua
   M /trunk/loader.lua

moved the options to show the frequency group and read-only speeches into saved data for the whole account
------------------------------------------------------------------------
r797 | rismisner | 2009-09-27 04:58:14 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/gui/currentmessages.lua
   M /trunk/loader.lua

moved default RuntimeData declarations/initializers to loader.lua with the rest of the DEFAULTS
------------------------------------------------------------------------
r796 | rismisner | 2009-09-27 04:54:06 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/createnew.lua

switched order of 100 Results and Show All Ranks for consistency with the messages GUI
------------------------------------------------------------------------
r795 | rismisner | 2009-09-27 04:50:33 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/gui/currentmessages.lua

added option to show/hide read-only speeches
------------------------------------------------------------------------
r794 | rismisner | 2009-09-27 04:18:35 +0000 (Sun, 27 Sep 2009) | 3 lines
Changed paths:
   M /trunk/gui/currentmessages.lua

- removed gaps between main sections
- changed color of main section captions to be eye catching instead of gaps
- made the minimize checkboxes width="full" so they always get a line to themselves
------------------------------------------------------------------------
r793 | rismisner | 2009-09-27 04:04:24 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

added features to change log
------------------------------------------------------------------------
r792 | rismisner | 2009-09-27 04:02:42 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua
   M /trunk/loader.lua

added read-only option for speeches
------------------------------------------------------------------------
r791 | rismisner | 2009-09-27 02:45:37 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua
   M /trunk/gui/currentmessages.lua

added show/hide checkboxes, removed gaps
------------------------------------------------------------------------
r790 | rismisner | 2009-09-27 01:59:07 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/Locale-enUS.lua

updated a tooltip
------------------------------------------------------------------------
r789 | rismisner | 2009-09-27 01:58:47 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

added delete buttons for each speech and cleaned up logic with new utility function StringArray_Compress for removing duplicates and empty/nil list entries
------------------------------------------------------------------------
r788 | rismisner | 2009-09-27 01:57:27 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

now using StringArray_Compress instead of RemoveDups, to catch empty strings and nil table entries too
------------------------------------------------------------------------
r787 | rismisner | 2009-09-27 01:55:13 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua

compress message lists when validating - this removes empty strings and nil table indexes
------------------------------------------------------------------------
r786 | rismisner | 2009-09-27 01:54:44 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

changed StringArray_RemoveDups to StringArray_Compress, which now also removes empty strings and nil array indexes
------------------------------------------------------------------------
r785 | rismisner | 2009-09-27 00:46:32 +0000 (Sun, 27 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/currentmessages.lua

added Delete All Speeches button
------------------------------------------------------------------------
r784 | rismisner | 2009-09-26 23:26:51 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/changelog.txt
   M /trunk/loader.lua

incremented version number
------------------------------------------------------------------------
r782 | rismisner | 2009-09-26 13:46:05 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

brevity is the soul of wit
------------------------------------------------------------------------
r781 | rismisner | 2009-09-26 13:38:50 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/oldversions.lua

removed an old patch function to add randomfaction and randomtaunt data since that will now be handled through the new Templates system
------------------------------------------------------------------------
r780 | rismisner | 2009-09-26 13:26:25 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

cleaned up debugging code
------------------------------------------------------------------------
r779 | rismisner | 2009-09-26 13:18:06 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

cleaned up and repaired BuildAutoRandomTemplate()
------------------------------------------------------------------------
r778 | rismisner | 2009-09-26 12:44:07 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

turned off debug mode
------------------------------------------------------------------------
r777 | rismisner | 2009-09-26 12:40:23 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.wowproj

added new LibBetterBlizzOptions lib to the wowproj project file
------------------------------------------------------------------------
r776 | rismisner | 2009-09-26 12:37:47 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

updated change log
------------------------------------------------------------------------
r775 | rismisner | 2009-09-26 12:34:29 +0000 (Sat, 26 Sep 2009) | 2 lines
Changed paths:
   M /trunk/templates.lua

- fixed data access error when merging RandomSubs
- release the correct table in Templates_Release
------------------------------------------------------------------------
r774 | rismisner | 2009-09-26 12:17:04 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

release templates after setting defaults
------------------------------------------------------------------------
r773 | rismisner | 2009-09-26 12:10:47 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added Templates_Load and _Release, now keeping template data in memory only when needed
------------------------------------------------------------------------
r772 | rismisner | 2009-09-26 12:09:46 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.lua
   M /trunk/gui/gui.lua

added RefreshAllFrames to encapsulate gui code
------------------------------------------------------------------------
r771 | rismisner | 2009-09-26 11:47:17 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

fixed arena team indexes
------------------------------------------------------------------------
r770 | rismisner | 2009-09-26 11:34:38 +0000 (Sat, 26 Sep 2009) | 3 lines
Changed paths:
   M /trunk/templates.lua

- default speech templates now live in a working copy in SpeakinSpell.DEFAULTS.Templates
- reload this data from DEFAULT_SPEECHES.Templates when resetting to defaults (/ss reset) to restore previously redundant data
- fixed default selection logic again
------------------------------------------------------------------------
r769 | rismisner | 2009-09-26 11:32:28 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.lua
   M /trunk/gui/import.lua
   M /trunk/loader.lua

default speech templates now live in a working copy in SpeakinSpell.DEFAULTS.Templates
------------------------------------------------------------------------
r768 | rismisner | 2009-09-26 11:11:08 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

fixed logic error in selecting starter default templates
------------------------------------------------------------------------
r767 | rismisner | 2009-09-26 10:54:22 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

always show events in debug mode
------------------------------------------------------------------------
r766 | rismisner | 2009-09-26 10:53:57 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

fixed data definition error ... "HUMAN" and "DWARF" are races not classes
------------------------------------------------------------------------
r765 | rismisner | 2009-09-26 10:41:42 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

white space
------------------------------------------------------------------------
r764 | rismisner | 2009-09-26 10:41:20 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

NewEvent -> NewEvent.DetectedEvent to reference the correct object
------------------------------------------------------------------------
r763 | rismisner | 2009-09-26 10:40:40 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

turned off debug settings
------------------------------------------------------------------------
r762 | rismisner | 2009-09-26 10:27:58 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/oldversions.lua
   M /trunk/slashcommands.lua
   M /trunk/speech.lua

switched to using ErrorMsg where appropriate
------------------------------------------------------------------------
r761 | rismisner | 2009-09-26 10:27:22 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/createnew.lua
   M /trunk/gui/currentmessages.lua
   M /trunk/gui/gui.lua
   M /trunk/gui/import.lua

FormatDisplayName now takes an optional DisplayNameFormat parameter, which is validated more elegantly now with a DefaultFormat specifier.
------------------------------------------------------------------------
r760 | rismisner | 2009-09-26 10:15:38 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

FormatDisplayName now has simpler usage
------------------------------------------------------------------------
r759 | rismisner | 2009-09-26 10:15:22 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/substitutions.lua

FormatDisplayName now has simpler usage
------------------------------------------------------------------------
r758 | rismisner | 2009-09-26 10:14:36 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua

in ColorFilterText renamed ReturnColor to BaseColor and used it accordingly.  This allows cleaning up some logic where this feature was used
------------------------------------------------------------------------
r757 | rismisner | 2009-09-26 09:45:29 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/debug.lua

tweaked DebugMsgDumpTable
------------------------------------------------------------------------
r756 | rismisner | 2009-09-26 09:37:32 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

moved CopyTable near AddTable because they are related
------------------------------------------------------------------------
r755 | rismisner | 2009-09-26 09:35:09 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/debug.lua

added DEBUG_MODE to force debug messages on during testing "/ss reset"
------------------------------------------------------------------------
r754 | rismisner | 2009-09-26 09:34:18 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added debug messages and another nil value check
------------------------------------------------------------------------
r753 | rismisner | 2009-09-26 09:33:54 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added DEBUG_MODE to force debug messages on during testing "/ss reset"
------------------------------------------------------------------------
r752 | rismisner | 2009-09-26 09:21:02 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added safety checks for empty/nil tables
------------------------------------------------------------------------
r751 | rismisner | 2009-09-26 09:17:26 +0000 (Sat, 26 Sep 2009) | 2 lines
Changed paths:
   M /trunk/templates.lua

- fixed a call to CopyTable
- added safety check for nil value
------------------------------------------------------------------------
r750 | rismisner | 2009-09-26 09:11:17 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

disabled a debug message
------------------------------------------------------------------------
r749 | rismisner | 2009-09-26 09:04:33 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

removed outdated key validation from OnRecursiveEventDetected
------------------------------------------------------------------------
r748 | rismisner | 2009-09-26 08:59:51 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

moved Info Group back to the top ... no really this time, it's based on order=n, not order in the source code file
------------------------------------------------------------------------
r747 | rismisner | 2009-09-26 08:55:56 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

disabled a debug message
------------------------------------------------------------------------
r746 | rismisner | 2009-09-26 08:55:06 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

moved Info Group back to the top
------------------------------------------------------------------------
r745 | rismisner | 2009-09-26 08:50:52 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   A /trunk/Libs/LibBetterBlizzOptions
   A /trunk/Libs/LibBetterBlizzOptions/LibBetterBlizzOptions-1.0
   A /trunk/Libs/LibBetterBlizzOptions/LibBetterBlizzOptions-1.0/LibBetterBlizzOptions-1.0.lua
   A /trunk/Libs/LibBetterBlizzOptions/LibBetterBlizzOptions-1.0/lib.xml
   A /trunk/Libs/LibBetterBlizzOptions/LibBetterBlizzOptions-1.0.toc
   M /trunk/SpeakinSpell.toc
   M /trunk/embeds.xml

added LibBetterBlizzOptions to make the SpeakinSpell GUI look as intended ... I was getting this as a side effect from Ackis Recipe List
------------------------------------------------------------------------
r744 | rismisner | 2009-09-26 02:45:32 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

removed a gap from the GUI
------------------------------------------------------------------------
r743 | rismisner | 2009-09-26 02:40:20 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/randomsubs.lua

added safety check for nil value
------------------------------------------------------------------------
r742 | rismisner | 2009-09-26 02:40:01 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

fixed DetectedEvent (not de)
------------------------------------------------------------------------
r741 | rismisner | 2009-09-26 02:33:31 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/substit