Aegisub/automation/include
Niels Martin Hansen 9f898ef5c2 Fix bug with # as first syllable on line, I think.
Originally committed to SVN as r1862.
2008-02-19 18:14:57 +00:00
..
Aegisub New and reorganized perl sources. Autotools patched accordingly. Win build must be fixed. 2008-01-24 17:20:47 +00:00
Aegisub.pm New and reorganized perl sources. Autotools patched accordingly. Win build must be fixed. 2008-01-24 17:20:47 +00:00
Auto4Utils.pm Minor tweaks to Auto4Utils.pm 2008-01-17 15:48:52 +00:00
cleantags.lua ai-chan's cleantags version 1.150 2007-09-17 11:03:20 +00:00
karaoke.rb
karaskel-adv.auto3
karaskel-adv.lua
karaskel-auto4.lua Fix bug with # as first syllable on line, I think. 2008-02-19 18:14:57 +00:00
karaskel-base.auto3
karaskel-base.lua
karaskel.auto3
karaskel.lua
readme.txt
unicode.lua Minor fixes to Lua includes. 2007-07-17 22:25:56 +00:00
utils-auto4.lua Added HSL_to_RGB function 2007-08-14 21:36:43 +00:00
utils.auto3 Some extra colour handling code for Auto3, ported from Auto4/Lua. 2007-05-08 13:30:24 +00:00
utils.lua
utils.rb

readme.txt

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.