summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript/pluginscript_language.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-459/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-5/+14
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* 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-081-1/+1
|\
| * Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond2020-12-081-1/+1
* | Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde2020-12-081-0/+26
|\ \ | |/ |/|
| * Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-081-0/+26
* | Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond2020-12-081-0/+4
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-23/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-10/+10
* Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-011-2/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix misc. source comment typosluz.paz2019-09-191-2/+2
* Parse more informations for code completionGeequlim2019-07-041-2/+3
* Fixed cases of unsupported pointers being used to construct variantsAndrettin2019-06-291-1/+1
* Fix code completion not working with class_namelupoDharkael2019-04-161-2/+2
* Make direct casting among Error and godot_error enums (#23015).marxin2019-02-181-2/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-4/+2
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* Improve inheritance system in gdnative pluginscriptEmmanuel Leblond2018-01-161-0/+1
* Fix warning when editor resource preview try to read pluginscript resourceEmmanuel Leblond2018-01-091-1/+5
* Fix crash in pluginscript complete_codeEmmanuel Leblond2018-01-091-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
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+4
* [GDnative] remove useless (and illegal !) STL includeEmmanuel Leblond2017-10-201-1/+0
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+432