summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_rpc_callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+4
* GDScript: Lambda hot reloadingrune-scape2023-10-171-0/+1
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* Fix `get_method` from named lambdaSeptian2023-08-111-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-3/+3
* Clean up Hash Functionsreduz2022-06-201-1/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* [Net] Add type check to GDScriptRPCCallable.Fabio Alessandrelli2022-02-071-7/+13
* [Net] Implement GDScript custom RPC callable.Fabio Alessandrelli2022-02-071-0/+80