You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vkQuake embedded pack : removed dependency on compressor tooling
- Removed zopfli external dependency, also because discontinued
- replaced by bintoc -c option, built around our existing miniz
- Upgraded to miniz 3.10 to bring back compression routines, was stripped previously
- Embed miniz.c stb-style (supported by miniz) dicrectly into common.c and bintoc.c compilations units
- Makefiles and Meson now rebuild both vkquake.pak and embedded_pak.c.
- TODO: Do the same for MSVC: add a mkpak.vcxproj, make embedded.vcxproj run both mkpak + bintoc to regenerate all
0 commit comments