Skip to content

Pull requests: bevyengine/bevy

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
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 QueryData derive compile errors A-ECS 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
#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
#15690 opened Oct 7, 2024 by ecoskey Loading… 0.15
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 leafwing-input-manager. A-Input 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
#15685 opened Oct 6, 2024 by pcwalton Loading… 0.15
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
#15675 opened Oct 6, 2024 by mockersf Loading… 0.15
Add the functions start_drag_move and start_drag_resize to Window A-Windowing 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
#15674 opened Oct 6, 2024 by IsseW Loading…
Unified Transform blend stack A-Animation 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
#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
#15654 opened Oct 4, 2024 by ShoyuVanilla Loading… 0.15
Deprecate get_or_spawn A-ECS 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
#15652 opened Oct 4, 2024 by Trashtalk217 Loading… 0.15
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
#15643 opened Oct 4, 2024 by JMS55 Loading… 0.15
ComponentHook based Relationships A-ECS Entities, components, systems, and events A-Hierarchy Parent-child entity hierarchies 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 C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#15635 opened Oct 3, 2024 by bushrat011899 Loading… 0.16
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
#15627 opened Oct 3, 2024 by alice-i-cecile Loading… 0.15
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 World::entity family of functions to take multiple entities and get multiple references back A-ECS 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
#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
#15611 opened Oct 3, 2024 by viridia Loading… 0.16
Watching versions of bevy/get and bevy/list with HTTP SSE A-Dev-Tools 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
#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 get_param(...) -> Option<Out> A-ECS 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
#15606 opened Oct 2, 2024 by MiniaczQ Draft
ProTip! What’s not been updated in a month: updated:<2024-09-07.