Age | Commit message (Expand) | Author |
2020-04-03 | GDScript: Fix type inference for const reference to global class | Thakee Nathees |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-29 | `:=` fails on some nodes fix: #37357 | Thakee Nathees |
2020-03-28 | Fix for loop range bug: #37358 | Thakee Nathees |
2020-03-25 | Mark assert lines as safe in gdscript | Tom Evans |
2020-03-22 | autocomplete for load() function implemented | Thakee Nathees |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-11 | Fix various typos | luz.paz |
2020-03-10 | Merge pull request #36704 from ThakeeNathees/gdscript-duplicate-args-fix | Rémi Verschelde |
2020-03-10 | Merge pull request #36767 from ThakeeNathees/class-pass-fix | Rémi Verschelde |
2020-03-06 | logic error in gdscript_parser.cpp for-loop-range | Thakee Nathees |
2020-03-06 | duplicate arguments in a function handled | Thakee Nathees |
2020-03-05 | pass keyword inside a class implemented | Thakee Nathees |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-23 | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-13 | Remove more deprecated methods and code | Rémi Verschelde |
2020-02-13 | Remove deprecated sync and slave networking keywords | Rémi Verschelde |
2020-01-22 | Merge pull request #35412 from DaividFrank/check_overriding_self | Rémi Verschelde |
2020-01-22 | GDScript: Added checks in assign operations to disable re-assigning 'self' | DaividFrank |
2020-01-18 | Fix subclass finding in extend statement for sub-sub classes | Dani Frank |
2020-01-16 | Fix slight problems related to default values of exported typed arrays | Bojidar Marinov |
2020-01-13 | GDScript: Check function arguments on release too | George Marques |
2020-01-13 | GDScript: Type match on assignment only if operators have type | George Marques |
2020-01-10 | GDScript: Forbid using "script" as member name | George Marques |
2020-01-09 | GDScript: Fix type name on error message for function parameters | George Marques |
2020-01-09 | GDScript: Fix resolution of default parameter values | George Marques |
2020-01-09 | Merge pull request #34948 from vnen/gdscript-copy-constructor | Rémi Verschelde |
2020-01-09 | GDScript: Allow copy constructor for built-in types | George Marques |
2020-01-09 | Add GDScript warning for standalone expression | George Marques |
2020-01-08 | GDScript: set assign operation on local var made by match | George Marques |
2020-01-08 | Merge pull request #34918 from vnen/gdscript-assign-op | Rémi Verschelde |
2020-01-08 | GDScript: enable type checks on release mode | George Marques |
2020-01-08 | GDScript: properly set type of local variable initialization | George Marques |
2020-01-02 | Allow the usage of newlines in export hints | Bojidar Marinov |
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-12-04 | Merge pull request #34067 from bojidar-bg/32370-retype-message | Rémi Verschelde |
2019-12-02 | Make error when accidentially redeclaring a variable's type clearer | Bojidar Marinov |
2019-11-25 | Trigger an error when trying to define a preexisting signal in GDScript | James Buck |
2019-11-15 | Parser: Check all the arguments of the ternary operator | lupoDharkael |
2019-11-07 | Add setting to exclude addons from script warnings | mashumafi |
2019-10-25 | Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing | Rémi Verschelde |
2019-10-25 | Allow mixed tabs and spaces when indentation does not depend on tab size | Bojidar Marinov |
2019-10-22 | Merge pull request #32919 from vnen/gdscript-unused-args | Rémi Verschelde |
2019-10-19 | GDScript: Add _ prefix on class name in type compatibility check | George Marques |
2019-10-19 | Fix wrong counting of function argument usage | George Marques |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin |
2019-09-24 | GDScript: Fix type resolution not being return in some cases | George Marques |