forked from godotengine/godot-docs
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Merge commit godotengine/godot-docs@703d0cd #67
Merged
Merged
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
- Document no-threads web export and its limitations. - Document sample-based audio playback and its limitations. - Mention that threading issues can be worked around by exporting as a progressive web app.
- Document `Array.pick_random()` as a shorthand. - Use global scope random methods as they are all available in global scope now. - Remove calls to `randomize()` that are not needed for code samples to be functional, as the engine now calls `randomize()` on startup once automatically.
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 3.0.1 to 3.0.2. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@3.0.1...3.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Add comments about non-monospaced tables
…sphinx-rtd-theme-3.0.2 Bump sphinx-rtd-theme from 3.0.1 to 3.0.2
Update link in Upgrading from Godot 3 to Godot 4
Update recommended renderer for XR
Use "built-in" and "built into", avoid "builtin", "built in", and "built-in to"
…rogressive-web-app Document exporting as progressive web app in Exporting for the web
…ersions Bump minimum SCons/Python for builds
Change warning boxes to danger boxes if data loss can occur
…e#10257) * Improve grammar and writing in Pipeline compilations page - Mention example of off-screen rendering using ColorRect to hide the root viewport's 3D rendering or a SubViewport node. - Split into more paragraphs to improve readability. - Link to class reference pages when relevant. - Wrap source file to 80 characters like other pages. --------- Co-authored-by: Max Hilbrunner <[email protected]> Co-authored-by: tetrapod <[email protected]>
mcdubhghlas
approved these changes
Nov 15, 2024
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.