This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f392a9c4f81e6ea5f55c3fa7af0ca94de44ce463
godot
/
servers
/
physics_3d
History
Rémi Verschelde
a1d7c62df7
Merge pull request
#83003
from AThousandShips/null_check_extra
...
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
2023-10-09 15:37:14 +02:00
..
joints
…
gjk_epa.cpp
…
gjk_epa.h
…
godot_area_3d.cpp
Merge pull request
#83003
from AThousandShips/null_check_extra
2023-10-09 15:37:14 +02:00
godot_area_3d.h
…
godot_area_pair_3d.cpp
…
godot_area_pair_3d.h
…
godot_body_3d.cpp
Merge pull request
#83003
from AThousandShips/null_check_extra
2023-10-09 15:37:14 +02:00
godot_body_3d.h
…
godot_body_direct_state_3d.cpp
…
godot_body_direct_state_3d.h
…
godot_body_pair_3d.cpp
…
godot_body_pair_3d.h
…
godot_broad_phase_3d_bvh.cpp
…
godot_broad_phase_3d_bvh.h
…
godot_broad_phase_3d.cpp
…
godot_broad_phase_3d.h
…
godot_collision_object_3d.cpp
…
godot_collision_object_3d.h
…
godot_collision_solver_3d_sat.cpp
…
godot_collision_solver_3d_sat.h
…
godot_collision_solver_3d.cpp
…
godot_collision_solver_3d.h
…
godot_constraint_3d.h
…
godot_joint_3d.h
…
godot_physics_server_3d.cpp
Replace
ERR_FAIL_COND
with
ERR_FAIL_NULL
where applicable
2023-10-08 17:23:33 +02:00
godot_physics_server_3d.h
…
godot_shape_3d.cpp
…
godot_shape_3d.h
…
godot_soft_body_3d.cpp
Replace
ERR_FAIL_COND
with
ERR_FAIL_NULL
where applicable
2023-10-08 17:23:33 +02:00
godot_soft_body_3d.h
…
godot_space_3d.cpp
…
godot_space_3d.h
…
godot_step_3d.cpp
…
godot_step_3d.h
…
SCsub
…