Lukas Tenbrink
|
e6d166344b
Remove unused `get_inheritance_list_static` from `GDCLASS`.
|
4 months ago |
Thaddeus Crews
|
1f1b1c56e7
Merge pull request #104381 from Ivorforce/object-notification-nobool
|
4 months ago |
Lukas Tenbrink
|
8a76e31547
Remove bool from `Object::notification` virtual function; replace with separate functions to avoid branching.
|
4 months ago |
kobewi
|
75881f8322
Use initializer list in Arrays
|
1 year ago |
Thaddeus Crews
|
324512e11c
Style: Replace header guards with `#pragma once`
|
6 months ago |
Adam Scott
|
0d350e7108
Set clang-format `RemoveSemicolon` rule to `true`
|
10 months ago |
Pedro J. Estébanez
|
bb77520599
Object: Add tests about the safety of tail destruction
|
10 months ago |
demolke
|
c409e6d722
Import/export GLTF extras to node->meta
|
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 |
A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
1 year ago |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 years ago |
kobewi
|
67db4693eb
Expose _validate_property() for scripting
|
2 years ago |
myaaaaaaaaa
|
5cc961627d
Avoid sorting CallableCustomMethodPointers by their actual address values
|
2 years ago |
myaaaaaaaaa
|
1ec5381c16
Store Object signals in a HashMap rather than a VMap
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Marius Hanl
|
b9be3ce75e
Add tests for signals
|
2 years ago |
Yuri Sizov
|
980f5f32f4
Make `property_*_revert` methods multilevel and expose them for scripting
|
3 years ago |
Fabio Alessandrelli
|
ca7d572908
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
|
3 years ago |
reduz
|
09b951b99b
Refactor Object metadata
|
3 years ago |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Aaron Franke
|
99a282f631
Move and organize tests into subfolders
|
3 years ago |