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
/
gdextension
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with commit Redot-Engine/redot-engine@77eaec766e2e40f2a5d399989d827f9582...
Spartan322
2024-10-31
2
-208
/
+4979
*
Rebrand godot-cpp to redot-cpp
Spartan322
2024-10-31
1
-5
/
+5
*
Update for new NOTIFICATION_POSTINITIALIZE handling
David Snopek
2024-10-29
1
-5
/
+72
*
Merge pull request #1591 from dsnopek/variant-object-instance-id
David Snopek
2024-10-29
1
-0
/
+12
|
\
|
*
Directly get object instance ID from `Variant` and implement `Variant::get_va...
David Snopek
2024-10-17
1
-0
/
+12
*
|
Update bindings to 4.4.dev2
Thaddeus Crews
2024-09-17
2
-38
/
+3719
|
/
*
gdextension: Sync with upstream commit 77dcf97d82cbfe4e4615475fa52ca03da645db...
Chris Cranford
2024-08-15
1
-3
/
+2
*
gdextension: Sync with upstream commit 03afb92efa18874da19f7fc185a32c005d20aa...
David Snopek
2024-08-09
1
-2
/
+2
*
gdextension: Sync with upstream commit 3978628c6cc1227250fc6ed45c8d854d24c30c...
David Snopek
2024-08-02
2
-17
/
+332
*
gdextension: Sync with upstream commit b75f0485ba15951b87f1d9a2d8dd0fcd55e178...
David Snopek
2024-06-20
1
-11
/
+328
*
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-13
2
-10
/
+488
*
gdextension: Sync with upstream commit a4f2ea91a1bd18f70a43ff4c1377db49b56bc3...
David Snopek
2024-05-31
1
-929
/
+20090
*
Catch up with minor changes to `gdextension_interface.h`
David Snopek
2024-05-28
1
-1
/
+5
*
Merge pull request #1450 from dsnopek/free-property-list-count
David Snopek
2024-05-08
1
-1
/
+2
|
\
|
*
Update `free_property_list` callback to take count
David Snopek
2024-04-30
1
-1
/
+2
*
|
Merge pull request #1374 from dsnopek/gdext-docs
Rémi Verschelde
2024-05-08
1
-0
/
+25
|
\
\
|
*
|
Allow submitting documentation to the Godot editor
David Snopek
2024-05-07
1
-0
/
+25
|
|
/
*
/
Add support for `PackedVector4Array`
David Snopek
2024-05-06
2
-27
/
+453
|
/
*
Add extension support for argument count to `ScriptInstance`
A Thousand Ships
2024-03-14
1
-0
/
+4
*
Merge pull request #1397 from dsnopek/script-free-lists
David Snopek
2024-03-14
1
-5
/
+62
|
\
|
*
Load new `script_instance_create3` GDExtension interface function
David Snopek
2024-03-01
1
-5
/
+62
*
|
Add support for getting argument count from `Callable`s
A Thousand Ships
2024-03-14
1
-1
/
+50
|
/
*
Allow registering "runtime classes"
David Snopek
2024-02-13
1
-2
/
+51
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-1
/
+60
*
gdextension: Sync with upstream commit 46dc277917a93cbf601bbcf0d27d00f6feeec0...
Rémi Verschelde
2023-11-30
1
-2
/
+2
*
gdextension: Sync with upstream commit d6a1db2b07595f80c0f19ab01c6b4d0b66002b...
Rémi Verschelde
2023-11-24
1
-2
/
+2
*
gdextension: Sync with upstream commit ad72de508363ca8d10c6b148be44a02cdf12be...
Rémi Verschelde
2023-11-20
1
-2
/
+2
*
gdextension: Sync with upstream commit 64150060f89677eaf11229813ae6c5cf8a8738...
Rémi Verschelde
2023-11-13
1
-2
/
+10
*
gdextension: Sync with upstream commit 4c96e9676b66d0cc9a25022b019b78f4c20ddc...
Rémi Verschelde
2023-11-13
1
-6
/
+2
*
gdextension: Sync with upstream commit 93cdacbb0a30f12b2f3f5e8e06b90149deeb55...
Rémi Verschelde
2023-11-13
1
-62
/
+66
*
Merge pull request #1286 from dsnopek/callable-custom-object-id
David Snopek
2023-10-25
1
-2
/
+2
|
\
|
*
Switch to using `ObjectID` in custom callables
David Snopek
2023-10-25
1
-2
/
+2
*
|
gdextension: Sync with upstream commit e8d57afaeccf0d9f9726746f49936eb93aa003...
Rémi Verschelde
2023-10-24
1
-2
/
+33
|
/
*
gdextension: Sync with upstream commit f8818f85e6c43cdf1277e8ae85eba19ca0a003...
Rémi Verschelde
2023-10-20
2
-56
/
+298
*
gdextension: Sync with upstream commit b1371806ad3907c009458ea939bd4b810f9deb...
Rémi Verschelde
2023-10-12
1
-2017
/
+7906
*
Merge pull request #1263 from dsnopek/string-name-new
Rémi Verschelde
2023-10-12
1
-8
/
+52
|
\
|
*
Use the new `string_name_new_with_latin1_chars` function to improve StringNam...
David Snopek
2023-10-09
1
-8
/
+52
*
|
Miscellaneous updates to gdextension_interface.h
David Snopek
2023-10-11
1
-1
/
+12
|
/
*
Update for `get_class_category` added to `GDExtensionScriptInstanceInfo2`
David Snopek
2023-10-04
1
-0
/
+3
*
Changes necessary for hot reload to work
David Snopek
2023-09-25
1
-0
/
+2
*
Implement `callable_mp()` and `callable_mp_static()`
David Snopek
2023-09-21
1
-0
/
+69
*
Update for addition of `get_virtual_call_data_func` and `call_virtual_func` t...
David Snopek
2023-09-20
1
-4
/
+16
*
Support `_validate_property()`
David Snopek
2023-09-12
1
-0
/
+4
*
Merge pull request #970 from Daylily-Zeleen/daylily-zeleen/register_unexposed...
David Snopek
2023-09-11
1
-0
/
+1
|
\
|
*
Implement register unexposed class.
Daylily-Zeleen
2023-09-04
1
-0
/
+1
*
|
Merge pull request #1208 from dsnopek/check-godot-version
David Snopek
2023-09-09
1
-154
/
+3259
|
\
\
|
|
/
|
/
|
|
*
Check that GDExtension is opened by compatible Godot version
David Snopek
2023-08-14
1
-154
/
+3259
*
|
GDExtension: fix `bool` unknown in C
Jan Haller
2023-09-02
1
-2
/
+2
*
|
Fix `Object::notification` order
Markus Sauermann
2023-08-30
1
-4
/
+108
*
|
Add support for placeholder_script_instance_create/update
David Snopek
2023-08-28
1
-0
/
+31
|
/
[next]