-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
4.3 cherrypicks #10347
Merged
Merged
4.3 cherrypicks #10347
Conversation
This file contains 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
* Update android export page for AAB requirement --------- Co-authored-by: Max Hilbrunner <[email protected]>
…0283) * Document `rand_weighted()` in Random number generation --------- Co-authored-by: Max Hilbrunner <[email protected]>
* Replaced "foo"/"bar" example values with "my value". * Changed C# public field to property and GDScript to match. * Used PascalCase for C# property. * Used camelCase for C# local variable. * Used "var" for C# local variable declarations. * Used PascalCase for GDScript class/script variable. * Improved clarity of comments documenting expected output. * Eliminated horizontal scroll in C# code example. * Fixed a comma splice in the page text. * Removed an out-of-date warning block.
…r desktop editor pages
Compares the performance of C#, GDScript, and C++. Co-Authored-By: Hugo Locurcio <[email protected]> Co-Authored-By: Andre Sacilotto <[email protected]>
* Clarify Area2D warning behavior * Apply suggestions from code review --------- Co-authored-by: tetrapod <[email protected]>
Co-Authored-By: Edwin <[email protected]> Co-Authored-By: Hugo Locurcio <[email protected]>
…ne#10304) Add paragraphs describing the differences between PackedArray and normal or typed Array. --------- Co-authored-by: tetrapod <[email protected]>
…d iOS - Reorder instructions to mention ARM64 builds first in macOS, as this is the primary architecture in use now (with all new Macs since 2023 being sold with Apple Silicon only). The `lipo` command still works as before, as it infers the architecture from the input files. - Remove the manual bundle generation steps to make the page shorter (similar to Compiling for Android). - Remove references to the master branch (this was only relevant when 4.0 was still in development).
…godotengine#10323) * Plugin now bundled with rider so can't be installed As of Rider 2024.2 the plugin is bundled with the software and can't be installed which can be confusing. https://plugins.jetbrains.com/plugin/13882-godot-support --------- Co-authored-by: tetrapod <[email protected]>
This is done for several reasons: - Recent CPython versions such as 3.13 have mostly caught up with Pyston in terms of performance. If the trend continues, CPython may supersede Pyston's performance in the long term. This is especially the case if the experimental JIT is eventually able to run Godot's SCons setup. - Pyston is not maintained anymore (its last release was in 2022), and the last Python version it can run is 3.8. Python 3.8 is now end-of-life. Godot's SCons setup (as well as SCons itself) will eventually require Python versions newer than 3.8.
It's `godot.editor.html` since Godot 4.0.
`os/file_access.h` moved to `io/file_access.h` in 9e328bb5b: godotengine/godot@9e328bb5b
This was referenced Nov 30, 2024
Merged
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.