This is basically a patched wangqr build to include latest libraries et all.
- Updated all dependencies
- Includes harfbuzz wich shows correct zalgo text
- Updated libass to
66dba8d
at the time of writing. - Switched from luajit to moonjit, incldes 5.3, With breaking 5.2 changes.
- Vector Tools now allows up to 2 decimal places.
- Allow font manager (like fontbase) loaded fonts.
- Removed border UI for Text box. looks cleaner this way.
- Fixed font detection for gdi.
- Fixed FFMS2 to allow VP9/Webm videos, includes audio patch
- Support WWXD keyframes [Requested by Light]
- Added
Experimental Unicode 6.3+
bracket matching option for libass - Bundle Yutils module as default automation
- Added new hotkey command to reload current font provider. [Default:
CTRL+R
] - Updated VSFilter to Cyberbeing/xy-VSFilter@fc01a8da5ea6af9091aaab839bc62dc94a90094e
- Updated VSFilterMod to sorayuki/[email protected]
- Made SRT Times to always round down.
- Experimental Video Panning by moex3.
The bug tracker can be found at https://github.com/Ristellise/AegisubDC/issues.
Support for this edition is available on this issues page.
This fork includes all the various libraries with their sources, set the current directory to the root of the folder and run: scripts\createcmake.bat
To enable AviSynth+ support, install AviSynth, check Filter SDK and modify createcmake.bat.
From within the Moonscript repository, run bin/moon bin/splat.moon -l moonscript moonscript/ > bin/moonscript.lua
.
Open the newly created bin/moonscript.lua
, and within it make the following changes:
- Prepend the final line of the file,
package.preload["moonscript"]()
, with areturn
, producingreturn package.preload["moonscript"]()
. - Within the function at
package.preload['moonscript.base']
, remove references tomoon_loader
,insert_loader
, andremove_loader
. This means removing their declarations, definitions, and entries in the returned table. - Within the function at
package.preload['moonscript']
, remove the line_with_0.insert_loader()
.
The file is now ready for use, to be placed in automation/include
within the Aegisub repo.
The Git history of this project is truncated.
To fetch and graft the remaining history, run the following command (replace origin
with the appropriate remote name as necessary):
git fetch origin "+refs/replace/*:refs/replace/*"
All files in this repository are licensed under various GPL-compatible BSD-style licenses; see LICENCE and the individual source files for more information. The official Windows build is GPLv2 due to including fftw3.