summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Provide and print error messages for JSON parsingAndrii Doroshenko (Xrayez)2019-10-311-0/+1
* Fixed leak in gdscript when creating empty WeakRefPouleyKetchoupp2019-10-291-1/+2
* Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde2019-10-254-77/+102
|\
| * Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-254-77/+102
* | Merge pull request #32919 from vnen/gdscript-unused-argsRémi Verschelde2019-10-221-5/+17
|\ \
| * | Fix wrong counting of function argument usageGeorge Marques2019-10-191-5/+17
* | | Merge pull request #32903 from madmiraal/fix-27649-part9Rémi Verschelde2019-10-221-7/+3
|\ \ \
| * | | Remove duplicate valid value check in gdscript_tokenizer.cpp.Marcel Admiraal2019-10-181-7/+3
| |/ /
* | | Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltonsRémi Verschelde2019-10-221-5/+4
|\ \ \
| * | | Fix autocompletion for singletonsEbbDrop2019-10-171-5/+4
| |/ /
* / / GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques2019-10-191-1/+7
|/ /
* / Small fixes to redundand code, copy paste bugsqarmin2019-10-142-4/+2
|/
* fix #32588 crash in language serverHaSa10022019-10-111-1/+1
* Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
* Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde2019-10-092-1/+52
|\
| * lsp: Send godot class tree to clientsGeequlim2019-10-092-1/+52
* | lsp: Fix signature of void returned functions in native methodsGeequlim2019-10-091-1/+5
|/
* Fixed some obvious typos in error messagesnoname14772019-10-051-4/+4
* Format documentations to markdown only when neededgeequlim2019-10-054-74/+82
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-046-5/+58
* Fix enumeration value of SymbolKind.geequlim2019-10-043-52/+65
* Merge pull request #32517 from GodotExplorer/gdscript-lspRémi Verschelde2019-10-037-6/+101
|\
| * Implement DocumentLink of GDScript LSP Servergeequlim2019-10-037-4/+99
| * Fix codeblock formating to markdowngeequlim2019-10-031-2/+2
* | Merge pull request #32403 from yeonghoey/enforce4spaceRémi Verschelde2019-10-031-4/+4
|\ \
| * | Print errors when tab indent found in [codeblock]Yeongho Kim2019-10-011-4/+4
* | | Tweak the default function definition color when using a dark themeHugo Locurcio2019-10-021-10/+18
|/ /
* | Merge pull request #32172 from WindyDarian/gdscript_allow_null_weakrefRémi Verschelde2019-10-011-25/+19
|\ \
| * | Allow weakref(null) in gdscriptWindy Darian2019-09-161-25/+19
* | | Highlight singletons and class_names in GDScriptBojidar Marinov2019-09-281-1/+1
| |/ |/|
* | Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-252-8/+5
|\ \
| * | Added some obvious errors explanationsqarmin2019-09-252-8/+5
| |/
* | GDScript: Fix type resolution not being return in some casesGeorge Marques2019-09-241-1/+2
* | doc: Sync classref with current sourceRémi Verschelde2019-09-241-0/+8
* | Fix `line` being assigned to twice in the GDScript language serverHugo Locurcio2019-09-231-4/+2
* | Changed some code found by Clang Tidy and Coverityqarmin2019-09-224-7/+8
* | Merge pull request #32210 from Calinou/editor-log-distinguish-messagesRémi Verschelde2019-09-201-2/+2
|\ \
| * | Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-2/+2
* | | Merge pull request #32150 from luzpaz/typosRémi Verschelde2019-09-203-3/+3
|\ \ \ | |/ / |/| |
| * | Fix misc. source comment typosluz.paz2019-09-193-3/+3
| |/
* | Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-valueRémi Verschelde2019-09-192-33/+45
|\ \
| * | Fix uninitialized arrays and dictionaries retaining valueBojidar Marinov2019-09-032-33/+45
* | | Merge pull request #32100 from SaracenOne/gdscript_parent_const_typesRémi Verschelde2019-09-191-14/+21
|\ \ \
| * | | Allow for constant deceleration to be detected inherited scripts above the im...Saracen2019-09-111-14/+21
| | |/ | |/|
* | | Merge pull request #31934 from mitchcurtis/28187Rémi Verschelde2019-09-191-0/+9
|\ \ \
| * | | Produce an error when a class has the same name as a SingletonMitch Curtis2019-09-061-0/+9
* | | | Merge pull request #31142 from mitchcurtis/assert-messageRémi Verschelde2019-09-194-11/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | GDScript: add an optional message parameter to assert()Mitch Curtis2019-09-114-11/+50
| |/ /
* / / Adds skip-breakpoints featureiwek72019-09-031-2/+3
|/ /
* / Try and show all the properties added with _get_property_list() when triggeri...MrCdK2019-09-031-3/+12
|/