behaviour-tree-test/scene
Micky e31bb5ffeb Rename CanvasItem.update() to queue_redraw()
Affects a lot of classes. Very thoroughly checked signal connections and deferred calls to this method, add_do_method/add_undo_method calls, and so on.

Also renames the internal `_update_callback()` to `_redraw_callback()` for consistency.

Just a few comments have also been changed to say "redraw".

In CPUParticles2D, there was a private variable with the same name. It has been renamed to `do_redraw`.
2022-08-29 14:59:47 +02:00
..
2d Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
3d Merge pull request #64119 from YuriSizov/theme-init-database 2022-08-29 14:02:21 +02:00
animation Improve documentation for get_animation() 2022-08-29 14:54:57 +08:00
audio Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
debugger Swap arguments of ResourceSaver.save() 2022-07-29 19:53:09 +02:00
gui Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
main Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
resources Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
theme Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00
property_utils.cpp Cleanup and move char functions to the char_utils.h header. 2022-02-04 11:35:01 +02:00
property_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_scene_types.cpp Merge pull request #64119 from YuriSizov/theme-init-database 2022-08-29 14:02:21 +02:00
register_scene_types.h Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00
scene_string_names.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
scene_string_names.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00