godot/scene
smix8 881e49c375 Fix TileMaps with origin offset placing NavPolygons wrong without a Navigation2D node
The legacy navigation was positioning baked TileMap navpolygons relative to the current Navigation2D node assuming that it is usually one of the parent nodes.

Without the deprecated Navigation2D node the default navigation map of the world_2d is used. This navigation map has no relative Node2D so it needs to use the global_transform of the TileMap to place navregions with the correct offset in case the TileMap is moved from the origin.
2022-09-22 17:14:51 +02:00
..
2d Fix TileMaps with origin offset placing NavPolygons wrong without a Navigation2D node 2022-09-22 17:14:51 +02:00
3d Merge pull request #66063 from kleonc/sprite3d-fix-drawing-with-vertical-margins-3x 2022-09-20 23:06:57 +02:00
animation Fix crash when playing Tween right after finishing 2022-09-20 10:26:17 +02:00
audio Fix crash when passing null to AudioStreamPlayer::set_stream() 2022-04-03 12:52:17 +02:00
debugger Fix incorrect encoding used in _error_handler functions 2022-05-22 18:56:41 +08:00
gui Merge pull request #65428 from lawnjelly/input_uninit 2022-09-09 14:28:06 +02:00
main Improve signal already connected error message 2022-09-21 07:52:30 +01:00
resources Bind Physics Interpolation functions in VisualServer 2022-08-30 18:06:12 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00
property_utils.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
property_utils.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_scene_types.cpp Add `TorusMesh` 2022-08-07 12:42:24 +02:00
register_scene_types.h Code quality: Fix header guards consistency 2022-07-25 14:53:37 +02:00
scene_string_names.cpp Node: Rename `child_exited_tree` to `child_exiting_tree` 2022-06-20 15:00:09 +02:00
scene_string_names.h Node: Rename `child_exited_tree` to `child_exiting_tree` 2022-06-20 15:00:09 +02:00