Miles Silberling-Cook

Results 17 issues of Miles Silberling-Cook

Description: After switching games specific players (possibly only staff) sometimes continue to get chats from specific players in old games. Steps (kinda): Moira was spectating a game (G1), and ben...

bug

The Terms and Conditions popup occupies the whole screen on mobile devices, and cannot be dismissed. Workaround is to view the desktop site, then go back to mobile view.

bug
good for first timers

This PR builds heavily off the initial work done by https://github.com/bevyengine/bevy/pull/7839. Thanks @maniwani

C-Usability
A-App
C-Breaking-Change
S-Controversial

Simple follow-up to https://github.com/bevyengine/bevy/pull/11128. Adds the correct window ref to touch pointer events.

# Objective Currently we traverse every tree in the entity hierarchy top-to-bottom every frame to update transforms. We iterate separate trees in parallel, but in practice (and especially when loading...

C-Performance
A-Transform
D-Complex
S-Needs-Benchmarking

Continuing work for https://github.com/gleam-lang/gleam/pull/2153. Add a way to create a collection of projects which all use a single manifest and pin the same version of any given package. This would...

help wanted
discussion
priority:low

Adding the dependency `nibble = "~> 1.0.0-rc2"` produces the following error ``` error: Dependency resolution failed An error occurred while determining what dependency packages and versions should be downloaded. The...

help wanted
priority:low

It would be nice to be able to use `gleam deps update ` to update specific packages. Use case: When local dependencies get merged we will have to update them...

help wanted
priority:low

This PR adds a summary of the bevy's rendering crates as of 0.13. It is a work in progress, and absolutely contains omissions and mistakes. Please let me know if...

A-Book
C-Content
S-Waiting-On-Author

# Objective Add basic bubbling to observers, modeled off `bevy_eventlistener`. ## Solution - Introduce a new `Traversal` trait for components which point to other entities. - Provide a default `TraverseNone:...

C-Enhancement
A-ECS
C-Breaking-Change
A-Hierarchy
C-Needs-Release-Note
X-Blessed
S-Waiting-on-Author
A-Picking