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
/
gdnative_interface.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-1083
/
+0
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-02
1
-67
/
+67
*
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
1
-30
/
+39
*
Use `constexpr` in the conditions with template parameters and `sizeof`s to s...
bruvzg
2022-09-29
1
-3
/
+3
*
Fix hash mismatch error print in gdextension's gdnative_classdb_get_method_bind
Emmanuel Leblond
2022-09-21
1
-1
/
+1
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
1
-24
/
+0
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+12
*
[GDExtension] Expose Variant, NodePath and StringName hash functions.
bruvzg
2022-06-06
1
-0
/
+12
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-0
/
+2
*
Make blend animation to use ResetTrack as default value
Silc 'Tokage' Renew
2022-04-10
1
-0
/
+8
*
Add GDExtension support to Script
reduz
2022-03-27
1
-0
/
+12
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
1
-0
/
+6
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
1
-18
/
+12
*
[GDExtension] Implement missing Dictionary index operators.
bruvzg
2021-11-22
1
-0
/
+17
*
Fix array access in gdextensions
Bastiaan Olij
2021-11-17
1
-2
/
+2
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-3
/
+3
*
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
1
-13
/
+7
*
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-22
1
-0
/
+14
*
Merge pull request #52739 from BastiaanOlij/gdextension_array_index
Rémi Verschelde
2021-09-16
1
-0
/
+15
|
\
|
*
Add GD extensions operator functions for arrays
Bastiaan Olij
2021-09-16
1
-0
/
+15
*
|
Add property group and subgroup registration to extensions
Bastiaan Olij
2021-09-16
1
-0
/
+2
|
/
*
Add functions for access members by index on packed array objects
Bastiaan Olij
2021-09-02
1
-0
/
+136
*
A few fixes in the extension C API
George Marques
2021-08-17
1
-1
/
+18
*
Refactors the memnew_placement.
AndreaCatania
2021-08-13
1
-13
/
+11
*
Improve extension system
George Marques
2021-08-05
1
-6
/
+170
*
Fix dead code in `gdnative_interface.cpp`
Nicholas Huelin
2021-07-25
1
-1
/
+2
*
Redo how instance bindings work
reduz
2021-07-08
1
-0
/
+6
*
Implement native extension system
reduz
2021-06-25
1
-0
/
+688