godot-xterm/addons/godot_xterm
Leroy Hopson 55b0a0577d
Update bell
- Don't add the bell to the archive to keep it small a simplify
  licensing. Also bells seem to be rarely used with terminal emulators.
- Don't play the bell directly from the Terminal node by adding an
  AudioStreamPlayer, but make it easy to tune the "bell" signal behavior
  from the Terminal node so that only an AudioStreamPlayer node's play()
  method needs to be connected to it.
- Keep the bell.wav sound around for testing/demo.
2021-07-23 08:37:49 +07:00
..
editor_plugins/terminal Update bell 2021-07-23 08:37:49 +07:00
import_plugins Add only Hack Regular font and default themes to archive 2021-07-23 08:37:48 +07:00
native Fallback to Regular Terminal font before default font 2021-07-23 08:37:47 +07:00
nodes Update bell 2021-07-23 08:37:49 +07:00
resources Add basic .xrdb/.Xresources import plugin 2021-07-19 00:10:16 +07: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
namespace.gd Add namespace 2021-07-03 20:45:11 +07:00
plugin.cfg Bump version to 1.2.1 2020-11-23 16:20:41 +07:00
plugin.gd Add basic .xrdb/.Xresources import plugin 2021-07-19 00:10:16 +07: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