summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_vm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #75732 from vonagam/fix-duplicate-conditionRémi Verschelde2023-04-281-3/+3
|\
| * GDScript: Fix unnecessary duplication of pointed out linesDmitrii Maganov2023-04-061-3/+3
* | Add support for static variables in GDScriptGeorge Marques2023-04-271-2/+2
* | GDScript: Don't fail when freed object is returnGeorge Marques2023-04-261-4/+0
* | Fix wrong file on function call errorsodaJar2023-04-241-3/+4
|/
* Added check for null objects in gdscript typed assign.ocean (they/them)2023-02-211-18/+20
* Merge pull request #73489 from vonagam/type-check-nodeRémi Verschelde2023-02-201-64/+70
|\
| * GDScript: Rework type checkDmitrii Maganov2023-02-171-64/+70
* | Merge pull request #73501 from anvilfolk/oopsiedaisyYuri Sizov2023-02-181-19/+13
|\ \ | |/ |/|
| * Fix inability to assign null regressionocean (they/them)2023-02-171-19/+13
* | Merge pull request #72867 from vnen/gdscript-limit-call-depthYuri Sizov2023-02-171-0/+32
|\ \ | |/ |/|
| * GDScript: Add limit to call depthGeorge Marques2023-02-071-0/+32
* | Fix crash by freed object assign to typed variableocean (they/them)2023-02-161-6/+27
* | Improve GDScript error for method call on null/previously freed instancepkowal2023-02-121-8/+11
* | Merge pull request #72654 from RandomShaper/ptrcall_ret_raw_objRémi Verschelde2023-02-111-1/+7
|\ \
| * | Avoid losing references to objects in the native-scripting boundaryPedro J. Estébanez2023-02-031-1/+7
| |/
* / Fix null message in assert()kobewi2023-02-081-1/+4
|/
* GDScript: Improve usability of setter chainsGeorge Marques2023-02-021-6/+23
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-41/+46
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70838 from reduz/gdscript-vm-optimizationRémi Verschelde2023-01-051-209/+232
|\
| * Optimizations for GDScript VMJuan Linietsky2023-01-021-209/+232
* | GDScript: Error when assigning return value of void functionGeorge Marques2022-12-301-0/+20
|/
* GDScript: Fix subclass script path issuesrune-scape2022-12-011-1/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-1/+1
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-2/+2
* Remove Signal connect bindsJuan Linietsky2022-07-291-1/+1
* Merge pull request #63560 from V-Sekai/named_global_crashfixRémi Verschelde2022-07-281-0/+1
|\
| * Prevent hard crash in GDScriptVM when a named global can not be found.SaracenOne2022-07-271-0/+1
* | Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+18
|/
* Remove outdated code pathkobewi2022-07-101-5/+1
* Merge pull request #53135 from briansemrau/fix-ref-leakRémi Verschelde2022-06-281-1/+1
|\
| * GDScript Don't double-reference Refs returned from native functionBrian Semrau2021-09-281-1/+1
* | Merge pull request #62468 from V-Sekai/core-const-expressionsRémi Verschelde2022-06-281-0/+2
|\ \
| * | Add a const call mode to Object, Variant and Script.K. S. Ernest (iFire) Lee2022-06-271-0/+2
* | | GDScript: Fix setter being called in chains for shared typesGeorge Marques2022-06-271-0/+16
|/ /
* | Do not reset return value in release buildBlack Cat2022-06-221-1/+1
* | GDScript: Fix stack overflow when using multiple `await`George Marques2022-05-271-9/+12
* | Merge pull request #61003 from vnen/gdscript-await-stack-fixRémi Verschelde2022-05-161-29/+26
|\ \
| * | GDScript: Fix stack manipulation for `await`George Marques2022-05-131-29/+26
* | | Replace most uses of Map by HashMapreduz2022-05-161-2/+2
|/ /
* | GDScript: Allow using self in lambdasGeorge Marques2022-04-241-0/+36
* | GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffixAaron Franke2022-04-071-2/+2
* | GDScript: Add support for static method calls in native typesGeorge Marques2022-04-061-3/+49
* | Remove VARIANT_ARG* macrosreduz2022-03-091-8/+8
* | Return a correctly typed variant in case of a function error to prevent hard ...SaracenOne2022-02-171-4/+35
* | Rename Variant::is_ref() to is_ref_counted()Pedro J. Estébanez2022-01-201-2/+2
* | Merge pull request #56409 from cdemirer/fix-unexpected-copying-when-parameter...Rémi Verschelde2022-01-101-1/+6
|\ \
| * | Fix unexpected Packed Array copying when parameter is typedcdemirer2022-01-021-1/+6
* | | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/ /