Skip to content
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 #10038

Merged
merged 87 commits into from
Oct 4, 2024
Merged

4.3 cherrypicks #10038

merged 87 commits into from
Oct 4, 2024

Conversation

mhilbrunner
Copy link
Member

No description provided.

paddy-exe and others added 30 commits October 4, 2024 03:40
- The `GODOT_SERVER` preprocessor define is no longer available in Godot 4, since the dedicated server platform was removed.
- Replaced a reference to `GODOT_HTML5` with `GODOT_WEB` since that platform was also renamed in Godot 4.
- Remove note about `<DefineConstants>` that only really applies to Godot 3.
`..` immediately following paragraph text at the same indentation is
interpreted as a continuation of that text, as seen on the website:

https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html#technical-contributions

> Upload your plugins to the Godot Asset Library to make them available to others. .. update to talk about Asset Store later

I feel the intent was still clear, but it does look a bit weird at the moment.

Further information:
 - There must be a blank line between the text block and the comment for the
   comment to be properly interpreted as a comment.
 - There must not be two blank lines between the two list items, once the
   comment is ignored. Otherwise, the generated output produces two separate
   lists. This a perceptibly different amount of padding compared to when they
   were structurally part of the same list in HTML output, since Godot adds
   extra padding around `<ul>` tags.
Co-authored-by: A Thousand Ships <[email protected]>
Co-authored-by: Raul Santos <[email protected]>
Co-authored-by: A Thousand Ships <[email protected]>
Co-authored-by: Raul Santos <[email protected]>
…s.rst autoloads_versus_internal_nodes.rst

remove 'a' from "share a variables"
Fix grammar in one sentence
Add reference to mentioned node
 Add info to turn off preview sunlight before working with 3D shader lighting in 'Your first 3D shader'.
Mono SDK isn't necessary any more for Godot .NET to work properly on Linux. All functionality that was needed from Mono back then is now provided by .NET proper.

I fear Mono SDK might even cause some conflict with up-to-date .NET.
2D movement overview - Click-and-move - use actions
This was referenced Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.