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
*
Use the new `string_name_new_with_latin1_chars` function to improve StringNam...
David Snopek
2023-10-09
2
-2
/
+5
*
Fixes crash in ClassDB::deinitialize due to usage of invalid iterator.
Joël Lamotte (Klaim)
2023-10-05
1
-3
/
+12
*
Changes necessary for hot reload to work
David Snopek
2023-09-25
2
-0
/
+22
*
Implement `callable_mp()` and `callable_mp_static()`
David Snopek
2023-09-21
2
-0
/
+68
*
Merge pull request #1238 from dsnopek/variant-call-callp
David Snopek
2023-09-21
1
-2
/
+2
|
\
|
*
Fix variant call compiler error
Matthew Murphy
2023-09-09
1
-2
/
+2
*
|
Merge pull request #1165 from dsnopek/missing-classes
David Snopek
2023-09-21
1
-1
/
+12
|
\
\
|
*
|
Handle missing instance binding callbacks by finding the closest parent
David Snopek
2023-09-19
1
-1
/
+12
*
|
|
Merge pull request #1242 from AThousandShips/null_check
David Snopek
2023-09-20
3
-5
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-13
3
-5
/
+5
*
|
|
Load 'print_error_with_message' function
David Snopek
2023-09-15
1
-1
/
+1
|
/
/
*
|
Merge pull request #1208 from dsnopek/check-godot-version
David Snopek
2023-09-09
1
-12
/
+41
|
\
\
|
|
/
|
/
|
|
*
Check that GDExtension is opened by compatible Godot version
David Snopek
2023-08-14
1
-12
/
+41
*
|
Fix `Object::notification` order
Markus Sauermann
2023-08-30
1
-4
/
+4
*
|
Add support for placeholder_script_instance_create/update
David Snopek
2023-08-28
1
-0
/
+4
|
/
*
Implement `String::resize()`
David Snopek
2023-07-31
2
-0
/
+6
*
Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent
David Snopek
2023-07-26
1
-0
/
+29
|
\
|
*
Don't call parent _get_property_list when a class doesn't define it.
Marc Gilleron
2023-07-26
1
-0
/
+29
*
|
Merge pull request #1186 from mihe/indexed-properties
David Snopek
2023-07-26
2
-9
/
+3
|
\
\
|
*
|
Add support for indexed properties
Mikael Hermansson
2023-07-26
2
-9
/
+3
|
|
/
*
|
Merge pull request #1150 from dsnopek/charstring-full
David Snopek
2023-07-22
1
-98
/
+107
|
\
\
|
|
/
|
/
|
|
*
Attempt to fully implement CharString
David Snopek
2023-06-22
1
-98
/
+107
*
|
Remove unused free-standing `initialize_level` and `deinitialize_level`
Mikael Hermansson
2023-06-30
1
-11
/
+0
|
/
*
Unregister custom classes in reverse registration order
Kehom
2023-06-19
1
-3
/
+6
*
Merge pull request #1138 from dsnopek/editor-plugins-deinitialize
Rémi Verschelde
2023-06-19
2
-0
/
+63
|
\
|
*
Automatically remove editor plugins when deinitializing GDExtension
David Snopek
2023-06-13
2
-0
/
+63
*
|
Identifiers containing double underscore are reserved according to the C++ st...
Andy Maloney
2023-06-15
1
-1
/
+1
|
/
*
Merge pull request #1137 from dsnopek/no-more-legacy-mode
David Snopek
2023-06-08
1
-1
/
+1
|
\
|
*
Clarify error message because there isn't a legacy Godot 4.0 mode anymore
David Snopek
2023-06-08
1
-1
/
+1
*
|
Correctly load gdextension_interface_print_error
David Snopek
2023-05-31
1
-1
/
+1
|
/
*
Merge pull request #1114 from dsnopek/editor-plugins
Rémi Verschelde
2023-05-26
1
-0
/
+4
|
\
|
*
Add support for adding/removing editor plugins
David Snopek
2023-05-16
1
-0
/
+4
*
|
Ensure GDExtension class is the correct type for the Godot engine class
David Snopek
2023-05-16
4
-1
/
+42
|
/
*
Update to load function pointers for GDExtension interface
David Snopek
2023-05-09
10
-132
/
+447
*
Fix incorrect memory allocation in release builds.
bruvzg
2023-02-21
1
-6
/
+53
*
Fix compilation error: const GDExtensionStringPtr -> GDExtensionConstStringPtr
Zhehang Ding
2023-02-14
2
-3
/
+3
*
Update array_set_typed() call to use GDExtensionVariantType instead of uint32_t
Jan Haller
2023-02-09
1
-1
/
+2
*
Merge pull request #1011 from mihe/error-macros
Rémi Verschelde
2023-02-07
2
-31
/
+28
|
\
|
*
Added missing `string.hpp` include in `transform2d.cpp`
Mikael Hermansson
2023-01-22
1
-0
/
+2
|
*
Update error macros to match core
Mikael Hermansson
2023-01-22
1
-31
/
+26
*
|
Update typed array API to match "GDScript: Fix typed arrays".
bruvzg
2023-01-31
1
-0
/
+4
*
|
Move Array:set_typed to internal GDExtension structure.
bruvzg
2023-01-30
1
-0
/
+4
|
/
*
Fix sign comparison warnings in class_db.cpp
Andy Maloney
2023-01-19
1
-4
/
+4
*
Expose some low level functions and String operators.
bruvzg
2023-01-19
2
-8
/
+99
*
Merge pull request #1001 from Faless/ext/basis_abs
Fabio Alessandrelli
2023-01-19
1
-1
/
+1
|
\
|
*
Fix Basis::scaled_orthogonal using incorrect abs function.
Fabio Alessandrelli
2023-01-19
1
-1
/
+1
*
|
Fix Variant::can_convert[_strict] returning gibberish.
Fabio Alessandrelli
2023-01-19
1
-4
/
+2
|
/
*
Merge pull request #997 from asmaloney/fix-shadow-eulerorder
Rémi Verschelde
2023-01-18
1
-2
/
+2
|
\
|
*
Fix a shadowed enum (EulerOrder)
Andy Maloney
2023-01-17
1
-2
/
+2
*
|
Merge pull request #983 from rburing/variant_to_from_objectid
Rémi Verschelde
2023-01-18
1
-0
/
+19
|
\
\
|
|
/
|
/
|
[next]