Hilderin
|
27d1fb63e1
Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798
|
7 months ago |
Hilderin
|
ef6f873938
Fix editor needs restart after adding GDExtensions
|
6 months ago |
Rémi Verschelde
|
b4f268fae8
Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_postinitialization_for_extension_owner
|
4 months ago |
Rémi Verschelde
|
091212b4f1
Merge pull request #93602 from aaronp64/inspector_latency
|
5 months ago |
aaronp64
|
7593e55527
Improve Editor Inspector/Theme item lookup performance
|
6 months ago |
Daylily-Zeleen
|
3d575801ce
Allow ClassDB to create a Object without postinitialization for GDExtension.
|
9 months ago |
Rémi Verschelde
|
fe5d567917
Merge pull request #93942 from MikeSchulze/73525
|
6 months ago |
baptr
|
810fcc7431
Fix gdscript analyzer error when instantiating EditorPlugins.
|
1 year ago |
David Snopek
|
91fcdff01e
GDExtension: Fix setting base class properties on a runtime class
|
6 months ago |
Thaddeus Crews
|
127025679b
Core: Use `<type_traits>` where applicable
|
9 months ago |
Rémi Verschelde
|
453485aede
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
|
10 months ago |
A Thousand Ships
|
59bcc2888c
Add methods to get argument count of methods
|
11 months ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
10 months ago |
David Snopek
|
4d0b989bb8
Allow registering "runtime classes" in modules (not just GDExtension)
|
11 months ago |
David Snopek
|
ea75307a11
Allow registering "runtime classes"
|
1 year ago |
Rémi Verschelde
|
306dd5be3f
Merge pull request #87758 from dsnopek/gdextension-register-virtual-method
|
11 months ago |
David Snopek
|
be11002e41
Allow GDExtensions to register virtual methods and call them on scripts
|
1 year ago |
vittorioromeo
|
55ed34e37c
Use '_v' shorthand for type traits and 'if constexpr' where appropriate
|
11 months ago |
Pedro J. Estébanez
|
a1d8fc1af9
Polish & fix editor help cache generation
|
1 year ago |
Rémi Verschelde
|
017541bcec
Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-classdb
|
1 year ago |
David Snopek
|
2733a6f762
Implement reloading of GDExtensions
|
1 year ago |
Raul Santos
|
5f6082a96b
C#: Generate and use compat methods
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Daylily-Zeleen
|
41ffe5461f
Allow GDExtension to register unexposed class.
|
2 years ago |
A Thousand Ships
|
c638238fae
Add check to ensure registered classes are declared
|
1 year ago |
Pedro J. Estébanez
|
cac4d44cde
Re-enable docs cache with fixes
|
1 year ago |
Juan Linietsky
|
d8078d3f4c
Add a backwards-compatibility system for GDExtension method
|
1 year ago |
Pedro J. Estébanez
|
e1ce0340b7
Improve reliability of editor docs cache
|
1 year ago |
Pedro J. Estébanez
|
0bcc7bb5c7
Avoid losing references to objects in the native-scripting boundary
|
1 year ago |
Rémi Verschelde
|
1816f49886
Merge pull request #64253 from heppocogne/Fix-native-enum-release-1
|
2 years ago |