Age | Commit message (Expand) | Author |
2021-04-28 | GDScript: Implement lambdas compilation and runtime | George Marques |
2021-04-23 | GDScript: Make sure Lua-style dicts use StringName as keys | George Marques |
2021-04-23 | GDScript: Fix resolution of dictionary keys | George Marques |
2021-04-14 | GDScript: Pool temporary values by type on the stack | George Marques |
2021-04-08 | Reduce number of addressing modes in GDScript VM | George Marques |
2021-04-06 | Fix stack overflow in setter | Julien Nguyen |
2021-04-04 | Fix GDScript variables addresses getting mixed | Julien Nguyen |
2021-03-30 | GDScript: Allow export of enum variables | George Marques |
2021-03-29 | Add typed arrays to GDScript | George Marques |
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-02 | Fixed match for expression pattern | David Sichma |
2021-02-24 | false positive "Identifier not found" error or signals fixed | Thakee Nathees |
2021-01-11 | Merge pull request #44104 from nekomatata/coroutine-await-fix | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-17 | Fix error when calling coroutine with await in _ready | PouleyKetchoupp |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-12-06 | Fix base script not initialized properly in some cases | PouleyKetchoupp |
2020-12-02 | Merge pull request #41095 from ThakeeNathees/GDScript-Documentation | Rémi Verschelde |
2020-12-02 | Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix | George Marques |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-28 | GDScript default argument override bug fix | Thakee Nathees |
2020-11-26 | GDScript: Improve handling of operators | George Marques |
2020-11-26 | GDScript: Refactor builtin functions | George Marques |
2020-11-25 | Merge pull request #43856 from vnen/gdscript-some-fixes | Rémi Verschelde |
2020-11-25 | GDScript: Fix return of cast expression on compilation | George Marques |
2020-11-25 | GDScript: Fix mishandling of stack pointers | George Marques |
2020-11-21 | GDScript: Add faster call instructions for builtin methods | George Marques |
2020-11-21 | GDScript: Add faster call instructions for native methods | George Marques |
2020-11-13 | GDScript: Fix native class not set with inheritance | George Marques |
2020-09-10 | Prevent cyclic reference between script and its members | Pedro J. Estébanez |
2020-09-02 | Fix GDScript codegen leak. | bruvzg |
2020-09-01 | Change GDScript compiler to use codegen abstraction | George Marques |
2020-08-26 | GDScript: Fix issues when deriving from other scripts | George Marques |
2020-08-24 | GDScript: Don't fail to load constants if they're not a literal | George Marques |
2020-07-24 | GDScript: Allow "new()" to be called in non-static functions | George Marques |
2020-07-22 | Wrap up GDScript 2.0 base implementation | George Marques |
2020-07-20 | Reintroduce code completion | George Marques |
2020-07-20 | Add new GDScript type checker | George Marques |
2020-07-20 | Add support for properties | George Marques |
2020-07-20 | New GDScript tokenizer and parser | George Marques |
2020-06-17 | Merge pull request #38067 from ThakeeNathees/elif-error-line-fixed | Rémi Verschelde |
2020-06-17 | GDScript debugger incorrect error line fixed | Thakee Nathees |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |