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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge pull request #1423 from AThousandShips/style_fix
David Snopek
2024-06-18
1
-13
/
+15
|
\
\
\
|
*
|
|
Fix some style details in generation
A Thousand Ships
2024-06-18
1
-13
/
+15
|
/
/
/
*
|
|
Merge pull request #1490 from AThousandShips/arg_name_fix
David Snopek
2024-06-18
1
-35
/
+43
|
\
\
\
|
*
|
|
Enforce `p_` prefixes for arguments in binds
A Thousand Ships
2024-06-14
1
-35
/
+43
*
|
|
|
Merge pull request #1496 from Faless/ci/fix-macos
David Snopek
2024-06-18
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
[CI] Update macOS workers to macos-latest
Fabio Alessandrelli
2024-06-18
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #1489 from Faless/web/longjmp
David Snopek
2024-06-17
1
-4
/
+8
|
\
\
\
\
|
*
|
|
|
[Web] Force emcc to use "wasm" longjmp mode
Fabio Alessandrelli
2024-06-14
1
-4
/
+8
*
|
|
|
|
Merge pull request #1167 from Faless/build/build_profile
David Snopek
2024-06-17
3
-5
/
+132
|
\
\
\
\
\
|
*
|
|
|
|
Add support for build profiles.
Fabio Alessandrelli
2024-06-15
3
-5
/
+132
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1493 from dsnopek/ci-godot-test-version
David Snopek
2024-06-14
1
-5
/
+20
|
\
\
\
\
\
|
*
|
|
|
|
Allow selecting Godot version to run the tests with
David Snopek
2024-06-14
1
-5
/
+20
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1446 from Daylily-Zeleen/daylily-zeleen/set_instance_and_...
David Snopek
2024-06-14
6
-24
/
+78
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Set instance and instance binding in Wrapped constructor.
Daylily-Zeleen
2024-05-28
6
-24
/
+78
*
|
|
|
|
Merge pull request #1488 from AThousandShips/default_node_path
David Snopek
2024-06-14
1
-0
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
Add default argument processing for `NodePath`
A Thousand Ships
2024-06-13
1
-0
/
+3
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #1485 from dsnopek/classdb-call-static-method
David Snopek
2024-06-14
1
-7
/
+12
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix vararg methods forwarded to the `ClassDB` singleton
David Snopek
2024-06-12
1
-7
/
+12
*
|
|
|
|
Merge pull request #1487 from AThousandShips/arg_default_fix
David Snopek
2024-06-13
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix generating default values for `StringName`
A Thousand Ships
2024-06-13
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #1479 from bruvzg/ts_gde_sync_cpp
David Snopek
2024-06-13
7
-16
/
+519
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
[TextServer, GDExtension] Fix building text servers as GDExtension, expose ne...
bruvzg
2024-06-13
7
-16
/
+519
|
/
/
/
/
*
|
|
|
Merge pull request #1486 from dsnopek/fix-to-string-test
David Snopek
2024-06-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix tests after upstream change to `Node::to_string()`
David Snopek
2024-06-12
1
-1
/
+1
*
|
|
|
|
Merge pull request #1478 from richardhozak/fix-warnings
David Snopek
2024-06-12
2
-3
/
+3
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fix warnings emitted with -Wall
Richard Hozák
2024-06-02
2
-3
/
+3
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #1484 from dsnopek/virtual-node-pointer
David Snopek
2024-06-11
4
-14
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix undefined symbol error on Linux with virtual methods that take `Node *` a...
David Snopek
2024-06-10
4
-14
/
+16
|
/
/
/
*
|
|
Merge pull request #1477 from dsnopek/macros-godot-namespace
David Snopek
2024-06-01
1
-5
/
+5
|
\
\
\
|
*
|
|
Explicitly refer to `godot` namespace in `GDREGISTER_*_CLASS()` macros
David Snopek
2024-06-01
1
-5
/
+5
|
/
/
/
*
|
|
gdextension: Sync with upstream commit a4f2ea91a1bd18f70a43ff4c1377db49b56bc3...
David Snopek
2024-05-31
1
-929
/
+20090
*
|
|
Merge pull request #1473 from dsnopek/gdextension-interface-catch-up
David Snopek
2024-05-29
1
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Catch up with minor changes to `gdextension_interface.h`
David Snopek
2024-05-28
1
-1
/
+5
|
/
/
*
|
Merge pull request #1447 from dsnopek/avoid-double-postinitialize
David Snopek
2024-05-17
2
-4
/
+7
|
\
\
|
*
|
Fix NOTIFICATION_POSTINITIALIZE sent twice to native parent class
David Snopek
2024-04-24
2
-4
/
+7
*
|
|
Merge pull request #1463 from Daylily-Zeleen/daylily-zeleen/const_get_class_s...
David Snopek
2024-05-17
1
-8
/
+8
|
\
\
\
|
*
|
|
mark return value of `get_class_static` and `get_parent_class_static` as const
Daylily-Zeleen
2024-05-17
1
-8
/
+8
|
|
/
/
*
|
|
Merge pull request #1451 from Faless/build/to_threads_or_not_to_threads
David Snopek
2024-05-16
3
-4
/
+14
|
\
\
\
|
*
|
|
[SCons] Add option to build without threads
Fabio Alessandrelli
2024-04-30
3
-4
/
+14
*
|
|
|
Merge pull request #1457 from AThousandShips/foreach_list
David Snopek
2024-05-16
1
-24
/
+42
|
\
\
\
\
|
*
|
|
|
Optionaly add compatibility operators
A Thousand Ships
2024-05-07
1
-0
/
+10
|
*
|
|
|
[Core] Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-07
1
-24
/
+32
|
|
/
/
/
*
|
|
|
Merge pull request #1462 from aarjaneiro/toc-examples-and-templates
David Snopek
2024-05-13
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix README table of contents
Aaron Janeiro Stone
2024-05-09
1
-1
/
+1
*
|
|
|
|
Merge pull request #1458 from dsnopek/free-callback-crash
David Snopek
2024-05-12
8
-1
/
+74
|
\
\
\
\
\
|
*
|
|
|
|
Clean up instance bindings for engine singletons to prevent crash
David Snopek
2024-05-10
8
-1
/
+74
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1461 from dsnopek/fix-ci-2
David Snopek
2024-05-10
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Attempt to fix recent CI failures on `master` branch
David Snopek
2024-05-09
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #1450 from dsnopek/free-property-list-count
David Snopek
2024-05-08
3
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Update `free_property_list` callback to take count
David Snopek
2024-04-30
3
-5
/
+5
[prev]
[next]