summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-2/+0
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-24/+131
* Merge pull request #35218 from bojidar-bg/26691-parse-error-errorsRémi Verschelde2020-01-161-1/+1
|\
| * Fix errors raised when showing parse errors in the editorBojidar Marinov2020-01-161-1/+1
* | Keep a weak reference to orphan subclasses to reuse on class reloadChibiDenDen2020-01-151-3/+48
|/
* Add GDScript warning for standalone expressionGeorge Marques2020-01-091-0/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* GDScript: Convert values when setting member variablesGeorge Marques2019-12-131-5/+16
* Disable GDScript warning for unused class variable by defaultGeorge Marques2019-12-111-1/+2
* Document how to bypass the unused argument/variable warning in messageHugo Locurcio2019-11-271-5/+3
* 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