index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
extension
/
gdextension_interface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-0
/
+18
|
\
|
*
Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...
Lukas Tenbrink
2024-11-26
1
-0
/
+18
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
GDExtension: Allow directly getting `ObjectID` from `Variant`
David Snopek
2024-09-17
1
-0
/
+15
*
Merge pull request #95840 from raulsntos/char_metadata
Rémi Verschelde
2024-09-12
1
-1
/
+3
|
\
|
*
Add metadata for `char16_t` and `char32_t`
Raul Santos
2024-09-12
1
-1
/
+3
*
|
Remove `get_rid_func` from `GDExtensionClassCreationInfo4`
Raul Santos
2024-09-10
1
-1
/
+0
|
/
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+16
*
Fix `bool` type appearing in GDExtension header
Jan Haller
2024-08-31
1
-1
/
+1
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-5
/
+73
*
GDExtension docs: advise bindings to use uint64_t for bitfields
Jan Haller
2024-07-15
1
-1
/
+5
*
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-12
1
-0
/
+61
*
Fix various typos with codespell
Rémi Verschelde
2024-05-07
1
-2
/
+2
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-26
/
+53
*
GDExtension: provide `free_property_list_func` with length of array
Jan Haller
2024-04-27
1
-1
/
+2
*
Add extension support for argument count to `ScriptInstance`
A Thousand Ships
2024-03-13
1
-0
/
+4
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-1
/
+50
*
GDExtension: Pass count when freeing method and property lists for script ins...
David Snopek
2024-03-02
1
-5
/
+62
*
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-3
/
+56
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-1
/
+60
*
GDExtension: add an interface for loading extra documentation
Riteo
2024-01-26
1
-0
/
+25
*
GDExtension: Use ObjectID when creating custom callable
David Snopek
2023-10-23
1
-2
/
+2
*
Fix comment in gdextension_interface.h
Emmanuel Leblond
2023-10-16
1
-1
/
+4
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
1
-0
/
+11
*
GDExtension: Don't deprecate old method of getting script category
David Snopek
2023-10-02
1
-1
/
+1
*
add GDExtensionScriptInstanceGetClassCategory
David Cambré
2023-09-27
1
-0
/
+3
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-0
/
+2
*
More precise documentation for GDExtension String constructors (bytes vs. cha...
Jan Haller
2023-09-24
1
-8
/
+8
*
GDExtension: construct StringName directly from char*
Jan Haller
2023-09-24
1
-0
/
+44
*
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
1
-4
/
+16
*
Merge pull request #79005 from maiself/gde-custom-callable
Rémi Verschelde
2023-09-19
1
-0
/
+69
|
\
|
*
Allow CallableCustom objects to be created from GDExtensions
Mai Lavelle
2023-08-31
1
-0
/
+69
*
|
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
Rémi Verschelde
2023-09-11
1
-0
/
+2
|
\
\
|
*
|
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
1
-0
/
+2
*
|
|
Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_interna...
Rémi Verschelde
2023-09-11
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow GDExtension to register unexposed class.
Daylily-Zeleen
2023-09-04
1
-0
/
+1
*
|
|
Allow implementing `ScriptInstance::validate_property()` from GDExtension
David Snopek
2023-09-04
1
-0
/
+2
|
/
/
*
/
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
/
+95
*
Expose PlaceHolderScriptInstance to GDExtension
Mai Lavelle
2023-08-28
1
-0
/
+31
*
Add get_script_instance to GDExtension
Jeff Ward
2023-08-07
1
-0
/
+13
*
Merge pull request #79156 from dsnopek/gdextension-string-resize
Yuri Sizov
2023-07-27
1
-0
/
+19
|
\
|
*
Allow resizing String's from GDExtension
David Snopek
2023-07-26
1
-0
/
+19
*
|
Add support for indexed properties in GDExtension
Mikael Hermansson
2023-07-21
1
-0
/
+17
|
/
*
GDExtension `@since` attribute
Jan Haller
2023-06-21
1
-0
/
+136
*
GDExtension: `Uninitialized*Ptr` for constructors/converters using placement new
Jan Haller
2023-06-18
1
-3
/
+3
*
Merge pull request #77010 from dsnopek/gdextension-editor-plugins
Rémi Verschelde
2023-05-26
1
-0
/
+20
|
\
|
*
Allow GDExtensions to add editor plugins
David Snopek
2023-05-25
1
-0
/
+20
*
|
Add GDExtension function to get Object class name
David Snopek
2023-05-22
1
-0
/
+13
|
/
[next]