summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript/pluginscript_instance.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-0/+32
* Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-011-4/+2
* Remove unused #if 0'ed codeRémi Verschelde2020-01-211-46/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-2/+2
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-2/+2
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-2/+2
* Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-161-2/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+181