summaryrefslogtreecommitdiff
path: root/core/variant/callable.cpp
AgeCommit message (Expand)Author
2023-01-10Fix Callable call error reporting.Juan Linietsky
2023-01-09Merge pull request #70996 from reduz/properly-report-callable-bound-argumentsRémi Verschelde
2023-01-08Properly report Callable bound argumentsJuan Linietsky
2023-01-06Allow binding Callable arguments from an arrayJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-21Callable: add callv methodRicardo Buring
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-26[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli
2022-07-18Fix the argcount when generating error message for CallableComparatorcdemirer
2022-06-20Clean up Hash Functionsreduz
2022-03-27Const Ref Callable for custom sort/searchmashumafi
2022-03-09Remove VARIANT_ARG* macrosreduz
2022-02-07Fix script editor errors with CustomCallableskobewi
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-24Remove binds from Signal.connectkobewi
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-01Add Callable.is_valid() analogous to FuncRef.is_valid() from 3.xLyuma
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-24Make Callable not crash on call when the object has been freedGeorge Marques
2021-05-03Add RPC to Callablereduz
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz