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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for indexed properties
Mikael Hermansson
2023-07-26
1
-9
/
+1
*
Unregister custom classes in reverse registration order
Kehom
2023-06-19
1
-3
/
+6
*
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
1
-1
/
+1
*
Ensure GDExtension class is the correct type for the Godot engine class
David Snopek
2023-05-16
2
-0
/
+37
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
4
-16
/
+16
*
Fix incorrect memory allocation in release builds.
bruvzg
2023-02-21
1
-6
/
+53
*
Update error macros to match core
Mikael Hermansson
2023-01-22
1
-31
/
+26
*
Fix sign comparison warnings in class_db.cpp
Andy Maloney
2023-01-19
1
-4
/
+4
*
Sync license copyright with upstream GH-70885
Rémi Verschelde
2023-01-10
5
-145
/
+145
*
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
5
-72
/
+72
*
Fix const qualifier for parameters in GDExtension api functions
Emmanuel Leblond
2022-12-03
2
-7
/
+7
*
Fixup after 243ec87918
Rémi Verschelde
2022-11-16
1
-1
/
+1
*
StringName is working fine with demo \o/
Emmanuel Leblond
2022-11-08
1
-6
/
+6
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
3
-85
/
+82
*
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
Emmanuel Leblond
2022-10-13
1
-2
/
+2
*
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
*
|
Fix deriving a custom class with virtual methods
Marc Gilleron
2022-09-21
1
-5
/
+14
|
/
*
Change PropertyInfo members to String.
bruvzg
2022-09-14
1
-11
/
+21
*
Add support for BitField hint, sync API files.
bruvzg
2022-07-11
1
-2
/
+2
*
[Method Bind] Add support for default argument values and static method bindi...
bruvzg
2022-05-06
3
-19
/
+45
*
Update copyright year
Rémi Verschelde
2022-03-15
5
-10
/
+10
*
Port a bunch of Godot container templates to GDExtension.
bruvzg
2022-02-18
1
-0
/
+13
*
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
1
-1
/
+1
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
4
-13
/
+13
*
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
*
Change initialization to allow custom level callbacks
George Marques
2021-09-27
1
-0
/
+1
*
Silence delete compile warning in memory.h/cpp on Windows
Bastiaan Olij
2021-09-27
1
-0
/
+19
*
Fix issues with method calls
George Marques
2021-09-27
1
-1
/
+1
*
Replace bindgins to work with extensions
George Marques
2021-09-27
22
-6516
/
+473
*
Fixup style after #563
Rémi Verschelde
2021-09-27
1
-1
/
+0
*
Merge pull request #563 from LinwoodCloud/master
Rémi Verschelde
2021-09-27
1
-1
/
+0
|
\
|
*
Stop including iostream in Variant.hpp (to produce smaller binaries)
kb1000
2021-05-23
1
-1
/
+0
*
|
Merge pull request #601 from colugomusic/fix-string-args-constness
Rémi Verschelde
2021-09-27
1
-2
/
+2
|
\
\
|
*
|
Fix argument constness in String::begins_with, String::ends_with
Colugo
2021-08-22
1
-2
/
+2
*
|
|
Merge pull request #595 from Calinou/add-license-headers
Rémi Verschelde
2021-09-27
20
-3
/
+573
|
\
\
\
|
*
|
|
Add license headers to all source and header files
Hugo Locurcio
2021-08-02
20
-3
/
+573
|
|
/
/
*
/
/
Fix Clang 11 build failure over -Wabsolute-value
Sam
2021-09-01
1
-2
/
+2
|
/
/
*
|
edited according to clang-format
DhruvMaroo
2021-06-01
1
-2
/
+2
*
|
used godot_string_new_copy to copy
DhruvMaroo
2021-05-31
1
-2
/
+2
*
|
removed _deleted class member
DhruvMaroo
2021-05-31
1
-6
/
+1
*
|
added class member, safety check in the destructor
DhruvMaroo
2021-05-31
1
-5
/
+8
*
|
changed spaces to tabs
DhruvMaroo
2021-05-30
1
-2
/
+2
*
|
added move assignment operator
DhruvMaroo
2021-05-30
1
-0
/
+6
*
|
added mover constructor
DhruvMaroo
2021-05-30
1
-0
/
+5
|
/
*
Populates incorrect constants for Vector2 and 3 types.
Erik Abair
2021-05-02
2
-4
/
+4
[next]