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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-5
/
+5
*
Fix reload of GDExtension libraries in framework package on macos
Joel Croteau
2024-09-16
1
-10
/
+1
*
Fix to restore `library_path` as absolute path
Mai Lavelle
2024-07-14
1
-1
/
+1
*
Merge pull request #91502 from lyuma/gdextension_open_library_compat
Rémi Verschelde
2024-05-30
1
-0
/
+2
|
\
|
*
Bind compatibility GDExtension methods removed in 88418
Lyuma
2024-05-07
1
-0
/
+2
*
|
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-5
/
+6
*
|
GDExtension: provide `free_property_list_func` with length of array
Jan Haller
2024-04-27
1
-5
/
+11
|
/
*
Fix ptrcalls to static GDExtension methods
David Snopek
2024-04-25
1
-2
/
+2
*
Merge pull request #90961 from Lateasusual/gdextension-hot-reloading-borked
Rémi Verschelde
2024-04-22
1
-0
/
+2
|
\
|
*
GDExtension: Fix missing library path breaking hot reloading
Chris Clyne
2024-04-20
1
-0
/
+2
*
|
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-1
/
+7
*
|
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
1
-3
/
+47
|
/
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-55
/
+6
*
Print correct path when unable to find GDExtension library
Samuel Nicholas
2024-03-26
1
-2
/
+2
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
Merge pull request #82554 from dsnopek/gdextension-placeholders
Rémi Verschelde
2024-02-20
1
-12
/
+62
|
\
|
*
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-12
/
+62
*
|
GDExtension: Fix `-Wtype-limits` warning in `compatibility_maximum` patch check
Rémi Verschelde
2024-02-19
1
-1
/
+5
*
|
Merge pull request #88417 from dsnopek/gdextension-compatibility-maximum
Rémi Verschelde
2024-02-19
1
-0
/
+29
|
\
\
|
*
|
Allow GDExtensions to set a compatibility_maximum
David Snopek
2024-02-16
1
-0
/
+29
*
|
|
Unbind GDExtension methods that can't reasonably be used
David Snopek
2024-02-16
1
-4
/
+0
|
/
/
*
/
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
|
/
*
Merge pull request #87758 from dsnopek/gdextension-register-virtual-method
Rémi Verschelde
2024-02-12
1
-0
/
+7
|
\
|
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+7
*
|
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
1
-0
/
+15
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-2
/
+2
*
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-4
/
+2
*
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
1
-5
/
+8
*
GDExtension: Fixed error on loading extensions
Mario Liebisch
2023-10-21
1
-7
/
+9
*
Fix StringName leaks in GDExtension, core, and editor themes
Yuri Sizov
2023-10-18
1
-1
/
+5
*
GDExtension: Prevent issues with the editor trying to reload GDExtensions thr...
David Snopek
2023-10-13
1
-5
/
+13
*
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
|
/
*
Fix inconsistent last_modified_time handling (prevent GDExtension reload spam...
kkolyan
2023-10-01
1
-38
/
+40
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-49
/
+412
*
Add functions for non-ptr style virtual calls in GDExtension
Jeff Ward
2023-09-19
1
-0
/
+4
*
GDExtension: Delete left-over DLL copy before making a new copy
David Snopek
2023-09-12
1
-0
/
+5
[next]