godot-xterm/addons/godot_xterm/native
Leroy Hopson 10b9764fb3
Use default export templates for HTML5
Changes Emscripten SDK version to match that used to compile the default export
templates used by Godot 3.5 (in this case 3.1.14 as can be seen here:
https://github.com/godotengine/build-containers/blob/3.5/Dockerfile.javascript).

This means we no longer need to compile custom export templates when
exporting HTML5 for Godot 3.5. Exports from other Godot versions may
requiring compiling the GDNative library with a different version of the
Emscripten SDK.

- Changes renderer from GLES3 -> GLES2 and reduces MSAA level to better
  support HTML5 export.
- Updates GitHub Action to export HTML5 and upload as a build artifact.
- Adds Cypress test to smoke test HTML5 export.
2022-08-27 10:32:22 +12:00
..
bin Move and recompile pre-built binary 2020-10-16 14:58:11 +07:00
src Use default export templates for HTML5 2022-08-27 10:32:22 +12:00
thirdparty Change target Godot version to v3.5-stable 2022-08-26 16:53:02 +12:00
.dockerignore Add Docker build for Linux 2022-07-11 09:33:00 +12:00
build.sh Use default export templates for HTML5 2022-08-27 10:32:22 +12:00
docker-compose.yaml Use default export templates for HTML5 2022-08-27 10:32:22 +12:00
godotxtermnative.gdnlib Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
javascript.Dockerfile Use default export templates for HTML5 2022-08-27 10:32:22 +12:00
linux.Dockerfile Fix GitHub Actions godot-cpp-linux Docker build 2022-08-03 22:41:12 +12:00
SConstruct Add Docker build for Linux 2022-07-11 09:33:00 +12:00
shell.nix Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00