godot-xterm/addons/godot_xterm
Leroy Hopson fae6317eb7
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.
2024-03-29 19:36:44 +13:00
..
editor_plugins/terminal Update/deprecate theme item names 2022-08-26 09:28:38 +12:00
import_plugins Update/deprecate theme item names 2022-08-26 09:28:38 +12:00
native Use default export templates for HTML5 2024-03-29 19:36:44 +13:00
nodes Fix unicode errors 2022-08-15 17:09:29 +12:00
resources Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
themes Update/deprecate theme item names 2022-08-26 09:28:38 +12:00
util Don't register TPut util as a global unique class 2021-07-03 01:24:07 +07:00
.gitignore Ignore vscode config files 2020-10-05 17:56:57 +07:00
LICENSE.md Update license information 2021-07-07 21:39:54 +07:00
plugin.cfg Bump version to 2.2.0 2022-08-26 10:02:09 +12:00
plugin.gd Refactor PTY 2022-07-11 09:33:01 +12:00
pty.gd Deprecate undocumented get_master() method 2022-08-22 10:05:41 +12:00
terminal.gd Fix typo in deprecated color name 2022-08-26 12:23:39 +12:00
THIRDPARTY_NOTICES.txt Add export ignored files to .gitattributes 2021-07-19 00:49:37 +07:00
THIRDPARTY_NOTICES_nopty.txt Add export ignored files to .gitattributes 2021-07-19 00:49:37 +07:00