summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #31893 from bojidar-bg/25081-gdscript-index-selfRémi Verschelde2019-09-021-1/+1
|\
| * Re-allow indexing on "self" and object types in GDScriptBojidar Marinov2019-09-021-1/+1
* | Merge pull request #31843 from 2shady4u/parserCtrlClickRémi Verschelde2019-09-021-1/+11
|\ \
| * | Solves ctrl+click on functions by ignoring the cursorshaderbeast2019-09-021-1/+11
* | | gdscript: Fix build after #24925Rémi Verschelde2019-09-021-1/+2
* | | Merge pull request #24925 from Mr-Slurpy/typed-autoloadRémi Verschelde2019-09-022-2/+76
|\ \ \
| * | | Added autoloads as a potential type.Daniel Eliasinski2019-01-112-2/+76
* | | | Merge pull request #21443 from deepmax/ord_functionRémi Verschelde2019-09-022-0/+37
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add ord() function to return Unicode code point of a string of length oneMasoud Montazeri2019-08-282-0/+37
* | | | doc: Sync classref with current sourceRémi Verschelde2019-08-292-2/+2
* | | | Updated description for "stepify"Thomas Karcher2019-08-291-1/+5
* | | | Merge pull request #31741 from akien-mga/lsp-requires-websocket-jsonrpcRémi Verschelde2019-08-292-7/+19
|\ \ \ \
| * | | | GDScript: Disable LSP if either jsonrpc or websocket are disabledRémi Verschelde2019-08-282-7/+19
* | | | | Merge pull request #31738 from bojidar-bg/31056-class_name-extendsRémi Verschelde2019-08-291-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove check for class_name and extends orderBojidar Marinov2019-08-281-1/+1
* | | | | Merge pull request #31737 from bojidar-bg/31455-stack-underflowRémi Verschelde2019-08-281-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix yield check in GDScriptFunctionBojidar Marinov2019-08-281-2/+2
| |/ / /
* | | | Merge pull request #29780 from GodotExplorer/gdscript-lspRémi Verschelde2019-08-2815-0/+3892
|\ \ \ \ | |/ / / |/| | |
| * | | Improve code compeletion for virtual methods with signaturesgeequlim2019-08-112-1/+6
| * | | Add optional goto definition support for native symbolsgeequlim2019-08-1110-84/+134
| * | | Add generate script api to dictionary supportGeequlim2019-08-118-36/+212
| * | | Check client workspace directory is validGeequlim2019-08-113-15/+11
| * | | Improve symbol resolve for inner classesGeequlim2019-08-115-47/+156
| * | | Improved performance for completion and symbol resolvation.Geequlim2019-08-119-442/+496
| * | | Add optional smart resolve sulotiongeequlim2019-08-118-65/+260
| * | | Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-118-34/+862
| * | | Add GDScript Language Protocol plugingeequlim2019-08-1115-0/+2479
* | | | Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-typeRémi Verschelde2019-08-281-1/+1
|\ \ \ \
| * | | | Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* | | | | Make 'break' and 'continue' be marked as safeMichael Alexsander Silva Dias2019-08-271-2/+4