]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
Merge PR 'Added Webassembly support and fixed GLES2 (somewhat)'
authorLockl00p <97256723+Lockl00p@users.noreply.github.com>
Sun, 11 Aug 2024 17:43:09 +0000 (12:43 -0500)
committerGitHub <noreply@github.com>
Sun, 11 Aug 2024 17:43:09 +0000 (03:43 +1000)
commit558f16723b3b4708c1d2d3c3b973180296e85266
tree7daa7804242bda3eb077907038d19b1bd9968baf
parent5772ed20c13d65ac46e4ba60d153287a8a631ec5
Merge PR 'Added Webassembly support and fixed GLES2 (somewhat)'

Webassembly version doesn’t work online and screen flashes on GLES2 are
opaque.

See https://github.com/DarkPlacesEngine/DarkPlaces/pull/169

---------

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
Co-authored-by: James O'Neill <hemebond@gmail.com>
Co-authored-by: bones_was_here <bones_was_here@xonotic.au>
21 files changed:
.github/workflows/build.yml
.gitignore
README.md
fs.c
gl_backend.c
host.c
host.h
makefile
makefile.inc
shader_glsl.h
sv_save.c
sys.h
sys_shared.c
sys_wasm.c [new file with mode: 0644]
vid_sdl.c
wasm/autoexec.cfg [new file with mode: 0644]
wasm/index.html [new file with mode: 0644]
wasm/pre.js [new file with mode: 0644]
wasm/preload/runhere [new file with mode: 0644]
wasm/standalone-shell.html [new file with mode: 0644]
wasm/standaloneprejs.js [new file with mode: 0644]