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

Add scroll functionality to bevy_picking
#17704 opened Feb 6, 2025 by colepoirier Loading…
Generalized and atomic staging utils A-Utils Utility functions and types C-Feature A new feature, making something new possible 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
#17701 opened Feb 6, 2025 by ElliottjPierce Loading…
Retain bins from frame to frame. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17698 opened Feb 5, 2025 by pcwalton Loading…
Shorten the 'world lifetime returned from QueryLens::query(). A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide P-Unsound A bug that results in undefined compiler behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17694 opened Feb 5, 2025 by chescock Loading…
Primitive 3d custom tangents A-Math Fundamental domain-agnostic mathematical operations C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Blocked This cannot move forward until something else changes
#17691 opened Feb 5, 2025 by hukasu Draft
Add checked methods to add vertex attributes to mesh only if values is not empty 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
#17690 opened Feb 5, 2025 by hukasu Loading…
Improved Entity Mapping and Cloning A-ECS Entities, components, systems, and events A-Networking Sending data between clients, servers and machines A-Scenes Serialized ECS data stored on the disk C-Bug An unexpected or incorrect behavior C-Usability A targeted quality-of-life change that makes Bevy easier to use M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide P-High This is particularly urgent, and deserves immediate attention S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17687 opened Feb 5, 2025 by cart Loading… 0.16
Add relative position reporting to UI picking 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 D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17681 opened Feb 4, 2025 by bytemunch Loading…
Use dual-source blending for rendering the sky A-Rendering Drawing game state to the screen 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
#17672 opened Feb 4, 2025 by ecoskey Loading… 0.16
Skip camera look ups in queue uinodes A-UI Graphical user interfaces, styles, layouts, and widgets C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17668 opened Feb 3, 2025 by ickshonpe Loading…
added an example showing how to use with_rect A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17664 opened Feb 3, 2025 by fjkorf Loading…
Remove camera from UiBatch A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets C-Code-Quality A section of code that is hard to understand or change C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17663 opened Feb 3, 2025 by ickshonpe Loading…
Add a RelatedTo filter for querying relations 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! D-Unsafe Touches with unsafe code in some way S-Blocked This cannot move forward until something else changes
#17649 opened Feb 2, 2025 by alice-i-cecile Draft
4 of 5 tasks
Add user supplied mesh tag A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#17648 opened Feb 2, 2025 by tychedelia Loading… 0.16
Improve cubic segment bezier functionality
#17645 opened Feb 2, 2025 by hocop Loading…
Better macro errors for get_struct_fields A-Utils Utility functions and types 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
#17639 opened Feb 2, 2025 by ecoskey Loading…
Respect viewport position in coordinate conversion functions A-Math Fundamental domain-agnostic mathematical operations 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
#17633 opened Feb 1, 2025 by Novakasa Loading… 0.16
As-needed change detection A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible C-Performance A change motivated by improving speed, memory usage or compile times D-Unsafe Touches with unsafe code in some way M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Needs-Release-Note Work that should be called out in the blog due to impact X-Contentious There are nontrivial implications that should be thought through
#17629 opened Feb 1, 2025 by SpecificProtagonist Draft
Allow SceneMapSerializer to accept Box<dyn Reflect>s as well A-Scenes Serialized ECS data stored on the disk C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Design This issue requires design work to think about how it would best be accomplished
#17622 opened Jan 31, 2025 by aecsocket Draft
Extract sprites into a Vec A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17619 opened Jan 30, 2025 by ickshonpe Loading… 0.16
Fix update_image_content_size_system to use the camera target's scale factor A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#17614 opened Jan 30, 2025 by ickshonpe Loading…
Query by Indexed Component Value 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 X-Controversial There is active debate or serious implications around merging this PR
#17608 opened Jan 30, 2025 by bushrat011899 Loading… 0.16
Support decibels in bevy_audio::Volume A-Audio Sounds playback and modification 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Contentious There are nontrivial implications that should be thought through
#17605 opened Jan 29, 2025 by mgi388 Loading…
Encapsulate cfg(feature = "track_location") in a type. A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change 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 X-Controversial There is active debate or serious implications around merging this PR
#17602 opened Jan 29, 2025 by chescock Loading…
ProTip! Exclude everything labeled bug with -label:bug.