virtualx-engine/editor/plugins/tiles
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
..
atlas_merging_dialog.cpp Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
atlas_merging_dialog.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
SCsub
tile_atlas_view.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
tile_atlas_view.h Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
tile_data_editors.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
tile_data_editors.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_map_editor.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
tile_map_editor.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_proxies_manager_dialog.cpp Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_proxies_manager_dialog.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_set_atlas_source_editor.cpp Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
tile_set_atlas_source_editor.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_set_editor.cpp Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 2022-08-29 11:11:29 +02:00
tile_set_editor.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_set_scenes_collection_source_editor.cpp Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED" 2022-08-29 11:11:29 +02:00
tile_set_scenes_collection_source_editor.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tiles_editor_plugin.cpp Remove Signal connect binds 2022-07-29 16:26:13 +02:00
tiles_editor_plugin.h Merge pull request #58361 from V-Sekai/tileset_editor_selection 2022-07-28 17:31:21 +02:00