summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_byte_codegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when division by zero/modulo by zero happen on vectorsChaosus2024-11-211-2/+19
* Implement typed dictionariesThaddeus Crews2024-09-041-0/+84
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+8
* GDScript: Perform validated calls with static methodsGeorge Marques2024-04-251-13/+39
* GDScript: Fix uninitialized local variables not being resetDanil Alexeev2024-03-301-25/+61
* set has_type false if it is BUILTIN but Variant::NILemre0altan2024-02-111-1/+1
* Change container_element_type to vector containerThaddeus Crews2023-12-051-10/+10
* GDScript: Replace ptrcalls on MethodBind to validated callsGeorge Marques2023-10-061-59/+18
* GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-3/+0
* GDScript: Add static typing for `for` loop variableDanil Alexeev2023-08-171-8/+17
* GDScript: Optimize operators by assuming the typesGeorge Marques2023-07-281-1/+13
* GDScript: Fix some bugs with static variables and functionsDanil Alexeev2023-06-161-0/+14
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-1/+2
* Fix edge cases of object lifetime when signals involvedPedro J. Estébanez2023-04-111-1/+20
* GDScript: Don't use pool for reference typesGeorge Marques2023-04-111-51/+47
* GDScript: Don't use validated call for vararg methodsGeorge Marques2023-02-241-2/+2
* GDScript: Avoid validated division operation to test for zeroGeorge Marques2023-02-211-1/+2
* Merge pull request #73489 from vonagam/type-check-nodeRémi Verschelde2023-02-201-12/+38
|\
| * GDScript: Rework type checkDmitrii Maganov2023-02-171-12/+38
* | Avoid GDScript bookkeeping from referencing objects longer than necessaryPedro J. Estébanez2023-02-171-30/+73
|/
* GDScript: Fix issues with typed arraysDmitrii Maganov2023-01-311-21/+13
* Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debugGeorge Marques2023-01-231-2/+37
|\
| * GDScript: Add names for disassembling function pointersGeorge Marques2023-01-231-2/+37
* | GDScript: Remove function of `continue` for match statementGeorge Marques2023-01-221-28/+0
|/
* Merge pull request #70987 from vonagam/fix-parameter-conversion-assignGeorge Marques2023-01-121-2/+6
|\
| * GDScript: Fix missing conversion for default argument valuesDmitrii Maganov2023-01-061-2/+6
* | GDScript: Fix temp values being written without proper clearGeorge Marques2023-01-111-60/+40
* | GDScript: Don't use the NIL address to hold return value of functionsGeorge Marques2023-01-091-21/+31
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Optimizations for GDScript VMJuan Linietsky2023-01-021-137/+137
* GDScript: Fix subclass script path issuesrune-scape2022-12-011-1/+1
* Merge pull request #63049 from Faless/mp/4.x_as_moduleRémi Verschelde2022-07-281-1/+1
|\
| * [Net] Modularize multiplayer, expose MultiplayerAPI to extensions.Fabio Alessandrelli2022-07-261-1/+1
* | Merge pull request #63325 from EIRTeam/typed_array_fixRémi Verschelde2022-07-271-1/+1
|\ \ | |/ |/|
| * Fix typed array returns returning the incorrect contained typeÁlex Román Núñez2022-07-221-1/+1
* | Implement Vector4, Vector4i, Projectionreduz2022-07-231-0/+12
|/
* GDScript: Fix setter being called in chains for shared typesGeorge Marques2022-06-271-0/+12
* Add a new HashMap implementationreduz2022-05-121-4/+2
* GDScript: Allow using self in lambdasGeorge Marques2022-04-241-2/+2
* GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffixAaron Franke2022-04-071-1/+1
* GDScript: Add support for static method calls in native typesGeorge Marques2022-04-061-0/+18
* Merge pull request #55616 from cdemirer/masterRémi Verschelde2022-01-171-0/+1
|\
| * Fix nested ternary-if codegen (#55582)cdemirer2021-12-041-0/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Only emit typed member setters if safe to do soDavid Sichma2021-10-081-2/+4
* Use range iterators for `Map`Lightning_A2021-09-301-28/+28
* Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fixRémi Verschelde2021-09-131-0/+6
|\
| * GDScript: Fix loading of interdependent autoloadsGeorge Marques2021-09-011-0/+6
* | [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-1/+1
|/
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+8