summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_function.h
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Fix object leaks caused by unfulfilled yieldsPedro J. Estébanez2020-05-051-2/+9
* Fix leaked objects when game ends with yields in progressPedro J. Estébanez2020-04-291-2/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* GDScript: Remove self static reference and create one on callsGeorge Marques2020-02-191-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-4/+4
* Validate instances of objects before trying to check their type in GDScriptBojidar Marinov2020-01-161-7/+15
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde2019-03-041-2/+6
* GDScript: Forbid implicit type conversionGeorge Marques2019-03-031-6/+2
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-2/+9
* GDScript: check for underscore prefix when type-checkingGeorge Marques2019-01-151-2/+8
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix crash on signal/resume to dangling targetPedro J. Estébanez2018-11-251-4/+2
* Revert "Fix crash on signal/resume to dangling target"Pedro J. Estébanez2018-11-241-4/+6
* Fix crash on signal/resume to dangling targetPedro J. Estébanez2018-10-171-6/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-7/+7
* GDScript: Allow `is` operator to test built-in typesGeorge Marques2018-08-261-0/+1
* Add typed instructions to GDScriptGeorge Marques2018-07-201-0/+79
* Add static type checks in the parserGeorge Marques2018-07-201-0/+20
* Fix memory leak in GDScript during infinnity loops with yieldsYasha Borevich2018-06-281-1/+1
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-10/+2
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-2/+10
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-10/+2
* Enable autoload in editorGeorge Marques2018-05-011-1/+9
* completed-signal is emitted by all GDScriptFunctionStates of a coroutine now,...Lars Kokemohr2018-03-141-0/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+247