1
0
Fork 0
godot/core/math
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
..
SCsub
a_star.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
a_star.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
aabb.cpp
aabb.h
audio_frame.h
basis.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
basis.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
bvh.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
bvh_abb.h
bvh_cull.inc
bvh_debug.inc
bvh_integrity.inc
bvh_logic.inc
bvh_misc.inc
bvh_pair.inc
bvh_public.inc
bvh_refit.inc
bvh_split.inc
bvh_structs.inc Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
bvh_tree.h Add protective checks for invalid handle use in BVH 2022-03-23 09:19:26 +00:00
camera_matrix.cpp Rename Basis "elements" to "rows" 2022-04-29 08:02:56 -05:00
camera_matrix.h
color.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
color.h Color: Rename `to_srgb`/`to_linear` to include base color space 2022-04-13 11:45:52 +02:00
color_names.inc Update color constants to use HEX codes 2022-03-17 11:36:23 +02:00
convex_hull.cpp Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00
convex_hull.h
delaunay_2d.h
delaunay_3d.h Fix warnings found by Emscripten 3.1.10 2022-05-10 13:03:13 +02:00
disjoint_set.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
dynamic_bvh.cpp
dynamic_bvh.h Fix DynamicBVH crash after #59867 2022-04-05 02:17:34 +02:00
expression.cpp Implement exponential operator (**) to GDScript/Expressions 2022-05-11 16:30:37 +03:00
expression.h Implement exponential operator (**) to GDScript/Expressions 2022-05-11 16:30:37 +03:00
face3.cpp Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
face3.h Fix some issues found by cppcheck. 2022-04-06 14:34:37 +03:00
geometry_2d.cpp Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00
geometry_2d.h
geometry_3d.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
geometry_3d.h
math_defs.h
math_fieldwise.cpp Rename Basis "elements" to "rows" 2022-04-29 08:02:56 -05:00
math_fieldwise.h
math_funcs.cpp
math_funcs.h Fix more issues found by cppcheck. 2022-04-20 10:34:00 +03:00
octree.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
plane.cpp
plane.h
quaternion.cpp
quaternion.h
quick_hull.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
quick_hull.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
random_number_generator.cpp
random_number_generator.h
random_pcg.cpp
random_pcg.h Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` 2022-05-02 16:28:25 +02:00
rect2.cpp Rename Transform2D "elements" to "columns" 2022-04-29 08:02:39 -05:00
rect2.h
rect2i.cpp
rect2i.h
static_raycaster.cpp
static_raycaster.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
transform_2d.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
transform_2d.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
transform_3d.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
transform_3d.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
triangle_mesh.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
triangle_mesh.h
triangulate.cpp
triangulate.h
vector2.cpp
vector2.h
vector2i.cpp
vector2i.h
vector3.cpp Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
vector3.h Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
vector3i.cpp
vector3i.h