Rob Mayoff
|
daa665c4cb
fix copy/paste error (fixes #99518)
|
9 months ago |
aaronp64
|
714357e55c
Assign return value on Variant operator failure
|
1 year ago |
Rémi Verschelde
|
152d7c1bba
Revert "Make freed object different than null in comparison operators"
|
1 year ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Yuri Sizov
|
ca19d34bde
Merge pull request #73896 from vnen/object-null-boolean-consistency
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
George Marques
|
150b50cfcd
Make freed object different than null in comparison operators
|
2 years ago |
Joseph Davies
|
510de82f43
Fix typo in modulo error message.
|
2 years ago |
Rémi Verschelde
|
248e5245e4
Merge pull request #73540 from mashumafi/fix-typed-array-add
|
2 years ago |
George Marques
|
a1e3ef919c
Add operator NOT for all Variant types
|
2 years ago |
mashumafi
|
2a12213c31
Fix: Typed arrays aren't working with +
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
rune-scape
|
e79be6ce07
Unify String and StringName
|
2 years ago |
Rindbee
|
694ee1bf52
Fix suppressed error message on error when using % format string
|
2 years ago |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
3 years ago |
Yuri Roubinsky
|
dbd7a31507
Implement exponential operator (**) to GDScript/Expressions
|
3 years ago |
Rémi Verschelde
|
ff19feb8b8
Merge pull request #55939 from cdemirer/validated-array-add-fix
|
3 years ago |
cdemirer
|
fbe903909d
Fix validated version of array addition
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
George Marques
|
13a2d03dde
Add Variant `in` operator for any String/StringName operands
|
3 years ago |
Rafał Mikrut
|
221f5da857
Fix crash when dividing by 0 in Vector2/3i
|
4 years ago |
Julien Nguyen
|
0a823e85d2
Fix 'in' operator to check if an object member exists
|
4 years ago |
reduz
|
2c81e5fa0e
Make some variant internal functions public.
|
4 years ago |