summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript.cpp
AgeCommit message (Expand)Author
2020-02-13Remove deprecated sync and slave networking keywordsRémi Verschelde
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-01-16Merge pull request #35218 from bojidar-bg/26691-parse-error-errorsRémi Verschelde
2020-01-16Fix errors raised when showing parse errors in the editorBojidar Marinov
2020-01-15Keep a weak reference to orphan subclasses to reuse on class reloadChibiDenDen
2020-01-09Add GDScript warning for standalone expressionGeorge Marques
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-13GDScript: Convert values when setting member variablesGeorge Marques
2019-12-11Disable GDScript warning for unused class variable by defaultGeorge Marques
2019-11-27Document how to bypass the unused argument/variable warning in messageHugo Locurcio
2019-11-07Add setting to exclude addons from script warningsmashumafi
2019-11-01GDScript: Avoid editor crashes when there's cyclic inheritanceGeorge Marques
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Fix misc. source comment typosluz.paz
2019-08-26Make VarArg methods return types show up as Variant in API jsontoasteater
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-20Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-03Allow overriding how scripted objects are converted to stringsLeonard Meagher
2019-05-02Fix slight issues with autocompletion and member lists in GDScriptBojidar Marinov
2019-04-15GDScript: add variable shadowing warninglupoDharkael
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-03-08Fix typo in GDScript narrowing conversion warning messageHugo Locurcio
2019-03-04Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky
2019-03-03Add a dependency search mode for GDScript parserGeorge Marques
2019-02-28Merge pull request #26034 from QbieShay/issue_25596Rémi Verschelde
2019-02-27Inheriting from virtual class no longer causes the engine to crash, it prints...QbieShay
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix exported property values being lost if base GDScript fails to parseIgnacio Etcheverry
2019-01-25Ensure get script method list also checks base classes, fixes #23384Juan Linietsky
2019-01-23GDScript: don't allow calling non-static function from scriptGeorge Marques
2019-01-10Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde
2019-01-10Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-11-22Merge pull request #22953 from DualMatrix/properties_goneRémi Verschelde
2018-11-10Fix GDScript placeholder fallbackIgnacio Etcheverry
2018-10-25Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-23Optional getters/setters editor autocompleteJakub Grzesik
2018-10-12Fixed parents properties not appearing in inspector if parent is class_name.DualMatrix
2018-09-27Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde
2018-09-19GDScript: Revert extra deletion when creating instanceGeorge Marques
2018-09-15Add GDScript slave keyword deprecation warning.Fabio Alessandrelli
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz