v3.2.2.08-release

Details

  • Filename
    SpeakinSpell-v3.2.2.08-release.zip
  • Uploaded by
  • Uploaded
    Oct 3, 2009
  • Size
    597.26 KB
  • Downloads
    68
  • MD5
    ae0cf3b06fd5735c9d90329039f52c9f

Supported WoW Retail Versions

  • 3.2.0

Changelog

------------------------------------------------------------------------
r870 | rismisner | 2009-10-03 06:37:28 +0000 (Sat, 03 Oct 2009) | 1 line
Changed paths:
   A /tags/v3.2.2.08-release (from /trunk:869)

Tagged version 3.2.2.08
------------------------------------------------------------------------
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/substitutions.lua

removed redundant call to Validate_DetectedEvent
------------------------------------------------------------------------
r740 | rismisner | 2009-09-26 02:33:09 +0000 (Sat, 26 Sep 2009) | 6 lines
Changed paths:
   M /trunk/data.lua

- added DEFAULTS.DetectedEventStub
- added DEFAULTS.DetectedEvent
- added DEFAULTS.EventTableEntry
- moved DEFAULTS.CHANNEL_RULES to DEFAULTS.EventTableEntry.Channels
- Validate_DetectedEvent and Validate_EventTableEntry now use the new DEFAULTS table definitions from loader.lua
- EventTableEntry and DetectedEvent table keys are now self-generating in the related Validate functions
------------------------------------------------------------------------
r739 | rismisner | 2009-09-26 02:31:29 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added DEFAULTS.DetectedEventStub DEFAULTS.DetectedEvent and DEFAULTS.EventTableEntry CHANNEL_RULES to DEFAULTS.EventTableEntry.Channels
------------------------------------------------------------------------
r738 | rismisner | 2009-09-26 02:30:20 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

MakeEventTableKey now stores de.rankedkey and de.ranklesskey and is done during Validate_DetectedEvent
------------------------------------------------------------------------
r737 | rismisner | 2009-09-26 02:18:04 +0000 (Sat, 26 Sep 2009) | 2 lines
Changed paths:
   M /trunk/templates.lua

- added Templates_LoadDefaultNewEventSpeeches
- fixed identifier names in ImportTemplate_AddNewEvent
------------------------------------------------------------------------
r736 | rismisner | 2009-09-26 02:17:14 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/substitutions.lua

no need to set the key in TestAllSubs now - Validate_DetectedEvent will set it
------------------------------------------------------------------------
r735 | rismisner | 2009-09-26 02:16:05 +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

changed Templates.EventTable.DetectedEventStub back to DetectedEvent
------------------------------------------------------------------------
r734 | rismisner | 2009-09-26 02:06:18 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.lua
   M /trunk/ads.lua
   M /trunk/gui/generaloptions.lua
   M /trunk/slashcommands.lua
   M /trunk/substitutions.lua
   M /trunk/wowevents.lua

added comments
------------------------------------------------------------------------
r733 | rismisner | 2009-09-26 02:04:45 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/speech.lua

