virtualx-engine/modules
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
..
basis_universal Refactor module initialization 2022-05-04 17:34:51 +02:00
bmp Refactor module initialization 2022-05-04 17:34:51 +02:00
camera Refactor module initialization 2022-05-04 17:34:51 +02:00
csg Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
cvtt Refactor module initialization 2022-05-04 17:34:51 +02:00
dds Merge pull request #60723 from reduz/refactor-module-initialization 2022-05-04 19:08:43 +02:00
denoise Refactor module initialization 2022-05-04 17:34:51 +02:00
enet Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
etcpak Refactor module initialization 2022-05-04 17:34:51 +02:00
freetype Refactor module initialization 2022-05-04 17:34:51 +02:00
gdscript Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
glslang Refactor module initialization 2022-05-04 17:34:51 +02:00
gltf Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
gridmap Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
hdr Refactor module initialization 2022-05-04 17:34:51 +02:00
jpg Refactor module initialization 2022-05-04 17:34:51 +02:00
jsonrpc Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
lightmapper_rd Merge pull request #60723 from reduz/refactor-module-initialization 2022-05-04 19:08:43 +02:00
mbedtls Refactor module initialization 2022-05-04 17:34:51 +02:00
meshoptimizer Refactor module initialization 2022-05-04 17:34:51 +02:00
minimp3 Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
mobile_vr Merge pull request #60723 from reduz/refactor-module-initialization 2022-05-04 19:08:43 +02:00
mono Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
msdfgen Refactor module initialization 2022-05-04 17:34:51 +02:00
navigation Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
noise Refactor module initialization 2022-05-04 17:34:51 +02:00
ogg Refactor module initialization 2022-05-04 17:34:51 +02:00
openxr Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
raycast Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
regex Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
squish Refactor module initialization 2022-05-04 17:34:51 +02:00
svg Fix warnings found by Emscripten 3.1.10 2022-05-10 13:03:13 +02:00
text_server_adv Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
text_server_fb Use new HashMap implementation in the TextServer, and Font. 2022-05-12 13:42:25 +03:00
tga Refactor module initialization 2022-05-04 17:34:51 +02:00
theora Merge pull request #60723 from reduz/refactor-module-initialization 2022-05-04 19:08:43 +02:00
tinyexr Refactor module initialization 2022-05-04 17:34:51 +02:00
upnp Refactor module initialization 2022-05-04 17:34:51 +02:00
vhacd Refactor module initialization 2022-05-04 17:34:51 +02:00
visual_script Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
vorbis Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
webp Refactor module initialization 2022-05-04 17:34:51 +02:00
webrtc Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
websocket Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
webxr Merge pull request #60723 from reduz/refactor-module-initialization 2022-05-04 19:08:43 +02:00
xatlas_unwrap Refactor module initialization 2022-05-04 17:34:51 +02:00
modules_builders.py SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00
register_module_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub SCons: Improve logic to generate modules_tests.gen.h 2022-02-08 13:01:35 +01:00