summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_lambda_callable.cpp
AgeCommit message (Collapse)Author
2022-06-20Clean up Hash Functionsreduz
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-24GDScript: Allow using self in lambdasGeorge Marques
2022-01-03Update copyright statements to 2022RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2021-04-28GDScript: Implement lambdas compilation and runtimeGeorge Marques