godot-xterm/test
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
..
files Remove support for deprecated theme item names 2022-08-26 12:30:07 +12:00
html5 Use default export templates for HTML5 2022-08-27 10:32:22 +12:00
import_plugins/xrdb Update/deprecate theme item names 2022-08-26 09:28:38 +12:00
integration Remove support for deprecated theme item names 2022-08-26 12:30:07 +12:00
platform/unix Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
scenes Update libtsm to not erase screen on palette change 2022-08-22 22:56:50 +12:00
unit Move terminal bell tests from unit -> integration 2022-08-22 10:05:41 +12:00
.gutconfig.ci.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.unix.json Run tests in CI environment 2021-07-18 23:05:17 +07:00
.gutconfig.windows.json Run tests in CI environment 2021-07-18 23:05:17 +07:00