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

[pull] master from godotengine:master #83

Merged
merged 78 commits into from
Dec 20, 2024
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 20, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Repiteo and others added 30 commits October 24, 2024 10:22
This makes one-click deploy make use of remote debugging, so that
you can see output from the remote device, run the debugger and use
the monitor and performance/network profilers.
This prevents the antialiasing feather from becoming too wide
at viewport sizes higher than the default, which can lead to blurry visuals.

This is adjusted to account for the 2D scale factor returned on the root
Window, so it takes both the `canvas_items` scaling and
`content_scale_factor` into account.
…parse_latin1`, `parse_wstring`, `parse_utf32`).
Fixes two errors related to the normal, tangent,
and bitangent vectors, namely normals not always
being inverted on backfaces, and normalization
being reversed from what MikkTSpace expects.
Fix Rect of texture to take window and stretch transform into account.

There is no need for `viewport_attach_to_screen` for embedded windows,
since their display is handled via `Viewport::_sub_window_update`.
Co-authored-by: kobewi <[email protected]>
Co-authored-by: yesfish <[email protected]>
Co-authored-by: Álex Román Núñez <[email protected]>
Remove default value from `volume_linear` property documentation

Remove `volume_linear` internal property from `AudioBusLayout`

Update doc/classes/AudioEffectAmplify.xml [no ci]

Co-authored-by: A Thousand Ships <[email protected]>

Make documentation more concise [no ci]
Fixes early navigtion path return.
Add `volume_linear` property and getter/setter methods for audio-related classes
…st-for-stretch-scale

Adjust StyleBoxFlat antialiasing to account for 2D stretch scale
…ndow-mode

Fix closing dropdown on EditorResourcePicker in Single Window Mode
Separate sky luminance and brightness calculations for consistent fog
Add `LocalVector` move semantics (constructor and operator=).
Add move semantics (constructor, operator=) to `List`.
Remove unused headers in core
Rename `String::copy_from` functions to their respective encodings (`parse_latin1`, `parse_wstring`, `parse_utf32`).
Add UndoRedo support to Load Emission Mask/Points
…eploy-debug

Enable Deploy with Remote Debug by default in the editor
…nsform

Add a warning for when the scene root node is transformed
[GDScript] Fix `Packed*Array` `OP_IN` using low precision int and float as input.
…-highlight

Highlight hovered `GraphEdit` connection by widening the line
Document limitations of refraction from using screen texture
Fix early navigtion path return
Betsy: Fix stack-use-after-scope when using BC3 and BC5
Metal: Add support for 2017 era iOS devices
LightmapGI: Fix crash during baking when sky is null
[Windows, FileDialog] Prepend drive letter to the absolute paths without drive letter.
[EditorFileDialog] Do not update file selection on filter change if nothing was previously selected.
Abstract `CowData`'s reallocations into `_realloc` to consolidate duplicate logic.
Optimize `CowData` and `LocalVector` functions `.insert` and `.remove_at` by using move semantics.
@pull pull bot added the ⤵️ pull label Dec 20, 2024
@pull pull bot merged commit 89001f9 into jcalifornia:master Dec 20, 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.