summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript.cpp
AgeCommit message (Expand)Author
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-07-14Revert "Include gdscript warning name in the warning message."Ryan Roden-Corrent
2020-07-06Include gdscript warning name in the warning message.Ryan Roden-Corrent
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-05-10fixed: saving gdscript with cyclic inheritance crash the editorThakee Nathees
2020-05-05Fix object leaks caused by unfulfilled yieldsPedro J. Estébanez
2020-05-03Merge pull request #32534 from Xrayez/fix-dict2inst-initRémi Verschelde
2020-05-01Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2Fabio Alessandrelli
2020-04-30Make `dict2inst` to work with arbitrary `_init` parametersAndrii Doroshenko (Xrayez)
2020-04-22Removed noisy ERR check from Multiplayer API.Andrea Catania
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-13Merge pull request #36599 from AndreaCatania/gen_rpc_data_exportRémi Verschelde
2020-03-13Merge pull request #36723 from AndreaCatania/fix-rsetRémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-03-02Fixed rset method for gdscript and visual scriptAndrea Catania
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-28Generates the rpc and rset info for exported GDScript.Andrea Catania
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-19GDScript: Remove self static reference and create one on callsGeorge Marques
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
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