Age | Commit message (Expand) | Author |
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-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 |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
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-19 | Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value | Rémi Verschelde |
2019-09-19 | Merge pull request #32100 from SaracenOne/gdscript_parent_const_types | Rémi Verschelde |
2019-09-19 | Merge pull request #31934 from mitchcurtis/28187 | Rémi Verschelde |
2019-09-11 | GDScript: add an optional message parameter to assert() | Mitch Curtis |
2019-09-11 | Allow for constant deceleration to be detected inherited scripts above the im... | Saracen |
2019-09-06 | Produce an error when a class has the same name as a Singleton | Mitch Curtis |
2019-09-03 | Fix uninitialized arrays and dictionaries retaining value | Bojidar Marinov |
2019-09-02 | Merge pull request #31893 from bojidar-bg/25081-gdscript-index-self | Rémi Verschelde |
2019-09-02 | Merge pull request #31843 from 2shady4u/parserCtrlClick | Rémi Verschelde |
2019-09-02 | Re-allow indexing on "self" and object types in GDScript | Bojidar Marinov |
2019-09-02 | Merge pull request #24925 from Mr-Slurpy/typed-autoload | Rémi Verschelde |
2019-09-02 | Solves ctrl+click on functions by ignoring the cursor | shaderbeast |
2019-08-29 | Merge pull request #31738 from bojidar-bg/31056-class_name-extends | Rémi Verschelde |