summaryrefslogtreecommitdiffstats
path: root/core/variant/callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Properly report Callable bound argumentsJuan Linietsky2023-01-081-0/+12
* 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