-
Notifications
You must be signed in to change notification settings - Fork 12
Merge commit godotengine/godot-cpp@1421ba2 #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Spartan322
wants to merge
57
commits into
Redot-Engine:master
Choose a base branch
from
Spartan322:merge/1421ba2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix classes without `_to_string()` always returning `"[Wrapped:0]"`
Fix ClassDB iterators making unintended copies
Stop referring to GDExtension as experimental in the README
…set_script_instance methods from engine
This is required when publishing to the App Store, and consistent with what we already do for the macOS deployment target.
fix: Add iOS min SDK version link flags
CI: Various version bumps; sync with main repo
CI: Ensure utf-8 support on Windows GHA
Fix CMake double precision builds
Fix array constructor crash
Make ndk version configurable as a command-like argument.
Fix URL to gdextension cpp example in the official docs
Fix: Add STATUS to CMake message commands missing them
Expose gdextension_object_get_script_instance method from engine
removed redundant .py detection.
Clean up the MethodBind class
Fix binding generation for `TypedArray`/`TypedDictionary` with refcounted elements.
[GitHub CI] Fix source detection, added missing include .hpp and .inc to detection rules.
…738f1652d4 (4.5-beta1)
Disable double precisions builds in CI for now
Update for GDExtension interface changes in Godot 4.5
Update CI to use `windows-2022`
Files generated by SCons should depend on the `build_profile` (if given)
…51b8383f5b (4.5-beta2)
Add SCons variant_dir support
…744bf79b88 (4.5-beta3)
Fix `custom_api_file` with SCons 4.0.1
Reintroduce Math_INF and Math_NAN defines
Test that internal classes work as expected
…f2226a52ea (4.5-beta4)
Usage of `std::is_trivially_constructible` in `defs.hpp` requires including `type_traits`. This missing include leads to errors about that type not being found when building with clang++-22 with libc++-22.
fix: missing `type_traits` include
Sync Android SDK and NDK versions with the engine.
…d56b5d6efe (4.5-beta5)
0ed5f71
to
a253bcb
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.