Aeg-dev / AegisubDC

Aegisub, Daydream Cafe Edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aegisub [Daydream Cafe] Edition

This is basically a patched wangqr build to include latest libraries et all.

Changes

  • 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/VSFilterMod@R5.2.3
  • 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.

Building Aegisub

CMake (for Windows only)

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.

Updating Moonscript

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:

  1. Prepend the final line of the file, package.preload["moonscript"](), with a return, producing return package.preload["moonscript"]().
  2. Within the function at package.preload['moonscript.base'], remove references to moon_loader, insert_loader, and remove_loader. This means removing their declarations, definitions, and entries in the returned table.
  3. 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.

Expanding the Git history

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/*"

License

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.

About

Aegisub, Daydream Cafe Edition

License:Other


Languages

Language:C++ 62.8%Language:Lua 13.1%Language:C 8.1%Language:MoonScript 4.4%Language:Assembly 3.5%Language:M4 2.8%Language:Inno Setup 2.2%Language:CMake 1.0%Language:Objective-C++ 0.5%Language:Shell 0.4%Language:Python 0.3%Language:Makefile 0.3%Language:C# 0.3%Language:Batchfile 0.2%Language:Objective-C 0.1%Language:PowerShell 0.0%Language:AppleScript 0.0%