fixed a funcname def for debugging
------------------------------------------------------------------------
r732 | rismisner | 2009-09-26 01:27:30 +0000 (Sat, 26 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added Version to SpeakinSpellSavedDataForAll
------------------------------------------------------------------------
r731 | rismisner | 2009-09-25 23:37:26 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

added unused name="" which is required after all
------------------------------------------------------------------------
r730 | rismisner | 2009-09-25 23:37:05 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

hid the incomplete/not-working-yet Import New Data GUI
------------------------------------------------------------------------
r729 | rismisner | 2009-09-25 23:36:20 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added empty sub-table checks
------------------------------------------------------------------------
r728 | rismisner | 2009-09-25 23:35:51 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua

added missing DEFAULT_SPEECHES include ... still needed here for now
------------------------------------------------------------------------
r727 | rismisner | 2009-09-25 21:41:15 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

added functions to populate dropdown lists with values to select
------------------------------------------------------------------------
r726 | rismisner | 2009-09-25 21:35:34 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

implemented OnSelect handlers
------------------------------------------------------------------------
r725 | rismisner | 2009-09-25 21:31:25 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

implemented the GetAll buttons
------------------------------------------------------------------------
r724 | rismisner | 2009-09-25 21:31:01 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added subroutines for import a whole RandomSubs list or EventTable entry, checking for merge or copy - this code split out from existing loops
------------------------------------------------------------------------
r723 | rismisner | 2009-09-25 21:19:52 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

implemented use/delete one speech/random sub, and related general subroutines for getting/validating data
------------------------------------------------------------------------
r722 | rismisner | 2009-09-25 21:10:58 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added Template_DeleteOneRandomWord and ImportTemplate_AddOneRandomWord
------------------------------------------------------------------------
r721 | rismisner | 2009-09-25 20:59:37 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/import.lua

implemented ImportGUI_GetRandomWord and fixed a syntax error
------------------------------------------------------------------------
r720 | rismisner | 2009-09-25 20:57:48 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added ImportTemplate_DeleteOneSpeech
------------------------------------------------------------------------
r719 | rismisner | 2009-09-25 20:57:28 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
   M /trunk/gui/import.lua

- implemented several of the command handlers / text fetchers
- renamed Hide buttons to Delete
------------------------------------------------------------------------
r718 | rismisner | 2009-09-25 20:49:17 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

added ImportTemplate_AddOneSpeech
------------------------------------------------------------------------
r717 | rismisner | 2009-09-25 13:07:01 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

change log for work in progress
------------------------------------------------------------------------
r716 | rismisner | 2009-09-25 13:04:55 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/parser.lua

fixed missing "sk."
------------------------------------------------------------------------
r715 | rismisner | 2009-09-25 13:02:21 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   A /trunk/gui/import.lua

first checkin / rough draft of Import GUI
------------------------------------------------------------------------
r714 | rismisner | 2009-09-25 13:00:53 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

declared SpeakinSpellSavedData.ShowImportProgress
------------------------------------------------------------------------
r713 | rismisner | 2009-09-25 13:00:13 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

cleaned up TODOs
------------------------------------------------------------------------
r712 | rismisner | 2009-09-25 12:59:44 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/data.lua

added RuntimeData.OptionsGUIState.ImportGUI data declarations
------------------------------------------------------------------------
r711 | rismisner | 2009-09-25 12:46:19 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

added Import GUI
------------------------------------------------------------------------
r710 | rismisner | 2009-09-25 12:45:59 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/SpeakinSpell.wowproj

added ads.lua and import.lua to the project
------------------------------------------------------------------------
r709 | rismisner | 2009-09-25 12:45:34 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/slashcommands.lua

added /ss import
------------------------------------------------------------------------
r708 | rismisner | 2009-09-25 10:35:01 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/slashcommands.lua

slashcommands.lua is now isolated from DEFAULT_SPEECHES and doesn't reference it
------------------------------------------------------------------------
r707 | rismisner | 2009-09-25 10:34:08 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   A /trunk/ads.lua
   M /trunk/slashcommands.lua

Moved Advertise function to it's own file
------------------------------------------------------------------------
r706 | rismisner | 2009-09-25 10:25:25 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
   M /trunk/gui/createnew.lua
   M /trunk/gui/currentmessages.lua
   M /trunk/gui/help.lua
   M /trunk/gui/randomsubs.lua

- set order values to match expected order (not sure if this matters)
- renamed CreateGUI_ functions to start with CreateGUI_
------------------------------------------------------------------------
r705 | rismisner | 2009-09-25 10:21:54 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/gui.lua

organizing
------------------------------------------------------------------------
r704 | rismisner | 2009-09-25 10:12:18 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/templates.lua

new templates system first checkin, tried to get it as clean/done as possible without testing
------------------------------------------------------------------------
r703 | rismisner | 2009-09-25 09:22:04 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

added Content wrapper table around RandomSubs and EventTable entries in Template.Content
------------------------------------------------------------------------
r702 | rismisner | 2009-09-25 09:08:32 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

added IsTableEmpty
------------------------------------------------------------------------
r701 | rismisner | 2009-09-25 09:08:06 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.lua

enhanced template initialization to 2 steps, OnInitialize, then OnVariablesLoaded
------------------------------------------------------------------------
r700 | rismisner | 2009-09-25 06:37:02 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/utils.lua

added AddStringArray and StringArray_RemoveDups
------------------------------------------------------------------------
r699 | rismisner | 2009-09-25 06:27:10 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.lua

cleaned up comments, init order, and template initialization
------------------------------------------------------------------------
r698 | rismisner | 2009-09-25 06:18:30 +0000 (Fri, 25 Sep 2009) | 2 lines
Changed paths:
   M /trunk/SpeakinSpell.lua

- removed support for ShowSettingsPageOnLoad feature - i'll replace it with something similar but better in the future
- moved InitRuntimeData to OnInitialize - it's done before processing SavedVariables anyway
------------------------------------------------------------------------
r697 | rismisner | 2009-09-25 06:17:45 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/oldversions.lua

removed support for ShowSettingsPageOnLoad feature - i'll replace it with something similar but better in the future
------------------------------------------------------------------------
r696 | rismisner | 2009-09-25 06:12:01 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

added "selected" attribute to replace "notdefault"
------------------------------------------------------------------------
r695 | rismisner | 2009-09-25 05:55:35 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/loader.lua

added empty table declarations for data tables under the DEFAULTS table used for Validation/Creation/Recreation of primary data tables
------------------------------------------------------------------------
r694 | rismisner | 2009-09-25 05:54:08 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/gui/generaloptions.lua

removed the ImportDefaults button because this is changing
------------------------------------------------------------------------
r693 | rismisner | 2009-09-25 05:53:32 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

reformatted default speeches as new Template objects which are far more flexible and extensible, and additive
------------------------------------------------------------------------
r692 | rismisner | 2009-09-25 05:30:36 +0000 (Fri, 25 Sep 2009) | 3 lines
Changed paths:
   M /trunk/data.lua

off-loaded all the work of new speeches and resetting defaults
- default speeches are now handled through a separate Templates system (templates.lua
- all other default settings and data tables are initialized in loader.lua in the DEFAULTS table and via ValidateObject
------------------------------------------------------------------------
r691 | rismisner | 2009-09-25 05:23:22 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/SpeakinSpell.toc
   M /trunk/SpeakinSpell.wowproj
   A /trunk/templates.lua

added templates.lua to process new default speech data templates
------------------------------------------------------------------------
r690 | rismisner | 2009-09-25 05:22:22 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/changelog.txt

added work in progress to the change log
------------------------------------------------------------------------
r689 | rismisner | 2009-09-25 00:10:26 +0000 (Fri, 25 Sep 2009) | 1 line
Changed paths:
   M /trunk/Locales/DefaultSpeeches-deDE.lua
   M /trunk/Locales/DefaultSpeeches-enUS.lua
   M /trunk/Locales/DefaultSpeeches-koKR.lua

refactored the data layout in default s