summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_function.h
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce number of addressing modes in GDScript VMGeorge Marques2021-04-081-11/+13
* GDScript: Properly validate return typeGeorge Marques2021-04-051-0/+4
* Add typed arrays to GDScriptGeorge Marques2021-03-291-3/+68
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-8/+8
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-1/+10
|\
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-1/+10
* | Documentation generation for GDScriptThakee Nathees2020-11-291-0/+6
|/
* GDScript: Add faster instruction for validated constructorGeorge Marques2020-11-211-1/+5
* GDScript: Add typed iterate instructionsGeorge Marques2020-11-211-0/+38
* GDScript: Add faster call instructions for builtin methodsGeorge Marques2020-11-211-0/+4
* GDScript: Add faster call instructions for native methodsGeorge Marques2020-11-211-0/+43
* GDScript: Add speficic set/get instructionsGeorge Marques2020-11-211-2/+26
* GDScript: Add faster operator for known typesGeorge Marques2020-11-211-0/+4
* GDScript: Gather instructions arguments beforehandGeorge Marques2020-11-211-27/+33
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-6/+6
* Prevent cyclic reference between script and its membersPedro J. Estébanez2020-09-101-1/+2
* Add GDScript disassemblerGeorge Marques2020-09-011-8/+4
* Add GDScript code generation interfaceGeorge Marques2020-09-011-0/+1
* New GDScript tokenizer and parserGeorge Marques2020-07-201-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+8
* 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