godot-xterm/addons/godot_xterm/native
Leroy Hopson 001a9525d1
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-06-04 12:50:57 +07: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-06-04 12:50:57 +07:00
thirdparty Update godot-cpp 2022-06-04 11:27:53 +07:00
.dockerignore Add Docker build for Linux 2022-06-04 11:27:53 +07:00
build.sh Support universal (x86_64/arm64) builds for macOS 2022-06-04 11:27:53 +07:00
docker-compose.yaml Add Docker build for Linux 2022-06-04 11:27:53 +07: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-06-04 11:27:53 +07:00
SConstruct Add Docker build for Linux 2022-06-04 11:27:53 +07:00
shell.nix Add new PTY node (replaces Pseudoterminal node) 2021-07-03 14:56:27 +07:00