godot/modules/gltf
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
..
doc_classes Add Blender install autodetection and configuration. 2022-04-01 11:01:12 +02:00
editor Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
config.py
gltf_accessor.cpp
gltf_accessor.h
gltf_animation.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_animation.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_buffer_view.cpp
gltf_buffer_view.h
gltf_camera.cpp
gltf_camera.h
gltf_document_extension_convert_importer_mesh.cpp
gltf_document_extension_convert_importer_mesh.h
gltf_document_extension.cpp
gltf_document_extension.h
gltf_document.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_document.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_light.cpp
gltf_light.h
gltf_mesh.cpp
gltf_mesh.h
gltf_node.cpp
gltf_node.h
gltf_skeleton.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_skeleton.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_skin.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_skin.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_spec_gloss.cpp
gltf_spec_gloss.h
gltf_state.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_state.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gltf_texture.cpp
gltf_texture.h
register_types.cpp Refactor module initialization 2022-05-04 17:34:51 +02:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub