Commit graph

33 commits

Author SHA1 Message Date
github-action-benchmark
30bd2208e7 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-08-01 02:30:20 +00:00
github-action-benchmark
952556a5b2 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-07-25 02:30:01 +00:00
github-action-benchmark
544cc117c2 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-07-18 02:25:34 +00:00
github-action-benchmark
645de8c33c add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-07-11 02:27:37 +00:00
github-action-benchmark
f12a643e2b add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-07-04 02:24:51 +00:00
github-action-benchmark
c76819a0f7 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-06-27 02:24:06 +00:00
github-action-benchmark
cf519f033b add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-06-20 02:23:30 +00:00
github-action-benchmark
4f1d55db88 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-06-13 02:25:13 +00:00
github-action-benchmark
0aff577fb0 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 64aa0ff49a 2024-06-09 09:59:01 +00:00
github-action-benchmark
06340689e8 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for e830db667c 2024-06-09 09:46:32 +00:00
github-action-benchmark
0f37c813c0 add GodotXterm Benchmarks (customSmallerIsBetter) benchmark result for 9569c9e489 2024-06-09 09:30:37 +00:00
Leroy Hopson
e8650c5bc2
Add pre-commit config and auto-format files 2024-03-29 19:41:26 +13:00
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
Leroy Hopson
f4db2d9c2e
Change target Godot version to v3.5-stable
Upgrade setup-godot action from v1 -> v2 which changes default Godot
version from 3.4 -> 3.5.
2024-03-29 19:19:08 +13:00
Leroy Hopson
4f24f2bd37
Bump version to 2.2.0 2022-08-26 10:02:09 +12:00
Leroy Hopson
524c0e51c6
Update CHANGELOG 2022-08-26 10:01:30 +12:00
Leroy Hopson
95b66115c4
Update/deprecate theme item names
Updates theme names to be compatible with Godot 3.5 (no spaces),
consistent with other Godot theme item names (snake_case), and
match the color names listed on the
[ANSI escape code wikipedia page](https://en.wikipedia.org/wiki/ANSI_escape_code#3-bit_and_4-bit).

Deprecates the old names and warns users to change them.
2022-08-26 09:28:38 +12:00
Leroy Hopson
6a6adb7294
Update CHANGELOG 2022-08-23 14:45:02 +12:00
Leroy Hopson
6cd5facb98
Deprecate the cols and rows properties of Terminal
As cols and rows are read only (i.e. automatically determined by rect
and font size) there is no need for the properties to be exposed.
Instead, users can get the calculated cols and rows using the get_cols()
and get_rows() methods.
2022-08-22 10:05:36 +12:00
Leroy Hopson
f49410838c
Drop support for Godot 3.3.x 2022-08-22 10:02:50 +12:00
Leroy Hopson
c02b869e2c
Update demo URL 2022-08-19 11:56:08 +12:00
Leroy Hopson
6e9cd130a7
Bump version to 2.1.1 2022-08-15 17:12:36 +12:00
Leroy Hopson
d1153dcaa4
Update CHANGELOG 2022-08-15 17:09:29 +12:00
Leroy Hopson
00a34a9177
Add missing links to terminal docs 2022-08-15 10:08:55 +12:00
Leroy Hopson
d27b0c57ce
Remove typo in docs 2022-08-14 21:13:18 +12:00
Leroy Hopson
d967fe6327
Fix relative links to PTY and Terminal diagrams 2022-08-10 23:51:40 +12:00
Leroy Hopson
6f89edc14e
Move documentation from wiki to main repo
Makes it easier to keep documentation up to date and can deploy with
GitHub pages.

README.md moved to docs/README.md and is shared with GitHub Pages home
page.
2022-08-10 23:13:05 +12:00
Leroy Hopson
e558162d38
Update docs 2022-07-11 13:19:44 +12:00
Leroy Hopson
69d67ed806
Add link to the Godot Asset Library page 2021-07-26 14:28:49 +07:00
Leroy Hopson
d75c26cec6
Update documentation
- Remove contributor license agreement:

  The terms are same as the standard "inbound=outbound" norm for open
  source projects which is covered by GitHub's terms of service
  which every GitHub user has already agreed to:
  https://docs.github.com/en/github/site-policy/github-terms-of-service#6-contributions-under-repository-license

- Add wiki as submodule and move documentation to it.

- Update README and replace screenshot with video
2021-07-25 23:08:45 +07:00
Leroy Hopson
18d25579fd
Add script to build HTML5 export 2021-07-15 19:35:46 +07:00
Leroy Hopson
54cb343b3c Bump version to 1.0.0
Former-commit-id: 46b2d2c56f
2020-10-05 18:16:17 +07:00
Leroy Hopson
0fe6811f54 Update documentation and LICENSE
Former-commit-id: c66e478484
2020-10-05 18:04:41 +07:00