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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...
Lukas Tenbrink
2024-11-26
1
-0
/
+86
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-1
/
+1
*
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
1
-0
/
+1
*
GDExtension: Allow directly getting `ObjectID` from `Variant`
David Snopek
2024-09-17
1
-0
/
+9
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+10
*
Core: Сheck `r_error` after calling `callp()`
Danil Alexeev
2024-08-30
1
-1
/
+1
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-0
/
+10
*
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-12
1
-0
/
+26
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+22
*
Add extension support for argument count to `ScriptInstance`
A Thousand Ships
2024-03-13
1
-0
/
+2
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+56
*
Merge pull request #89055 from dsnopek/gdextension-script-free-lists
Rémi Verschelde
2024-03-04
1
-30
/
+72
|
\
|
*
GDExtension: Pass count when freeing method and property lists for script ins...
David Snopek
2024-03-02
1
-30
/
+72
*
|
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-1
/
+1
|
/
*
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-1
/
+1
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+29
*
GDExtension: add an interface for loading extra documentation
Riteo
2024-01-26
1
-0
/
+17
*
GDExtension: Use ObjectID when creating custom callable
David Snopek
2023-10-23
1
-3
/
+1
*
GDExtension: Fix `variant_iter_get()` actually calling `iter_next()`
David Snopek
2023-10-20
1
-1
/
+1
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
1
-0
/
+6
*
add GDExtensionScriptInstanceGetClassCategory
David Cambré
2023-09-27
1
-0
/
+1
*
Merge pull request #82191 from dsnopek/gdextension-redundant-hash-check
Rémi Verschelde
2023-09-24
1
-4
/
+0
|
\
|
*
GDExtension: Remove redundant method bind hash check
David Snopek
2023-09-23
1
-4
/
+0
*
|
Merge pull request #78580 from Bromeon/feature/gdextension-stringname-ctor
Rémi Verschelde
2023-09-24
1
-7
/
+28
|
\
\
|
|
/
|
/
|
|
*
More precise documentation for GDExtension String constructors (bytes vs. cha...
Jan Haller
2023-09-24
1
-7
/
+7
|
*
GDExtension: construct StringName directly from char*
Jan Haller
2023-09-24
1
-0
/
+21
*
|
Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fix
Rémi Verschelde
2023-09-22
1
-0
/
+12
|
\
\
|
|
/
|
/
|
|
*
Fix method hashes with default arguments
David Snopek
2023-09-21
1
-0
/
+12
*
|
Merge pull request #79005 from maiself/gde-custom-callable
Rémi Verschelde
2023-09-19
1
-0
/
+164
|
\
\
|
*
|
Allow CallableCustom objects to be created from GDExtensions
Mai Lavelle
2023-08-31
1
-0
/
+164
*
|
|
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-2
/
+2
|
|
/
|
/
|
*
|
Allow implementing `ScriptInstance::validate_property()` from GDExtension
David Snopek
2023-09-04
1
-0
/
+1
*
|
GDExtension: Allocate `GDExtensionScriptInstanceInfo2` for compatibility on t...
David Snopek
2023-08-31
1
-26
/
+26
|
/
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-0
/
+39
*
Expose PlaceHolderScriptInstance to GDExtension
Mai Lavelle
2023-08-28
1
-0
/
+37
*
Add get_script_instance to GDExtension
Jeff Ward
2023-08-07
1
-0
/
+20
*
Allow resizing String's from GDExtension
David Snopek
2023-07-26
1
-0
/
+6
*
Remove GDExtension compatibility code for Godot 4.0
David Snopek
2023-06-07
1
-319
/
+0
*
Merge pull request #77010 from dsnopek/gdextension-editor-plugins
Rémi Verschelde
2023-05-26
1
-0
/
+16
|
\
|
*
Allow GDExtensions to add editor plugins
David Snopek
2023-05-25
1
-0
/
+16
*
|
Add GDExtension function to get Object class name
David Snopek
2023-05-22
1
-0
/
+14
|
/
*
Rework GDExtension interface from a struct to loading function pointers
David Snopek
2023-05-16
1
-204
/
+465
*
Improve user-friendliness of "return value as function param" pattern in GDEx...
Emmanuel Leblond
2023-05-15
1
-67
/
+59
*
Merge pull request #76446 from reduz/add-gdextension-api-compatibility
Rémi Verschelde
2023-05-15
1
-1
/
+6
|
\
|
*
Add a backwards-compatibility system for GDExtension method
Juan Linietsky
2023-05-15
1
-1
/
+6
*
|
Make *_operator_index in gdnative_interface not logging an error if called wi...
Emmanuel Leblond
2023-05-13
1
-22
/
+66
|
/
*
GDExtension: array_set_typed() accepts enum instead of uint32_t
Jan Haller
2023-02-08
1
-2
/
+2
*
Use GDExtensionBool in GDExtension interface
Haoyu Qiu
2023-02-08
1
-6
/
+6
*
Expose `_err_print_error` with message parameter to GDExtension
Mikael Hermansson
2023-02-07
1
-6
/
+18
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-0
/
+7
[next]