| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #91412 from dalexeev/gds-fix-non-static-access-in-static-c... | Rémi Verschelde | 2024-05-02 | 16 | -4/+155 |
|\ |
|
| * | GDScript: Fix access non-static members in static context | Danil Alexeev | 2024-05-01 | 16 | -4/+155 |
* | | Merge pull request #91364 from vnen/gdscript-implicit-ready-base-first | Rémi Verschelde | 2024-05-02 | 2 | -0/+21 |
|\ \ |
|
| * | | GDScript: Call implicit ready on base script first | George Marques | 2024-05-02 | 2 | -0/+21 |
* | | | [GDScript] Correctly report invalid read-only access | A Thousand Ships | 2024-05-01 | 3 | -3/+3 |
| |/
|/| |
|
* | | Merge pull request #91192 from vnen/gdscript-validated-native-static-calls | Rémi Verschelde | 2024-05-01 | 2 | -0/+9 |
|\ \ |
|
| * | | GDScript: Perform validated calls with static methods | George Marques | 2024-04-25 | 2 | -0/+9 |
* | | | Merge pull request #89647 from AThousandShips/read_only_dict | Rémi Verschelde | 2024-05-01 | 2 | -0/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | [Core] Fix property access on read-only `Dictionary` | A Thousand Ships | 2024-04-22 | 2 | -0/+10 |
* | | | GDScript: Fix object iterator opcodes | Danil Alexeev | 2024-04-26 | 2 | -0/+79 |
| |/
|/| |
|
* | | GDScript: Fix test `reset_uninit_local_vars.gd` failure | Danil Alexeev | 2024-04-24 | 1 | -3/+3 |
* | | Merge pull request #89990 from dalexeev/gds-reset-uninit-local-vars | Rémi Verschelde | 2024-04-24 | 2 | -0/+25 |
|\ \ |
|
| * | | GDScript: Fix uninitialized local variables not being reset | Danil Alexeev | 2024-03-30 | 2 | -0/+25 |
* | | | Merge pull request #89884 from HolonProduction/tests-batch-2 | Rémi Verschelde | 2024-04-23 | 37 | -0/+52 |
|\ \ \
| |_|/
|/| | |
|
| * | | Completion Tests: Add script to owner | HolonProduction | 2024-03-25 | 37 | -0/+52 |
* | | | Merge pull request #90794 from vnen/gdscript-no-unused-constant-warning-with-... | Rémi Verschelde | 2024-04-18 | 4 | -52/+9 |
|\ \ \ |
|
| * | | | GDScript: Suppress unused constant warning with underscore | George Marques | 2024-04-18 | 4 | -52/+9 |
* | | | | GDScript: Warn when enum variable has no default | George Marques | 2024-04-16 | 3 | -0/+17 |
|/ / / |
|
* | | | Merge pull request #89472 from dalexeev/gds-fix-bin-tokenizer-continuation-lines | Rémi Verschelde | 2024-04-15 | 2 | -0/+14 |
|\ \ \ |
|
| * | | | GDScript: Fix continuation lines in `GDScriptTokenizerBuffer` | Danil Alexeev | 2024-04-10 | 2 | -0/+14 |
* | | | | GDScript: Allow casting enum to int | George Marques | 2024-04-12 | 2 | -0/+11 |
* | | | | Fix multiline array/dictionary match statements | Aiden Storey | 2024-04-12 | 4 | -0/+63 |
* | | | | Merge pull request #90448 from vnen/gdscript-infer-string-format | Rémi Verschelde | 2024-04-10 | 2 | -0/+8 |
|\ \ \ \ |
|
| * | | | | GDScript: Infer type with string format operator | George Marques | 2024-04-10 | 2 | -0/+8 |
* | | | | | Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin | Rémi Verschelde | 2024-04-10 | 7 | -4/+38 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | GDScript: Don't warn on unassigned for builtin-typed variables | George Marques | 2024-04-10 | 7 | -4/+38 |
| |/ / / |
|
* | | | | Merge pull request #89382 from dcaoc03/master | Rémi Verschelde | 2024-04-09 | 4 | -0/+22 |
|\ \ \ \ |
|
| * | | | | Fixed enum autocompletion for core classes (Issue #88858) | Diogo Costa | 2024-03-15 | 4 | -0/+22 |
* | | | | | Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning | Rémi Verschelde | 2024-04-09 | 18 | -0/+146 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | GDScript: Fix `UNSAFE_CAST` warning | Danil Alexeev | 2023-10-27 | 18 | -0/+146 |
* | | | | | Add tests for signal await with parameters | kobewi | 2024-04-08 | 2 | -0/+29 |
| |_|_|/
|/| | | |
|
* | | | | [Core] Disconnect one-shot signals before calling callbacks | A Thousand Ships | 2024-03-20 | 4 | -0/+40 |
| |_|/
|/| | |
|
* | | | Merge pull request #87680 from AThousandShips/the_angry_count | Rémi Verschelde | 2024-03-13 | 2 | -0/+129 |
|\ \ \ |
|
| * | | | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 2 | -0/+129 |
* | | | | GDScript: Fix `@warning_ignore` annotation issues | Danil Alexeev | 2024-03-12 | 19 | -25/+284 |
|/ / / |
|
* | | | Merge pull request #82952 from AbelToy/gds-export-array | Rémi Verschelde | 2024-03-06 | 10 | -5/+324 |
|\ \ \ |
|
| * | | | Support Array and PackedArray in @export_* | Abel Toy | 2024-03-06 | 10 | -5/+324 |
* | | | | [GDScript] Fix some test file paths | A Thousand Ships | 2024-03-04 | 14 | -0/+0 |
* | | | | Merge pull request #86973 from HolonProduction/tests-batch-1 | Rémi Verschelde | 2024-03-04 | 71 | -5/+664 |
|\ \ \ \ |
|
| * | | | | Cleanup | HolonProduction | 2024-03-01 | 5 | -5/+0 |
| * | | | | Debugging additions | HolonProduction | 2024-03-01 | 2 | -3/+4 |
| * | | | | Add test for `get_node` autocompletion | HolonProduction | 2024-03-01 | 71 | -5/+668 |
| |/ / / |
|
* / / / | GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati... | 20kdc | 2024-03-01 | 2 | -9/+29 |
|/ / / |
|
* | | | Core: Add `Callable.create` static method for `Variant` callables | Danil Alexeev | 2024-02-29 | 2 | -2/+11 |
* | | | Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation | Rémi Verschelde | 2024-02-27 | 14 | -103/+152 |
|\ \ \
| |_|/
|/| | |
|
| * | | GDScript: Add `@export_storage` annotation | Danil Alexeev | 2023-12-19 | 14 | -103/+152 |
| |/ |
|
* | | Merge pull request #88020 from emre0altan/match-null-crashes-GDScript-compiler | Rémi Verschelde | 2024-02-23 | 2 | -0/+8 |
|\ \ |
|
| * | | set has_type false if it is BUILTIN but Variant::NIL | emre0altan | 2024-02-11 | 2 | -0/+8 |
* | | | GDScript: Reintroduce binary tokenization on export | George Marques | 2024-02-08 | 3 | -0/+1 |
* | | | GDScript: Add `is not` operator | Danil Alexeev | 2024-02-04 | 2 | -0/+17 |
|/ / |
|