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
*
[GDExtension] Expose Variant, NodePath and StringName hash functions.
bruvzg
2022-06-06
2
-0
/
+14
*
Replace most uses of Map by HashMap
reduz
2022-05-16
4
-5
/
+5
*
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+1
*
Merge pull request #55876 from bradc6/feature/AllowForAbsoluteLibraryPaths
Rémi Verschelde
2022-05-10
1
-1
/
+1
|
\
|
*
If a gdextension library filepath is an absolute path do not attempt to appen...
Bradley Clemetson
2021-12-23
1
-1
/
+1
*
|
Merge pull request #60886 from touilleMan/gdextension-header-duplicated-GDNat...
Rémi Verschelde
2022-05-08
1
-2
/
+0
|
\
\
|
*
|
Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnati...
Emmanuel Leblond
2022-05-08
1
-2
/
+0
*
|
|
Fix extension_api.json builtin_class_member_offsets member names for Color
Emmanuel Leblond
2022-05-08
1
-4
/
+4
|
/
/
*
|
[GDExtension] Fix static method binds and default arguments.
bruvzg
2022-05-06
1
-2
/
+13
*
|
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
3
-7
/
+4
|
\
\
|
*
|
Refactor module initialization
reduz
2022-05-04
3
-7
/
+4
*
|
|
Merge pull request #60714 from Calinou/typedef-remove-ref
Rémi Verschelde
2022-05-03
2
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
2
-6
/
+6
*
|
|
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
4
-1
/
+15
|
/
/
*
|
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-7
/
+9
*
|
Merge pull request #60093 from TokageItLab/reset-blend
Rémi Verschelde
2022-04-13
2
-0
/
+9
|
\
\
|
*
|
Make blend animation to use ResetTrack as default value
Silc 'Tokage' Renew
2022-04-10
2
-0
/
+9
*
|
|
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-4
/
+3
|
/
/
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-8
/
+8
*
|
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-28
4
-0
/
+199
|
\
\
|
*
|
Add GDExtension support to Script
reduz
2022-03-27
4
-0
/
+199
*
|
|
GDExtension: change to_string signature to accept GDNativeStringPtr instead o...
Jan Haller
2022-03-27
1
-1
/
+1
|
/
/
*
|
Add static method support to ClassDB
reduz
2022-03-22
1
-0
/
+2
*
|
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
3
-18
/
+15
*
|
Discern between virtual and abstract class bindings
reduz
2022-03-10
2
-0
/
+3
*
|
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-2
/
+2
*
|
Reorder native extension types initialization, initializing editor last
Gilles Roudière
2022-02-28
3
-2
/
+3
*
|
Merge pull request #58331 from poiati/fix-extension-registration-order-2
Rémi Verschelde
2022-02-22
1
-1
/
+2
|
\
\
|
*
|
Fix extension registration order.
Paulo Poiati
2022-02-20
1
-1
/
+2
*
|
|
Resolving suggestions on comment formatting.
Anish Bhobe
2022-02-20
1
-4
/
+4
*
|
|
Fixing iteration for extension level loading.
Anish Bhobe
2022-02-20
1
-4
/
+4
|
/
/
*
|
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
|
\
[next]