index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update typed array API to match "GDScript: Fix typed arrays".
bruvzg
2023-01-31
1
-0
/
+4
*
Move Array:set_typed to internal GDExtension structure.
bruvzg
2023-01-30
1
-0
/
+4
*
Fix sign comparison warnings in class_db.cpp
Andy Maloney
2023-01-19
1
-4
/
+4
*
Expose some low level functions and String operators.
bruvzg
2023-01-19
2
-8
/
+99
*
Merge pull request #1001 from Faless/ext/basis_abs
Fabio Alessandrelli
2023-01-19
1
-1
/
+1
|
\
|
*
Fix Basis::scaled_orthogonal using incorrect abs function.
Fabio Alessandrelli
2023-01-19
1
-1
/
+1
*
|
Fix Variant::can_convert[_strict] returning gibberish.
Fabio Alessandrelli
2023-01-19
1
-4
/
+2
|
/
*
Merge pull request #997 from asmaloney/fix-shadow-eulerorder
Rémi Verschelde
2023-01-18
1
-2
/
+2
|
\
|
*
Fix a shadowed enum (EulerOrder)
Andy Maloney
2023-01-17
1
-2
/
+2
*
|
Merge pull request #983 from rburing/variant_to_from_objectid
Rémi Verschelde
2023-01-18
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
Add conversions between Variant and ObjectID
Ricardo Buring
2023-01-01
1
-0
/
+19
*
|
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
26
-754
/
+754
|
/
*
Merge pull request #961 from mihe/char-string-length
Rémi Verschelde
2022-12-20
1
-25
/
+30
|
\
|
*
Fix incorrect length passed to `CharString`
Mikael Hermansson
2022-12-14
1
-25
/
+30
*
|
Extension header: amend const correctness of `p_args` parameters
Jan Haller
2022-12-14
1
-2
/
+2
|
/
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
10
-242
/
+242
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
5
-17
/
+13
*
Merge pull request #930 from rune-scape/rune-missing-string-ops
Rémi Verschelde
2022-11-22
1
-0
/
+16
|
\
|
*
Add missing String operators
rune-scape
2022-11-20
1
-0
/
+16
*
|
Basic static analysis fixes
Andy Maloney
2022-11-18
2
-12
/
+12
|
/
*
Fixup after 243ec87918
Rémi Verschelde
2022-11-16
1
-1
/
+1
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
2
-7
/
+7
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
4
-89
/
+90
*
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
1
-5
/
+5
*
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
Emmanuel Leblond
2022-10-13
1
-2
/
+2
*
Fix use-after-free when deleting objects from extension terminator
Mikael Hermansson
2022-10-11
1
-1
/
+2
*
Merge pull request #885 from aaronfranke/core-data-structs
Rémi Verschelde
2022-10-07
10
-297
/
+421
|
\
|
*
Update core data structures to match the engine
Aaron Franke
2022-10-07
10
-297
/
+421
*
|
Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/master
Rémi Verschelde
2022-10-07
1
-22
/
+22
|
\
\
|
|
/
|
/
|
|
*
Add detail infos for binding error message.
daylilyzeleen
2022-09-30
1
-22
/
+22
*
|
Merge pull request #880 from aaronfranke/struct
Rémi Verschelde
2022-10-05
1
-32
/
+32
|
\
\
|
*
|
Use struct instead of class for core structures
Aaron Franke
2022-10-05
1
-32
/
+32
*
|
|
Merge pull request #855 from Zylann/fix_issue854_virtual_methods
Rémi Verschelde
2022-10-05
1
-5
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
1
-5
/
+14
*
|
|
Merge pull request #859 from aaronfranke/basis-transform-quat
Rémi Verschelde
2022-10-04
3
-573
/
+605
|
\
\
\
|
*
|
|
Update Basis/Transform3D/Quaternion to match the engine
Aaron Franke
2022-09-20
3
-573
/
+605
|
|
|
/
|
|
/
|
*
|
|
Update Vector4/4i to match the engine
Aaron Franke
2022-10-01
2
-33
/
+105
*
|
|
Update Vector2/2i/3/3i to match the engine
Aaron Franke
2022-10-01
3
-25
/
+29
|
/
/
*
|
Rename Basis "elements" to "rows"
Aaron Franke
2022-09-19
2
-160
/
+160
*
|
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-09-19
2
-64
/
+64
|
/
*
Split is_equal_approx into float and double versions to match Godot
Aaron Franke
2022-09-19
2
-2
/
+2
*
Merge pull request #847 from ninfur/issue-65997
Rémi Verschelde
2022-09-19
1
-0
/
+20
|
\
|
*
Add missing Vector4 function bindings
Johannes Sinander
2022-09-18
1
-0
/
+20
*
|
Merge pull request #850 from Zylann/transform_local
Rémi Verschelde
2022-09-19
1
-7
/
+23
|
\
\
|
*
|
Add Transform3D `translated_local`, `rotated_local`, `scaled_local`
Marc Gilleron
2022-09-18
1
-7
/
+23
|
|
/
*
/
Use `quaternion` instead of `quat` in method names
Marc Gilleron
2022-09-18
2
-17
/
+17
|
/
*
Merge pull request #826 from bruvzg/string_info
Rémi Verschelde
2022-09-15
1
-11
/
+21
|
\
|
*
Change PropertyInfo members to String.
bruvzg
2022-09-14
1
-11
/
+21
*
|
Mode some methods to Animation from Variant
Silc Renew
2022-09-15
1
-8
/
+0
|
/
*
Add bindings for Vector4, Vector4i, Projection built-in types.
bruvzg
2022-07-21
9
-85
/
+1314
[next]