godot-xterm/addons/godot_xterm
Leroy Hopson a849423096
Rewrite terminal.cpp
Rewrites the Terminal class as a GDExtension to be used directly in
Godot without a terminal.gd proxy.

Breaks a lot of things in its current state (e.g. signals and other
functions have not be implemented yet), but does add support for
transparent colors and true color inversion. It also seems to
be about 4x faster (FPS-wise) than the old version with some basic
stress testing.

Old source code has been moved to a different directory to be copied
over and/or rewritten piece by piece.
2024-02-07 00:14:33 +13:00
..
editor_plugins/terminal Fix some errors preventing running of the main scene 2023-01-14 22:36:25 +13:00
import_plugins Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
native Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
nodes Upgrade min compatible Godot version to 4.2.1 2024-01-06 23:22:34 +13:00
resources Update import plugins 2022-12-28 11:52:19 +13:00
shaders Rewrite terminal.cpp 2024-02-07 00:14:33 +13:00
themes Further progress towards Godot 4.0 support 2023-01-08 22:45:18 +13:00
util Format files using GDScript Toolkit 2023-01-21 15:33:25 +13:00
.gitignore Convert from GDNative to GDExtension 2022-12-29 22:54:38 +13:00
godot_xterm.gdextension Upgrade min compatible Godot version to 4.2.1 2024-01-06 23:22:34 +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 Allow script loading when compiled with PTY_DISABLED 2024-01-06 23:16:52 +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