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
*
Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823
Spartan322
2024-11-20
1
-1
/
+1
|
\
|
*
GDExtension: Fix method binds not saying if they are varargs
David Snopek
2024-11-18
1
-1
/
+1
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-15
/
+15
|
\
|
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-15
/
+15
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-5
/
+5
|
/
*
Merge pull request #96787 from raulsntos/gdextension/remove-get-rid-func
Rémi Verschelde
2024-09-11
1
-4
/
+4
|
\
|
*
Remove `get_rid_func` from `GDExtensionClassCreationInfo4`
Raul Santos
2024-09-10
1
-4
/
+4
*
|
Allow class names to be unicode
scgm0
2024-09-07
1
-1
/
+1
|
/
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
*
Fix loading GDExtensions in exported games
David Snopek
2024-08-29
1
-5
/
+3
*
Add `String.is_valid_unicode_identifier()`
Haoyu Qiu
2024-08-27
1
-1
/
+1
*
Merge pull request #91166 from raulsntos/gdextension/loader
Rémi Verschelde
2024-08-26
1
-325
/
+32
|
\
|
*
GDExtension: Implement `GDExtensionLoader` concept
Raul Santos
2024-08-22
1
-325
/
+32
*
|
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-10
/
+50
|
/
*
Fix reload of GDExtension libraries in framework package on macos
Joel Croteau
2024-08-08
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
[next]