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
*
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
1
-7
/
+18
*
Merge pull request #1447 from dsnopek/avoid-double-postinitialize
David Snopek
2024-05-17
1
-4
/
+1
|
\
|
*
Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class
David Snopek
2024-04-24
1
-4
/
+1
*
|
Clean up instance bindings for engine singletons to prevent crash
David Snopek
2024-05-10
2
-0
/
+20
*
|
Merge pull request #1374 from dsnopek/gdext-docs
Rémi Verschelde
2024-05-08
1
-0
/
+52
|
\
\
|
*
|
Allow submitting documentation to the Godot editor
David Snopek
2024-05-07
1
-0
/
+52
*
|
|
Merge pull request #1456 from dsnopek/packedvector4array
David Snopek
2024-05-07
2
-0
/
+23
|
\
\
\
|
*
|
|
Add support for `PackedVector4Array`
David Snopek
2024-05-06
2
-0
/
+23
|
|
/
/
*
|
|
Merge pull request #1437 from AThousandShips/vec_elem_scalar
David Snopek
2024-05-07
6
-0
/
+115
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-04-11
6
-0
/
+115
*
|
|
Merge pull request #1443 from Naros/property-method-dict-helpers
David Snopek
2024-04-24
1
-0
/
+58
|
\
\
\
|
*
|
|
Implement to/from dict helpers for PropertyInfo/MethodInfo
Chris Cranford
2024-04-20
1
-0
/
+58
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1436 from AThousandShips/math_update
David Snopek
2024-04-24
10
-0
/
+40
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[Math] Add `is_finite` methods
A Thousand Ships
2024-04-11
10
-0
/
+40
|
|
/
*
/
Fix Projection create_orthogonal being incorrect
thimenesup
2024-04-14
1
-1
/
+1
|
/
*
Merge pull request #1409 from Repiteo/class-to-typename
David Snopek
2024-04-02
1
-4
/
+4
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-10
1
-4
/
+4
*
|
Merge pull request #1379 from dsnopek/uninitialized-value-mk2
David Snopek
2024-03-14
1
-51
/
+33
|
\
\
|
*
|
Avoid creating most objects that Godot is going to use placement new to initi...
David Snopek
2024-02-26
1
-51
/
+33
*
|
|
Merge pull request #1397 from dsnopek/script-free-lists
David Snopek
2024-03-14
1
-2
/
+2
|
\
\
\
|
*
|
|
Load new `script_instance_create3` GDExtension interface function
David Snopek
2024-03-01
1
-2
/
+2
|
|
|
/
|
|
/
|
*
/
|
Add support for getting argument count from `Callable`s
A Thousand Ships
2024-03-14
3
-6
/
+29
|
/
/
*
|
Merge pull request #1383 from bruvzg/memalign
David Snopek
2024-02-26
1
-6
/
+6
|
\
\
|
*
|
[Core] Improve `CowData` and `Memory` metadata alignment.
bruvzg
2024-02-05
1
-6
/
+6
|
|
/
*
|
Allow registering "runtime classes"
David Snopek
2024-02-13
1
-2
/
+2
*
|
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
2
-0
/
+47
|
/
*
Switch to 64-bit ints.
bruvzg
2024-01-10
2
-38
/
+38
*
Add `Vector2i/3i/4i` methods: `distance_to` and `distance_squared_to`
Jakub Mateusz Marcowski
2024-01-03
1
-0
/
+8
*
Avoid error from -Werror=type-limits on GCC 11
David Snopek
2023-11-30
1
-0
/
+5
*
Send NOTIFICATION_POSTINITIALIZE to extension classes
David Snopek
2023-11-29
1
-0
/
+6
*
[iOS] Fix initialisation/termination of multiple statically linked extensions.
bruvzg
2023-11-23
1
-20
/
+70
*
Fix comparison of `Callable`s from callable_mp() of the same method
David Snopek
2023-11-17
1
-4
/
+56
*
Merge pull request #1280 from dsnopek/callable-custom
David Snopek
2023-11-17
3
-10
/
+121
|
\
|
*
Add `CallableCustom` that devs can use in their GDExtensions
David Snopek
2023-11-06
3
-10
/
+121
*
|
Merge pull request #1298 from Repiteo/int-to-variant-fix
David Snopek
2023-11-15
1
-0
/
+16
|
\
\
|
*
|
Add missing int→Variant conversions
Thaddeus Crews
2023-11-08
1
-0
/
+16
|
|
/
*
/
[iOS] Fix building as static library or xcframework, add iOS config and xcfra...
bruvzg
2023-11-09
1
-5
/
+6
|
/
*
Switch to using `ObjectID` in custom callables
David Snopek
2023-10-25
1
-1
/
+1
*
Merge pull request #1253 from gilzoide/fix-variant-iteration-valid-flag
David Snopek
2023-10-20
1
-4
/
+6
|
\
|
*
Fix return value and r_valid value in Variant::iter_init and iter_next
gilzoide
2023-09-24
1
-4
/
+6
*
|
Merge pull request #1266 from dsnopek/automatic-engine-class-registration
David Snopek
2023-10-16
3
-5
/
+30
|
\
\
|
*
|
Automatically register only engine classes whose header has been included
David Snopek
2023-10-16
3
-5
/
+30
*
|
|
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
[next]