index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
binding_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand godot-cpp to redot-cpp
Spartan322
2024-10-31
1
-0
/
+3
*
Merge pull request #1592 from dsnopek/4.3-revert-unexpose-is-instance-valid
David Snopek
2024-09-23
1
-9
/
+0
|
\
|
*
Revert "Unexpose `UtilityFunctions::is_instance_valid()`"
David Snopek
2024-09-17
1
-9
/
+0
*
|
Correct type for `char16` and `char32` meta
Raul Santos
2024-09-03
1
-0
/
+2
*
|
Fix incorrect generation of some C++ operators
Mikael Hermansson
2024-09-03
1
-6
/
+38
*
|
Avoid hardcoded type conversion for metadata
Raul Santos
2024-09-03
1
-2
/
+0
|
/
*
Unexpose `UtilityFunctions::is_instance_valid()`
David Snopek
2024-07-01
1
-0
/
+9
*
Integrate `.pre-commit-config.yaml`
Thaddeus Crews
2024-06-24
1
-7
/
+6
*
Fix some style details in generation
A Thousand Ships
2024-06-18
1
-13
/
+15
*
Merge pull request #1490 from AThousandShips/arg_name_fix
David Snopek
2024-06-18
1
-35
/
+43
|
\
|
*
Enforce `p_` prefixes for arguments in binds
A Thousand Ships
2024-06-14
1
-35
/
+43
*
|
Add support for build profiles.
Fabio Alessandrelli
2024-06-15
1
-5
/
+114
|
/
*
Merge pull request #1488 from AThousandShips/default_node_path
David Snopek
2024-06-14
1
-0
/
+3
|
\
|
*
Add default argument processing for `NodePath`
A Thousand Ships
2024-06-13
1
-0
/
+3
*
|
Merge pull request #1485 from dsnopek/classdb-call-static-method
David Snopek
2024-06-14
1
-7
/
+12
|
\
\
|
|
/
|
/
|
|
*
Fix vararg methods forwarded to the `ClassDB` singleton
David Snopek
2024-06-12
1
-7
/
+12
*
|
Merge pull request #1487 from AThousandShips/arg_default_fix
David Snopek
2024-06-13
1
-0
/
+2
|
\
\
|
*
|
Fix generating default values for `StringName`
A Thousand Ships
2024-06-13
1
-0
/
+2
|
|
/
*
/
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-13
1
-2
/
+6
|
/
*
Clean up instance bindings for engine singletons to prevent crash
David Snopek
2024-05-10
1
-1
/
+23
*
Add support for `PackedVector4Array`
David Snopek
2024-05-06
1
-0
/
+3
*
Allow forwarding from `ClassDB` to `ClassDBSingleton` to support enumerations
David Snopek
2024-04-23
1
-11
/
+55
*
Merge pull request #1409 from Repiteo/class-to-typename
David Snopek
2024-04-02
1
-7
/
+7
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-7
/
+7
*
|
Merge pull request #1379 from dsnopek/uninitialized-value-mk2
David Snopek
2024-03-14
1
-0
/
+14
|
\
\
|
*
|
Avoid creating most objects that Godot is going to use placement new to initi...
David Snopek
2024-02-26
1
-0
/
+14
*
|
|
Merge pull request #1399 from bruvzg/init_list
David Snopek
2024-03-12
1
-0
/
+15
|
\
\
\
|
*
|
|
[Packed*Array] Add support for initializer lists.
bruvzg
2024-03-03
1
-0
/
+15
*
|
|
|
Use explicit `::godot` namespace in gdvirtual.gen.inc
David Snopek
2024-03-12
1
-15
/
+15
|
|
_
|
/
|
/
|
|
*
|
|
Fix crash on virtual method calls
A Thousand Ships
2024-03-05
1
-5
/
+2
|
/
/
*
|
Merge pull request #1377 from dsnopek/gdextension-register-virtual-method
David Snopek
2024-02-12
1
-0
/
+132
|
\
\
|
*
|
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+132
|
|
/
*
|
Merge pull request #1363 from Daylily-Zeleen/daylily-zeleen/fix_object_return...
David Snopek
2024-02-12
1
-1
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix object return value of builtin types' methods.
DaylilyZeleen
2024-02-13
1
-1
/
+15
*
|
Merge pull request #1357 from bruvzg/cpp_64
David Snopek
2024-01-19
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
Switch to 64-bit ints.
bruvzg
2024-01-10
1
-12
/
+12
*
|
Merge pull request #1351 from Daylily-Zeleen/daylily-zeleen/remove_namespace_...
Rémi Verschelde
2024-01-11
1
-2
/
+2
|
\
\
|
*
|
Remove "godot" namespace when binding global constants.
Daylily-Zeleen
2024-01-07
1
-2
/
+2
|
|
/
*
/
Add missing `OP_POWER` operator to `Variant`
A Thousand Ships
2024-01-06
1
-0
/
+1
|
/
*
Change bit field enums to use `uint64_t` as underlying type
Mikael Hermansson
2023-11-28
1
-2
/
+12
*
Merge pull request #1307 from LAK132/master
Rémi Verschelde
2023-11-24
1
-3
/
+1
|
\
|
*
Fix file list issues when trying to build with meson via cmake
LAK132
2023-11-11
1
-3
/
+1
*
|
Add `CallableCustom` that devs can use in their GDExtensions
David Snopek
2023-11-06
1
-0
/
+12
|
/
*
Merge pull request #1266 from dsnopek/automatic-engine-class-registration
David Snopek
2023-10-16
1
-63
/
+1
|
\
|
*
Automatically register only engine classes whose header has been included
David Snopek
2023-10-16
1
-63
/
+1
*
|
Use the new `string_name_new_with_latin1_chars` function to improve StringNam...
David Snopek
2023-10-09
1
-1
/
+4
|
/
*
Merge pull request #1242 from AThousandShips/null_check
David Snopek
2023-09-20
1
-2
/
+2
|
\
|
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
1
-2
/
+2
*
|
Merge pull request #1164 from dsnopek/classdb-singleton-alternate
David Snopek
2023-09-19
1
-9
/
+61
|
\
\
|
|
/
|
/
|
|
*
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
David Snopek
2023-07-31
1
-9
/
+61
[next]