godot/scene/main
reduz 1aa2823fa3 Removed _change_notify
-For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap.
-For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed()
-Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now.
2021-02-10 19:31:24 -03:00
..
canvas_item.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
canvas_item.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
canvas_layer.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
canvas_layer.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
http_request.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
http_request.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
instance_placeholder.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
instance_placeholder.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
node.cpp Removed _change_notify 2021-02-10 19:31:24 -03:00
node.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
resource_preloader.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
resource_preloader.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
scene_tree.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
scene_tree.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
shader_globals_override.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
shader_globals_override.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
timer.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
timer.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
viewport.cpp Merge pull request #45845 from qarmin/cppcheck_scene_2 2021-02-10 20:06:12 +01:00
viewport.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
window.cpp Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00
window.h Initialize class variables with default values in scene/ [2/2] 2021-02-09 18:24:36 +01:00