summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-4/+8
* fixed: saving gdscript with cyclic inheritance crash the editorThakee Nathees2020-05-101-3/+26
* Fix object leaks caused by unfulfilled yieldsPedro J. Estébanez2020-05-051-2/+18
* Merge pull request #32534 from Xrayez/fix-dict2inst-initRémi Verschelde2020-05-031-7/+4
|\
| * Make `dict2inst` to work with arbitrary `_init` parametersAndrii Doroshenko (Xrayez)2020-04-301-7/+4
* | Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2Fabio Alessandrelli2020-05-011-4/+4
|\ \ | |/ |/|
| * Removed noisy ERR check from Multiplayer API.Andrea Catania2020-04-221-4/+4
* | Add ability to bind typed arrays to script APIJuan Linietsky2020-04-211-0/+18
* | Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-30/+30
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-23/+23
* Merge pull request #36599 from AndreaCatania/gen_rpc_data_exportRémi Verschelde2020-03-131-46/+52
|\
| * Generates the rpc and rset info for exported GDScript.Andrea Catania2020-02-281-46/+52
* | Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde2020-03-131-2/+2
|\ \
| * | Fixed rset method for gdscript and visual scriptAndrea Catania2020-03-021-2/+2
* | | Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-6/+6
|/ /
* | Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-122/+45
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-28/+28
* GDScript: Remove self static reference and create one on callsGeorge Marques2020-02-191-1/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-5/+5
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-4/+5
* 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