summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
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-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
2019-09-02Merge pull request #24925 from Mr-Slurpy/typed-autoloadRémi Verschelde
2019-09-02Merge pull request #21443 from deepmax/ord_functionRémi Verschelde
2019-09-02Solves ctrl+click on functions by ignoring the cursorshaderbeast
2019-08-29doc: Sync classref with current sourceRémi Verschelde
2019-08-29Updated description for "stepify"Thomas Karcher
2019-08-29Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpcRémi Verschelde
2019-08-29Merge pull request #31738 from bojidar-bg/31056-class_name-extendsRémi Verschelde
2019-08-28Add ord() function to return Unicode code point of a string of length oneMasoud Montazeri
2019-08-28Merge pull request #31737 from bojidar-bg/31455-stack-underflowRémi Verschelde
2019-08-28GDScript: Disable LSP if either jsonrpc or websocket are disabledRémi Verschelde
2019-08-28Merge pull request #29780 from GodotExplorer/gdscript-lspRémi Verschelde
2019-08-28Remove check for class_name and extends orderBojidar Marinov
2019-08-28Fix yield check in GDScriptFunctionBojidar Marinov
2019-08-28Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-typeRémi Verschelde
2019-08-27Make 'break' and 'continue' be marked as safeMichael Alexsander Silva Dias
2019-08-26Make VarArg methods return types show up as Variant in API jsontoasteater
2019-08-23Improve writing style in GDScript error/warning messagesHugo Locurcio
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-08-11Improve code compeletion for virtual methods with signaturesgeequlim
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
2019-08-11Check client workspace directory is validGeequlim
2019-08-11Improve symbol resolve for inner classesGeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add optional smart resolve sulotiongeequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim
2019-08-09Merge pull request #31227 from profan/fix/err-explain-usagesRémi Verschelde
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner