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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #1238 from dsnopek/variant-call-callp
David Snopek
2023-09-21
1
-6
/
+14
|
\
|
*
Fix variant call compiler error
Matthew Murphy
2023-09-09
1
-6
/
+14
*
|
Update for addition of `get_virtual_call_data_func` and `call_virtual_func` t...
David Snopek
2023-09-20
1
-0
/
+2
*
|
Merge pull request #1245 from AThousandShips/alloc_fix
David Snopek
2023-09-20
1
-2
/
+5
|
\
\
|
*
|
Fix allocation size overflow check in `CowData`
A Thousand Ships
2023-09-19
1
-2
/
+5
*
|
|
Merge pull request #1242 from AThousandShips/null_check
David Snopek
2023-09-20
7
-14
/
+14
|
\
\
\
|
*
|
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
7
-14
/
+14
|
|
/
/
*
|
|
Merge pull request #1164 from dsnopek/classdb-singleton-alternate
David Snopek
2023-09-19
2
-3
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
David Snopek
2023-07-31
2
-3
/
+10
*
|
|
Support `_validate_property()`
David Snopek
2023-09-12
3
-0
/
+38
*
|
|
Merge pull request #970 from Daylily-Zeleen/daylily-zeleen/register_unexposed...
David Snopek
2023-09-11
1
-2
/
+11
|
\
\
\
|
*
|
|
Implement register unexposed class.
Daylily-Zeleen
2023-09-04
1
-2
/
+11
*
|
|
|
Merge pull request #1214 from dsnopek/ptrtoarg-native-struct
David Snopek
2023-09-08
1
-0
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Ensure that PtrToArg specializations for native structs are used
David Snopek
2023-08-15
1
-0
/
+2
*
|
|
|
Ensure `const` correctness for wrappers
A Thousand Ships
2023-09-06
1
-9
/
+9
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #1228 from Bromeon/bugfix/yet-another-bool
David Snopek
2023-09-02
1
-2
/
+2
|
\
\
\
|
*
|
|
GDExtension: fix `bool` unknown in C
Jan Haller
2023-09-02
1
-2
/
+2
*
|
|
|
Merge pull request #1091 from Daylily-Zeleen/daylily-zeleen/implement_builtin...
David Snopek
2023-09-02
1
-0
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Implement vararg methods of builtin classes.
Daylily-Zeleen
2023-07-03
1
-0
/
+2
*
|
|
|
Fix `Object::notification` order
Markus Sauermann
2023-08-30
3
-8
/
+8
*
|
|
|
Add support for placeholder_script_instance_create/update
David Snopek
2023-08-28
1
-0
/
+2
*
|
|
|
Add remaining component-wise `min/max` functions to `Vector*`
A Thousand Ships
2023-08-16
4
-0
/
+32
*
|
|
|
Fix forgotten not operator
Adam Scott
2023-08-16
1
-1
/
+1
*
|
|
|
Fix Clang deprecated builtins
Adam Scott
2023-08-15
1
-5
/
+6
|
|
/
/
|
/
|
|
*
|
|
Implement `String::resize()`
David Snopek
2023-07-31
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent
David Snopek
2023-07-26
2
-30
/
+29
|
\
\
|
*
|
Don't call parent _get_property_list when a class doesn't define it.
Marc Gilleron
2023-07-26
2
-30
/
+29
|
|
/
*
|
Merge pull request #1186 from mihe/indexed-properties
David Snopek
2023-07-26
3
-9
/
+2
|
\
\
|
*
|
Add support for indexed properties
Mikael Hermansson
2023-07-26
3
-9
/
+2
|
|
/
*
/
Attempt to fully implement CharString
David Snopek
2023-06-22
2
-55
/
+78
|
/
*
Unregister custom classes in reverse registration order
Kehom
2023-06-19
1
-0
/
+3
*
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
5
-97
/
+97
*
Revert the changes from PR #1044 and #1045 and standardize on `Object **` enc...
David Snopek
2023-06-07
2
-5
/
+6
*
Merge pull request #1114 from dsnopek/editor-plugins
Rémi Verschelde
2023-05-26
1
-0
/
+2
|
\
|
*
Add support for adding/removing editor plugins
David Snopek
2023-05-16
1
-0
/
+2
*
|
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
6
-17
/
+31
|
/
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
8
-28
/
+162
*
Merge pull request #1045 from zhehangd/fix_ref_crash
Rémi Verschelde
2023-04-04
1
-6
/
+9
|
\
|
*
Fix PtrToArg<Ref<T>> crash
Zhehang Ding
2023-02-15
1
-6
/
+9
*
|
Merge pull request #1044 from zhehangd/fix_obj_ptr_crash
Rémi Verschelde
2023-04-01
1
-2
/
+6
|
\
\
|
*
|
Fix PtrToArg<Object*> crash
Zhehang Ding
2023-03-30
1
-2
/
+6
|
|
/
*
|
Fix incorrect memory allocation in release builds.
bruvzg
2023-02-21
2
-10
/
+14
*
|
Revert "Fix Object::cast_to<T>() for custom classes"
David Snopek
2023-02-16
1
-2
/
+2
|
/
*
Fix Object::cast_to<T>() for custom classes
David Snopek
2023-02-11
1
-2
/
+2
*
Merge pull request #1011 from mihe/error-macros
Rémi Verschelde
2023-02-07
1
-134
/
+323
|
\
|
*
Update error macros to match core
Mikael Hermansson
2023-01-22
1
-134
/
+323
*
|
Update typed array API to match "GDScript: Fix typed arrays".
bruvzg
2023-01-31
1
-23
/
+19
*
|
Merge pull request #982 from WildRackoon/templates-add-LocalVector
Rémi Verschelde
2023-01-30
1
-0
/
+339
|
\
\
[prev]
[next]