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
*
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
|
\
\
|
*
|
Add missing LocalVector template
Rackoon
2023-01-30
1
-0
/
+339
*
|
|
Merge pull request #1023 from mashumafi/fix-alloc-order
Rémi Verschelde
2023-01-30
1
-14
/
+14
|
\
\
\
|
*
|
|
Move allocator to after memdelete
mashumafi
2023-01-29
1
-14
/
+14
*
|
|
|
Merge pull request #956 from DmitriySalnikov/enum_bitfield_cast
Rémi Verschelde
2023-01-30
2
-59
/
+69
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fixed variant casting for enum and bitfield
Дмитрий Сальников
2023-01-20
2
-59
/
+69
*
|
|
|
Use std type traits instead of intrinsics
George Marques
2023-01-28
1
-4
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1003 from akien-mga/fix-sign-0
Rémi Verschelde
2023-01-20
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Change behavior of Math::sign to match Godot builtin
Erik Abair
2023-01-19
1
-1
/
+1
*
|
|
Fix sign comparison warnings in method_bind.hpp
Andy Maloney
2023-01-19
1
-6
/
+8
*
|
|
Merge pull request #1004 from asmaloney/remove-unused-ucaps
Rémi Verschelde
2023-01-19
1
-1415
/
+0
|
\
\
\
|
*
|
|
Remove unused ucaps header
Andy Maloney
2023-01-19
1
-1415
/
+0
|
|
/
/
*
|
|
Merge pull request #939 from bruvzg/gde_low_level_funcs_cpp
Rémi Verschelde
2023-01-19
3
-49
/
+175
|
\
\
\
|
*
|
|
Expose some low level functions and String operators.
bruvzg
2023-01-19
3
-49
/
+175
|
|
/
/
*
|
|
Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration
Rémi Verschelde
2023-01-19
1
-0
/
+2
|
\
\
\
|
*
|
|
Fix GDCLASS needs explicit ClassDB fwd declaration
Rackoon
2022-12-16
1
-0
/
+2
*
|
|
|
"Wrapped" has virtual functions so it should have a virtual destructor.
Andy Maloney
2023-01-19
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #997 from asmaloney/fix-shadow-eulerorder
Rémi Verschelde
2023-01-18
1
-9
/
+1
|
\
\
\
|
*
|
|
Fix a shadowed enum (EulerOrder)
Andy Maloney
2023-01-17
1
-9
/
+1
*
|
|
|
Merge pull request #983 from rburing/variant_to_from_objectid
Rémi Verschelde
2023-01-18
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add conversions between Variant and ObjectID
Ricardo Buring
2023-01-01
1
-0
/
+4
|
|
|
/
|
|
/
|
*
|
|
Added property info for ptr and ref + ported the implementation of the `check...
Дмитрий Сальников
2023-01-13
3
-5
/
+11
[next]