godot-xterm/addons/godot_xterm/native
Leroy Hopson 5e25ebbab6 Add rudimentary terminal to editor's bottom panel
In order to use the gdnative library as an editor plugin it was
neccessary to set the `reloadable` property of the gdnlib file to false,
in order to prevent crashes when the godot editor window lost focus.

This may have consequences when recompiling the library.
See: https://docs.godotengine.org/en/3.3/classes/class_gdnativelibrary.html#class-gdnativelibrary-property-reloadable

Still crashes quite frequently and doesn't close child processes
properly.

Part of #43.
2021-07-11 23:03:33 +07:00
..
bin Move and recompile pre-built binary 2020-10-16 14:58:11 +07:00
src Reformat code causing clang-format clashes 2021-07-11 23:03:33 +07:00
thirdparty Update license information 2021-07-07 21:39:54 +07:00
build.sh Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00
docker-compose.yaml Update files for javascript build and export 2021-06-15 14:02:40 +07:00
godotxtermnative.gdnlib Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
SConstruct Add disable_pty compile option 2021-07-07 21:32:26 +07:00
shell.nix Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00