godot/modules
Rémi Verschelde b1f392c25e Remove VisualScript module for 4.0
As announced in https://godotengine.org/article/godot-4-will-discontinue-visual-scripting,
Godot maintainers have agreed to discontinue the current implementation of
our VisualScript language.

The way it had been designed was not user-friendly enough and we did not
succeed in improving its usability to actually make it a good low-code
solution for users who need one.

So we prefer to remove it for Godot 4.0 and leave the door open for new,
innovative ideas around visual scripting, to be developed as plugins or
extensions now that Godot provides sufficient functionality for this
(notably via GDExtension and the godot-cpp C++ bindings).

The current module has been moved to a dedicated repository (with full Git
history extracted with `git filter-branch`):

https://github.com/godotengine/godot-visual-script

It can still be compiled as a C++ module (for now, but will likely require
work to be kept in sync with the engine repository), but our hope is that
contributors will port it to GDExtension (which is quite compatibile with
the existing C++ module code when using the godot-cpp C++ bindings).
2022-08-24 12:08:17 +02:00
..
basis_universal
bmp
camera
csg Merge pull request #59564 from KoBeWi/FINALLY,_ULTIMATE_UNDO_REDO 2022-08-22 22:37:33 +02:00
cvtt
dds
denoise
enet
etcpak
freetype
gdscript Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
glslang
gltf Update messages for missing FBX2glTF, add similar messages for Blender 2022-08-22 20:30:33 -04:00
gridmap Replace Array return types with TypedArray 2 2022-08-23 23:21:32 +02:00
hdr
jpg
jsonrpc
lightmapper_rd
mbedtls
meshoptimizer
minimp3
mobile_vr
mono Merge pull request #64727 from raulsntos/csharp-remove-ctors 2022-08-24 08:28:58 +02:00
msdfgen
multiplayer Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
navigation Replace Array return types with TypedArray 2 2022-08-23 23:21:32 +02:00
noise Make _validate_property a multilevel method 2022-08-22 18:35:11 +03:00
ogg
openxr Improve the make_rst.py parser for BBCode tags 2022-08-15 17:45:10 +03:00
raycast
regex Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
squish
svg
text_server_adv Merge pull request #63959 from KoBeWi/typo_arrray 2022-08-23 08:52:13 +02:00
text_server_fb Merge pull request #63959 from KoBeWi/typo_arrray 2022-08-23 08:52:13 +02:00
tga
theora
tinyexr
upnp
vhacd
vorbis
webp libwebp: Sync with upstream 1.2.4 2022-08-23 19:05:53 +02:00
webrtc
websocket
webxr
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub