I have changed the ImageMagick command to use ``magick`` instead of ``magick convert``. Using ``magick convert``, as directed by this article gave me a depreciation message which read: "WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert"". I looked around, and using ``magick convert`` used to run this command with backwards compatibility for the IMv6 way of formatting. The formatting for this command didn't change, so it would be more correct to just use ``magick``. Additionally, this backwards compatibility was removed at some point and ``magick convert`` no longer executes and instead just gives the warning detailed above.
This is focused on creating non-game applications, with
recommended settings and best practices.
This also updates List of features for 4.6.
Co-authored-by: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
This is focused on creating non-game applications, with
recommended settings and best practices.
This also updates List of features for 4.6.
Co-authored-by: Pāvels Nadtočajevs <7645683+bruvzg@users.noreply.github.com>
This follows the documentation writing guidelines, specifically
the "When to refer to a specific Godot version" section.
This also removes warning blocks for a known issue that was resolved in Godot 4.5.
Once the issue is resolved, it could support Compatibility but not
Forward+/Mobile due to these renderers requiring a feature the iOS
simulator doesn't support (image cube arrays).
Since the instructions are basically identical to iOS, this links
to the respective iOS exporting/compiling pages (with a reminder
that visionOS support is still limited for now).
Previously, many paragraphs in the documentation used `::` at the end of a line
as a replacement for a single colon (and `::` on the following line).
Due to this, the `::` was part of the extracted string for localization.
Weblate also showed a warning about the trailing `::`, as it's not
normally expected to be there.
This change requires translators to revalidate all modified strings.
However, considering many of those have broken code blocks due to translators
replacing `::` with `:`, it can be a good idea.
This also adds documentation writing guidelines for code blocks and admonitions.
This commit does not modify existing admonitions in any way (as this would
lead to a much larger diff, and require more localizable text to be revalidated
by translators).