diff options
author | Ricardo Buring <ricardo.buring@gmail.com> | 2024-08-07 21:15:17 +0200 |
---|---|---|
committer | Ricardo Buring <ricardo.buring@gmail.com> | 2024-09-23 17:33:45 +0200 |
commit | 7c4c4b998716922fcf62f1fe50473bf2f59087c8 (patch) | |
tree | 17d0a245f0e7295cfe0c42e02e409fb8cd2f44de /COPYRIGHT.txt | |
parent | 4254946de93bab0cc1fb36a7b9039c9ec43be924 (diff) | |
download | redot-engine-7c4c4b998716922fcf62f1fe50473bf2f59087c8.tar.gz |
Move Godot Physics 2D into a module; add dummy 2D physics server
If the module is enabled (default), 2D physics works as it did before.
If the module is disabled and no other 2D physics server is registered
(via a module or GDExtension), then we fall back to a dummy
implementation which effectively disables 2D physics functionality (and
a warning is printed).
The dummy 2D physics server can also be selected explicitly, in which
case no warning is printed.
Diffstat (limited to 'COPYRIGHT.txt')
-rw-r--r-- | COPYRIGHT.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index c0bb756d2e..6d227d6615 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -63,6 +63,11 @@ Copyright: 2011, Ole Kniemeyer, MAXON, www.maxon.net 2007-2014, Juan Linietsky, Ariel Manzur License: Expat and Zlib +Files: ./modules/godot_physics_2d/godot_joints_2d.cpp +Comment: Chipmunk2D Joint Constraints +Copyright: 2007, Scott Lembcke +License: Expat + Files: ./modules/godot_physics_3d/gjk_epa.cpp ./modules/godot_physics_3d/joints/godot_generic_6dof_joint_3d.cpp ./modules/godot_physics_3d/joints/godot_generic_6dof_joint_3d.h @@ -126,11 +131,6 @@ Copyright: 2001, Robert Penner 2007-2014, Juan Linietsky, Ariel Manzur License: Expat -Files: ./servers/physics_2d/godot_joints_2d.cpp -Comment: Chipmunk2D Joint Constraints -Copyright: 2007, Scott Lembcke -License: Expat - Files: ./servers/rendering/renderer_rd/shaders/ss_effects_downsample.glsl ./servers/rendering/renderer_rd/shaders/ssao_blur.glsl ./servers/rendering/renderer_rd/shaders/ssao_importance_map.glsl |