godot-xterm/addons/godot_xterm
Leroy Hopson 41525959e1
Deprecate undocumented get_master() method
This method was never officially documented and used only as a workaround for
issue #53. It also returns an instance of the undocumented and scruffily
implemented Pipe class that I would prefer to keep internal.

Now that #53 has been fixed, this method can be removed from the unofficial
public API, but deprecate it just in case. If someone was using it then it
is still possible (although not supported) to access the `_pipe` property of
`_pty_native`.
2022-08-22 10:05:41 +12:00
..
editor_plugins/terminal Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12:00
import_plugins Add only Hack Regular font and default themes to archive 2021-07-23 08:37:48 +07:00
native Drop support for Godot 3.3.x 2022-08-22 10:02:50 +12:00
nodes Fix unicode errors 2022-08-15 17:09:29 +12:00
resources Reformat existing gdscript code 2022-07-11 09:33:00 +12:00
themes Update bell 2021-07-23 08:37:49 +07:00
util Don't register TPut util as a global unique class 2021-07-03 01:24:07 +07:00
.gitignore Ignore vscode config files 2020-10-05 17:56:57 +07:00
LICENSE.md Update license information 2021-07-07 21:39:54 +07:00
plugin.cfg Bump version to 2.1.1 2022-08-15 17:12:36 +12:00
plugin.gd Refactor PTY 2022-07-11 09:33:01 +12:00
pty.gd Deprecate undocumented get_master() method 2022-08-22 10:05:41 +12:00
terminal.gd Deprecate the cols and rows properties of Terminal 2022-08-22 10:05:36 +12: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