Releases: ISSOtm/gb-vwf
Releases · ISSOtm/gb-vwf
v2.1.0
New minor release! Note that this increases the minimum RGBDS version requirement to 0.9.0.
- It is now possible to define “shortcuts”, using RGBASM 0.9.0's new multi-byte
charmap
feature! For example:; Old and icky db "<SET_COLOR>",1,"Q<SET_COLOR>",0,"werty" ; New hotness db "<COLOR1>Q<COLOR3>werty"
- Many new debug checks have been added, powered by
debugfile.inc
. This should help troubleshooting integration mistakes, or—god forbid!—bugs in gb-vwf.
👉️ For more detailed usage instructions, please see the wiki, or the demo.
Full Changelog: v2.0.1...v2.1.0
Download font_encoder 2.1.0
File | Platform | Checksum |
---|---|---|
font_encoder-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
font_encoder-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
font_encoder-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
font_encoder-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v2.0.1
Happy new year 2025! Here are some bugfixes for you:
- The
SCROLL
control character can no longer cause a crash, and interacts more properly with the auto-linewrapper - The
lb
macro is now automatically provided, as there's no reason not to - Some unused legacy code has been removed
- The demo project now compiles on macOS
- The font converter should integrate into a build system more easily
Full Changelog: v2.0.0...v2.0.1
Download font_encoder 2.0.1
File | Platform | Checksum |
---|---|---|
font_encoder-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
font_encoder-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
font_encoder-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
font_encoder-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
v2.0.0
Download font_encoder 2.0.0
File | Platform | Checksum |
---|---|---|
font_encoder-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
font_encoder-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
font_encoder-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
font_encoder-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
Release 1.0.0
This is the first cleaned-up release of the engine! Attached below is the example ROM in compiled form.