Results 90 issues of Rob Parrett

## Bevy version main bisected to #15812 ## Relevant system information SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" } AdapterInfo...

C-Bug
S-Needs-Triage

## Bevy version main This is difficult to bisect. But here's how this example's behavior has evolved since it was added. commit bfcb19a871559d988f4452cd9c60898ef186bdda Date: Wed Jul 31 14:24:58 2024 -0400...

C-Bug
A-Rendering
C-Examples
P-Regression
S-Ready-For-Implementation
D-Straightforward

## Bevy version 0.14 / main ## What you did Noticed some small inconsistencies between `Time`, `Timer` and `Stopwatch` while refactoring. ## What went wrong This may not be totally...

D-Trivial
C-Code-Quality
S-Ready-For-Implementation
A-Time

## Bevy version main ## What you did `cargo run --example random_sampling` Added in #13507 `cargo run --example sampling_primitives` Added in #13519 ## What went wrong These examples appear to...

C-Bug
D-Trivial
C-Examples
A-Math
S-Ready-For-Implementation

## Bevy version main, since #13497 ## Relevant system information SystemInfo { os: "MacOS 14.5 ", kernel: "23.5.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" } AdapterInfo {...

C-Bug
A-Rendering

`ColliderDebugColor` now contains an `Hsla`, which means the user's colors now need to undergo conversion from (User's color space if not `Hsla`) -> `Hsla`-> `Color` (no color space conversion here)...

I am attempting to work around #457 and encountered what I think may be a separate bug. I suspect it might be a separate bug because there are no non-default...

To repro: - Add a dynamic rigidbody - Configure rapier so that gravity is disabled (`Vec3::ZERO`) - Wait for the rigidbody to go to sleep - Enable gravity And observe...

C-Enhancement
D-Easy
P-Low
A-Integration
C-Performance

## Bevy version `0.15`. This issue appeared at some point during the RC process. LIkely https://github.com/bevyengine/bevy/pull/16401. ## What you did ```toml [dev-dependencies.bevy] version = "0.15" default-features = false features =...

C-Bug
D-Trivial
A-Windowing
P-Crash
S-Ready-For-Implementation

## Bevy version 0.15.0-rc.3 ## Relevant system information AdapterInfo { name: "ANGLE (Apple, ANGLE Metal Renderer: Apple M1 Max, Unspecified Version)", vendor: 4203, device: 0, device_type: IntegratedGpu, driver: "", driver_info:...

C-Bug
A-Rendering
P-Crash
S-Needs-Investigation