Mikael Hermansson
|
76c0a4b4ae
Fix incorrect generation of some C++ operators
|
1 gadu atpakaļ |
Raul Santos
|
67145b323b
Avoid hardcoded type conversion for metadata
|
1 gadu atpakaļ |
Thaddeus Crews
|
ca26922a19
Integrate `.pre-commit-config.yaml`
|
1 gadu atpakaļ |
A Thousand Ships
|
1f57a8d76e
Fix some style details in generation
|
1 gadu atpakaļ |
A Thousand Ships
|
f16814ee05
Enforce `p_` prefixes for arguments in binds
|
1 gadu atpakaļ |
Fabio Alessandrelli
|
22beef8cbc
Add support for build profiles.
|
2 gadi atpakaļ |
A Thousand Ships
|
a648650c5d
Add default argument processing for `NodePath`
|
1 gadu atpakaļ |
A Thousand Ships
|
65058828a6
Fix generating default values for `StringName`
|
1 gadu atpakaļ |
David Snopek
|
f067a9bff0
Fix vararg methods forwarded to the `ClassDB` singleton
|
1 gadu atpakaļ |
David Snopek
|
6328728dc2
Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
|
1 gadu atpakaļ |
Thaddeus Crews
|
9e48c45bfc
Enforce template syntax `typename` over `class`
|
1 gadu atpakaļ |
David Snopek
|
76d6ce7136
Avoid creating most objects that Godot is going to use placement new to initialize
|
1 gadu atpakaļ |
bruvzg
|
e99d7b3b7e
[Packed*Array] Add support for initializer lists.
|
1 gadu atpakaļ |
DaylilyZeleen
|
1ac8627b2e
Fix object return value of builtin types' methods.
|
1 gadu atpakaļ |
bruvzg
|
6202bf141e
Switch to 64-bit ints.
|
1 gadu atpakaļ |
Daylily-Zeleen
|
dde0bbb93d
Remove "godot" namespace when binding global constants.
|
1 gadu atpakaļ |
A Thousand Ships
|
1c03aa7746
Add missing `OP_POWER` operator to `Variant`
|
1 gadu atpakaļ |
LAK132
|
d5a2e8e797
Fix file list issues when trying to build with meson via cmake
|
1 gadu atpakaļ |
David Snopek
|
f7ffc4fe4d
Automatically register only engine classes whose header has been included
|
1 gadu atpakaļ |
A Thousand Ships
|
205beacc5b
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 gadi atpakaļ |
David Snopek
|
bc82ae8b0b
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
|
2 gadi atpakaļ |
David Snopek
|
dcd7a69512
Ensure that PtrToArg specializations for native structs are used
|
2 gadi atpakaļ |
Marc Gilleron
|
0f2d3652e5
Added generated version header
|
2 gadi atpakaļ |
Marc Gilleron
|
e75ec636db
Don't cache `null` forever if a singleton isn't available yet
|
2 gadi atpakaļ |
David Snopek
|
5dda0212f6
In generated methods, only construct the method StringName the first time
|
2 gadi atpakaļ |
Rémi Verschelde
|
130644c061
Merge pull request #1138 from dsnopek/editor-plugins-deinitialize
|
2 gadi atpakaļ |
Rémi Verschelde
|
ca78bcf558
Merge pull request #1086 from lucasrafael98/fixes/missing-include-audio-frame
|
2 gadi atpakaļ |
Rémi Verschelde
|
f56f45156b
Merge pull request #1143 from bruvzg/py_utf8
|
2 gadi atpakaļ |
bruvzg
|
f1ad719ffc
Force UTF-8 encoding in the binding generator script.
|
2 gadi atpakaļ |
Andy Maloney
|
db2394dbe7
Identifiers containing double underscore are reserved according to the C++ standard
|
2 gadi atpakaļ |