Thaddeus Crews
|
f09ee0171a
Style: Begin integrating simple `.clangd` fixes
|
5 月之前 |
Thaddeus Crews
|
96fdaa616b
Style: Integrate `#pragma once` in builders/checks
|
6 月之前 |
Thaddeus Crews
|
1aed2f577e
Merge pull request #100904 from kiroxas/fixVariantMSVCWorkaround
|
6 月之前 |
David Snopek
|
39f16e70f8
GDExtension: Add compatibility system for virtual methods
|
7 月之前 |
Kiro
|
52ee437d7e
try Fixing Variant workaround
|
7 月之前 |
Lukas Tenbrink
|
34fa0bf3ec
Add move assignment and move constructor to Variant.
|
7 月之前 |
David Snopek
|
c2af6bcb59
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
|
1 年之前 |
Thaddeus Crews
|
5a6e3cbcb0
SCons: Remove `run_in_subprocess` dependency
|
1 年之前 |
Thaddeus Crews
|
d9fa40f2df
Enforce `\n` eol for Python writes
|
1 年之前 |
Thaddeus Crews
|
c9a4086da6
Fix EncodeT assignment in make_virtuals.py
|
1 年之前 |
Thaddeus Crews
|
ceb6dadf4e
Refactor make_virtuals.py
|
1 年之前 |
anrp
|
4c33c60500
Allow coexistance of GDScript and GDExtension virtual methods in the same object
|
1 年之前 |
David Snopek
|
2733a6f762
Implement reloading of GDExtensions
|
2 年之前 |
Jeff Ward
|
60851af4da
Add functions for non-ptr style virtual calls in GDExtension
|
2 年之前 |
Yuri Sizov
|
d8ff69d53c
Extract ScriptInstance to simplify includes
|
1 年之前 |
Rémi Verschelde
|
c9c941e339
CI: Update static checks to black 23.3.0
|
2 年之前 |
Raul Santos
|
cac7a784d6
Add `GodotTypeInfo::Metadata` to `MethodInfo`
|
2 年之前 |
Gilles Roudière
|
be1c9d677d
Rename all gdnative occurences to gdextension
|
2 年之前 |
Emmanuel Leblond
|
61c900ac6f
Fix const qualifier for parameters in GDExtension api functions
|
2 年之前 |
Emmanuel Leblond
|
1e8756c94b
Use StringName in the whole GDExtension API instead of const char *
|
2 年之前 |
bruvzg
|
af814c1524
Rename `script_instance` to `_script_instance` in the `GDVIRTUAL*` wrappers to avoid shadowing `Object` member.
|
2 年之前 |
Rémi Verschelde
|
a647fb3e62
Fix typos with codespell
|
3 年之前 |
reduz
|
8b547331be
Create GDExtension clases for PhysicsServer3D
|
3 年之前 |
reduz
|
6f51eca1e3
Discern between virtual and abstract class bindings
|
3 年之前 |
reduz
|
21637dfc25
Remove VARIANT_ARG* macros
|
3 年之前 |
bruvzg
|
ddd96b3059
[GDExtension] Fix registration of functions with enum or native pointer return type.
|
3 年之前 |
Gilles Roudière
|
4fc0fb826a
Change gdnative interface so that Godot object initialization should be triggered from the extension side
|
3 年之前 |
Haoyu Qiu
|
eba7265a1c
Fix misspelled "overriden"
|
4 年之前 |
reduz
|
44d62a9f4b
Implement NativeExtension pointer arguments
|
4 年之前 |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 年之前 |