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
*
Move some methods to Animation from Variant for refactoring
Silc Renew
2022-09-15
2
-27
/
+0
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
*
Merge pull request #64690 from touilleMan/projection-members-offsets-in-gdent...
Rémi Verschelde
2022-08-23
1
-1
/
+6
|
\
|
*
Add missing Projection's members offsets to gdextension_api.json
Emmanuel Leblond
2022-08-21
1
-1
/
+6
*
|
Ignore fake properties in classes when generating extension_api.json
Emmanuel Leblond
2022-08-22
1
-1
/
+8
|
/
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
2
-0
/
+12
*
Print expected `os.arch` tuple for current platform in GDExtension error
Hugo Locurcio
2022-08-08
1
-3
/
+4
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
4
-6
/
+6
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
3
-0
/
+29
*
Changed bool to GdNativeBool
basta
2022-07-16
3
-3
/
+3
*
Use BitField hint for the TextServer enums. Add missing parts for BitField su...
bruvzg
2022-07-15
4
-5
/
+8
*
Remove unused hints
kobewi
2022-07-12
1
-7
/
+4
*
Implement a BitField hint
reduz
2022-07-05
1
-1
/
+2
*
GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...
Jan Haller
2022-06-29
1
-23
/
+5
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-1
/
+1
*
Add core types enums description to extension api json
Pierre-Thomas Meisels
2022-06-23
1
-0
/
+32
*
GDExtension: print error messages for different error paths during loading
Jan Haller
2022-06-19
1
-0
/
+7
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-5
/
+5
*
Fix NativeExtension::open_library return value when the undelying lib fails t...
Emmanuel Leblond
2022-06-12
1
-3
/
+6
*
[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
|
/
/
[next]