summaryrefslogtreecommitdiffstats
path: root/core/variant/callable.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+4
|\
| * Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-041-2/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Core] Add way to check if a signal has any connectionsA Thousand Ships2024-09-201-0/+1
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+2
* Core: Add `Callable.create` static method for `Variant` callablesDanil Alexeev2024-02-291-0/+2
* Make Callable bind method constAaron Franke2024-02-221-1/+1
* Add vararg call() method to C++ Callablekobewi2023-10-051-0/+2
* Complete support of callables of static methodsPedro J. Estébanez2023-04-121-1/+2
* Fix Callable call error reporting.Juan Linietsky2023-01-101-0/+3
* Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde2023-01-091-0/+2
|\
| * Properly report Callable bound argumentsJuan Linietsky2023-01-081-0/+2
* | Allow binding Callable arguments from an arrayJuan Linietsky2023-01-061-0/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add call_deferred() method to Callablekobewi2022-11-041-0/+10
* Callable: add callv methodRicardo Buring2022-09-211-0/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-4/+8
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-2/+2
* Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+1
* Const Ref Callable for custom sort/searchmashumafi2022-03-271-0/+6
* Fix script editor errors with CustomCallableskobewi2022-02-071-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove binds from Signal.connectkobewi2021-09-241-1/+1
* Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.xLyuma2021-07-011-0/+1
* GDNative: Fix size mismatch on 32-bit platforms for Signal and CallableRémi Verschelde2021-05-111-3/+4
* Add RPC to Callablereduz2021-05-031-0/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-3/+3
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+167