summaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_language.h
AgeCommit message (Expand)Author
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M
2021-05-05Highlight control flow keywords with a different colorHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-08Merge pull request #44190 from touilleMan/constify-ScriptLanguage.can_inherit...Rémi Verschelde
2020-12-08Merge pull request #44176 from touilleMan/global_class_naming-for-pluginscriptRémi Verschelde
2020-12-08Add PluginScript support for global class naming/icon pathEmmanuel Leblond
2020-12-08Constify ScriptLanguage.can_inherit_from_fileEmmanuel Leblond
2020-12-08Allow PluginScript to customize language's can_inherit_from_file attributeEmmanuel Leblond
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-04Parse more informations for code completionGeequlim
2019-04-16Fix code completion not working with class_namelupoDharkael
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
2017-10-17[GDnative] add pluginscript \o/Emmanuel Leblond