godot/modules
Micky ae5771e1b1 Rename remaining "Spatial" in Plugins to "Node3D"
For EditorNode3DGizmo:
- `get_spatial_node` -> `get_node_3d`
- `set_spatial_node` -> `set_node_3d`

For EditorPlugin:
- `add_spatial_gizmo_plugin` -> `add_node_3d_gizmo_plugin`
- `remove_spatial_gizmo_plugin` -> `remove_node_3d_gizmo_plugin`

Also renames some internal methods for consistency (`forward_3d_draw_over_viewport` & `forward_3d_force_draw_over_viewport` ...). Basically, Spatial has been completely eradicated.
2022-10-04 16:27:29 +02:00
..
basis_universal SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
bmp [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
camera
csg Rename remaining "Spatial" in Plugins to "Node3D" 2022-10-04 16:27:29 +02:00
cvtt SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
dds
denoise SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
enet
etcpak SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
freetype SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
gdscript Implement GDScriptTextDocument::willSaveWaitUntil to clean up outdated documents before saving 2022-10-04 15:38:57 +08:00
glslang
gltf Merge pull request #59481 from LunaticInAHat/gltf_texture_filter_fix_4 2022-10-03 16:33:11 -07:00
gridmap Rename remaining "Spatial" in Plugins to "Node3D" 2022-10-04 16:27:29 +02:00
hdr [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
jpg [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
jsonrpc
lightmapper_rd
mbedtls [Net] Rename "ssl" references to "tls" in methods and members. 2022-09-08 03:24:23 +02:00
meshoptimizer
minimp3 Change time parameters and variables to double type 2022-09-26 13:52:54 -05:00
mobile_vr
mono Merge pull request #66804 from akien-mga/core-remove-NO_SAFE_CAST 2022-10-04 10:22:24 +02:00
msdfgen
multiplayer [MP] Allow multiple synchronizers per node. 2022-10-03 14:45:00 +02:00
navigation Fix crash in navigation 3d when target is not reachable 2022-10-02 13:18:33 -06:00
noise Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
ogg
openxr Merge pull request #66242 from akien-mga/scons-unify-tools-target 2022-09-30 12:28:50 +02:00
raycast Fix MSVC warnings C4324, C4389, C4456, and C4459 2022-09-28 16:43:09 +02:00
regex SCons: Fix MSVC warning LNK4042 about dupe objects in regex 2022-09-27 13:45:16 +02:00
squish
svg [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
text_server_adv Merge pull request #66242 from akien-mga/scons-unify-tools-target 2022-09-30 12:28:50 +02:00
text_server_fb Merge pull request #66242 from akien-mga/scons-unify-tools-target 2022-09-30 12:28:50 +02:00
tga Merge pull request #65717 from Ithamar/feat-tga-16bits 2022-09-26 08:23:11 +02:00
theora Fix MSVC warning C4706: assignment within conditional expression 2022-09-28 16:05:07 +02:00
tinyexr SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
upnp
vhacd
vorbis Fix typos with codespell 2022-09-30 14:23:36 +02:00
webp [Core] Make ImageFormatLoader extensible. 2022-09-20 02:01:57 +02:00
webrtc [WebRTC] Expose more of the WebRTC API. 2022-09-13 14:46:58 +02:00
websocket Remove NO_THREADS fallback code, Godot 4 requires thread support 2022-10-03 11:23:26 +02:00
webxr Get WebXR minimally working again in Godot 4 2022-09-19 21:10:27 -05:00
xatlas_unwrap SCons: Unify tools/target build type configuration 2022-09-26 16:31:46 +02:00
modules_builders.py
register_module_types.h
SCsub