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.4 backport] Assorted documentation improvements #137

Merged
merged 49 commits into from
Nov 16, 2024

Conversation

GrahameGW and others added 30 commits November 14, 2024 15:20
in editor>editor settings>Text Editor>Theme, if you hover hover over "Engine Type Color", it has "Vector2", "Vector3"and "Color" as example but these are not Engine types. and their color is controlled by the "Base Type Color" setting. I discovered this while trying to customize my editor a bit more.
Add CanvasGroup information to clipping note
The y vector of a transform 2d was incorrectly described as pointing up.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
- Shortcut: Clarifies how matches_event() method compares events
- InputEvent: Clarifies is_match() method does not consider event states
Calinou and others added 19 commits November 14, 2024 18:38
Minor grammar fix to make the sentences flow better.
- Mention the units used for Skew in the inspector and code.
InputEventMouseMotion may fire when the mouse hasn't moved.
Also, it generally won't fire when the mouse stops moving.
This makes reliably detecting when the mouse isn't moving tricky.

Update the docs for InputEventMouseMotion to capture these caveats
and give guidance for the best way to detect lack of mouse movement.
This commit adds usage of the new (stringless) signal API.
This also adds an example sky shader for using a cubemap as a skybox.
This solution should be preferred to converting the cubemap texture
to a panorama sky, as that method implies a loss in quality compared
to the source cubemap.
@jss2a98aj jss2a98aj force-pushed the cherry-pick-4.4-docs branch from e669e2a to 5e32451 Compare November 14, 2024 23:39
@Bioblaze Bioblaze merged commit c7ad267 into blazium-engine:blazium-dev Nov 16, 2024
22 checks passed
@jss2a98aj jss2a98aj deleted the cherry-pick-4.4-docs branch November 17, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.