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

Fix "Unrecognized Option" error when using Criterion-specific arguments in benchmarks A-Cross-Cutting Impacts the entire engine C-Benchmarks Stress tests and benchmarks used to measure how fast things are C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#17222 opened Jan 7, 2025 by BD103 Loading…
Move TextureAtlas and friends into bevy_image A-Rendering Drawing game state to the screen 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#17219 opened Jan 7, 2025 by mgi388 Loading…
bevy_mesh: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] A-Rendering Drawing game state to the screen 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
#17218 opened Jan 7, 2025 by LikeLakers2 Loading…
Remove temporary iOS workaround A-Windowing Platform-agnostic interface layer to run your app in C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy O-iOS Specific to the iOS mobile operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17217 opened Jan 7, 2025 by chompaa Loading…
Stop automatically generating meta files for assets while using asset processing. A-Assets Load files from disk to use for things like images, models, and sounds D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17216 opened Jan 7, 2025 by andriyDev Loading…
Improved Command Errors A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Complex Quite challenging from either a design or technical perspective. Ask for help! 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
#17215 opened Jan 7, 2025 by cart Loading… 0.16
bevy_ptr: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] A-Pointers Relating to Bevy pointer abstractions C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#17214 opened Jan 7, 2025 by LikeLakers2 Loading…
bevy_window: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] A-Windowing Platform-agnostic interface layer to run your app in 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
#17213 opened Jan 7, 2025 by LikeLakers2 Loading…
Reflect bevy_input_focus A-Input Player input via keyboard, mouse, gamepad, and more A-UI Graphical user interfaces, styles, layouts, and widgets 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
#17212 opened Jan 7, 2025 by chompaa Queued 0.16
Use multi_draw_indirect_count where available, in preparation for two-phase occlusion culling. 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! S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17211 opened Jan 7, 2025 by pcwalton Loading… 0.16
bevy_time: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] A-Time Involves time keeping and reporting C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#17210 opened Jan 7, 2025 by LikeLakers2 Loading…
Add Image constructor specialised for rendering to a texture A-Rendering Drawing game state to the screen 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17209 opened Jan 7, 2025 by tigregalis Loading…
Fix scale_factor_override not used in window creation A-Windowing Platform-agnostic interface layer to run your app in 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
#17208 opened Jan 7, 2025 by chompaa Loading…
Use as _ to avoid namespace pollution A-Cross-Cutting Impacts the entire engine C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#17207 opened Jan 7, 2025 by BenjaminBrienen Loading…
Per world access lists and utils A-App Bevy apps and plugins A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes 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
#17198 opened Jan 6, 2025 by ElliottjPierce Loading…
Make EntityMapper fallible A-ECS Entities, components, systems, and events A-Networking Sending data between clients, servers and machines D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17197 opened Jan 6, 2025 by cBournhonesque Loading…
Allow opting-out of check_visibility system and creation of their own A-Rendering Drawing game state to the screen 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-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#17189 opened Jan 6, 2025 by Phoqinu Loading…
Run example validation jobs on ubuntu-latest A-Build-System Related to build systems or continuous integration D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Linux Specific to the Linux desktop operating system S-Blocked This cannot move forward until something else changes
#17169 opened Jan 5, 2025 by rparrett Loading…
[InstanceInputUniformBuffer::remove] could cause incorrect behaviour. A-Rendering Drawing game state to the screen 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
#17166 opened Jan 5, 2025 by Bleachfuel Draft
Relax documented safety requirements for *_assume_mut A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Unsafe Touches with unsafe code in some way S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#17140 opened Jan 4, 2025 by vil-mo Loading…
bevy_core_pipeline: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17137 opened Jan 4, 2025 by LikeLakers2 Loading…
Support texture atlases in CustomCursor::Image A-Windowing Platform-agnostic interface layer to run your app in 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 S-Blocked This cannot move forward until something else changes X-Contentious There are nontrivial implications that should be thought through
#17121 opened Jan 3, 2025 by mgi388 Loading…
Update render_resource gpu buffer doc comments A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17118 opened Jan 3, 2025 by Weshnaw Loading…
Add NameOrEntity::get_from_query method A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#17077 opened Jan 1, 2025 by Olle-Lukowski Loading…
Improved Text2d glyph batching A-Rendering Drawing game state to the screen A-Text Rendering and layout for characters 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17041 opened Dec 30, 2024 by ickshonpe Loading…
ProTip! Follow long discussions with comments:>50.