godot/modules/gdnative
Rémi Verschelde fdf58a5858 Rename InputFilter back to Input
It changed name as part of the DisplayServer and input refactoring
in #37317, with the rationale that input no longer goes through the
main loop, so the previous Input singleton now only does filtering.

But the gains in consistency are quite limited in the renaming, and
it breaks compatibility for all scripts and tutorials that access
the Input singleton via the scripting language. A temporary option
was suggested to keep the scripting singleton named `Input` even if
its type is `InputFilter`, but that adds inconsistency and breaks C#.

Fixes godotengine/godot-proposals#639.
Fixes #37319.
Fixes #37690.
2020-04-28 15:19:49 +02:00
..
android Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
doc_classes Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
icons Fix missing module editor icons 2020-03-08 19:32:25 +02:00
include Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor 2020-04-20 17:13:06 +02:00
nativescript Add ability to bind typed arrays to script API 2020-04-21 10:15:40 +02:00
net Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
pluginscript Add ability to bind typed arrays to script API 2020-04-21 10:15:40 +02:00
videodecoder Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
xr Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
config.py Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative.cpp Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
gdnative.h Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
gdnative_api.json Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative_builders.py Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
gdnative_library_editor_plugin.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdnative_library_editor_plugin.h PoolVector is gone, replaced by Vector 2020-02-18 10:10:36 +01:00
gdnative_library_singleton_editor.cpp Signals: Port connect calls to use callable_mp 2020-02-28 14:24:09 +01:00
gdnative_library_singleton_editor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.cpp Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub Renaming all ARVR nodes to XR 2020-04-09 15:33:01 +10:00