summaryrefslogtreecommitdiff
path: root/modules/gdscript
AgeCommit message (Expand)Author
2020-01-10Merge pull request #34978 from GodotExplorer/lsp-fix-bracket-completionRémi Verschelde
2020-01-10Merge pull request #34958 from vnen/gdscript-is-check-valid-instanceRémi Verschelde
2020-01-10LSP: Fix bracket completion for functions with one argumentGeequlim
2020-01-09GDScript: Fix type name on error message for function parametersGeorge Marques
2020-01-09GDScript: Fix resolution of default parameter valuesGeorge Marques
2020-01-09GDScript: Validate object instance on `is` operationGeorge Marques
2020-01-09GDScript: Don't re-evaluate index on assigment with operationGeorge Marques
2020-01-09Merge pull request #34948 from vnen/gdscript-copy-constructorRémi Verschelde
2020-01-09GDScript: Allow copy constructor for built-in typesGeorge Marques
2020-01-09Add GDScript warning for standalone expressionGeorge Marques
2020-01-08GDScript: set assign operation on local var made by matchGeorge Marques
2020-01-08Merge pull request #34920 from GodotExplorer/lsp-signatureHelperRémi Verschelde
2020-01-08Merge pull request #34918 from vnen/gdscript-assign-opRémi Verschelde
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-08GDScript: enable type checks on release modeGeorge Marques
2020-01-08GDScript: properly set type of local variable initializationGeorge Marques
2020-01-04GDScript LSP: Implement goto declarationgeequlim
2020-01-02Allow the usage of newlines in export hintsBojidar Marinov
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-16Merge pull request #34280 from zaksnet/fix-yield-documentationRémi Verschelde
2019-12-15Updates docs for GDScript built-in functionsHaoyu Qiu
2019-12-13GDScript: Convert values when setting member variablesGeorge Marques
2019-12-13GDScript: Fix type conversion in assignment with operationGeorge Marques
2019-12-13Fix documentation for yieldZak
2019-12-12Merge pull request #34286 from bojidar-bg/31818-cast-autocompleteRémi Verschelde
2019-12-12Fix GDScript autocompletion with `as` or typed variablesBojidar Marinov
2019-12-11Add note in 'load()' docs that the path must be absoluteMichael Alexsander
2019-12-11Merge pull request #34271 from vnen/gdscript-unused-class-variable-disableRémi Verschelde
2019-12-11Merge pull request #33018 from Xrayez/fix-inst2dict-gettersRémi Verschelde
2019-12-11Disable GDScript warning for unused class variable by defaultGeorge Marques
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-06doc: Markup fixes for enums and constantsRémi Verschelde
2019-12-04Merge pull request #34067 from bojidar-bg/32370-retype-messageRémi Verschelde
2019-12-03Mention that `int()` can be used as an alternative to `floor()`Hugo Locurcio
2019-12-02Make error when accidentially redeclaring a variable's type clearerBojidar Marinov
2019-11-30Add docs for is_equal_approx on structuresAaron Franke
2019-11-30Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")miere43
2019-11-27Document how to bypass the unused argument/variable warning in messageHugo Locurcio
2019-11-26Remove type hint from the @GDScript class documentationHugo Locurcio
2019-11-25Added missing documentation for yield()Zak Stam
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-17Make the script templates' blank lines conform with the official style guideMichael Alexsander
2019-11-15Parser: Check all the arguments of the ternary operatorlupoDharkael
2019-11-12Merge pull request #32966 from ffaristocrat/fix-hex-parsingRémi Verschelde
2019-11-12Fixes #32963 by correctly parsing bin/hex literalsMicheál Keane
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-11-07Add setting to exclude addons from script warningsmashumafi