godot-xterm/addons/godot_xterm
Leroy Hopson ad7f97e493
Further progress towards Godot 4.0 support
- Primary example scenes (menu, terminal, and asciicast) working but
  still a lot of warning/error messages and some regressions.
- Editor integrated terminal works, but still a lot of warning/error
  messages and some regressions.
- Added support for "blink" display attribute.
- Removed GDScript terminal code. Terminal node is now purely a
  GDExtension. So is LibuvUtils.
- GUT tests not working yet.
- Still a lot of things to fix.
- So far, only built for and manually tested on Linux x86_64.
2023-01-08 22:45:18 +13:00
..
editor_plugins/terminal Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
import_plugins Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
native Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
nodes Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
resources Update import plugins 2022-12-28 11:52:19 +13:00
themes Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
util Update themes 2023-01-08 21:36:42 +13:00
.gitignore Convert from GDNative to GDExtension 2022-12-29 22:54:38 +13:00
godot_xterm.gdextension Convert from GDNative to GDExtension 2022-12-29 22:54:38 +13: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 Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
pty.gd Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13: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