godot/editor/plugins/tiles
Rémi Verschelde fc076ece3d
Revert "Add missing SNAME macro optimization to all theme methods call"
This reverts commit a988fad9a0.

As discussed in #57725 and clarified in #57788, `SNAME` is not meant to be used
everywhere but only in critical code paths. For theme methods specifically, it
was by design that only getters use `SNAME` and not setters.
2022-02-08 10:17:25 +01:00
..
SCsub Rework the TileSet resource and TileMap nodes: 2021-05-07 18:06:17 +02:00
atlas_merging_dialog.cpp TileSetAtlasSource: Make `get_tile_data` return `TileData *` 2022-01-28 14:27:12 +01:00
atlas_merging_dialog.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tile_atlas_view.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
tile_atlas_view.h Minor tweaks and fixes to panning 2022-01-23 13:49:53 +01:00
tile_data_editors.cpp Add missing SNAME macro optimization in some function calls 2022-02-06 15:54:04 +01:00
tile_data_editors.h Merge pull request #56253 from PucklaMotzer09/tile_editor_select 2022-01-13 11:45:15 +01:00
tile_map_editor.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
tile_map_editor.h Allow sorting tileset sources 2022-01-26 13:58:32 +01:00
tile_proxies_manager_dialog.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tile_proxies_manager_dialog.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tile_set_atlas_source_editor.cpp Revert "Add missing SNAME macro optimization to all theme methods call" 2022-02-08 10:17:25 +01:00
tile_set_atlas_source_editor.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tile_set_editor.cpp Cleanup and move char functions to the `char_utils.h` header. 2022-02-04 11:35:01 +02:00
tile_set_editor.h Allow sorting tileset sources 2022-01-26 13:58:32 +01:00
tile_set_scenes_collection_source_editor.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tile_set_scenes_collection_source_editor.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
tiles_editor_plugin.cpp Fixes TileMap editor not disappearing 2022-01-27 02:49:29 +01:00
tiles_editor_plugin.h Allow sorting tileset sources 2022-01-26 13:58:32 +01:00