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
...
*
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
*
Add support for BitField hint, sync API files.
bruvzg
2022-07-11
1
-2
/
+2
*
Sync containers with new HashMap/HashSet, sync API headers.
bruvzg
2022-06-06
1
-35
/
+45
*
[Method Bind] Add support for default argument values and static method bindi...
bruvzg
2022-05-06
3
-19
/
+45
*
Change registered initializers / terminators to the single function with leve...
bruvzg
2022-05-04
1
-48
/
+15
*
Update copyright year
Rémi Verschelde
2022-03-15
23
-46
/
+46
*
Reorder native extension initialization steps
Gilles Roudière
2022-02-28
1
-8
/
+8
*
Merge pull request #701 from bruvzg/port_templates
Rémi Verschelde
2022-02-21
1
-0
/
+13
|
\
|
*
Port a bunch of Godot container templates to GDExtension.
bruvzg
2022-02-18
1
-0
/
+13
*
|
Use forward declares for vector math types
Rémi Verschelde
2022-02-20
6
-17
/
+54
*
|
Merge pull request #688 from zhehangd/master
Rémi Verschelde
2022-02-19
2
-0
/
+10
|
\
\
|
|
/
|
/
|
|
*
Add missing Vector2::operator Vector2i()
Zhehang Ding
2022-02-07
1
-0
/
+5
|
*
Add missing Vector3::operator Vector3i
Zhehang Ding
2022-02-07
1
-0
/
+5
*
|
Add ERR_ macros variants using `String` messages.
bruvzg
2022-02-17
1
-0
/
+34
*
|
Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...
bruvzg
2022-02-14
4
-120
/
+296
|
/
*
Fix object_set_instance being wrongly called for built-in wrapped classes
Gilles Roudière
2021-12-06
1
-1
/
+8
*
Make extension instances create the corresponding godot object in their const...
Gilles Roudière
2021-12-03
2
-11
/
+56
*
Merge pull request #659 from groud/fix_null_init
Bastiaan Olij
2021-11-25
1
-1
/
+6
|
\
|
*
Avoid crash in Variant constructor from nullptr Object*
Gilles Roudière
2021-11-23
1
-1
/
+6
*
|
Implementing dictionary operators
Bastiaan Olij
2021-11-23
1
-0
/
+11
*
|
Implement index operators for Arrays
Bastiaan Olij
2021-11-12
1
-0
/
+11
|
/
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
8
-87
/
+87
*
Fully register class on register_class call
Bastiaan Olij
2021-09-27
1
-103
/
+77
*
_err_print_error only output p_message so swapped parameters around
Bastiaan Olij
2021-09-27
1
-1
/
+1
*
Add support for property groups
Bastiaan Olij
2021-09-27
1
-2
/
+24
*
Add in driver types and rejig code to make it easier to extend
Bastiaan Olij
2021-09-27
1
-68
/
+32
*
Change initialization to allow custom level callbacks
George Marques
2021-09-27
2
-4
/
+107
[prev]
[next]