summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript/pluginscript_script.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-146/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-13/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-081-0/+9
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+2
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+7
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-5/+5
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+2
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-4/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Merge pull request #23615 from buresu/pluginscript-newRémi Verschelde2018-12-181-2/+3
|\
| * PluginScript: Add support for the new() methodNaoto Kondo2018-11-101-2/+3
* | Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+1
|/
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-4/+4
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-4/+4
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-4/+4
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-1/+1
* Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-161-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Removes Script::get_node_type()Jerome670002017-10-251-2/+0
* [GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond2017-10-201-1/+0
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+130