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