Age | Commit message (Expand) | Author |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-19 | GDScript: Remove self static reference and create one on calls | George Marques |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-13 | Remove deprecated sync and slave networking keywords | Rémi Verschelde |
2020-02-12 | Optmized data sent during RPC and RSet calls. | Andrea Catania |
2020-01-16 | Merge pull request #35218 from bojidar-bg/26691-parse-error-errors | Rémi Verschelde |
2020-01-16 | Fix errors raised when showing parse errors in the editor | Bojidar Marinov |
2020-01-15 | Keep a weak reference to orphan subclasses to reuse on class reload | ChibiDenDen |
2020-01-09 | Add GDScript warning for standalone expression | George Marques |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-13 | GDScript: Convert values when setting member variables | George Marques |
2019-12-11 | Disable GDScript warning for unused class variable by default | George Marques |
2019-11-27 | Document how to bypass the unused argument/variable warning in message | Hugo Locurcio |
2019-11-07 | Add setting to exclude addons from script warnings | mashumafi |
2019-11-01 | GDScript: Avoid editor crashes when there's cyclic inheritance | George Marques |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-08-26 | Make VarArg methods return types show up as Variant in API json | toasteater |
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-05-20 | Merge pull request #27886 from LeonardMeagher2/obj_to_string | Rémi Verschelde |
2019-05-19 | Fix typos with codespell | Rémi Verschelde |
2019-05-03 | Allow overriding how scripted objects are converted to strings | Leonard Meagher |
2019-05-02 | Fix slight issues with autocompletion and member lists in GDScript | Bojidar Marinov |
2019-04-15 | GDScript: add variable shadowing warning | lupoDharkael |
2019-04-05 | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry |
2019-03-08 | Fix typo in GDScript narrowing conversion warning message | Hugo Locurcio |
2019-03-04 | Close file handles after use of new get_as_utf8_strings, fixes #26578 | Juan Linietsky |
2019-03-03 | Add a dependency search mode for GDScript parser | George Marques |
2019-02-28 | Merge pull request #26034 from QbieShay/issue_25596 | Rémi Verschelde |
2019-02-27 | Inheriting from virtual class no longer causes the engine to crash, it prints... | QbieShay |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-14 | Fix exported property values being lost if base GDScript fails to parse | Ignacio Etcheverry |
2019-01-25 | Ensure get script method list also checks base classes, fixes #23384 | Juan Linietsky |
2019-01-23 | GDScript: don't allow calling non-static function from script | George Marques |
2019-01-10 | Merge pull request #24877 from neikeq/issue-24280 | Rémi Verschelde |
2019-01-10 | Fix properties being lost when reloading placeholder GDScript instance | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-27 | Allow signal connecting even if script is invalid (only when compiled with to... | Juan Linietsky |
2018-11-22 | Merge pull request #22953 from DualMatrix/properties_gone | Rémi Verschelde |
2018-11-10 | Fix GDScript placeholder fallback | Ignacio Etcheverry |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-23 | Optional getters/setters editor autocomplete | Jakub Grzesik |
2018-10-12 | Fixed parents properties not appearing in inspector if parent is class_name. | DualMatrix |