| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97 | Spartan322 | 2024-11-11 | 3 | -3/+3 |
|\ |
|
| * | Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subcla... | girdenis-p | 2024-11-06 | 3 | -3/+3 |
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 5 | -24/+24 |
|\| |
|
| * | Always add decimal when printing float | kobewi | 2024-10-23 | 5 | -24/+24 |
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1 | Spartan322 | 2024-10-22 | 4 | -0/+10 |
|\| |
|
| * | GDScript: Fix annotation parsing adding new annotation entries | HolonProduction | 2024-10-13 | 4 | -0/+10 |
* | | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 1 | -1/+1 |
|/ |
|
* | Add `@export_tool_button` annotation for easily creating inspector buttons | Danil Alexeev | 2024-09-27 | 4 | -0/+12 |
* | Style: Consolidate & migrate GDScript `.editorconfig` | Thaddeus Crews | 2024-09-13 | 1 | -2/+0 |
* | Implement typed dictionaries | Thaddeus Crews | 2024-09-04 | 2 | -0/+8 |
* | Merge pull request #70096 from rune-scape/stringname-dict | Rémi Verschelde | 2024-09-03 | 2 | -2/+2 |
|\ |
|
| * | StringName Dictionary keys | rune-scape | 2024-08-29 | 2 | -2/+2 |
* | | GDScript: Replace `assert()` with `Utils.check()` in tests | Danil Alexeev | 2024-08-28 | 8 | -93/+25 |
|/ |
|
* | GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning | Danil Alexeev | 2024-06-28 | 1 | -0/+1 |
* | GDScript: Fix non-global class export | Danil Alexeev | 2024-06-20 | 5 | -6/+11 |
* | Register the export info correctly when a global class script is used as the ... | PreslavPetrov | 2024-06-03 | 3 | -0/+12 |
* | Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues | Rémi Verschelde | 2024-05-19 | 5 | -124/+172 |
|\ |
|
| * | GDScript: Fix some export annotation issues | Danil Alexeev | 2024-05-13 | 5 | -124/+172 |
* | | GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()` | Danil Alexeev | 2024-05-17 | 4 | -4/+22 |
|/ |
|
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 1 | -1/+0 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 2 | -0/+4 |
* | GDScript: Suppress unused constant warning with underscore | George Marques | 2024-04-18 | 4 | -52/+9 |
* | 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 |
* | | Fix multiline array/dictionary match statements | Aiden Storey | 2024-04-12 | 4 | -0/+63 |
* | | GDScript: Don't warn on unassigned for builtin-typed variables | George Marques | 2024-04-10 | 2 | -3/+23 |
|/ |
|
* | GDScript: Fix `@warning_ignore` annotation issues | Danil Alexeev | 2024-03-12 | 8 | -4/+30 |
* | Merge pull request #82952 from AbelToy/gds-export-array | Rémi Verschelde | 2024-03-06 | 9 | -4/+288 |
|\ |
|
| * | Support Array and PackedArray in @export_* | Abel Toy | 2024-03-06 | 9 | -4/+288 |
* | | [GDScript] Fix some test file paths | A Thousand Ships | 2024-03-04 | 2 | -0/+0 |
* | | GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati... | 20kdc | 2024-03-01 | 2 | -9/+29 |
|/ |
|
* | Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation | Rémi Verschelde | 2024-02-27 | 6 | -69/+105 |
|\ |
|
| * | GDScript: Add `@export_storage` annotation | Danil Alexeev | 2023-12-19 | 6 | -69/+105 |
* | | 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 |
* | | Revert "Add UID support to GDScript files" | Rémi Verschelde | 2024-01-29 | 8 | -26/+0 |
* | | Add UID support to GDScript files | kobewi | 2024-01-17 | 8 | -0/+26 |
* | | GDScript: Allow empty parentheses for property getter declaration | Danil Alexeev | 2023-10-11 | 2 | -0/+6 |
|/ |
|
* | GDScript: Add error when exporting node in non [Node]-derived classes | Danil Alexeev | 2023-10-05 | 2 | -1/+8 |
* | Merge pull request #80085 from vnen/gdscript-pattern-guards | Yuri Sizov | 2023-09-28 | 4 | -0/+12 |
|\ |
|
| * | GDScript: Implement pattern guards for match statement | George Marques | 2023-09-27 | 4 | -0/+12 |
* | | GDScript: Improve call analysis | Danil Alexeev | 2023-09-21 | 6 | -0/+11 |
|/ |
|
* | GDScript: Add raw string literals (r-strings) | Danil Alexeev | 2023-09-11 | 8 | -0/+57 |
* | GDScript: Allow mixed indentation on blank lines | Danil Alexeev | 2023-08-17 | 3 | -0/+26 |
* | Change explicit 'Godot 4.0' references to 'Godot 4' | Rémi Verschelde | 2023-07-10 | 1 | -1/+1 |
* | Fix lambda parsing continuing on subsequent lines #73273 | 今井きなみ | 2023-06-21 | 4 | -0/+92 |
* | Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable | Rémi Verschelde | 2023-06-18 | 2 | -0/+33 |
|\ |
|
| * | GDScript: Fix `MIN_INT` not representable as numeric literal | Danil Alexeev | 2023-02-15 | 2 | -0/+33 |
* | | GDScript: Fix repeated `_` are allowed after decimal point | Danil Alexeev | 2023-06-14 | 6 | -11/+53 |
* | | GDScript: Reorganize and unify warnings | Danil Alexeev | 2023-04-28 | 14 | -26/+26 |