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

Reorder PickSet::Focus systems A-Picking Pointing at and selecting objects of all sorts 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
#16791 opened Dec 12, 2024 by UkoeHB Loading…
box-shadow clipping fix A-Rendering Drawing game state to the screen 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
#16790 opened Dec 12, 2024 by ickshonpe Loading… 0.15.1
Introduce support for far culling when using PerspectiveProjection A-Rendering Drawing game state to the screen 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
#16789 opened Dec 12, 2024 by ptsd Loading…
Add std derives to SystemParam types A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16785 opened Dec 12, 2024 by spectria-limina Loading…
Replace FixedBitSet in Access and FilteredAccess with sorted vectors A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16784 opened Dec 12, 2024 by Trashtalk217 Loading…
Use explicitly added ApplyDeferred stages when computing automatically inserted sync points. 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16782 opened Dec 12, 2024 by andriyDev Loading…
Use one BevyManifest instance in proc macros C-Code-Quality A section of code that is hard to understand or change 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
#16766 opened Dec 11, 2024 by raldone01 Loading…
Introduce support for mixed lighting by allowing lights to opt out of contributing diffuse light to lightmapped objects. A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16761 opened Dec 11, 2024 by pcwalton Loading… 0.16
Add no_std support to bevy_ecs 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-Contentious There are nontrivial implications that should be thought through
#16758 opened Dec 10, 2024 by bushrat011899 Loading…
Make indirect drawing opt-out instead of opt-in, enabling multidraw by default. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times 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
#16757 opened Dec 10, 2024 by pcwalton Loading…
bevy_reflect: Add reflect_fn! macro A-Reflection Runtime information about types C-Feature A new feature, making something new possible 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
#16754 opened Dec 10, 2024 by MrGVSV Loading…
Higher quality lightmap sampling A-Rendering Drawing game state to the screen S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16740 opened Dec 10, 2024 by JMS55 Loading…
Improve ComputedNode accessibility 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
#16738 opened Dec 10, 2024 by UkoeHB Loading…
Update clipping rects in ui_layout_system 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
#16732 opened Dec 9, 2024 by ickshonpe Loading…
Making sure each plugin indicates its default group and feature when … A-App Bevy apps and plugins C-Docs An addition or correction to our documentation S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#16728 opened Dec 9, 2024 by seivan Loading…
BRP strict field in query A-Dev-Tools Tools used to debug Bevy applications. 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16725 opened Dec 9, 2024 by Leinnan Loading…
Update sysinfo requirement from 0.32.0 to 0.33.0 A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! X-Uncontroversial This work is generally agreed upon
#16722 opened Dec 9, 2024 by dependabot bot Loading…
Faster entity cloning A-ECS Entities, components, systems, and events A-Reflection Runtime information about types 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-Review Needs reviewer attention (from anyone!) to move forward
#16717 opened Dec 8, 2024 by eugineerd Loading… 0.16
Use frostbite's specular sampling direction for environment map light A-Rendering Drawing game state to the screen 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
#16711 opened Dec 8, 2024 by JMS55 Loading…
Remove COPY_DST from AsBindGroup uniform buffers 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
#16705 opened Dec 7, 2024 by JMS55 Loading…
Physical Shadow Softness Parameter A-Rendering Drawing game state to the screen C-Feature A new feature, making something new possible S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16698 opened Dec 6, 2024 by ecoskey Draft
Cache systems by S instead of S::System A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#16694 opened Dec 6, 2024 by benfrankel Loading…
Add some basic tests for easing functions A-Math Fundamental domain-agnostic mathematical operations C-Testing A change that impacts how we test Bevy or how users test their apps D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16675 opened Dec 6, 2024 by scottmcm Loading…
Fix scaling for UI debug overlay A-Dev-Tools Tools used to debug Bevy applications. A-UI Graphical user interfaces, styles, layouts, and widgets 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
#16669 opened Dec 5, 2024 by ickshonpe Loading… 0.15.1
Added with_component to EntityWorldMut, DeferredWorld, and World A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#16668 opened Dec 5, 2024 by bushrat011899 Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.