godot/modules/mono
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
..
build_scripts
doc_classes
editor Make enum/constant binds 64-bit. 2022-06-17 16:36:26 +03:00
glue Fix Lerp documentation and implement RangeLerp 2022-06-16 13:56:32 +02:00
icons
mono_gd Support explicit values in flag properties, add C# flags support 2022-06-03 05:19:01 +02:00
utils Mono: Fix typo to foreach C# keyword 2022-06-17 13:03:32 +02:00
__init__.py
.editorconfig
.gitignore
class_db_api_json.cpp Make enum/constant binds 64-bit. 2022-06-17 16:36:26 +03:00
class_db_api_json.h
config.py
csharp_script.cpp Support explicit values in flag properties, add C# flags support 2022-06-03 05:19:01 +02:00
csharp_script.h Add a new HashSet template 2022-05-20 22:40:38 +02:00
Directory.Build.props
godotsharp_defs.h
godotsharp_dirs.cpp
godotsharp_dirs.h
managed_callable.cpp Clean up Hash Functions 2022-06-20 12:54:19 +02:00
managed_callable.h
mono_gc_handle.cpp
mono_gc_handle.h
register_types.cpp
register_types.h
SCsub
SdkPackageVersions.props
signal_awaiter_utils.cpp Clean up Hash Functions 2022-06-20 12:54:19 +02:00
signal_awaiter_utils.h