godot/scene/resources
Rémi Verschelde e94161dada
SCons: Add explicit dependencies on thirdparty code in cloned env
Since we clone the environments to build thirdparty code, we don't get an
explicit dependency on the build objects produced by that environment.

So when we update thirdparty code, Godot code using it is not necessarily
rebuilt (I think it is for changed headers, but not for changed .c/.cpp files),
which can lead to an invalid compilation output (linking old Godot .o files
with a newer, potentially ABI breaking version of thirdparty code).

This was only seen as really problematic with bullet updates (leading to
crashes when rebuilding Godot after a bullet update without cleaning .o files),
but it's safer to fix it everywhere, even if it's a LOT of hacky boilerplate.

(cherry picked from commit c7b53c03ae)
2021-04-29 16:57:00 +02:00
..
default_theme Tabs: Remove unused 'panel' stylebox from default theme 2021-04-29 12:30:10 +02:00
animation.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
animation.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
audio_stream_sample.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
audio_stream_sample.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
bit_map.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
bit_map.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
box_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
capsule_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
capsule_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
capsule_shape_2d.cpp Added option in project settings to draw Shape2D outlines 2021-02-25 07:48:33 -07:00
capsule_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
circle_shape_2d.cpp Added option in project settings to draw Shape2D outlines 2021-02-25 07:48:33 -07:00
circle_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
concave_polygon_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
concave_polygon_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
concave_polygon_shape_2d.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
concave_polygon_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
convex_polygon_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
convex_polygon_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
convex_polygon_shape_2d.cpp Fix errors and crash with empty ConvexPolygonShape2D 2021-03-05 22:45:29 +01:00
convex_polygon_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
curve.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
curve.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
cylinder_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
cylinder_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dynamic_font.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
dynamic_font.h Modernize Mutex 2021-02-18 11:58:08 +01:00
environment.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
environment.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
font.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
font.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
gradient.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
height_map_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
height_map_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
line_shape_2d.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
line_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
material.cpp Modernize Mutex 2021-02-18 11:58:08 +01:00
material.h Modernize Mutex 2021-02-18 11:58:08 +01:00
mesh.cpp Allow renaming bones and blendshapes. 2021-04-29 11:27:56 +02:00
mesh.h Allow renaming bones and blendshapes. 2021-04-29 11:27:56 +02:00
mesh_data_tool.cpp MeshDataTool::create_from_surface Fail on invalid index data 2021-02-25 15:14:32 +01:00
mesh_data_tool.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
mesh_library.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
mesh_library.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
multimesh.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
multimesh.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
packed_scene.cpp Fix crash when loading a scene containing an uncreatable type 2021-02-26 11:30:38 +01:00
packed_scene.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
particles_material.cpp fixed particle rotate y flag 2021-03-05 11:31:03 +01:00
particles_material.h Modernize Mutex 2021-02-18 11:58:08 +01:00
physics_material.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
physics_material.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
plane_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
plane_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
polygon_path_finder.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
polygon_path_finder.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
primitive_meshes.cpp Allow renaming bones and blendshapes. 2021-04-29 11:27:56 +02:00
primitive_meshes.h Allow renaming bones and blendshapes. 2021-04-29 11:27:56 +02:00
ray_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
ray_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
rectangle_shape_2d.cpp Added option in project settings to draw Shape2D outlines 2021-02-25 07:48:33 -07:00
rectangle_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_format_text.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
resource_format_text.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
segment_shape_2d.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
segment_shape_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shader.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
shape_2d.cpp Added option in project settings to draw Shape2D outlines 2021-02-25 07:48:33 -07:00
shape_2d.h Added option in project settings to draw Shape2D outlines 2021-02-25 07:48:33 -07:00
skin.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
skin.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
sky.cpp CPU lightmapper environment energy fixes. 2021-04-22 16:26:04 +02:00
sky.h CPU lightmapper environment energy fixes. 2021-04-22 16:26:04 +02:00
sphere_shape.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
sphere_shape.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
style_box.cpp Fix StyleBoxLine's incorrect style margin values 2021-02-16 14:27:40 +01:00
style_box.h Fix typo in theming methods ("botton" -> "bottom") 2021-01-26 17:00:15 +01:00
surface_tool.cpp Fix handling of negative indices in SurfaceTool 2021-02-18 23:47:35 +01:00
surface_tool.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
text_file.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
text_file.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
texture.cpp Core: Drop custom copymem/zeromem defines 2021-04-29 12:34:11 +02:00
texture.h Modernize RWLock 2021-02-18 11:41:07 +01:00
theme.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
theme.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tile_set.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
tile_set.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
video_stream.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_shader.cpp [3.2] Prevents default values of VSNodeCustom from overriding by a script 2021-04-12 14:52:19 +03:00
visual_shader.h [3.2] Prevents default values of VSNodeCustom from overriding by a script 2021-04-12 14:52:19 +03:00
visual_shader_nodes.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
visual_shader_nodes.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
world.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
world.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
world_2d.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
world_2d.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00