Go to file
Niels Martin Hansen d71fa2d85c Add support for variable loops in kara-templater, and add a few more utility functions.
- Variable loops are controlled using the tenv.maxloop(newmax) function to set the loop counter max. This is a wrapper around setting tenv.maxj.
- Add tenv.relayer(newlayer) function for changing the Layer of an output line.
- Add tenv.restyle(newstyle) function for changing the Style of an output line, despite this usually breaking positioning/sizing information.
- tenv.maxloops is an alias for tenv.maxloop.
- tenv.loopctl(newj, newmaxj) controls both loop variables if anyone wants to do that.
This closes #753 but documentation still needs to be written.

Originally committed to SVN as r2913.
2009-05-12 16:36:51 +00:00
aegisub Add support for variable loops in kara-templater, and add a few more utility functions. 2009-05-12 16:36:51 +00:00
contrib Fix include file search path in CSRI project file for VC++ in x64 configurations. 2009-04-26 21:01:18 +00:00
devel Fixed windows project. 2009-03-14 20:52:01 +00:00
docs SVN Transition Step 7/7 2009-03-08 08:32:10 +00:00