godot/scene/main
lawnjelly b411a731fe Add nodiscard to core math classes to catch c++ errors.
A common source of errors is to call functions (such as round()) expecting them to work in place, but them actually being designed only to return the processed value. Not using the return value in this case in indicative of a bug, and can be flagged as a warning by using the [[nodiscard]] attribute.
2022-01-20 13:07:49 +00:00
..
canvas_item.cpp Add nodiscard to core math classes to catch c++ errors. 2022-01-20 13:07:49 +00:00
canvas_item.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
canvas_layer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
canvas_layer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
http_request.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
http_request.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
instance_placeholder.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
instance_placeholder.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
node.cpp Replicate load-as-placeholder state on node duplication 2022-01-16 15:08:03 +08:00
node.h Merge pull request #55512 from RandomShaper/better_node_delete 2022-01-05 10:25:13 +01:00
resource_preloader.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
resource_preloader.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_tree.cpp Fix Tween pause behavior 2022-01-09 19:38:18 +01:00
scene_tree.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
shader_globals_override.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
timer.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
timer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
viewport.cpp Allow embedded windows to be non-resizable 2022-01-17 21:19:45 +01:00
viewport.h Merge pull request #53419 from TechnoPorg/rework-subwindows 2022-01-07 16:15:09 +01:00
window.cpp Merge pull request #56935 from V-Sekai/window_theme_changed_signal 2022-01-19 13:31:56 +01:00
window.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00