virtualx-engine/editor/plugins/tiles
reduz 746dddc067 Replace most uses of Map by HashMap
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
  (order matters) but use is discouraged.

There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
..
atlas_merging_dialog.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
atlas_merging_dialog.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
SCsub
tile_atlas_view.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_atlas_view.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_data_editors.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_data_editors.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_map_editor.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_map_editor.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_proxies_manager_dialog.cpp Changed signals of ItemList 2022-05-06 13:09:04 +05:30
tile_proxies_manager_dialog.h Changed signals of ItemList 2022-05-06 13:09:04 +05:30
tile_set_atlas_source_editor.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_set_atlas_source_editor.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
tile_set_editor.cpp Make TabBar/Container default their alignments to the left instead of center 2022-03-17 18:12:23 -03:00
tile_set_editor.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
tile_set_scenes_collection_source_editor.cpp Fix more issues found by cppcheck. 2022-04-20 10:34:00 +03:00
tile_set_scenes_collection_source_editor.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
tiles_editor_plugin.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
tiles_editor_plugin.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00