zhmt
|
6b0d2e502c
binding_generator.py: Don't error if directory already exists
|
5 月之前 |
David Snopek
|
2d45d08722
Check that precision of `extension_api.json` matches build options
|
5 月之前 |
David Snopek
|
4a9409a30f
Update `GDVIRTUAL*()` macros to match Godot 4.4
|
5 月之前 |
Brecht Kuppens
|
7576dc5930
Fix buffer overrun with enums pointers cast to int64_t* when enum is only 32-bit
|
6 月之前 |
David Snopek
|
65046d00a5
Merge pull request #1676 from dsnopek/gdextension-virtual-method-compat
|
6 月之前 |
David Snopek
|
5c9529fc84
Update for virtual method compatibility system
|
7 月之前 |
Fabio Alessandrelli
|
c4f1abe3f9
[Bindings] Build profile now strips methods and skip files
|
7 月之前 |
Thaddeus Crews
|
2ffff669f5
Implement typed dictionaries
|
2 年之前 |
Raul Santos
|
9a89d226c7
Correct type for `char16` and `char32` meta
|
11 月之前 |
David Snopek
|
265412cc53
Merge pull request #1557 from mihe/cpp-operators
|
11 月之前 |
David Snopek
|
62305943a7
Merge pull request #1555 from raulsntos/fix-r1722784216
|
11 月之前 |
Mikael Hermansson
|
9949d09f3e
Fix incorrect generation of some C++ operators
|
11 月之前 |
Raul Santos
|
4829199081
Avoid hardcoded type conversion for metadata
|
11 月之前 |
A Thousand Ships
|
f131efb791
Make generated code mostly style compliant
|
1 年之前 |
David Snopek
|
56cd3fd99e
Unexpose `UtilityFunctions::is_instance_valid()`
|
1 年之前 |
Thaddeus Crews
|
e0d363aad8
Integrate `.pre-commit-config.yaml`
|
1 年之前 |
A Thousand Ships
|
e7a13e3bf4
Fix some style details in generation
|
1 年之前 |
David Snopek
|
ed1e963a31
Merge pull request #1490 from AThousandShips/arg_name_fix
|
1 年之前 |
Fabio Alessandrelli
|
1186c488bd
Add support for build profiles.
|
2 年之前 |
A Thousand Ships
|
9e2771f918
Enforce `p_` prefixes for arguments in binds
|
1 年之前 |
David Snopek
|
ee9acbcf10
Merge pull request #1488 from AThousandShips/default_node_path
|
1 年之前 |
David Snopek
|
64f1bc847a
Merge pull request #1485 from dsnopek/classdb-call-static-method
|
1 年之前 |
A Thousand Ships
|
37e7a6da05
Add default argument processing for `NodePath`
|
1 年之前 |
David Snopek
|
6c4064125b
Merge pull request #1487 from AThousandShips/arg_default_fix
|
1 年之前 |
bruvzg
|
2360f84513
[TextServer, GDExtension] Fix building text servers as GDExtension, expose new/changed low-level methods to GDExtension API.
|
1 年之前 |
A Thousand Ships
|
6cd6c8923a
Fix generating default values for `StringName`
|
1 年之前 |
David Snopek
|
e04a26b2bc
Fix vararg methods forwarded to the `ClassDB` singleton
|
1 年之前 |
David Snopek
|
88df025aa0
Clean up instance bindings for engine singletons to prevent crash
|
1 年之前 |
David Snopek
|
23178e81ff
Add support for `PackedVector4Array`
|
1 年之前 |
David Snopek
|
e1b3b32db5
Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
|
1 年之前 |