Aegisub/automation/include
Niels Martin Hansen 49acbaa6e5 Fixed Automation script loading error messages (bug #1)
Fixed karaoke timing not being committed correctly (bug #7)
Changed some throw _T() into throw wxString()

Several architectural changes to Automation karaskel family.
Automation karaskel has Furigana, Inline-fx and Out-of-line-fx support added (still needs tweaking and bugfixing)

Originally committed to SVN as r131.
2006-02-23 21:56:46 +00:00
..
karaskel-adv.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
karaskel-base.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
karaskel.lua Fixed Automation script loading error messages (bug #1) 2006-02-23 21:56:46 +00:00
readme.txt Originally committed to SVN as r2. 2006-01-16 21:02:54 +00:00
utils.lua Fixed stupid possible bug in utils.lua. (Forgot a local keyword in copy_line.) 2006-01-26 03:02:06 +00:00

This directory contains standard include files for Automation.
By default, this directory is included in the Automation Include Path, which
means the files here are always available for use with the include() function.

See the Aegisub help and the individual files in this directory for more
information on their purpose and contents.

You may add your own files to this directory, they will not be touched upon
uninstalling/upgrading Aegisub. The standard files here will, however, be
removed/replaced on uninstall/upgrade, so you are advised not to edit those!