summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ \ \ | |/ / / |/| | |
| * | | Core: Allow methods of built-in `Variant` types to be used as CallablesDanil Alexeev2023-10-252-0/+9
* | | | Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-6/+5
|/ / /
* | | GDScript: Fix non-static call is allowed in static var lambda bodyDanil Alexeev2023-10-209-1/+67
* | | GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-168-0/+26
| |/ |/|
* | GDScript: Replace ptrcalls on MethodBind to validated callsGeorge Marques2023-10-061-3/+3
* | GDScript: Add error when exporting node in non [Node]-derived classesDanil Alexeev2023-10-058-1/+39
* | Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-042-0/+15
* | Merge pull request #82547 from dalexeev/gds-fix-unsafe-call-arg-variant-const...Rémi Verschelde2023-10-033-9/+49
|\ \
| * | GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructorsDanil Alexeev2023-09-303-9/+49
| |/
* | Merge pull request #79425 from vnen/gdscript-load-classes-for-debug-testsRémi Verschelde2023-10-031-0/+10
|\ \
| * | GDScript: Load global classes when running debug testsGeorge Marques2023-07-131-0/+10