summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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-0471-5/+664
|\ \
| * | CleanupHolonProduction2024-03-015-5/+0
| * | Debugging additionsHolonProduction2024-03-012-3/+4
| * | Add test for `get_node` autocompletionHolonProduction2024-03-0171-5/+668
| |/
* / 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
* | | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-083-0/+1
* | | 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-298-26/+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-188-0/+26
|\ \ \ \
| * | | | Add UID support to GDScript fileskobewi2024-01-178-0/+26
| |/ / /
* / / / Allow specifying a scene in completion testsHolonProduction2024-01-081-1/+1
|/ / /
* | | Merge pull request #85178 from HolonProduction/completion-testsRémi Verschelde2024-01-0811-1/+11
|\ \ \ | |/ / |/| |
| * | Add unit test runner for autocompletionHolonProduction2024-01-0511-1/+11
* | | 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
| | |_|/ | |/| |
* / | | Core: Allow methods of built-in `Variant` types to be used as CallablesDanil Alexeev2023-10-252-0/+9
|/ / /
* | | 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
| |/
* / Add type_string() utilityJakub Janšta2023-10-021-83/+1
|/
* Merge pull request #82477 from dalexeev/gds-covariance-and-contravarianceYuri Sizov2023-09-2818-0/+138
|\
| * GDScript: Add return type covariance and parameter type contravarianceDanil Alexeev2023-09-2818-0/+138
* | Merge pull request #82186 from dalexeev/gds-fix-property-duplicationYuri Sizov2023-09-282-0/+69
|\ \
| * | GDScript: Fix duplication of inherited script propertiesDanil Alexeev2023-09-232-0/+69
* | | Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typedYuri Sizov2023-09-284-0/+17
|\ \ \
| * | | GDScript: Make array literal typed if `for` loop variable type is specifiedDanil Alexeev2023-09-214-0/+17
* | | | Merge pull request #80085 from vnen/gdscript-pattern-guardsYuri Sizov2023-09-288-0/+99
|\ \ \ \ | |_|_|/ |/| | |
| * | | GDScript: Implement pattern guards for match statementGeorge Marques2023-09-278-0/+99
* | | | Merge pull request #75988 from dalexeev/gds-unsafe-call-argumentYuri Sizov2023-09-2720-1/+114
|\ \ \ \ | |/ / / |/| | |
| * | | GDScript: Improve call analysisDanil Alexeev2023-09-2120-1/+114
| |/ /