virtualx-engine/editor/plugins/tiles
Micky 694190a354 Rename TileMap/GridMap.world_to_map and opposite to local_to_map
For both TileMap and GridMap:
- `world_to_map` -> `local_to_map`
- `map_to_world` -> `map_to_local`

Also changes any mention of "world" in this context to "local" to avoid future confusion.

Finally, updates the docs of both methods for consistency.
In particular, adding a note on how to convert the returned values from local to global coordinates and vice versa.
2022-09-05 18:08:39 +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 Add is_zero_approx methods to Vector2, 3, and 4 2022-09-02 00:29:50 -04:00
tile_atlas_view.h Rename CanvasItem.update() to queue_redraw() 2022-08-29 14:59:47 +02:00
tile_data_editors.cpp Add is_zero_approx methods to Vector2, 3, and 4 2022-09-02 00:29:50 -04:00
tile_data_editors.h Add per-scene UndoRedo 2022-08-22 18:05:10 +02:00
tile_map_editor.cpp Rename TileMap/GridMap.world_to_map and opposite to local_to_map 2022-09-05 18:08:39 +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 Rename TileMap/GridMap.world_to_map and opposite to local_to_map 2022-09-05 18:08:39 +02:00
tiles_editor_plugin.h Merge pull request #58361 from V-Sekai/tileset_editor_selection 2022-07-28 17:31:21 +02:00