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

Redot merge #628

Merged
merged 110 commits into from
Oct 9, 2024
Merged

Redot merge #628

merged 110 commits into from
Oct 9, 2024

Conversation

Bioblaze
Copy link
Contributor

@Bioblaze Bioblaze commented Oct 9, 2024

No description provided.

shatyuka and others added 30 commits May 3, 2024 06:36
Also adds command-line option `--editor-pseudolocalization`
Parameters p_type, p_format, p_array_layers, p_depth_stencil are
ignored - MTLTexture (and the callee) already have this information
and is only relevant when reinterpreting or remaping the texture in
different ways.
Changes the Resource::generate_scene_unique_id() to be deterministic and
seedable.

Fixes #97110
This PR makes RID_Owner lock free for fetching values, this should give a very
significant peformance boost where used.

Some considerations:

* A maximum number of elements to alocate must be given (by default 256k).
* Access to the RID structure is still safe given they are independent from addition/removals.
* RID access was never really thread-safe in the sense that the contents of the data are not protected anyway. Each server needs to implement locking as it sees fit.
akien-mga and others added 26 commits October 4, 2024 22:43
Add submenu support to EditorContextMenuPlugin
Fix closing Theme Editor not actually closing it
…d_of_comments

Replace comments with printed warning for Metal on x86_64
[GraphEdit] Only print warning for connection layer deletion when justified
Configure MSAA properly in canvas renderer's pipelines.
Partially revert #96780, remove warnings from project/editor settings `_get`.
Fix quick open background panel style
…t repo (#151)

* Update config.yml

* Update bug_report.yml
[macOS] Update Vulkan SDK install script.
Points it to a redotengine URL.  Probably want to change depending on how our infrastructure is laid out following release.

I mainly wanted to raise awareness that this needs to be altered, preferably before a release (even if it points to a repo where there are no export templates available, just as long as it's not upstream servers).
…po-mirror-URL

Change export template repo mirror URL
…third-party-licenes-tab

Branding change on About->Third-party Licenses widget
…on-html-msgs

User viewable msgs changed for rebrand on HTML export dists
Updated README.md, CONTRIBTING.md, README logo and README Screenshot
@Bioblaze Bioblaze merged commit 62736ee into redot-merge-code Oct 9, 2024
42 of 43 checks passed
@RadenTheFolf RadenTheFolf deleted the redot-merge branch October 10, 2024 15:36
@RadenTheFolf RadenTheFolf restored the redot-merge branch October 10, 2024 16:47
@RadenTheFolf RadenTheFolf deleted the redot-merge branch October 10, 2024 16:51
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.