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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
8
-16
/
+16
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
3
-4
/
+4
*
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
3
-24
/
+17
*
[GDExtension] Implement missing Dictionary index operators.
bruvzg
2021-11-22
2
-0
/
+22
*
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
*
Add typedef to GDNativeInstanceBindingCallbacks
Colin Kinloch
2021-10-07
1
-2
/
+2
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
3
-3
/
+5
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
3
-3
/
+5
*
|
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
1
-0
/
+17
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
2
-9
/
+9
*
|
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
2
-16
/
+9
*
|
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-22
2
-0
/
+17
*
|
Merge pull request #52739 from BastiaanOlij/gdextension_array_index
Rémi Verschelde
2021-09-16
2
-0
/
+18
|
\
\
|
*
|
Add GD extensions operator functions for arrays
Bastiaan Olij
2021-09-16
2
-0
/
+18
*
|
|
Add property group and subgroup registration to extensions
Bastiaan Olij
2021-09-16
4
-0
/
+27
|
/
/
*
/
Add driver types to GD extension initialisation levels
Bastiaan Olij
2021-09-13
2
-0
/
+3
|
/
*
Add functions for access members by index on packed array objects
Bastiaan Olij
2021-09-02
2
-0
/
+162
*
Merge pull request #51928 from reduz/extension-loader
Juan Linietsky
2021-08-26
4
-0
/
+26
|
\
|
*
Implement Extension Loader
reduz
2021-08-20
4
-0
/
+26
*
|
Implement NativeExtension pointer arguments
reduz
2021-08-23
1
-0
/
+21
*
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-1
/
+1
|
/
*
Properly set up virtual calls for extensions
George Marques
2021-08-17
1
-0
/
+1
*
A few fixes in the extension C API
George Marques
2021-08-17
3
-4
/
+22
*
Initialize call error struct when calling extensions
George Marques
2021-08-17
1
-2
/
+2
*
Refactors the memnew_placement.
AndreaCatania
2021-08-13
1
-13
/
+11
*
Rename GDNative call error enum values to use GDNATIVE prefix
George Marques
2021-08-09
1
-6
/
+6
*
Improve extension system
George Marques
2021-08-05
5
-23
/
+206
*
Improve extension API dump
George Marques
2021-08-05
1
-50
/
+95
*
Change Variant bool conversion to uint8_t
George Marques
2021-07-27
1
-1
/
+1
*
Fix dead code in `gdnative_interface.cpp`
Nicholas Huelin
2021-07-25
1
-1
/
+2
*
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
2
-13
/
+13
|
\
|
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
2
-13
/
+13
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-5
/
+5
|
/
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
2
-49
/
+43
*
Redo how instance bindings work
reduz
2021-07-08
2
-0
/
+17
*
Implement native extension system
reduz
2021-06-25
9
-0
/
+2678