godot/scene
Andrii Doroshenko (Xrayez) 41f99c8f53 Provide warning when using polygon shapes in CollisionShape2D node
`ConvexPolygonShape2D` and `ConcavePolygonShape2D` are only meant to be
used directly in code and not in the editor for physics-based use cases
specifically.

Developers are advised to use `CollisionPolygon2D` instead, which does
generate those shapes under the hood, handling polygon convexivity,
proper orientation etc.

(cherry picked from commit dc446203be)
2020-07-06 14:16:28 +02:00
..
2d Provide warning when using polygon shapes in CollisionShape2D node 2020-07-06 14:16:28 +02:00
3d Call Spatial::get_global_transform and Vector3::dot only once within Camera::is_position_behind to avoid redundant work. 2020-06-29 10:48:45 +02:00
animation Ignore blend times for inexistent animations 2020-07-03 15:34:30 +02:00
audio SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
debugger Format remote printerr properly in script debugger output 2020-07-02 17:43:37 +02:00
gui Fixed separation of ports on GraphNode 2020-07-03 15:34:30 +02:00
main Fix signal duplication bug when duplicating node with instanced children 2020-06-11 09:37:47 +08:00
resources Merge pull request #40087 from akien-mga/3.2-cherrypicks 2020-07-04 01:37:52 +02:00
register_scene_types.cpp Add support for opengl external textures as defined by https://www.khronos.org/registry/OpenGL/extensions/OES/OES_EGL_image_external.txt 2020-03-05 13:09:49 -08:00
register_scene_types.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
scene_string_names.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00