summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Fix script editor wrongly replaces and quotes non-ASCII lettersHaoyu Qiu2024-09-231-2/+2
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-2/+2
* Merge pull request #97087 from aaronp64/lambda_capture_allocRémi Verschelde2024-09-171-12/+12
|\
| * Speed up lambda capture handlingaaronp642024-09-161-12/+12
* | Merge pull request #96684 from HolonProduction/that-was-a-bit-too-smartRémi Verschelde2024-09-161-13/+0
|\ \
| * | LSP: Don't use smart resolve for completionHolonProduction2024-09-071-13/+0
* | | Merge pull request #96965 from Repiteo/style/gdscript-editorconfigRémi Verschelde2024-09-163-7/+12
|\ \ \
| * | | Style: Consolidate & migrate GDScript `.editorconfig`Thaddeus Crews2024-09-133-7/+12
| | |/ | |/|
* | | Merge pull request #96856 from RandomShaper/selfdestruct_correctnessRémi Verschelde2024-09-162-0/+55
|\ \ \
| * | | Object: Add tests about the safety of tail destructionPedro J. Estébanez2024-09-162-0/+55
| | |/ | |/|
* | | Merge pull request #96797 from Repiteo/core/typed-dictionary-bracket-fixRémi Verschelde2024-09-164-0/+26
|\ \ \
| * | | Core: Fix `operator[]` for typed dictionariesThaddeus Crews2024-09-124-0/+26
* | | | Merge pull request #96725 from HolonProduction/lsp-omitRémi Verschelde2024-09-161-12/+20
|\ \ \ \
| * | | | LSP: Omit some values based on specification version 3.17HolonProduction2024-09-081-12/+20
| | |/ / | |/| |
* | | | Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-162-2/+2
|\ \ \ \
| * | | | Expose get_rpc_config and get_node_rpc_configRyan2024-09-042-2/+2
* | | | | Fix script properties reload from external editorHilderin2024-09-142-2/+5
| |_|_|/ |/| | |
* | | | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-122-0/+2
| |_|/ |/| |
* | | Fix issue with GDScript binary tokens being non-deterministicMikael Hermansson2024-09-111-0/+1
* | | Merge pull request #96666 from aXu-AP/unique-node-no-quotesRémi Verschelde2024-09-113-2/+16
|\ \ \ | |_|/ |/| |
| * | Remove unneeded quotes from autocomplete % nodesaXu-AP2024-09-073-2/+16
* | | Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-0652-62/+1463
|\ \ \ | |/ / |/| |
| * | Implement typed dictionariesThaddeus Crews2024-09-0452-62/+1463
* | | Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warningRémi Verschelde2024-09-053-8/+63
|\ \ \
| * | | GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit usesDanil Alexeev2024-03-193-8/+63
* | | | Merge pull request #96330 from rune-scape/little-regressionRémi Verschelde2024-09-041-1/+1
|\ \ \ \
| * | | | GDScript: Fix small mistake in script valid checksboywaste2024-08-301-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #96326 from HolonProduction/completion-hacks-and-fixesRémi Verschelde2024-09-0411-19/+126
|\ \ \ \ | |_|_|/ |/| | |
| * | | Autocompletion: reintroduce enum options on assignmentHolonProduction2024-08-3011-19/+126
* | | | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-0310-12/+12
|\ \ \ \
| * | | | StringName Dictionary keysrune-scape2024-08-2910-12/+12
* | | | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-313-7/+7
* | | | | Core: Сheck `r_error` after calling `callp()`Danil Alexeev2024-08-301-6/+7
| |/ / / |/| | |
* | | | Merge pull request #96229 from dalexeev/gds-replace-assert-in-testsRémi Verschelde2024-08-3032-347/+275
|\ \ \ \
| * | | | GDScript: Replace `assert()` with `Utils.check()` in testsDanil Alexeev2024-08-2832-347/+275
| |/ / /
* | | | Fix editor needs restart after adding GDExtensionsHilderin2024-08-292-3/+57
* | | | Fix missing GDScriptParser reference on completion contextAina2024-08-281-0/+1
|/ / /
* | | Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-errorRémi Verschelde2024-08-288-0/+52
|\ \ \
| * | | GDScript: Add warning if non-`@tool` class extends `@tool` classDanil Alexeev2024-07-048-0/+52
* | | | Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parserRémi Verschelde2024-08-282-32/+30
|\ \ \ \
| * | | | Avoid const_cast in GDScriptParserrune-scape2024-07-282-32/+30
* | | | | Merge pull request #94012 from KoBeWi/reload_everything_to_update_one_lineRémi Verschelde2024-08-281-2/+15
|\ \ \ \ \
| * | | | | Allow live reloading of built-in scriptskobewi2024-07-061-2/+15
* | | | | | Merge pull request #96160 from HolonProduction/dict-fixRémi Verschelde2024-08-2719-0/+181
|\ \ \ \ \ \
| * | | | | | Autocompletion: enable string literal completion in subscriptsHolonProduction2024-08-2719-0/+181
* | | | | | | Merge pull request #95984 from timothyqiu/what-identifierRémi Verschelde2024-08-271-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-3/+3
| |/ / / / / /
* / / / / / / GDScript: Fix message when calling non-tool function in tool modeDanil Alexeev2024-08-272-43/+44
|/ / / / / /
* | | | | | Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-2/+2
|\ \ \ \ \ \
| * | | | | | Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-2/+2