Danil Alexeev
|
5f0ecf4c8c
GDScript: Remove some unnecessary booleans
|
il y a 2 semaines |
Thaddeus Crews
|
2cf48a97b9
Merge pull request #101536 from xsellier/gdscript_crash_modulo
|
il y a 3 mois |
Danil Alexeev
|
e2d4469dc2
GDScript: Add missing type conversions in `for range`
|
il y a 4 mois |
Danil Alexeev
|
a13fbc6e3e
GDScript: Optimize non-constant `for`-`range`
|
il y a 5 mois |
Serhii Snitsaruk
|
e06541eb4c
Fix backtrace reporting wrong line numbers in release exports
|
il y a 5 mois |
reduz
|
d1dcb40d56
Ability to print and log script backtraces
|
il y a 6 mois |
Xavier Sellier
|
b85096463e
Fix crash when using a modulo operator between a float and an integer
|
il y a 9 mois |
Rémi Verschelde
|
88e81ee730
Fix various typos and code style issues
|
il y a 10 mois |
Chaosus
|
0524e29b5c
Fix crash when division by zero/modulo by zero happen on vectors
|
il y a 1 an |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
il y a 2 ans |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
il y a 1 an |
George Marques
|
7ca038effa
GDScript: Perform validated calls with static methods
|
il y a 1 an |
Danil Alexeev
|
27d7760f41
GDScript: Fix uninitialized local variables not being reset
|
il y a 1 an |
emre0altan
|
081fa324fd
set has_type false if it is BUILTIN but Variant::NIL
|
il y a 1 an |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
il y a 2 ans |
George Marques
|
4a7d49a89a
GDScript: Replace ptrcalls on MethodBind to validated calls
|
il y a 2 ans |
Danil Alexeev
|
462d8f4752
GDScript: Fix `get_*_list()` methods return incorrect info
|
il y a 2 ans |
Danil Alexeev
|
6c59ed9485
GDScript: Add static typing for `for` loop variable
|
il y a 2 ans |
George Marques
|
c1bca65d09
GDScript: Optimize operators by assuming the types
|
il y a 2 ans |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
il y a 2 ans |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
il y a 2 ans |
Pedro J. Estébanez
|
2f4168daeb
Fix edge cases of object lifetime when signals involved
|
il y a 2 ans |
George Marques
|
59b8c70007
GDScript: Don't use pool for reference types
|
il y a 2 ans |
George Marques
|
defa46bfd1
GDScript: Don't use validated call for vararg methods
|
il y a 2 ans |
George Marques
|
0866e6af2d
GDScript: Avoid validated division operation to test for zero
|
il y a 2 ans |
Rémi Verschelde
|
561d949739
Merge pull request #73489 from vonagam/type-check-node
|
il y a 2 ans |
Pedro J. Estébanez
|
5e9400fa50
Avoid GDScript bookkeeping from referencing objects longer than necessary
|
il y a 2 ans |
Dmitrii Maganov
|
8fe023ad93
GDScript: Rework type check
|
il y a 2 ans |
Dmitrii Maganov
|
5909f9f075
GDScript: Fix issues with typed arrays
|
il y a 2 ans |
George Marques
|
ba9491f870
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
|
il y a 2 ans |