godot/modules/csg
reduz 141c375581 Clean up Hash Functions
Clean up and do fixes to hash functions and newly introduced murmur3 hashes in #61934
* Clean up usage of murmur3
* Fixed usages of binary murmur3 on floats (this is invalid)
* Changed DJB2 to use xor (which seems to be better)
2022-06-20 12:54:19 +02:00
..
doc_classes Rename CSGPrimitive3D.invert_faces to flip_faces 2022-05-06 20:51:46 -05:00
editor Fix editor crash when opening scene with CSGMesh 2022-05-20 10:47:29 +08:00
icons
config.py
csg.cpp Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
csg.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
csg_shape.cpp Add suffixes to all nodes and resources 2022-06-11 09:41:05 -05:00
csg_shape.h Clean up Hash Functions 2022-06-20 12:54:19 +02:00
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 Modules: Don't build editor-specific classes in templates 2022-03-28 16:48:15 +02:00