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

Consistency between wireframe2d and Wireframe3d
#14720 opened Aug 12, 2024 by eckz Loading…
Update naga_oil requirement from 0.14 to 0.15 C-Dependencies A change to the crates that Bevy depends on
#14716 opened Aug 12, 2024 by dependabot bot Loading…
implement proof of concept query filter Predicate A-ECS Entities, components, systems, and events C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR
#14715 opened Aug 12, 2024 by RobWalt Draft
4 tasks
View filter for batch_and_prepare_render_phase A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#14713 opened Aug 11, 2024 by re0312 Loading…
Document that impl_reflect can only be used from within bevy_reflect due to orphan rule A-Reflection Runtime information about types 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
#14705 opened Aug 11, 2024 by ariofrio Loading…
bevy_reflect: Store functions as DynamicClosure<'static> in FunctionRegistry A-Reflection Runtime information about types C-Usability A simple 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14704 opened Aug 11, 2024 by MrGVSV Loading… 0.15
Use #[doc(fake_variadic)] to improve docs readability A-App Bevy apps and plugins A-ECS Entities, components, systems, and events 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 X-Contentious There are nontrivial implications that should be thought through
#14703 opened Aug 11, 2024 by bash Draft
Implement Resource for () A-ECS Entities, components, systems, and events C-Usability A simple 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
#14702 opened Aug 10, 2024 by Lubba-64 Loading…
A Curve trait for general interoperation — Part II A-Cross-Cutting Impacts the entire engine A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature 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 X-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#14700 opened Aug 10, 2024 by mweatherley Loading… 0.15
hooking up observers and clicking for ui node A-Picking Pointing at and selecting objects of all sorts A-UI Graphical user interfaces, styles, layouts, and widgets C-Enhancement A new feature S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14695 opened Aug 10, 2024 by TotalKrill Loading…
Make bevy_math's libm feature use libm for all f32methods with unspecified precision A-Math Fundamental domain-agnostic mathematical operations C-Bug An unexpected or incorrect behavior C-Enhancement A new feature 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 X-Contentious There are nontrivial implications that should be thought through
#14693 opened Aug 10, 2024 by mweatherley Loading…
Use map_unchanged in reflection instead of creating a Mut manually. A-ECS Entities, components, systems, and events S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14692 opened Aug 10, 2024 by chescock Loading…
Remove redundant ArchetypeComponentId lookup in Res and ResMut A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14691 opened Aug 10, 2024 by chescock Loading…
Add query reborrowing A-ECS Entities, components, systems, and events C-Usability A simple quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14690 opened Aug 10, 2024 by SkiFire13 Loading…
Fix broken bezier curve benchmark A-Math Fundamental domain-agnostic mathematical operations C-Benchmarks Stress tests and benchmarks used to measure how fast things are C-Bug An unexpected or incorrect behavior D-Domain-Agnostic Can be tackled by anyone with generic programming or Rust skills 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
#14677 opened Aug 9, 2024 by mweatherley Loading…
Use Isometry in bevy_gizmos wherever we can A-Gizmos Visual editor and debug gizmos C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Usability A simple 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
#14676 opened Aug 9, 2024 by RobWalt Loading…
Observers overhaul: statically-typed multi-event-listening and safer dynamic-event-listening 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-Enhancement A new feature D-Complex Quite challenging from either a design or technical perspective. Ask for help! D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14674 opened Aug 9, 2024 by ItsDoot Loading…
2 tasks
Opportunistically use dense iter for archetypal iteration in Par_iter A-ECS Entities, components, systems, and events 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
#14673 opened Aug 9, 2024 by re0312 Loading… 0.15
document using ObserverState as filter for Observer Entitys A-ECS Entities, components, systems, and events C-Docs An addition or correction to our documentation S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#14669 opened Aug 8, 2024 by databasedav Loading… 0.15
Queries as Entities A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times S-Blocked This cannot move forward until something else changes
#14668 opened Aug 8, 2024 by Trashtalk217 Draft
Add trigger_map to support triggering mapped events A-ECS Entities, components, systems, and events C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14664 opened Aug 8, 2024 by cart Loading…
Adds storage buffer asset A-Rendering Drawing game state to the screen C-Enhancement A new feature S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14663 opened Aug 8, 2024 by tychedelia Loading…
Switch rotation & translation in grid gizmos A-Gizmos Visual editor and debug gizmos A-Math Fundamental domain-agnostic mathematical operations 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
#14656 opened Aug 8, 2024 by RobWalt Loading…
Identify a subset of texture formats suitable for rendering in preparation for #13146 A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change C-Usability A simple quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14654 opened Aug 8, 2024 by Brezak Loading…
New utility methods on InfinitePlane3d A-Math Fundamental domain-agnostic mathematical operations C-Usability A simple quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#14651 opened Aug 8, 2024 by RobWalt Loading…
ProTip! What’s not been updated in a month: updated:<2024-07-12.