godot-xterm/addons/godot_xterm/native
Leroy Hopson bea5d1c27d
Check if baton FuncRef is valid before calling call_funcv()
Often when closing a terminal in the terminal panel the error message
'Condition "!obj" is true.' would be printed to console.

This was due to the call_funcv() method being called on an invalid
FuncRef instance (invalid because it had already been deleted or queued
for delection).

Now we check the instance is valid before calling the method.
2022-07-11 09:33:00 +12:00
..
bin Move and recompile pre-built binary 2020-10-16 14:58:11 +07:00
src Check if baton FuncRef is valid before calling call_funcv() 2022-07-11 09:33:00 +12:00
thirdparty Update godot-cpp submodule 2022-05-31 18:34:51 +07:00
.dockerignore Add Docker build for Linux 2022-07-11 09:33:00 +12:00
build.sh Support universal (x86_64/arm64) builds for macOS 2022-07-11 09:33:00 +12:00
docker-compose.yaml Add Docker build for Linux 2022-07-11 09:33:00 +12:00
godotxtermnative.gdnlib Add rudimentary terminal to editor's bottom panel 2021-07-11 23:03:33 +07:00
linux.Dockerfile Add Docker build for Linux 2022-07-11 09:33:00 +12:00
SConstruct Add Docker build for Linux 2022-07-11 09:33:00 +12:00
shell.nix Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00