3.0 Prerelease 6 2023-11-21
Downloads:
Features
ZLauncher
- add options for window size, and cap max default window size
919bda156
[ZLAUNCH] window_width, window_height
in zcl.cfgCap max default size to 2x
Bug Fixes
Player
- extra pushing allowed per screen
cb1d50987
Refactors
- enable allegro DEBUGMODE in debug builds
7edeafd15
This enables allegro asserts, among other things. zc_alleg.h attempted to enable for every build type, but it actually had no effect since allegro is built as as separate target.
- Menus (new sleeker look, much cleaner backend)
03339654b
CI
- update vcpkg
4d2fe65d5
Apparently vcpkg has issues with retaining build assets long term. Being forced to update to latest as something we need expired.
https://github.com/microsoft/vcpkg/pull/30546#issuecomment-1819985146