godot/scene/main
Raul Santos 5373b67e2a
Respect returned bool from virtual process methods in SceneTree
SceneTree overrides the virtual `process` and `physics_process` methods
that it inherits from MainLoop. These methods return a boolean that
determines if the main loop should end.
The SceneTree was ignoring the returned boolean, so scripts inheriting
from SceneTree that override these methods and return true didn't exit
the main loop. Now the boolean is checked.
2023-06-18 20:45:58 +02:00
..
canvas_item.cpp Use NULL instead of COND checks when appropriate 2023-06-10 08:56:30 +02:00
canvas_item.h Fix CanvasItem::draw_string_outline parameter order 2023-06-08 18:15:38 +02:00
canvas_layer.cpp Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-06 13:57:13 +02:00
canvas_layer.h Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-06 13:57:13 +02:00
http_request.cpp Fix wait for thread not started 2023-04-27 20:28:22 +02:00
http_request.h
instance_placeholder.cpp
instance_placeholder.h
missing_node.cpp
missing_node.h
multiplayer_api.cpp
multiplayer_api.h
multiplayer_peer.cpp
multiplayer_peer.h
node.cpp Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
node.h Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
resource_preloader.cpp
resource_preloader.h
scene_tree.cpp Respect returned bool from virtual process methods in SceneTree 2023-06-18 20:45:58 +02:00
scene_tree.h Remove SceneTree debug avoidance hint 2023-06-16 17:18:47 +02:00
SCsub
shader_globals_override.cpp Fix shader uniform storage conversions and crash 2023-05-29 15:17:13 +03:00
shader_globals_override.h
timer.cpp
timer.h
viewport.cpp Merge pull request #78110 from Sauermann/fix-nofocus-focus 2023-06-12 11:55:58 +02:00
viewport.h Merge pull request #77209 from Rindbee/ViewportTexture-not-change-RID 2023-06-09 15:10:39 +02:00
window.cpp [DisplayServer] Add method to check if native window is focused. 2023-06-16 10:27:52 +03:00
window.h Fix mouse position with screen transform 2023-06-09 11:29:43 +02:00