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
*
Add null check for gdextension deinitialization
Mikhail Tishin
2024-02-04
1
-0
/
+3
*
GDExtension: add an interface for loading extra documentation
Riteo
2024-01-26
4
-0
/
+77
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
2
-4
/
+4
*
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-4
/
+2
*
Fix operator documentation in GDExtension API dump with docs
Ricardo Buring
2023-12-12
1
-3
/
+8
*
Check that GDExtensionCompatHashes are valid when generating extension_api.json
David Snopek
2023-11-16
2
-2
/
+10
*
Merge pull request #84493 from bruvzg/gde_ios_static_fix
Rémi Verschelde
2023-11-10
1
-1
/
+3
|
\
|
*
[iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.
bruvzg
2023-11-09
1
-1
/
+3
*
|
Change `GDExtension`'s `library_path` back to an absolute path
David Snopek
2023-11-09
1
-3
/
+11
|
/
*
GDExtension: Save and compare modification times separately for reload
David Snopek
2023-11-02
2
-8
/
+13
*
Merge pull request #83800 from dsnopek/gdextension-callable-custom-object-id
Rémi Verschelde
2023-10-25
2
-5
/
+3
|
\
|
*
GDExtension: Use ObjectID when creating custom callable
David Snopek
2023-10-23
2
-5
/
+3
*
|
GDExtension: Fixed error on loading extensions
Mario Liebisch
2023-10-21
1
-7
/
+9
|
/
*
GDExtension: Fix `variant_iter_get()` actually calling `iter_next()`
David Snopek
2023-10-20
1
-1
/
+1
*
Fix StringName leaks in GDExtension, core, and editor themes
Yuri Sizov
2023-10-18
6
-1
/
+20
*
Merge pull request #83415 from touilleMan/fix-comment-gdextension_interface
Emmanuel Leblond
2023-10-16
1
-1
/
+4
|
\
|
*
Fix comment in gdextension_interface.h
Emmanuel Leblond
2023-10-16
1
-1
/
+4
*
|
Merge pull request #83285 from dsnopek/gdextension-double-reload
Rémi Verschelde
2023-10-16
2
-5
/
+15
|
\
\
|
*
|
GDExtension: Prevent issues with the editor trying to reload GDExtensions thr...
David Snopek
2023-10-13
2
-5
/
+15
|
|
/
*
/
Add brief description in GDExtension API dump with docs
Ricardo Buring
2023-10-14
1
-20
/
+22
|
/
*
Merge pull request #83107 from dsnopek/validated-method-vararg-message
Rémi Verschelde
2023-10-10
1
-1
/
+1
|
\
|
*
GDExtension: Fix incorrect error message about vararg methods
David Snopek
2023-10-10
1
-1
/
+1
*
|
GDExtension: Use correct return pointer for validated calls that return `Vari...
David Snopek
2023-10-10
1
-1
/
+1
|
/
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
Merge pull request #82794 from dsnopek/gdextension-validated-call
Rémi Verschelde
2023-10-06
1
-13
/
+7
|
\
|
*
GDExtension: Convert `validated_call()` to `ptrcall()` (rather than `call()`)
David Snopek
2023-10-04
1
-13
/
+7
*
|
Merge pull request #82861 from mihe/gdext-entry-false
Rémi Verschelde
2023-10-05
1
-0
/
+5
|
\
\
|
*
|
Fix extensions loading/initializing even when entry point fails
Mikael Hermansson
2023-10-05
1
-0
/
+5
*
|
|
Resolve relative icon paths for GDExtensions
Yuri Sizov
2023-10-05
1
-1
/
+6
|
/
/
*
/
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
2
-0
/
+17
|
/
*
Merge pull request #82682 from dsnopek/gdextension-dont-deprecate-script-cate...
Rémi Verschelde
2023-10-03
1
-1
/
+1
|
\
|
*
GDExtension: Don't deprecate old method of getting script category
David Snopek
2023-10-02
1
-1
/
+1
*
|
Fix inconsistent last_modified_time handling (prevent GDExtension reload spam...
kkolyan
2023-10-01
2
-39
/
+40
|
/
*
Merge pull request #78995 from Gallilus/master
Yuri Sizov
2023-09-27
2
-0
/
+4
|
\
|
*
add GDExtensionScriptInstanceGetClassCategory
David Cambré
2023-09-27
2
-0
/
+4
*
|
Merge pull request #82331 from rburing/gdextension_dump_docs
Rémi Verschelde
2023-09-26
2
-6
/
+219
|
\
\
|
|
/
|
/
|
|
*
Optionally include documentation in GDExtension API dump
Ricardo Buring
2023-09-26
2
-6
/
+219
*
|
Implement reloading of GDExtensions
David Snopek
2023-09-25
5
-74
/
+613
|
/
*
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
2
-15
/
+80
|
\
\
|
|
/
|
/
|
|
*
More precise documentation for GDExtension String constructors (bytes vs. cha...
Jan Haller
2023-09-24
2
-15
/
+15
|
*
GDExtension: construct StringName directly from char*
Jan Haller
2023-09-24
2
-0
/
+65
*
|
Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fix
Rémi Verschelde
2023-09-22
5
-1
/
+927
|
\
\
|
|
/
|
/
|
|
*
Fix method hashes with default arguments
David Snopek
2023-09-21
5
-1
/
+927
*
|
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
2
-4
/
+20
*
|
Merge pull request #79005 from maiself/gde-custom-callable
Rémi Verschelde
2023-09-19
2
-0
/
+233
|
\
\
|
*
|
Allow CallableCustom objects to be created from GDExtensions
Mai Lavelle
2023-08-31
2
-0
/
+233
*
|
|
GDExtension: Delete left-over DLL copy before making a new copy
David Snopek
2023-09-12
1
-0
/
+5
*
|
|
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
2
-7
/
+7
[next]