summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-0110-20/+20
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde2020-12-082-2/+2
|\
| * Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-082-2/+2
* | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde2020-12-084-0/+41
|\ \ | |/ |/|
| * Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-084-0/+41
* | Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond2020-12-082-1/+5
|/
* 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-077-9/+9
* Remove multilevel callsGeorge Marques2020-07-241-6/+0
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-15/+27
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-144-10/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-142-10/+5
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-212-0/+9
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-026-21/+21
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-3/+3
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-2/+2
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-24/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-204-12/+12
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-15/+15
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-124-23/+140
* Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-012-6/+3
* Remove unused #if 0'ed codeRémi Verschelde2020-01-212-53/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-0110-20/+20
* Add missing on error manifest struct destroy in pluginscript script initEmmanuel Leblond2019-12-011-7/+16
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-3/+1
* | Fix misc. source comment typosluz.paz2019-09-191-2/+2
|/
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-15/+10
* Remove added pluginscript resource format loaders and savers on cleanupIvan Hilaire2019-07-191-0/+2
* Parse more informations for code completionGeequlim2019-07-042-3/+4
* Remove bogus nulls from generated default valuesBojidar Marinov2019-06-291-4/+12
* Fixed cases of unsupported pointers being used to construct variantsAndrettin2019-06-292-2/+2
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-4/+0
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-6/+6
* Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-032-3/+3
|\
| * Fix code completion not working with class_namelupoDharkael2019-04-162-3/+3
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
|/
* Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-1/+1
* Make direct casting among Error and godot_error enums (#23015).marxin2019-02-181-2/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-0110-20/+20
* Merge pull request #23615 from buresu/pluginscript-newRémi Verschelde2018-12-182-13/+78
|\
| * PluginScript: Add support for the new() methodNaoto Kondo2018-11-102-13/+78