-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Update hashbrown requirement from 0.14.2 to 0.15.0
C-Dependencies
A change to the crates that Bevy depends on
#15696
opened Oct 7, 2024 by
dependabot
bot
Loading…
Fix a system ordering issue with motion blur for skinned meshes.
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#15693
opened Oct 7, 2024 by
pcwalton
Loading…
bevy_ecs: Replace panics in Entities, components, systems, and events
C-Code-Quality
A section of code that is hard to understand or change
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Macros
Code that generates Rust code
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
QueryData derive compile errors
A-ECS
#15691
opened Oct 7, 2024 by
MrGVSV
Loading…
Migrate bevy picking
A-ECS
Entities, components, systems, and events
A-Picking
Pointing at and selecting objects of all sorts
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
Use global clear color for camera driver node.
A-Rendering
Drawing game state to the screen
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
#15688
opened Oct 7, 2024 by
tychedelia
Loading…
Add some missing features from the gamepads-as-entities change that were needed to update Player input via keyboard, mouse, gamepad, and more
C-Regression
Functionality that used to work but no longer does. Add a test for this!
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
leafwing-input-manager.
A-Input
improve sub view example with dynamic viewports
A-Rendering
Drawing game state to the screen
C-Examples
An addition or correction to our examples
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#15681
opened Oct 6, 2024 by
m-edlund
Loading…
Read back full screen state from window on macOS
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#15678
opened Oct 6, 2024 by
coreh
Loading…
Add most common interpolations
A-Animation
Make things move and change over time
A-Math
Fundamental domain-agnostic mathematical operations
C-Needs-Release-Note
Work that should be called out in the blog due to impact
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
Add the functions Platform-agnostic interface layer to run your app in
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
S-Needs-Testing
Testing must be done before this is safe to merge
start_drag_move and start_drag_resize to Window
A-Windowing
#15674
opened Oct 6, 2024 by
IsseW
Loading…
Unified Make things move and change over time
C-Feature
A new feature, making something new possible
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Transform blend stack
A-Animation
#15665
opened Oct 5, 2024 by
mweatherley
•
Draft
fix: Skip some rendering logics when the viewport width or height is zero
A-Rendering
Drawing game state to the screen
A-Windowing
Platform-agnostic interface layer to run your app in
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
O-Windows
Specific to the Windows desktop operating system
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Deprecate Entities, components, systems, and events
C-Breaking-Change
A breaking change to Bevy's public API that needs to be noted in a migration guide
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
X-Contentious
There are nontrivial implications that should be thought through
get_or_spawn
A-ECS
Reduce compile time of bevy_ptr::OwnedPtr::make function
A-Pointers
Relating to Bevy pointer abstractions
C-Code-Quality
A section of code that is hard to understand or change
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
#15644
opened Oct 4, 2024 by
clarfonthey
Loading…
Per-meshlet compressed vertex data
A-Rendering
Drawing game state to the screen
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
ComponentHook based Relationships
A-ECS
Serialize and deserialize tuple struct with one field as newtype struct
A-Reflection
Runtime information about types
C-Breaking-Change
A breaking change to Bevy's public API that needs to be noted in a migration guide
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#15628
opened Oct 3, 2024 by
notmd
Loading…
Add more tools for traversing hierarchies
A-Hierarchy
Parent-child entity hierarchies
C-Needs-Release-Note
Work that should be called out in the blog due to impact
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
Support using FilteredResources with ReflectResource.
A-ECS
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
#15624
opened Oct 3, 2024 by
chescock
Loading…
Allow Entities, components, systems, and events
C-Breaking-Change
A breaking change to Bevy's public API that needs to be noted in a migration guide
C-Needs-Release-Note
Work that should be called out in the blog due to impact
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
D-Unsafe
Touches with unsafe code in some way
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
World::entity family of functions to take multiple entities and get multiple references back
A-ECS
#15614
opened Oct 3, 2024 by
ItsDoot
Loading…
Add "bevy_input_focus" crate.
A-Input
Player input via keyboard, mouse, gamepad, and more
A-Picking
Pointing at and selecting objects of all sorts
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Feature
A new feature, making something new possible
C-Needs-Release-Note
Work that should be called out in the blog due to impact
S-Needs-SME
Decision or review from an SME is required
X-Controversial
There is active debate or serious implications around merging this PR
Watching versions of Tools used to debug Bevy applications.
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
bevy/get and bevy/list with HTTP SSE
A-Dev-Tools
#15608
opened Oct 3, 2024 by
LiamGallagher737
Loading…
Track callsite for observers & hooks
A-ECS
Entities, components, systems, and events
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
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
#15607
opened Oct 3, 2024 by
SpecificProtagonist
Loading…
Optimize param validation through Entities, components, systems, and events
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
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-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
get_param(...) -> Option<Out>
A-ECS
Previous Next
ProTip!
What’s not been updated in a month: updated:<2024-09-07.