summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_lambda_callable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up Hash Functionsreduz2022-06-201-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 lambdasGeorge Marques2022-04-241-0/+78
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+95