summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests
Commit message (Expand)AuthorAgeFilesLines
* [GDScript] Correctly report invalid read-only accessA Thousand Ships2024-05-013-3/+3
* Merge pull request #91192 from vnen/gdscript-validated-native-static-callsRémi Verschelde2024-05-012-0/+9
|\
| * GDScript: Perform validated calls with static methodsGeorge Marques2024-04-252-0/+9
* | Merge pull request #89647 from AThousandShips/read_only_dictRémi Verschelde2024-05-012-0/+10
|\ \
| * | [Core] Fix property access on read-only `Dictionary`A Thousand Ships2024-04-222-0/+10
* | | GDScript: Fix object iterator opcodesDanil Alexeev2024-04-262-0/+79
| |/ |/|
* | GDScript: Fix test `reset_uninit_local_vars.gd` failureDanil Alexeev2024-04-241-3/+3
* | Merge pull request #89990 from dalexeev/gds-reset-uninit-local-varsRémi Verschelde2024-04-242-0/+25
|\ \
| * | GDScript: Fix uninitialized local variables not being resetDanil Alexeev2024-03-302-0/+25
* | | Merge pull request #89884 from HolonProduction/tests-batch-2Rémi Verschelde2024-04-2339-11/+100
|\ \ \ | |_|/ |/| |
| * | Completion Tests: Add script to ownerHolonProduction2024-03-2539-11/+100
* | | Merge pull request #90794 from vnen/gdscript-no-unused-constant-warning-with-...Rémi Verschelde2024-04-184-52/+9
|\ \ \
| * | | GDScript: Suppress unused constant warning with underscoreGeorge Marques2024-04-184-52/+9
* | | | GDScript: Warn when enum variable has no defaultGeorge Marques2024-04-163-0/+17
|/ / /
* | | Merge pull request #89472 from dalexeev/gds-fix-bin-tokenizer-continuation-linesRémi Verschelde2024-04-153-7/+30
|\ \ \
| * | | GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`Danil Alexeev2024-04-103-7/+30
* | | | GDScript: Allow casting enum to intGeorge Marques2024-04-122-0/+11
* | | | Fix multiline array/dictionary match statementsAiden Storey2024-04-124-0/+63
* | | | Merge pull request #90448 from vnen/gdscript-infer-string-formatRémi Verschelde2024-04-102-0/+8
|\ \ \ \
| * | | | GDScript: Infer type with string format operatorGeorge Marques2024-04-102-0/+8
* | | | | Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtinRémi Verschelde2024-04-107-4/+38
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | GDScript: Don't warn on unassigned for builtin-typed variablesGeorge Marques2024-04-107-4/+38
| |/ / /
* | | | Merge pull request #89382 from dcaoc03/masterRémi Verschelde2024-04-094-0/+22
|\ \ \ \
| * | | | Fixed enum autocompletion for core classes (Issue #88858)Diogo Costa2024-03-154-0/+22
* | | | | Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warningRémi Verschelde2024-04-0918-0/+146
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | GDScript: Fix `UNSAFE_CAST` warningDanil Alexeev2023-10-2718-0/+146
* | | | | Add tests for signal await with parameterskobewi2024-04-082-0/+29
| |_|_|/ |/| | |
* | | | [Core] Disconnect one-shot signals before calling callbacksA Thousand Ships2024-03-204-0/+40
| |_|/ |/| |
* | | Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-132-0/+129
|\ \ \
| * | | Add methods to get argument count of methodsA Thousand Ships2024-03-102-0/+129
* | | | GDScript: Fix `@warning_ignore` annotation issuesDanil Alexeev2024-03-1219-25/+284
|/ / /
* | | Merge pull request #82952 from AbelToy/gds-export-arrayRémi Verschelde2024-03-0610-5/+324
|\ \ \
| * | | Support Array and PackedArray in @export_*Abel Toy2024-03-0610-5/+324
* | | | [GDScript] Fix some test file pathsA Thousand Ships2024-03-0414-0/+0
* | | | Merge pull request #86973 from HolonProduction/tests-batch-1Rémi Verschelde2024-03-0472-6/+665
|\ \ \ \
| * | | | CleanupHolonProduction2024-03-016-38/+1
| * | | | Debugging additionsHolonProduction2024-03-013-6/+29
| * | | | Add test for `get_node` autocompletionHolonProduction2024-03-0172-5/+678
| |/ / /
* / / / GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...20kdc2024-03-012-9/+29
|/ / /
* | | Core: Add `Callable.create` static method for `Variant` callablesDanil Alexeev2024-02-292-2/+11
* | | Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotationRémi Verschelde2024-02-2714-103/+152
|\ \ \ | |_|/ |/| |
| * | GDScript: Add `@export_storage` annotationDanil Alexeev2023-12-1914-103/+152
* | | Merge pull request #88020 from emre0altan/match-null-crashes-GDScript-compilerRémi Verschelde2024-02-232-0/+8
|\ \ \
| * | | set has_type false if it is BUILTIN but Variant::NILemre0altan2024-02-112-0/+8
* | | | Fix running tests in template buildsA Thousand Ships2024-02-221-0/+3
* | | | GDScript: Enable compression on exportGeorge Marques2024-02-082-2/+2
* | | | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-088-22/+156
* | | | Fix various typos with codespellRémi Verschelde2024-02-071-2/+2
* | | | GDScript: Add `is not` operatorDanil Alexeev2024-02-042-0/+17
|/ / /
* | | Merge pull request #86823 from dalexeev/gds-utility-func-as-callableRémi Verschelde2024-01-302-0/+17
|\ \ \