Jan Haller
|
27a637d287
GDExtension: provide `free_property_list_func` with length of array
|
1 year ago |
David Snopek
|
45463f75d6
Fix ptrcalls to static GDExtension methods
|
1 year ago |
Rémi Verschelde
|
e22743298a
Merge pull request #90961 from Lateasusual/gdextension-hot-reloading-borked
|
1 year ago |
Chris Clyne
|
8564e94547
GDExtension: Fix missing library path breaking hot reloading
|
1 year ago |
Fredia Huya-Kouadio
|
764de7fe31
Collapse the gdextension arguments into the `GDExtensionData` struct
|
1 year ago |
Fredia Huya-Kouadio
|
ede88cf59d
Fix loading GDExtension dependencies on Android
|
1 year ago |
DmitriySalnikov
|
b73e740786
Add renaming of PDB files to avoid blocking them
|
1 year ago |
Samuel Nicholas
|
5f89b15098
Print correct path when unable to find GDExtension library
|
1 year ago |
Robert Yevdokimov
|
13e82094ee
Remove word duplicates in comments and strings, and fix casing and punctuation
|
1 year ago |
Rémi Verschelde
|
b652a81da7
Merge pull request #82554 from dsnopek/gdextension-placeholders
|
1 year ago |
David Snopek
|
ea75307a11
Allow registering "runtime classes"
|
1 year ago |
Rémi Verschelde
|
e076405f30
GDExtension: Fix `-Wtype-limits` warning in `compatibility_maximum` patch check
|
1 year ago |
Rémi Verschelde
|
dc41f2504b
Merge pull request #88417 from dsnopek/gdextension-compatibility-maximum
|
1 year ago |
David Snopek
|
99fd6ca98c
Unbind GDExtension methods that can't reasonably be used
|
1 year ago |
David Snopek
|
2afa3557b4
Allow GDExtensions to set a compatibility_maximum
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Rémi Verschelde
|
306dd5be3f
Merge pull request #87758 from dsnopek/gdextension-register-virtual-method
|
1 year ago |
David Snopek
|
be11002e41
Allow GDExtensions to register virtual methods and call them on scripts
|
1 year ago |
Mikhail Tishin
|
dc4c6cfb9b
Add null check for gdextension deinitialization
|
1 year ago |
Riteo
|
f468e59efd
GDExtension: add an interface for loading extra documentation
|
2 years ago |
Muller-Castro
|
96a95cb974
Add const lvalue ref to container parameters
|
4 years ago |
Daylily-Zeleen
|
fe6b073811
Distinguishs between dynamic library not found and can't be opened.
|
1 year ago |
Rémi Verschelde
|
dfe2df989d
Merge pull request #84493 from bruvzg/gde_ios_static_fix
|
1 year ago |
bruvzg
|
d4d5d68eda
[iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.
|
1 year ago |
David Snopek
|
09fcc3a1ad
Change `GDExtension`'s `library_path` back to an absolute path
|
1 year ago |
David Snopek
|
f86054e3a0
GDExtension: Save and compare modification times separately for reload
|
2 years ago |
Mario Liebisch
|
f2bcd7d61f
GDExtension: Fixed error on loading extensions
|
2 years ago |
Yuri Sizov
|
582ed157b5
Fix StringName leaks in GDExtension, core, and editor themes
|
2 years ago |
David Snopek
|
16a86b9604
GDExtension: Prevent issues with the editor trying to reload GDExtensions through its usual mechanism
|
2 years ago |
Rémi Verschelde
|
b40d90d333
Merge pull request #83107 from dsnopek/validated-method-vararg-message
|
2 years ago |