summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | GDScript: Allow utility functions to be used as `Callable`Danil Alexeev2024-01-052-0/+17
* | | | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-299-141/+0
* | | | Merge pull request #87294 from vnen/allow-free-callableRémi Verschelde2024-01-182-0/+13
|\ \ \ \
| * | | | Allow `free()` to be used as CallableGeorge Marques2024-01-182-0/+13
* | | | | Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...Rémi Verschelde2024-01-189-0/+141
|\ \ \ \ \
| * | | | | Add UID support to GDScript fileskobewi2024-01-179-0/+141
| |/ / / /
* / / / / Allow specifying a scene in completion testsHolonProduction2024-01-083-8/+53
|/ / / /
* | | | Merge pull request #85178 from HolonProduction/completion-testsRémi Verschelde2024-01-0814-11/+220
|\ \ \ \ | |/ / / |/| | |
| * | | Add unit test runner for autocompletionHolonProduction2024-01-0514-11/+220
* | | | Merge pull request #83120 from dalexeev/gds-allow-property-getter-empty-paren...Rémi Verschelde2024-01-042-0/+6
|\ \ \ \
| * | | | GDScript: Allow empty parentheses for property getter declarationDanil Alexeev2023-10-112-0/+6
* | | | | Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-046-6/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-026-6/+6
* | | | | Merge pull request #86088 from dalexeev/gds-fix-static-func-as-callable-in-st...Rémi Verschelde2024-01-022-1/+9
|\ \ \ \ \
| * | | | | GDScript: Fix accessing static function as `Callable` in static contextDanil Alexeev2023-12-122-1/+9
| | |_|/ / | |/| | |
* | | | | Merge pull request #82264 from dalexeev/core-builtin-methods-as-callablesRémi Verschelde2024-01-022-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |