godot/modules
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
..
arkit Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
assimp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
basis_universal Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
bmp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
bullet Update to bullet master (2.90) 2020-04-27 11:37:47 +02:00
camera SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
csg Merge pull request #37163 from madmiraal/fix-csg-normal 2020-04-28 14:28:31 +02:00
cvtt SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
dds Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
enet Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
etc Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
freetype SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
gdnative Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
gdnavigation Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript Merge pull request #36927 from ThakeeNathees/export-var-type-reduce-implimented 2020-04-27 17:01:04 +02:00
glslang SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
gridmap Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
hdr Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
jpg Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
jsonrpc Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
mbedtls Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
mobile_vr Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
mono Mono/C#: Fix load hook not called for some assemblies on domain reload 2020-04-23 18:55:44 +02:00
ogg SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
opensimplex NoiseTexture: prevent race condition because of Ref::unref() 2020-04-06 13:22:31 +02:00
opus SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
pvr Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
regex Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
squish SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
stb_vorbis Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
svg Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
tga Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
theora Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
tinyexr Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
upnp Improve error explanations related to UPNP and UPNPDevice 2020-04-13 02:25:39 -03:00
vhacd Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
visual_script Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
vorbis SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
webm Exposed RenderingDevice to script API 2020-04-20 21:21:58 -03:00
webp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
webrtc Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
websocket Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
xatlas_unwrap Add caching the lightmap unwrapping on import 2020-04-22 15:34:00 +02:00
SCsub fixed modules not beeing added to vsproj 2020-04-09 15:15:52 +02:00
modules_builders.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
register_module_types.h Moved the shader source compilation code outside RenderingDevice and Vulkan 2020-02-11 11:53:29 +01:00