summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add setting to exclude addons from script warningsmashumafi2019-11-071-0/+1
* GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques2019-11-011-2/+2
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-7/+4
|\
| * Added some obvious errors explanationsqarmin2019-09-251-7/+4
* | Fix misc. source comment typosluz.paz2019-09-191-1/+1
|/
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-24/+9
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde2019-05-201-0/+22
|\
| * Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+22
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* | Fix slight issues with autocompletion and member lists in GDScriptBojidar Marinov2019-05-021-1/+1
* | GDScript: add variable shadowing warninglupoDharkael2019-04-151-0/+5
|/
* Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-1/+1
* Fix typo in GDScript narrowing conversion warning messageHugo Locurcio2019-03-081-1/+1
* Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky2019-03-041-3/+4
* Add a dependency search mode for GDScript parserGeorge Marques2019-03-031-49/+87
* Merge pull request #26034 from QbieShay/issue_25596Rémi Verschelde2019-02-281-1/+2
|\
| * Inheriting from virtual class no longer causes the engine to crash, it prints...QbieShay2019-02-271-1/+2
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
|/
* Fix exported property values being lost if base GDScript fails to parseIgnacio Etcheverry2019-02-141-1/+1
* Ensure get script method list also checks base classes, fixes #23384Juan Linietsky2019-01-251-8/+13
* GDScript: don't allow calling non-static function from scriptGeorge Marques2019-01-231-1/+2
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-15/+22
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-15/+22
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-1/+0
* Merge pull request #22953 from DualMatrix/properties_goneRémi Verschelde2018-11-221-18/+27
|\
| * Fixed parents properties not appearing in inspector if parent is class_name.DualMatrix2018-10-121-18/+27
* | Fix GDScript placeholder fallbackIgnacio Etcheverry2018-11-101-0/+7
* | Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-2/+2
|\ \
| * | Add some limits on the Editor SettingsSuperwaitsum2018-10-241-2/+2
| |/
* / Optional getters/setters editor autocompleteJakub Grzesik2018-10-231-0/+1
|/
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-271-0/+1
* GDScript: Revert extra deletion when creating instanceGeorge Marques2018-09-191-4/+1
* Add GDScript slave keyword deprecation warning.Fabio Alessandrelli2018-09-151-0/+5
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-1/+2
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-3/+3
|\
| * Misc. typosluz.paz2018-09-121-3/+3
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
|/
* Fix crash when extending non-existing GDScript fileRémi Verschelde2018-09-101-11/+2
* Fixes several resource leaks in ...Crazy-P2018-08-261-4/+22
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-31/+5
* GDScript: Show warning messages only on debuggerGeorge Marques2018-08-211-3/+5
* Fix error spam from loading script class iconsWill Nations2018-08-151-1/+1
* Add custom icons to script classes.Will Nations2018-08-141-1/+7
* Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-141-23/+31
|\
| * Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-23/+31
* | Added system for GDScript warningsGeorge Marques2018-08-101-0/+172
|/