summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_vm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add some comments to #endif's where it will easier lifeYevhen Babiichuk (DustDFG)2024-10-211-9/+13
* Enable use of Labels as Values feature in Clang when not wrapped by GCCSlugFiller2024-10-021-1/+1
* Implement typed dictionariesThaddeus Crews2024-09-041-4/+190
* GDScript: Fix message when calling non-tool function in tool modeDanil Alexeev2024-08-271-42/+43
* Merge pull request #94238 from RandomShaper/ref_is_now_rcRémi Verschelde2024-07-171-2/+2
|\
| * Make errors on RefCounted.free() more accuratePedro J. Estébanez2024-07-151-2/+2
* | GDScript: Fix implicit cast to typed array when passing parameterDanil Alexeev2024-07-071-3/+16
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-5/+5
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+8
* [GDScript] Correctly report invalid read-only accessA Thousand Ships2024-05-011-33/+49
* Merge pull request #91192 from vnen/gdscript-validated-native-static-callsRémi Verschelde2024-05-011-150/+224
|\
| * GDScript: Perform validated calls with static methodsGeorge Marques2024-04-251-150/+224
* | GDScript: Fix object iterator opcodesDanil Alexeev2024-04-261-10/+18
|/
* GDScript: Fix uninitialized local variables not being resetDanil Alexeev2024-03-301-0/+11
* Promote CowData to 64 bitsJuan Linietsky2024-01-191-1/+1
* Merge pull request #82639 from golfinq/gdscript-improve-indexing-errorRémi Verschelde2024-01-041-17/+28
|\
| * GDScript: Improve error messages for invalid indexingRémi Verschelde2023-10-021-17/+28
* | Fix missing time for some script functions in profilermsreis2023-12-191-52/+58
* | Change container_element_type to vector containerThaddeus Crews2023-12-051-2/+2
* | GDScript: Don't optimize division and modulo on debugGeorge Marques2023-10-181-0/+8
* | GDScript: Fix incorrect error message for utility functionsDanil Alexeev2023-10-161-8/+7
* | GDScript: Replace ptrcalls on MethodBind to validated callsGeorge Marques2023-10-061-315/+157
* | Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-1/+0
|/
* Merge pull request #81200 from RandomShaper/gd_vm_msvcRémi Verschelde2023-09-251-0/+6
|\
| * Optimize GDScript VM codegen for MSVCPedro J. Estébanez2023-09-251-0/+6
* | GDScript: Fix some lambda bugsDanil Alexeev2023-09-141-4/+5
* | GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-4/+4
|/
* Merge pull request #79990 from vnen/gdscript-assume-op-typesYuri Sizov2023-08-011-15/+59
|\
| * GDScript: Optimize operators by assuming the typesGeorge Marques2023-07-281-15/+59
* | Support threads in the script debuggerJuan Linietsky2023-07-261-9/+11
|/
* GDScript: Fix `_get_script_name()` function collision for SCU buildDanil Alexeev2023-06-201-16/+5
* GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-5/+43
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+2
* 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
| |/