godot/scene
Rémi Verschelde c7b53c03ae
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.
2020-12-18 10:29:34 +01:00
..
2d Fix camera2d zoom when set to zero (causing ERROR: affine_invert: Condition ' det == 0 ' is true.) 2020-12-16 23:42:12 +01:00
3d Merge pull request #44295 from akien-mga/proximity-group-fix-access-modifiers 2020-12-17 10:06:02 +01:00
animation SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
audio Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
debugger Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
gui FIx visual issues with GraphEdit minimap 2020-12-17 22:59:04 +03:00
main Rename neighbour in Control to neighbor 2020-12-15 16:42:21 -06:00
resources SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
register_scene_types.cpp Rename the TextureProgress node to TextureProgressBar 2020-12-14 21:35:13 +01:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Rename CanvasItem's hide signal to hidden 2020-12-08 12:14:15 +00:00
scene_string_names.h Rename CanvasItem's hide signal to hidden 2020-12-08 12:14:15 +00:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00