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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #78634 from Sauermann/fix-notification-order
Rémi Verschelde
2023-08-30
4
-5
/
+187
|
\
|
*
Fix Object::notification order
Markus Sauermann
2023-08-30
4
-5
/
+187
*
|
Exclude unexposed classes from the extension_api.json
David Snopek
2023-08-29
1
-0
/
+3
|
/
*
Expose PlaceHolderScriptInstance to GDExtension
Mai Lavelle
2023-08-28
2
-0
/
+68
*
GDExtension: Remove DLL copy if it fails to load
David Snopek
2023-08-17
2
-0
/
+7
*
Merge pull request #80188 from vnen/gdextension-copy-dll
Rémi Verschelde
2023-08-16
2
-0
/
+48
|
\
|
*
GDExtension: Copy DLL to a temp file before opening
George Marques
2023-08-11
2
-0
/
+48
*
|
Fix version check for GDExtension
Ninni Pipping
2023-08-15
1
-6
/
+7
|
/
*
Add get_script_instance to GDExtension
Jeff Ward
2023-08-07
2
-0
/
+33
*
Merge pull request #79156 from dsnopek/gdextension-string-resize
Yuri Sizov
2023-07-27
2
-0
/
+25
|
\
|
*
Allow resizing String's from GDExtension
David Snopek
2023-07-26
2
-0
/
+25
*
|
Add support for indexed properties in GDExtension
Mikael Hermansson
2023-07-21
3
-2
/
+24
|
/
*
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
*
Remove GDExtension compatibility code for Godot 4.0
David Snopek
2023-06-07
3
-343
/
+19
*
Merge pull request #77445 from RedworkDE/gdextension-compat-update-validation
Yuri Sizov
2023-05-27
1
-27
/
+104
|
\
|
*
Update extension api validation
RedworkDE
2023-05-24
1
-27
/
+104
*
|
Merge pull request #77010 from dsnopek/gdextension-editor-plugins
Rémi Verschelde
2023-05-26
4
-0
/
+82
|
\
\
|
|
/
|
/
|
|
*
Allow GDExtensions to add editor plugins
David Snopek
2023-05-25
4
-0
/
+82
*
|
Merge pull request #73511 from dsnopek/gdextension-object-name
Rémi Verschelde
2023-05-22
3
-0
/
+28
|
\
\
|
*
|
Add GDExtension function to get Object class name
David Snopek
2023-05-22
3
-0
/
+28
*
|
|
Bind forgotten default value for `GDExtension::open_library` argument
RedworkDE
2023-05-22
1
-1
/
+1
|
|
/
|
/
|
*
|
Compress embedded GDExtension interface
RedworkDE
2023-05-16
1
-9
/
+26
|
/
*
Rework GDExtension interface from a struct to loading function pointers
David Snopek
2023-05-16
4
-438
/
+2237
*
Improve user-friendliness of "return value as function param" pattern in GDEx...
Emmanuel Leblond
2023-05-15
3
-97
/
+110
*
Merge pull request #76446 from reduz/add-gdextension-api-compatibility
Rémi Verschelde
2023-05-15
3
-1
/
+287
|
\
|
*
Add a backwards-compatibility system for GDExtension method
Juan Linietsky
2023-05-15
3
-1
/
+287
*
|
Make *_operator_index in gdnative_interface not logging an error if called wi...
Emmanuel Leblond
2023-05-13
1
-22
/
+66
*
|
Add ValidatedCall to MethodBind
Juan Linietsky
2023-04-30
2
-1
/
+39
|
/
*
Add support for icons in GDExtension classes
Yuri Sizov
2023-03-31
4
-0
/
+38
*
Fix crash when dumping extension API in a non-writable directory
Haoyu Qiu
2023-03-08
2
-0
/
+2
*
GDExtension: array_set_typed() accepts enum instead of uint32_t
Jan Haller
2023-02-08
2
-3
/
+3
*
Use GDExtensionBool in GDExtension interface
Haoyu Qiu
2023-02-08
2
-12
/
+12
*
Expose `_err_print_error` with message parameter to GDExtension
Mikael Hermansson
2023-02-07
2
-9
/
+24
*
Remove unnecessary stdio.h from gdextension interface
Haoyu Qiu
2023-02-06
1
-1
/
+0
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
2
-0
/
+8
*
Move Array:set_typed to internal GDExtension structure and unexposed it.
bruvzg
2023-01-30
2
-0
/
+9
*
Add `GodotTypeInfo::Metadata` to `MethodInfo`
Raul Santos
2023-01-26
1
-2
/
+13
*
Fix use of `bool` in extension header
Jan Haller
2023-01-19
2
-6
/
+6
*
[GDExtension] Expose some low level functions and String operators.
bruvzg
2023-01-19
2
-0
/
+95
*
Add missing is_bitfield field for global enum in extension_api_dump
Emmanuel Leblond
2023-01-14
1
-0
/
+3
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-0
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
Merge pull request #65990 from touilleMan/gdextension-expose-builtins-members...
Rémi Verschelde
2022-12-19
1
-62
/
+148
|
\
|
*
Expose in builtins' members internal type & size (on top of offset) in extens...
Emmanuel Leblond
2022-12-15
1
-62
/
+148
*
|
Extension header: amend const correctness of `p_args` parameters
Jan Haller
2022-12-14
2
-17
/
+17
*
|
Improve logic around using Ref<T> with GDExtension virtual functions
Bastiaan Olij
2022-12-13
2
-0
/
+29
*
|
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
12
-1890
/
+1890
*
|
Merge pull request #67906 from groud/simpler_gdextension_config
Rémi Verschelde
2022-12-06
2
-23
/
+111
|
\
\
|
|
/
|
/
|
|
*
Allow specifying a prefix to automatically detect library files for gdextensi...
Gilles Roudière
2022-12-01
2
-23
/
+111
[next]