summaryrefslogtreecommitdiffstats
path: root/core/variant/callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* fix callable not clearing freed pointerrune-scape2024-06-021-0/+2
* Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-131-0/+19
|\
| * Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+19
* | Fix `rpc` call from name based `Callable`sA Thousand Ships2024-03-101-4/+25
|/
* Core: Add `Callable.create` static method for `Variant` callablesDanil Alexeev2024-02-291-9/+23
* Update deferred calls to use Callableskobewi2024-01-091-2/+1
* Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-061-0/+7
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-4/+4
* Complete support of callables of static methodsPedro J. Estébanez2023-04-121-1/+10
* Fix Callable call error reporting.Juan Linietsky2023-01-101-0/+27
* Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde2023-01-091-0/+12
|\
| * Properly report Callable bound argumentsJuan Linietsky2023-01-081-0/+12
* | Allow binding Callable arguments from an arrayJuan Linietsky2023-01-061-0/+14
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-12/+12
* Callable: add callv methodRicardo Buring2022-09-211-0/+15
* Remove Signal connect bindsJuan Linietsky2022-07-291-6/+6
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-3/+6
* Fix the argcount when generating error message for CallableComparatorcdemirer2022-07-181-1/+1
* Clean up Hash Functionsreduz2022-06-201-1/+2
* Const Ref Callable for custom sort/searchmashumafi2022-03-271-0/+10
* Remove VARIANT_ARG* macrosreduz2022-03-091-3/+3
* Fix script editor errors with CustomCallableskobewi2022-02-071-2/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove binds from Signal.connectkobewi2021-09-241-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.xLyuma2021-07-011-0/+4
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-1/+1
* Make Callable not crash on call when the object has been freedGeorge Marques2021-05-241-0/+9
* Add RPC to Callablereduz2021-05-031-0/+20
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-0/+393