| Commit message (Expand) | Author | Age | Files | Lines |
* | Close file handles after use of new get_as_utf8_strings, fixes #26578 | Juan Linietsky | 2019-03-04 | 1 | -3/+4 |
* | Add a dependency search mode for GDScript parser | George Marques | 2019-03-03 | 1 | -49/+87 |
* | Merge pull request #26034 from QbieShay/issue_25596 | Rémi Verschelde | 2019-02-28 | 1 | -1/+2 |
|\ |
|
| * | Inheriting from virtual class no longer causes the engine to crash, it prints... | QbieShay | 2019-02-27 | 1 | -1/+2 |
* | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -4/+4 |
|/ |
|
* | Fix exported property values being lost if base GDScript fails to parse | Ignacio Etcheverry | 2019-02-14 | 1 | -1/+1 |
* | Ensure get script method list also checks base classes, fixes #23384 | Juan Linietsky | 2019-01-25 | 1 | -8/+13 |
* | GDScript: don't allow calling non-static function from script | George Marques | 2019-01-23 | 1 | -1/+2 |
* | Merge pull request #24877 from neikeq/issue-24280 | Rémi Verschelde | 2019-01-10 | 1 | -15/+22 |
|\ |
|
| * | Fix properties being lost when reloading placeholder GDScript instance | Ignacio Etcheverry | 2019-01-10 | 1 | -15/+22 |
* | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
|/ |
|
* | Allow signal connecting even if script is invalid (only when compiled with to... | Juan Linietsky | 2018-11-27 | 1 | -1/+0 |
* | Merge pull request #22953 from DualMatrix/properties_gone | Rémi Verschelde | 2018-11-22 | 1 | -18/+27 |
|\ |
|
| * | Fixed parents properties not appearing in inspector if parent is class_name. | DualMatrix | 2018-10-12 | 1 | -18/+27 |
* | | Fix GDScript placeholder fallback | Ignacio Etcheverry | 2018-11-10 | 1 | -0/+7 |
* | | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde | 2018-10-25 | 1 | -2/+2 |
|\ \ |
|
| * | | Add some limits on the Editor Settings | Superwaitsum | 2018-10-24 | 1 | -2/+2 |
| |/ |
|
* / | Optional getters/setters editor autocomplete | Jakub Grzesik | 2018-10-23 | 1 | -0/+1 |
|/ |
|
* | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -0/+1 |
* | GDScript: Revert extra deletion when creating instance | George Marques | 2018-09-19 | 1 | -4/+1 |
* | Add GDScript slave keyword deprecation warning. | Fabio Alessandrelli | 2018-09-15 | 1 | -0/+5 |
* | Rename slave keyword to puppet | Fabio Alessandrelli | 2018-09-15 | 1 | -1/+2 |
* | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | 2018-09-13 | 1 | -3/+3 |
|\ |
|
| * | Misc. typos | luz.paz | 2018-09-12 | 1 | -3/+3 |
* | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -6/+6 |
|/ |
|
* | Fix crash when extending non-existing GDScript file | Rémi Verschelde | 2018-09-10 | 1 | -11/+2 |
* | Fixes several resource leaks in ... | Crazy-P | 2018-08-26 | 1 | -4/+22 |
* | Make some debug prints verbose-only, remove others | Rémi Verschelde | 2018-08-24 | 1 | -31/+5 |
* | GDScript: Show warning messages only on debugger | George Marques | 2018-08-21 | 1 | -3/+5 |
* | Fix error spam from loading script class icons | Will Nations | 2018-08-15 | 1 | -1/+1 |
* | Add custom icons to script classes. | Will Nations | 2018-08-14 | 1 | -1/+7 |
* | Merge pull request #20583 from neikeq/issue-15371 | Rémi Verschelde | 2018-08-14 | 1 | -23/+31 |
|\ |
|
| * | Fix case where exported properties value is lost | Ignacio Etcheverry | 2018-07-29 | 1 | -23/+31 |
* | | Added system for GDScript warnings | George Marques | 2018-08-10 | 1 | -0/+172 |
|/ |
|
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -4/+4 |
* | Use type information to enable GDScript introspection | George Marques | 2018-07-20 | 1 | -12/+8 |
* | Add typed instructions to GDScript | George Marques | 2018-07-20 | 1 | -1/+5 |
* | Move inheritance resolution to the parser | George Marques | 2018-07-20 | 1 | -2/+34 |
* | Add typing syntax | George Marques | 2018-07-20 | 1 | -0/+2 |
* | Global class names (and GDScript support for it) | Juan Linietsky | 2018-07-15 | 1 | -0/+45 |
* | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+3 |
* | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 1 | -5/+5 |
* | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 1 | -8/+5 |
* | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-26 | 1 | -0/+3 |
* | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-26 | 1 | -5/+5 |
* | Enable autoload in editor | George Marques | 2018-05-01 | 1 | -0/+9 |
* | Bind many more properties to scripts | Bojidar Marinov | 2018-01-12 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -3/+3 |