Age | Commit message (Expand) | Author |
2021-06-30 | Fix editor suffixes and degrees conversion | reduz |
2021-06-15 | Adding some more missing renames for Transform3D and Quaternion | Bastiaan Olij |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-04-28 | GDScript: Fix crash when base of an attribute is invalid | George Marques |
2021-04-28 | GDScript: Implement lambdas compilation and runtime | George Marques |
2021-04-28 | GDScript: Add lambdas to the type analyzer | George Marques |
2021-04-28 | GDScript: Add lambda syntax parsing | George Marques |
2021-04-23 | GDScript: Make sure Lua-style dicts use StringName as keys | George Marques |
2021-04-14 | Fix corrupt scene when export var has setter | Julien Nguyen |
2021-03-30 | GDScript: Implement export of typed arrays | George Marques |
2021-03-30 | GDScript: Allow export of enum variables | George Marques |
2021-03-30 | GDScript: Show error on invalid initializer expression | George Marques |
2021-03-30 | Move GDSript annotation application after type-checking | George Marques |
2021-03-29 | Add typed arrays to GDScript | George Marques |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-03-10 | Implement Navigation layers | Gilles Roudière |
2021-03-02 | Merge pull request #42029 from ThakeeNathees/export-type-infer-bug-fix | George Marques |
2021-03-02 | Merge pull request #41897 from strank/not-in-conditional-done | 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 #44818 from ThakeeNathees/const-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-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 empty() to is_empty() | Marcel Admiraal |
2020-12-27 | GDScript assert message parsing bug fixed | Thakee Nathees |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-27 | Merge pull request #43500 from AndreaCatania/gds_fixes | Rémi Verschelde |
2020-11-27 | Merge pull request #43226 from mateosss/unreachable-prop-crash | George Marques |
2020-11-26 | GDScript: Refactor builtin functions | George Marques |
2020-11-13 | Fixes crash when returns . | Andrea Catania |
2020-11-10 | Fix completion for built-in load function | Gustav |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde |
2020-11-09 | Refactored variant constructor logic | reduz |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-30 | Fix crash due to unreachable code in properties | Mateo de Mayo |
2020-09-21 | Add a "not in" operator to GDScript. | strank |
2020-09-18 | Fix typos with codespell | Rémi Verschelde |
2020-09-13 | GDScript export array/dictionary type infer bug fix | Thakee Nathees |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-09-01 | Change GDScript compiler to use codegen abstraction | George Marques |
2020-09-01 | GDScript: Allow "extends" to be used inside inner class | George Marques |
2020-09-01 | GDScript: Allow "self" to be used in class level | George Marques |
2020-08-26 | GDScript: Fix crash when parsing properties | George Marques |
2020-08-26 | GDScript: Fix issues when deriving from other scripts | George Marques |