mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00

- 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.
Description
Cross-platform advanced subtitle editor
Languages
C
62.8%
C++
30.9%
Lua
3.2%
Inno Setup
0.8%
Meson
0.8%
Other
1.4%