Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-20 | Clean up Hash Functions | reduz | |
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-04-24 | GDScript: Allow using self in lambdas | George Marques | |
2022-01-03 | Update copyright statements to 2022 | RĂ©mi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2021-04-28 | GDScript: Implement lambdas compilation and runtime | George Marques | |