summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_lambda_callable.h
Commit message (Expand)AuthorAgeFilesLines
* [GDScript] Fix `get_method` for lambda self `Callable`sA Thousand Ships2024-07-081-0/+1
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+2
* GDScript: Lambda hotswap fixesrune-scape2024-01-041-6/+8
* Revert recently added approach to cross-thread lambda survivalPedro J. Estébanez2023-11-221-2/+2
* Fix leak in the bookkeeping of GDScript lambdasPedro J. Estébanez2023-11-211-2/+2
* Fixup thread-owned lambda bookkeeping on thread exitPedro J. Estébanez2023-11-101-2/+2
* GDScript: Lambda hot reloadingrune-scape2023-10-171-3/+8
* Fix `get_method` from named lambdaSeptian2023-08-111-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-0/+25
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-0/+65