summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_lambda_callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [GDScript] Fix `get_method` for lambda self `Callable`sA Thousand Ships2024-07-081-0/+4
* [GDScript] Fix `get_argument_count` for lambda `Callable`sA Thousand Ships2024-07-051-2/+2
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+18
* GDScript: Lambda hotswap fixesrune-scape2024-01-041-26/+6
* Revert recently added approach to cross-thread lambda survivalPedro J. Estébanez2023-11-221-3/+1
* Fixup thread-owned lambda bookkeeping on thread exitPedro J. Estébanez2023-11-101-1/+3
* GDScript: Lambda hot reloadingrune-scape2023-10-171-0/+52
* GDScript: Fix some lambda bugsDanil Alexeev2023-09-141-2/+72
* Fix `get_method` from named lambdaSeptian2023-08-111-0/+4
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Clean up Hash Functionsreduz2022-06-201-3/+3
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-0/+78
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+95