Age | Commit message (Expand) | Author |
2021-03-23 | Merge pull request #44398 from RevoluPowered/unit-tests-for-export-templates | Rémi Verschelde |
2021-03-22 | Add unit tests for export templates | Gordon MacPherson |
2021-03-19 | Fix missing quote in multiline GDScript string | Alex Hirsch |
2021-03-14 | Merge pull request #46936 from DavidSichma/match_temp_header | Rémi Verschelde |
2021-03-12 | Fixed match test expression for temporaries | David Sichma |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-03-10 | Implement Navigation layers | Gilles Roudière |
2021-03-02 | Fixed match for expression pattern | David Sichma |
2021-03-02 | Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fix | George Marques |
2021-03-02 | Merge pull request #46559 from asmaloney/fix-code-completion | Rémi Verschelde |
2021-03-02 | Merge pull request #41897 from strank/not-in-conditional-done | Rémi Verschelde |
2021-03-01 | [script editor] Fix two special cases not being checked in code completion | Andy Maloney |
2021-02-25 | Merge pull request #46379 from ThakeeNathees/signal-idf-not-found-fix | Rémi Verschelde |
2021-02-25 | Merge pull request #40276 from Taywee/master | Rémi Verschelde |
2021-02-24 | false positive "Identifier not found" error or signals fixed | Thakee Nathees |
2021-02-18 | Fixed Invalid function bindings #46135 | Vignesh1-art |
2021-02-11 | Improve resource load cache | reduz |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-31 | Merge pull request #45315 from RandomShaper/modernize_thread | Rémi Verschelde |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-28 | Unify URI encoding/decoding and add to C# | Aaron Franke |
2021-01-26 | Fix highlight color for class attributes that are also keywords | Lucas Van Mol |
2021-01-11 | Merge pull request #43176 from mateosss/crash-uninit-const | Rémi Verschelde |
2021-01-11 | Merge pull request #43980 from gvekan/fix-missing-function-hints | Rémi Verschelde |
2021-01-11 | Merge pull request #44104 from nekomatata/coroutine-await-fix | Rémi Verschelde |
2021-01-11 | Merge pull request #44005 from RandomShaper/gds_needless_check | Rémi Verschelde |
2021-01-11 | Merge pull request #44604 from lyuma/gdscript_dictionary_crash | Rémi Verschelde |
2021-01-11 | Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed | Rémi Verschelde |
2021-01-11 | Merge pull request #44672 from ThakeeNathees/array-dict-const-fold-bug-fix | Rémi Verschelde |
2021-01-11 | Merge pull request #44818 from ThakeeNathees/const-crash-fix | Rémi Verschelde |
2021-01-11 | Merge pull request #44889 from ThakeeNathees/builtin-invalid-call-crash-fix | Rémi Verschelde |
2021-01-11 | Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug... | Rémi Verschelde |
2021-01-10 | GDScript operator `+` `-` precedence bug fix | Thakee Nathees |
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde |
2021-01-03 | GDScript builtin invalid function call crash fix | Thakee Nathees |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-30 | GDScript crash at incomplete const bug fix | Thakee Nathees |
2020-12-28 | Rename Math::stepify to snapped | Marcel Admiraal |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-27 | GDScript assert message parsing bug fixed | Thakee Nathees |
2020-12-25 | Array/Dictionary marked as not safe to const fold | Thakee Nathees |
2020-12-21 | Fix crash when iterating through empty dictionary. | Lyuma |
2020-12-17 | Fix error when calling coroutine with await in _ready | PouleyKetchoupp |
2020-12-16 | Merge pull request #44424 from briansemrau/gdscript-fix-and | Rémi Verschelde |
2020-12-16 | Fix gdscript and operator | Brian Semrau |
2020-12-15 | fixes crash in disassemlber for opcode OPCODE_ASSIGN_TYPED_NATIVE | Jordan Schidlowsky |
2020-12-15 | Merge pull request #44275 from vnen/variant-function-arg-pointers | Rémi Verschelde |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-12-13 | Pow method doc fix | skyace65 |
2020-12-10 | Use pointer parameters in Variant function pointers | George Marques |