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
/
include
/
godot_cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename godot-headers to gdextension, move header to top folder
Rémi Verschelde
2022-12-14
11
-11
/
+11
*
Merge pull request #958 from BastiaanOlij/improve_gdextension_virtual_ref
Rémi Verschelde
2022-12-14
1
-2
/
+13
|
\
|
*
Fix virtual GDExtension method Ref<T> conversion
Bastiaan Olij
2022-12-13
1
-2
/
+13
*
|
Use int64_t for BitField as in Godot itself
Дмитрий Сальников
2022-12-13
1
-3
/
+3
|
/
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
16
-426
/
+426
*
Fix cast on PtrToArg::convert
Emmanuel Leblond
2022-12-05
1
-2
/
+2
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
11
-143
/
+143
*
Fix lifetime of StringName objects returned by Wrapped::_get_property_list
Emmanuel Leblond
2022-11-29
1
-206
/
+207
*
Basic static analysis fixes
Andy Maloney
2022-11-18
11
-16
/
+16
*
Update named colors to be in sync with the engine
Aaron Franke
2022-11-12
1
-146
/
+149
*
Fix broken namespace isolation in GDCLASS macro
Emmanuel Leblond
2022-11-11
1
-12
/
+12
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
3
-8
/
+8
*
Correct GDNativeExtensionScriptInstanceToString
Emmanuel Leblond
2022-11-08
1
-3
/
+4
*
Correct __constant_get_bitfield_name with StringName
Emmanuel Leblond
2022-11-08
1
-1
/
+1
*
Remove now useless `_alloc_and_copy_cstr`
Emmanuel Leblond
2022-11-08
3
-21
/
+0
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
8
-187
/
+193
*
Uses `StringName` in GDExtension perf critical instance creation & method/pro...
Emmanuel Leblond
2022-11-08
1
-12
/
+16
*
Add missing bindings for GDNativePtr<void>.
Fabio Alessandrelli
2022-10-20
1
-0
/
+1
*
Add support for virtual and abstract classes
Ricardo Buring
2022-10-15
1
-3
/
+22
*
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
Emmanuel Leblond
2022-10-13
2
-2
/
+2
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
39
-113
/
+113
*
Merge pull request #885 from aaronfranke/core-data-structs
Rémi Verschelde
2022-10-07
11
-206
/
+318
|
\
|
*
Update core data structures to match the engine
Aaron Franke
2022-10-07
11
-206
/
+318
*
|
Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/master
Rémi Verschelde
2022-10-07
1
-2
/
+2
|
\
\
|
*
|
Add detail infos for binding error message.
daylilyzeleen
2022-09-30
1
-2
/
+2
*
|
|
Bind enums in built-in types and expose bindings for global constants
Mikael Hermansson
2022-10-06
1
-0
/
+3
|
|
/
|
/
|
*
|
Merge pull request #880 from aaronfranke/struct
Rémi Verschelde
2022-10-05
17
-111
/
+35
|
\
\
|
*
|
Use struct instead of class for core structures
Aaron Franke
2022-10-05
17
-111
/
+35
*
|
|
Merge pull request #855 from Zylann/fix_issue854_virtual_methods
Rémi Verschelde
2022-10-05
2
-6
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
2
-6
/
+10
*
|
|
Merge pull request #859 from aaronfranke/basis-transform-quat
Rémi Verschelde
2022-10-04
4
-201
/
+252
|
\
\
\
|
*
|
|
Update Basis/Transform3D/Quaternion to match the engine
Aaron Franke
2022-09-20
4
-201
/
+252
*
|
|
|
Update Vector4/4i to match the engine
Aaron Franke
2022-10-01
2
-35
/
+45
*
|
|
|
Update Vector2/2i/3/3i to match the engine
Aaron Franke
2022-10-01
4
-17
/
+41
|
|
_
|
/
|
/
|
|
*
|
|
Implement support for typed arrays.
bruvzg
2022-09-23
2
-0
/
+227
|
/
/
*
|
Rename Basis "elements" to "rows"
Aaron Franke
2022-09-19
2
-66
/
+66
*
|
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-09-19
1
-41
/
+41
|
/
*
Add integer posmod and rename range_lerp to remap
Aaron Franke
2022-09-19
1
-4
/
+12
*
Add pingpong and fract methods to Math
Aaron Franke
2022-09-19
1
-0
/
+16
*
Replace stepify with snapped
Aaron Franke
2022-09-19
1
-13
/
+18
*
Update cubic interpolation methods to match core
Aaron Franke
2022-09-19
1
-8
/
+117
*
Split is_equal_approx into float and double versions to match Godot
Aaron Franke
2022-09-19
1
-10
/
+36
*
Merge pull request #847 from ninfur/issue-65997
Rémi Verschelde
2022-09-19
1
-0
/
+4
|
\
|
*
Add missing Vector4 function bindings
Johannes Sinander
2022-09-18
1
-0
/
+4
*
|
Merge pull request #850 from Zylann/transform_local
Rémi Verschelde
2022-09-19
1
-0
/
+3
|
\
\
|
*
|
Add Transform3D `translated_local`, `rotated_local`, `scaled_local`
Marc Gilleron
2022-09-18
1
-0
/
+3
|
|
/
*
|
Merge pull request #851 from Zylann/quat_to_quaternion
Rémi Verschelde
2022-09-19
1
-7
/
+7
|
\
\
|
*
|
Use `quaternion` instead of `quat` in method names
Marc Gilleron
2022-09-18
1
-7
/
+7
|
|
/
*
/
Add `Object::cast_to` for `const Object*`
Marc Gilleron
2022-09-18
1
-0
/
+12
|
/
*
Merge pull request #844 from Zylann/fix_get_const
Rémi Verschelde
2022-09-16
1
-6
/
+6
|
\
[next]