godot/modules
pepegadeveloper123 4e00d8520d Inherited C# scene not inheriting parent's fields
When a child scene inherits a parent scene with a C# root node, the
parent scene's export variables appear to assume values set in the
parent scene, in the child scene's Inspector. However, when the child
scene is played, the parent scene's export variables assume default
values.
When a node is created, it inherits its parent C# script's fields from
the map CSharpScriptInstance::script->member_info. However this map was
not initialized outside the editor, and this commit ensured it is. This
fixes issues #36480 and #37581.
2020-05-11 03:20:11 +09:00
..
arkit Rename InputFilter back to Input 2020-04-28 15:19:49 +02:00
assimp Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +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 Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
camera SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
csg Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +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 Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
gdnavigation Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +02:00
gdscript Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02:00
glslang SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
gridmap Revert "Renamed plane's d to distance" 2020-05-10 16:47:11 +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 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
mbedtls Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
mobile_vr Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
mono Inherited C# scene not inheriting parent's fields 2020-05-11 03:20:11 +09:00
ogg SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
opensimplex Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
opus SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
pvr Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +02: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 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
tinyexr tinyexr: Enable C++11 threaded loading 2020-04-30 15:31:02 +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 Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 2020-05-10 13:13:54 +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 Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +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
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
SCsub fixed modules not beeing added to vsproj 2020-04-09 15:15:52 +02:00