Aegisub/automation/include
2007-04-04 20:33:37 +00:00
..
karaoke.rb some useless Ruby scripts 2007-02-07 21:07:03 +00:00
karaskel-adv.auto3 Runtime errors in auto3 scripts no longer kill the program but are reported properly instead. 2007-02-06 12:30:17 +00:00
karaskel-adv.lua Auto3 engine for auto4 seems to work now 2007-01-18 08:15:02 +00:00
karaskel-base.auto3 Runtime errors in auto3 scripts no longer kill the program but are reported properly instead. 2007-02-06 12:30:17 +00:00
karaskel-base.lua Auto3 engine for auto4 seems to work now 2007-01-18 08:15:02 +00:00
karaskel.auto3 Auto3 engine for auto4 seems to work now 2007-01-18 08:15:02 +00:00
karaskel.lua Semi-complete kara-templater implementation, regular syl and line handling should be in place now (untested though) 2007-04-04 20:33:37 +00:00
readme.txt Auto3 engine for auto4 seems to work now 2007-01-18 08:15:02 +00:00
unicode.lua Lua export filters didn't work when there was no configuration dialog function. Really stupid fix. Also, Lua include files are now more usable and karaskel pre-calculation actually works. 2007-02-20 02:50:40 +00:00
utils.auto3 Runtime errors in auto3 scripts no longer kill the program but are reported properly instead. 2007-02-06 12:30:17 +00:00
utils.lua More work on kara templater, misc. additions to Lua includes 2007-04-01 12:22:30 +00:00
utils.rb updated ruby scripts 2007-03-10 20:33:49 +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.


DO NOT MODIFY THE CONTENTS OF THIS DIRECTORY OR ADD YOUR OWN FILES,

any files added or modified might be deleted or reverted upon upgrade or
uninstall of Aegisub.

A better solution is to create your own include directory and put it in the
"Automation Include Path" in the Aegisub config.dat file. The path
specifications are separated by pipe characters ("|"). Using this method, you
can also override the default includes with your own, modified versions, by
placing the path to your own versions earlier in the path list.