summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/pluginscript/pluginscript_language.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-138/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+1
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* 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/+5
|\ \ | |/ |/|
| * Add PluginScript support for global class naming/icon pathEmmanuel Leblond2020-12-081-0/+5
* | Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond2020-12-081-1/+1
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-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-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Parse more informations for code completionGeequlim2019-07-041-1/+1
* Fix code completion not working with class_namelupoDharkael2019-04-161-1/+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/+4
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-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
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+131