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
/
classes
/
ref.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-31
1
-2
/
+4
*
Fix undefined symbol error on Linux with virtual methods that take `Node *` a...
David Snopek
2024-06-10
1
-4
/
+4
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-8
/
+8
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
1
-1
/
+1
*
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
1
-1
/
+1
*
Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...
David Snopek
2023-06-07
1
-3
/
+4
*
Merge pull request #1116 from saki7/Ref-allow-non-const-access
David Snopek
2023-05-24
1
-14
/
+3
|
\
|
*
Change Ref<T> to allow non const access to ptr
Nana Sakisaka
2023-05-17
1
-14
/
+3
*
|
Ensure GDExtension class is the correct type for the Godot engine class
David Snopek
2023-05-16
1
-6
/
+2
|
/
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
1
-3
/
+3
*
Fix PtrToArg<Ref<T>> crash
Zhehang Ding
2023-02-15
1
-6
/
+9
*
Added property info for ptr and ref + ported the implementation of the `check...
Дмитрий Сальников
2023-01-13
1
-2
/
+2
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
1
-29
/
+29
*
Fix virtual GDExtension method Ref<T> conversion
Bastiaan Olij
2022-12-13
1
-2
/
+13
*
Rename GDNative to GDExtension
Gilles Roudière
2022-12-12
1
-6
/
+6
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
1
-4
/
+4
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-4
/
+4
*
Run scripts to format and make headers consistent
Aaron Franke
2022-10-09
1
-3
/
+3
*
Change PropertyInfo members to String.
bruvzg
2022-09-14
1
-6
/
+6
*
Merge pull request #677 from lukas-toenne/fix_object_ptr_args
Fabio Alessandrelli
2022-07-29
1
-2
/
+2
|
\
|
*
Fix for pointer indirection in the Ref<T> template.
Lukas Tönne
2022-01-07
1
-2
/
+2
*
|
Update copyright year
Rémi Verschelde
2022-03-15
1
-2
/
+2
|
/
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-2
/
+2
*
Add Ref<T> binding support.
Fabio Alessandrelli
2021-09-28
1
-0
/
+43
*
Implement Ref copy constructor
Bastiaan Olij
2021-09-27
1
-20
/
+39
*
Change constructor/destructor management of extension classes
George Marques
2021-09-27
1
-1
/
+1
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-0
/
+222