index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_byte_codegen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when division by zero/modulo by zero happen on vectors
Chaosus
2024-11-21
1
-2
/
+19
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+84
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+8
*
GDScript: Perform validated calls with static methods
George Marques
2024-04-25
1
-13
/
+39
*
GDScript: Fix uninitialized local variables not being reset
Danil Alexeev
2024-03-30
1
-25
/
+61
*
set has_type false if it is BUILTIN but Variant::NIL
emre0altan
2024-02-11
1
-1
/
+1
*
Change container_element_type to vector container
Thaddeus Crews
2023-12-05
1
-10
/
+10
*
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques
2023-10-06
1
-59
/
+18
*
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-3
/
+0
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
1
-8
/
+17
*
GDScript: Optimize operators by assuming the types
George Marques
2023-07-28
1
-1
/
+13
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-0
/
+14
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+2
*
Fix edge cases of object lifetime when signals involved
Pedro J. Estébanez
2023-04-11
1
-1
/
+20
*
GDScript: Don't use pool for reference types
George Marques
2023-04-11
1
-51
/
+47
*
GDScript: Don't use validated call for vararg methods
George Marques
2023-02-24
1
-2
/
+2
*
GDScript: Avoid validated division operation to test for zero
George Marques
2023-02-21
1
-1
/
+2
*
Merge pull request #73489 from vonagam/type-check-node
Rémi Verschelde
2023-02-20
1
-12
/
+38
|
\
|
*
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-12
/
+38
*
|
Avoid GDScript bookkeeping from referencing objects longer than necessary
Pedro J. Estébanez
2023-02-17
1
-30
/
+73
|
/
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-21
/
+13
*
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
George Marques
2023-01-23
1
-2
/
+37
|
\
|
*
GDScript: Add names for disassembling function pointers
George Marques
2023-01-23
1
-2
/
+37
*
|
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
1
-28
/
+0
|
/
*
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
George Marques
2023-01-12
1
-2
/
+6
|
\
|
*
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
1
-2
/
+6
*
|
GDScript: Fix temp values being written without proper clear
George Marques
2023-01-11
1
-60
/
+40
*
|
GDScript: Don't use the NIL address to hold return value of functions
George Marques
2023-01-09
1
-21
/
+31
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Optimizations for GDScript VM
Juan Linietsky
2023-01-02
1
-137
/
+137
*
GDScript: Fix subclass script path issues
rune-scape
2022-12-01
1
-1
/
+1
*
Merge pull request #63049 from Faless/mp/4.x_as_module
Rémi Verschelde
2022-07-28
1
-1
/
+1
|
\
|
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-1
/
+1
*
|
Merge pull request #63325 from EIRTeam/typed_array_fix
Rémi Verschelde
2022-07-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typed array returns returning the incorrect contained type
Álex Román Núñez
2022-07-22
1
-1
/
+1
*
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+12
|
/
*
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
1
-0
/
+12
*
Add a new HashMap implementation
reduz
2022-05-12
1
-4
/
+2
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-2
/
+2
*
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
Aaron Franke
2022-04-07
1
-1
/
+1
*
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-0
/
+18
*
Merge pull request #55616 from cdemirer/master
Rémi Verschelde
2022-01-17
1
-0
/
+1
|
\
|
*
Fix nested ternary-if codegen (#55582)
cdemirer
2021-12-04
1
-0
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Only emit typed member setters if safe to do so
David Sichma
2021-10-08
1
-2
/
+4
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-28
/
+28
*
Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix
Rémi Verschelde
2021-09-13
1
-0
/
+6
|
\
|
*
GDScript: Fix loading of interdependent autoloads
George Marques
2021-09-01
1
-0
/
+6
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-1
/
+1
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-8
/
+8
[next]