summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2019-10-22Merge pull request #32919 from vnen/gdscript-unused-argsRémi Verschelde
2019-10-22Merge pull request #32903 from madmiraal/fix-27649-part9Rémi Verschelde
2019-10-22Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltonsRémi Verschelde
2019-10-19GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques
2019-10-19Fix wrong counting of function argument usageGeorge Marques
2019-10-18Remove duplicate valid value check in gdscript_tokenizer.cpp.Marcel Admiraal
2019-10-17Fix autocompletion for singletonsEbbDrop
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-11fix #32588 crash in language serverHaSa1002
2019-10-10Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio
2019-10-09Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde
2019-10-09lsp: Send godot class tree to clientsGeequlim
2019-10-09lsp: Fix signature of void returned functions in native methodsGeequlim
2019-10-05Fixed some obvious typos in error messagesnoname1477
2019-10-05Format documentations to markdown only when neededgeequlim
2019-10-04Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim
2019-10-04Fix enumeration value of SymbolKind.geequlim
2019-10-03Merge pull request #32517 from GodotExplorer/gdscript-lspRémi Verschelde
2019-10-03Implement DocumentLink of GDScript LSP Servergeequlim
2019-10-03Merge pull request #32403 from yeonghoey/enforce4spaceRémi Verschelde
2019-10-03Fix codeblock formating to markdowngeequlim
2019-10-02Tweak the default function definition color when using a dark themeHugo Locurcio
2019-10-01Print errors when tab indent found in [codeblock]Yeongho Kim
2019-10-01Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakrefRémi Verschelde
2019-09-28Highlight singletons and class_names in GDScriptBojidar Marinov
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-24GDScript: Fix type resolution not being return in some casesGeorge Marques
2019-09-24doc: Sync classref with current sourceRémi Verschelde
2019-09-23Fix `line` being assigned to twice in the GDScript language serverHugo Locurcio
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-20Merge pull request #32210 from Calinou/editor-log-distinguish-messagesRémi Verschelde
2019-09-20Merge pull request #32150 from luzpaz/typosRémi Verschelde
2019-09-20Distinguish editor-originating messages in the editor logHugo Locurcio
2019-09-19Fix misc. source comment typosluz.paz
2019-09-19Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-valueRémi Verschelde
2019-09-19Merge pull request #32100 from SaracenOne/gdscript_parent_const_typesRémi Verschelde
2019-09-19Merge pull request #31934 from mitchcurtis/28187Rémi Verschelde
2019-09-19Merge pull request #31142 from mitchcurtis/assert-messageRémi Verschelde
2019-09-16Allow weakref(null) in gdscriptWindy Darian
2019-09-11GDScript: add an optional message parameter to assert()Mitch Curtis
2019-09-11Allow for constant deceleration to be detected inherited scripts above the im...Saracen
2019-09-06Produce an error when a class has the same name as a SingletonMitch Curtis
2019-09-03Adds skip-breakpoints featureiwek7
2019-09-03Try and show all the properties added with _get_property_list() when triggeri...MrCdK
2019-09-03Fix uninitialized arrays and dictionaries retaining valueBojidar Marinov
2019-09-02Merge pull request #31893 from bojidar-bg/25081-gdscript-index-selfRémi Verschelde
2019-09-02Merge pull request #31843 from 2shady4u/parserCtrlClickRémi Verschelde
2019-09-02Re-allow indexing on "self" and object types in GDScriptBojidar Marinov
2019-09-02gdscript: Fix build after #24925Rémi Verschelde