summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.h
AgeCommit message (Expand)Author
2021-06-01[Net] Refactor RPCs, remove RSETsFabio Alessandrelli
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Add PluginScript support for global class naming/icon pathEmmanuel Leblond
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-18Merge pull request #23615 from buresu/pluginscript-newRémi Verschelde
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-11-10PluginScript: Add support for the new() methodNaoto Kondo
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-01-16Improve inheritance system in gdnative pluginscriptEmmanuel Leblond
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-25Removes Script::get_node_type()Jerome67000
2017-10-20[GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond
2017-10-17[GDnative] add pluginscript \o/Emmanuel Leblond