Skip to content

2024.6

Compare
Choose a tag to compare
@r-lyeh r-lyeh released this 06 Dec 16:38
· 3 commits to master since this release

fix: amend crash on callstack() for now (emscripten,tcc+linux)
fix: archlinux cc/tcc flags (thanks Cambroussard!)
fix: AUTORUN not being called on tcc+linux (wrong attribute constructor)
fix: compilation of html5 demos under emscripten (thanks Cambroussard!)
fix: convert 1D texture/samplers to 2D (fwk_font)(emscripten)
fix: emscripten warnings
fix: fix crash on reflection module (map_init_int; less_64 -> less_int)(emscripten)
fix: invalid free() during osx callstack()
fix: invalid glsl version in brdf.glsl file (Cambroussard)
fix: joint mode in join/split commands (Linux)
fix: missing window_swap() call within window_loop() on desktops
fix: remove versions from shaders, will use 330 on desktops and 300 es on ems for now
fix: removed initialized uniforms for GLES backend
fix: setup part in MAKE.bat (ArchLinux) (thanks Cambroussard!)
fix: stack size+ems (Cambroussard)
chg: add html5/hello.c demo
chg: bump up emsdk from 3.0.0 to 3.1.55