summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_vm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52940 from groud/toast_notificationRémi Verschelde2021-10-191-1/+1
|\
| * Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* | GDScript: Properly return value with await on non-coroutineGeorge Marques2021-10-141-1/+3
|/
* GDScript: Fix method ptrcall on releaseGeorge Marques2021-10-071-0/+1
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Fix check for freed object during castPedro J. Estébanez2021-09-271-3/+3
* Fix inverted error messages about null objectPedro J. Estébanez2021-09-271-2/+2
* Remove binds from Signal.connectkobewi2021-09-241-1/+1
* Merge pull request #51094 from RandomShaper/error_cast_freed_objectRémi Verschelde2021-09-141-0/+15
|\
| * Complain if casting a freed object in a debug sessionPedro J. Estébanez2021-09-141-0/+15
* | GDScript: Fix loading of interdependent autoloadsGeorge Marques2021-09-011-0/+13
* | Fix initialization of objects in VariantInternalGeorge Marques2021-08-191-1/+1
|/
* Fix "super" call when having at least one argumentJulien Nguyen2021-06-131-4/+4
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-6/+6
* Rename Variant TRANSFORM to TRANSFORM3DAaron Franke2021-06-031-3/+3
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Merge pull request #48793 from vnen/gdscript-fix-temp-type-adjustRémi Verschelde2021-05-171-0/+42
|\
| * GDScript: Fix crash caused by uninitialized temp stack slotsGeorge Marques2021-05-171-0/+42
* | GDScript: Add support for builtin static method callsGeorge Marques2021-05-161-0/+46
|/
* GDScript: Implement lambdas compilation and runtimeGeorge Marques2021-04-281-2/+36
* GDScript: Adjust type of temporaries when neededGeorge Marques2021-04-161-0/+78
* Reduce number of addressing modes in GDScript VMGeorge Marques2021-04-081-114/+59
* GDScript: Properly validate return typeGeorge Marques2021-04-051-4/+188
* Add typed arrays to GDScriptGeorge Marques2021-03-291-4/+84
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Merge pull request #44005 from RandomShaper/gds_needless_checkRémi Verschelde2021-01-111-5/+1
|\
| * Remove useless check in GDScriptPedro J. Estébanez2020-12-011-5/+1
* | Merge pull request #44604 from lyuma/gdscript_dictionary_crashRémi Verschelde2021-01-111-1/+1
|\ \
| * | Fix crash when iterating through empty dictionary.Lyuma2020-12-211-1/+1
* | | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-5/+5
|/ /
* | Merge pull request #44275 from vnen/variant-function-arg-pointersRémi Verschelde2020-12-151-6/+6
|\ \
| * | Use pointer parameters in Variant function pointersGeorge Marques2020-12-101-6/+6
| |/
* | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde2020-12-151-9/+68
|\ \ | |/ |/|
| * GDScript: Refactor builtin functionsGeorge Marques2020-11-261-9/+68
* | Fix VariantInternal initialization and setting of objectGeorge Marques2020-11-301-1/+1
|/
* GDScript: Add faster instruction for validated constructorGeorge Marques2020-11-211-0/+22
* GDScript: Add typed iterate instructionsGeorge Marques2020-11-211-87/+763
* GDScript: Add faster call instructions for builtin methodsGeorge Marques2020-11-211-0/+35
* GDScript: Add faster call instructions for native methodsGeorge Marques2020-11-211-49/+406
* GDScript: Add speficic set/get instructionsGeorge Marques2020-11-211-5/+171
* GDScript: Add faster operator for known typesGeorge Marques2020-11-211-0/+18
* GDScript: Gather instructions arguments beforehandGeorge Marques2020-11-211-150/+143
* GDScript: Split Function code into multiple filesGeorge Marques2020-11-211-0/+1596