summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #74101 from RandomShaper/fix_gds_obj_tempsRémi Verschelde2023-04-254-52/+73
|\
| * Fix edge cases of object lifetime when signals involvedPedro J. Estébanez2023-04-114-1/+26
| * GDScript: Don't use pool for reference typesGeorge Marques2023-04-111-51/+47
* | Merge pull request #76095 from adamscott/fix-rename-lsp-variablesRémi Verschelde2023-04-243-19/+45
|\ \
| * | Fix GDScript LSP variable renameAdam Scott2023-04-223-19/+45
* | | Merge pull request #75605 from anvilfolk/type-baseRémi Verschelde2023-04-243-3/+8
|\ \ \ | |/ / |/| |
| * | Make type not found errors more informative.ocean (they/them)2023-04-023-3/+8
* | | Merge pull request #76286 from MystMagus/gdscript-mixed-tabs-and-spaces-fixRémi Verschelde2023-04-201-1/+1
|\ \ \
| * | | Fix for mixed tabs and spaces in gdscriptMistMage2023-04-201-1/+1
* | | | GDScript: Add some checks for `@tool` and `@icon`Danil Alexeev2023-04-205-0/+30
|/ / /
* | | Merge pull request #76170 from HolonProduction/string-highlightYuri Sizov2023-04-181-0/+1
|\ \ \
| * | | Fix multi-line string highlighting with single quotes.HolonProduction2023-04-171-0/+1
* | | | Merge pull request #76197 from dalexeev/fix-error-macro-misusesYuri Sizov2023-04-181-1/+1
|\ \ \ \
| * | | | Fix misuses of error macrosDanil Alexeev2023-04-181-1/+1
* | | | | Merge pull request #76090 from adamscott/fix-typo-lsp-parse-func-parametersYuri Sizov2023-04-181-1/+1
|\ \ \ \ \
| * | | | | Fix typo when parsing LSP function parametersAdam Scott2023-04-151-1/+1
| | |/ / / | |/| | |
* | | | | Add GDScript template to RichTextEffectRedMser2023-04-182-0/+19
| |/ / / |/| | |
* | | | Merge pull request #72979 from dalexeev/gds-annotation-parsingYuri Sizov2023-04-175-17/+89
|\ \ \ \
| * | | | GDScript: Fix and improve annotation parsingDanil Alexeev2023-04-145-17/+89
* | | | | Merge pull request #62830 from ajreckof/access-identifier-keywordsYuri Sizov2023-04-173-0/+40
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix access to identifiers that are reserved keywordsajreckof2023-04-143-0/+40
* | | | | Merge pull request #75691 from dalexeev/gds-fix-signature-generationYuri Sizov2023-04-142-35/+29
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | GDScript: Misc fixes and improvements for signature generationDanil Alexeev2023-04-072-35/+29
| |/ / /
* | | | Merge pull request #75879 from dalexeev/gds-fix-extends-crashYuri Sizov2023-04-147-1/+57
|\ \ \ \ | |_|_|/ |/| | |
| * | | GDScript: Add missing member type check when resolving `extends`Danil Alexeev2023-04-107-1/+57
* | | | Merge pull request #75850 from rsubtil/bugfix-lsp_dap_connection_pollFabio Alessandrelli2023-04-111-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Poll LSP/DAP clients for connection status updatesRicardo Subtil2023-04-091-0/+1
| |/ /
* / / Fix mistakes in documentation and GDScript errorsVolTer2023-04-103-8/+7
|/ /
* / Fix typo and slightly reword in @GDScript.xmlAraraura2023-03-311-1/+1
|/
* Merge pull request #72056 from resistor/masterYuri Sizov2023-03-201-1/+11
|\
| * [GDScript] Perform update-and-assign operations in place when possible.Owen Anderson2023-01-251-1/+11
* | Merge pull request #74949 from dalexeev/gds-fix-await-warningYuri Sizov2023-03-205-3/+93
|\ \
| * | GDScript: Fix false positive `REDUNDANT_AWAIT` warningDanil Alexeev2023-03-165-3/+93
* | | Merge pull request #74844 from vonagam/change-class-extends-parsingYuri Sizov2023-03-2010-26/+43
|\ \ \
| * | | GDScript: Change parser representation of class extendsDmitrii Maganov2023-03-1310-26/+43
| |/ /
* | | Merge pull request #74842 from vonagam/fix-builtin-shadowYuri Sizov2023-03-204-14/+54
|\ \ \
| * | | GDScript: Fix missing warning for shadowing of built-in typesDmitrii Maganov2023-03-134-14/+54
| |/ /
* / / Improve Color8 documentationHugo Locurcio2023-03-191-1/+2
|/ /
* | GDScript: Fix autocomplete inside a block with a type test conditionDmitrii Maganov2023-03-091-1/+1
* | Prevent cache corruption when saving resources in the editorYuri Sizov2023-03-081-2/+4
* | Merge pull request #73410 from MewPurPur/Fixin-error-spam-2-Electric-BoogalooRémi Verschelde2023-03-081-1/+1
|\ \
| * | Fix error spam when naming a func at the end of the scriptVolTer2023-03-071-1/+1
* | | Merge pull request #74306 from dalexeev/gds-var-colon-styleRémi Verschelde2023-03-0621-48/+50
|\ \ \
| * | | Fix GDScript code style regarding colonDanil Alexeev2023-03-0521-48/+50
* | | | Merge pull request #74147 from vonagam/fix-call-await-check-in-compilerRémi Verschelde2023-03-052-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | GDScript: Fix checking if a call is awaited in compilerDmitrii Maganov2023-03-012-6/+8
* | | | Merge pull request #74184 from MewPurPur/fix-number-highlighting-in-wrong-placesRémi Verschelde2023-03-031-5/+15
|\ \ \ \
| * | | | Make GDScript number highlighting stricterVolTer2023-03-011-5/+15
* | | | | Bump version to 4.1-devRémi Verschelde2023-03-012-2/+2
* | | | | Minor typo and docs URL fixesRémi Verschelde2023-02-281-1/+1
| |/ / / |/| | |