Mikael Hermansson
|
013c119100
Fix crash when using incompatible versions of Godot Jolt
|
1 年之前 |
Rémi Verschelde
|
dfe2df989d
Merge pull request #84493 from bruvzg/gde_ios_static_fix
|
1 年之前 |
bruvzg
|
d4d5d68eda
[iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.
|
1 年之前 |
David Snopek
|
09fcc3a1ad
Change `GDExtension`'s `library_path` back to an absolute path
|
1 年之前 |
David Snopek
|
f86054e3a0
GDExtension: Save and compare modification times separately for reload
|
1 年之前 |
Mario Liebisch
|
f2bcd7d61f
GDExtension: Fixed error on loading extensions
|
1 年之前 |
Yuri Sizov
|
582ed157b5
Fix StringName leaks in GDExtension, core, and editor themes
|
1 年之前 |
David Snopek
|
16a86b9604
GDExtension: Prevent issues with the editor trying to reload GDExtensions through its usual mechanism
|
1 年之前 |
Rémi Verschelde
|
b40d90d333
Merge pull request #83107 from dsnopek/validated-method-vararg-message
|
1 年之前 |
David Snopek
|
87cb0bfa50
GDExtension: Fix incorrect error message about vararg methods
|
1 年之前 |
David Snopek
|
88b6fee547
GDExtension: Use correct return pointer for validated calls that return `Variant`
|
1 年之前 |
A Thousand Ships
|
f18aa00e85
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 年之前 |
Rémi Verschelde
|
a6a2d0d159
Merge pull request #82794 from dsnopek/gdextension-validated-call
|
1 年之前 |
Rémi Verschelde
|
7c56631419
Merge pull request #82861 from mihe/gdext-entry-false
|
1 年之前 |
Mikael Hermansson
|
5c6353ae17
Fix extensions loading/initializing even when entry point fails
|
1 年之前 |
Yuri Sizov
|
d427851013
Resolve relative icon paths for GDExtensions
|
1 年之前 |
David Snopek
|
55596eaac6
GDExtension: Convert `validated_call()` to `ptrcall()` (rather than `call()`)
|
1 年之前 |
kkolyan
|
43f92e4752
Fix inconsistent last_modified_time handling (prevent GDExtension reload spam on Windows 10)
|
1 年之前 |
David Snopek
|
2733a6f762
Implement reloading of GDExtensions
|
2 年之前 |
Jeff Ward
|
60851af4da
Add functions for non-ptr style virtual calls in GDExtension
|
2 年之前 |
David Snopek
|
6554ccf86d
GDExtension: Delete left-over DLL copy before making a new copy
|
2 年之前 |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 年之前 |
Rémi Verschelde
|
43c7e8d3b5
Merge pull request #81515 from dsnopek/gdextension-validate-property-object
|
2 年之前 |
David Snopek
|
abef8e3874
Allow implementing `Object::_validate_property()` from GDExtension
|
2 年之前 |
Daylily-Zeleen
|
41ffe5461f
Allow GDExtension to register unexposed class.
|
2 年之前 |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 年之前 |
David Snopek
|
908b8c0507
GDExtension: Remove DLL copy if it fails to load
|
2 年之前 |
Rémi Verschelde
|
1e3b1a7137
Merge pull request #80188 from vnen/gdextension-copy-dll
|
2 年之前 |
Ninni Pipping
|
97ef4a0536
Fix version check for GDExtension
|
2 年之前 |
George Marques
|
cff69b0612
GDExtension: Copy DLL to a temp file before opening
|
2 年之前 |