-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
don't mark as modified removed asset if the are RENDER_WORLD only
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
Don't restrict the scene viewer to loading assets from approved paths.
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Examples
An addition or correction to our examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18828
opened Apr 13, 2025 by
pcwalton
Loading…
Added derive Reflect to UntypedHandle and UntypedAssetId
#18827
opened Apr 13, 2025 by
fredericvauchelles
Loading…
Expose the output curve type in with_derivative
A-Math
Fundamental domain-agnostic mathematical operations
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
#18826
opened Apr 13, 2025 by
mweatherley
Loading…
Fix the ordering of the systems introduced in #18734.
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
Fix wrong method call in relationship replacement command
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Create Utility functions and types
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
bevy_platform::cfg
for viral feature management
A-Utils
#18822
opened Apr 12, 2025 by
bushrat011899
Loading…
Scoped EntityRef/Mut 🔬
A-ECS
Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
D-Unsafe
Touches with unsafe code in some way
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
Rename App-level states machines
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
X-Contentious
There are nontrivial implications that should be thought through
StateScoped
to DespawnOnExitState
and add DespawnOnEnterState
A-States
#18818
opened Apr 12, 2025 by
mgi388
Loading…
Fix the extended_material example on WebGL2
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Derive clone
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Macros
Code that generates Rust code
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18811
opened Apr 11, 2025 by
Bleachfuel
Loading…
Per world error handler
A-ECS
Entities, components, systems, and events
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Use never_say_never hack to work around Rust 2024 regression for fn traits
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
Remove configurable_error_handler feature
A-ECS
Entities, components, systems, and events
D-Unsafe
Touches with unsafe code in some way
S-Needs-Benchmarking
This set of changes needs performance benchmarking to double-check that they help
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Column change detection for immutable components
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
M-Needs-Release-Note
Work that should be called out in the blog due to impact
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#18788
opened Apr 10, 2025 by
notmd
Loading…
Implement Utility functions and types
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Serialize
/Deserialize
for Hashed<V, S>
A-Utils
#18786
opened Apr 10, 2025 by
TehPers
Loading…
The toml workflow job will now install taplo-cli using cargo-binstall
A-Build-System
Related to build systems or continuous integration
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18773
opened Apr 9, 2025 by
LikeLakers2
Loading…
Basic inherited components/entity prefabs
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
M-Needs-Release-Note
Work that should be called out in the blog due to impact
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Controversial
There is active debate or serious implications around merging this PR
#18767
opened Apr 8, 2025 by
eugineerd
Loading…
Generic Entities, components, systems, and events
C-Feature
A new feature, making something new possible
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
SystemParam
impls for Option
and Result
A-ECS
#18766
opened Apr 8, 2025 by
chescock
Loading…
Create a Entities, components, systems, and events
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
When
system param wrapper for skipping systems that fail validation
A-ECS
Previous Next
ProTip!
Filter pull requests by the default branch with base:main.