virtualx-engine/editor/plugins/tiles
Rémi Verschelde 7e11cc8aa0
Merge pull request #74039 from daBlesr/tilemap-remember-previosuly-selected-tile
Remember previously selected TileMap tile.
2023-03-02 11:41:48 +01:00
..
atlas_merging_dialog.cpp Fix tile atlas merging crash 2023-02-20 18:22:44 +01:00
atlas_merging_dialog.h
SCsub
tile_atlas_view.cpp Fix some TileMap errors and crashes 2023-02-14 00:39:41 +01:00
tile_atlas_view.h Add gesture to ViewPanner and simplify a bit its API 2023-01-23 16:43:53 +01:00
tile_data_editors.cpp fix typo set_polygon in GenericTilePolygonEditor 2023-02-25 00:57:34 +05:00
tile_data_editors.h Rename texture_offset and unclamp it 2023-01-27 11:04:45 +01:00
tile_map_editor.cpp Add missing i18n in tiles editor 2023-02-15 23:08:03 +08:00
tile_map_editor.h Make TileMap toolbar a FlowContainer 2023-01-25 16:27:28 +01:00
tile_proxies_manager_dialog.cpp
tile_proxies_manager_dialog.h
tile_set_atlas_source_editor.cpp Add missing i18n in tiles editor 2023-02-15 23:08:03 +08:00
tile_set_atlas_source_editor.h Use PropertyUsageFlags enum in parse_property 2023-01-31 23:31:15 +01:00
tile_set_editor.cpp Fix error spam when deselecting TileMap 2023-02-10 01:07:48 +01:00
tile_set_editor.h Add read-only mode to tileset editor. 2023-01-25 09:50:54 +00:00
tile_set_scenes_collection_source_editor.cpp Add missing i18n in tiles editor 2023-02-15 23:08:03 +08:00
tile_set_scenes_collection_source_editor.h Add read-only mode to tileset editor. 2023-01-25 09:50:54 +00:00
tiles_editor_plugin.cpp TileSet editor was out of sync with TileMap and incorrectly overwrote old selected TileSet after an edit call with a null pointer. 2023-02-28 22:30:46 +01:00
tiles_editor_plugin.h