Age | Commit message (Expand) | Author |
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 |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-01-15 | Keep a weak reference to orphan subclasses to reuse on class reload | ChibiDenDen |
2020-01-14 | Add fully_qualified_name for GDScript class | Dani Frank |
2020-01-09 | GDScript: Don't re-evaluate index on assigment with operation | George Marques |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-13 | GDScript: Fix type conversion in assignment with operation | George Marques |
2019-09-20 | Merge pull request #32150 from luzpaz/typos | Rémi Verschelde |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-09-11 | GDScript: add an optional message parameter to assert() | Mitch Curtis |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-02 | Fix GDSCript inner classes be freed after compile | geequlim |
2019-04-10 | Fix `as` operator generating opcode 38 errors | Bojidar Marinov |
2019-03-27 | Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class | Rémi Verschelde |
2019-03-16 | Fix GDScriptCompiler bugging out with identically-named inner class | Bojidar Marinov |
2019-03-14 | Fix duplicated lines in GDScript bytecode | Bojidar Marinov |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | GDScript: Remove unused `switch`, `case` and `do` CF keywords | Rémi Verschelde |
2019-01-17 | GDScript compiler: check if subclass exists before comparison | George Marques |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke |
2018-11-24 | Revert "Fix crash on signal/resume to dangling target" | Pedro J. Estébanez |
2018-10-17 | Fix crash on signal/resume to dangling target | Pedro J. Estébanez |
2018-09-19 | GDScript: Fix stack address test in compiler | George Marques |
2018-09-12 | Misc. typos | luz.paz |
2018-08-27 | Merge pull request #21449 from vnen/gdscript-builtin-is | Rémi Verschelde |
2018-08-26 | GDScript: Allow `is` operator to test built-in types | George Marques |
2018-08-26 | Fixes several resource leaks in ... | Crazy-P |