Rémi Verschelde
|
b857c2f3e6
Merge pull request #101016 from kiroxas/AddVariantStaticAssert
|
7 months ago |
Lukas Tenbrink
|
0e72967244
Consolidate `Variant` int and float conversion functions to reduce duplicate logic.
|
7 months ago |
Kiro
|
176e5f42b2
add Static assert checks
|
7 months ago |
Thaddeus Crews
|
bf9ef5f8a5
Merge pull request #100564 from YYF233333/iwyu
|
8 months ago |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
8 months ago |
HP van Braam
|
240f510fa7
Core ubsan fixes
|
8 months ago |
Danil Alexeev
|
bd1a35ce9e
Core: Fix `JSON.{from,to}_native()` issues
|
8 months ago |
Danil Alexeev
|
03b05cf9ac
Core: Fix built-in enum constant bindings
|
9 months ago |
Thaddeus Crews
|
cc6ee3e956
Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments
|
9 months ago |
Thaddeus Crews
|
f233d186ef
Merge pull request #93885 from dalexeev/core-fix-freed-object-booleanization
|
9 months ago |
Danil Alexeev
|
e379cc76e5
Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
|
9 months ago |
Thaddeus Crews
|
89a311205f
Style: Apply `clang-tidy` fixes
|
1 year ago |
kobewi
|
5c0f2414cd
Always add decimal when printing float
|
1 year ago |
rune-scape
|
cee0e6667a
Refactor ref-counting code and fix ref counted releasing before aquiring
|
1 year ago |
Danil Alexeev
|
49bcdf78a7
Core: Сheck `r_error` after calling `callp()`
|
11 months ago |
rune-scape
|
c8b697c64c
Remove unused `initialize_ref`
|
1 year ago |
Danil Alexeev
|
68481b6cdb
Core: Fix `Freed Object` booleanization
|
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 |
kobewi
|
a262d2d881
Add shorthand for using singleton string names
|
1 year ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
A Thousand Ships
|
c4e24d2b3b
[GDScript] Correctly report invalid read-only access
|
1 year ago |
kobewi
|
f647888006
Make varray() variadic
|
1 year ago |
Thaddeus Crews
|
b95e7fcecd
Core: Integrate initalizer lists for Variant
|
1 year ago |
Thaddeus Crews
|
b0cda1f85f
Core: Use fixed-width integer types in Variant
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Micky
|
3edb671b8a
Use Packed*Array over Vector<T> in Variant
|
2 years ago |
A Thousand Ships
|
15369fdb1d
Remove unnecessary `this->` expressions
|
1 year ago |
Yuri Sizov
|
ca19d34bde
Merge pull request #73896 from vnen/object-null-boolean-consistency
|
1 year ago |