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 Transform Helper methods A-Transform Translations, rotations and scales 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15200 opened Sep 14, 2024 by Bayslak Loading…
Add various methods to get reflected components from EntityRef & friends A-Reflection Runtime information about types C-Enhancement A new feature D-Unsafe Touches with unsafe code in some way
#15199 opened Sep 14, 2024 by SkiFire13 Draft
Additive blending within animation graphs A-Animation Make things move and change over time A-Color Color spaces and color math C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact S-Needs-Design This issue requires design work to think about how it would best be accomplished
#15198 opened Sep 14, 2024 by aecsocket Draft
7 tasks
Rename push children to add children 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-Docs An addition or correction to our documentation 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15196 opened Sep 14, 2024 by nealtaylor98 Loading…
Fixing text sizes for examples A-Text Rendering and layout for characters C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#15190 opened Sep 13, 2024 by tjlaxs Loading…
System param for dynamic resources 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15189 opened Sep 13, 2024 by chescock Loading…
Support systems that take references as input A-ECS Entities, components, systems, and events 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 D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#15184 opened Sep 13, 2024 by ItsDoot Draft
2
2
Increase border_rect for TextureSlicer to match image A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples 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
#15177 opened Sep 12, 2024 by tjlaxs Loading…
Use FromReflect when extracting entities in dynamic scenes A-Reflection Runtime information about types A-Scenes Serialized ECS data stored on the disk 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#15174 opened Sep 12, 2024 by yrns Loading…
UI material border radius A-Rendering Drawing game state to the screen 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
#15171 opened Sep 12, 2024 by ickshonpe Loading…
Enable/disable UI anti-aliasing A-Rendering Drawing game state to the screen 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
#15170 opened Sep 12, 2024 by patrickariel Loading…
Rotation api extension A-Math Fundamental domain-agnostic mathematical operations C-Usability A simple 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-Uncontroversial This work is generally agreed upon
#15169 opened Sep 12, 2024 by RobWalt Loading…
Choose more descriptive field names for ReserveEntitiesIterator A-ECS Entities, components, systems, and events 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
#15168 opened Sep 12, 2024 by RobWalt Loading…
Add missing insert API commands A-ECS Entities, components, systems, and events 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#15166 opened Sep 11, 2024 by crvarner Loading… 0.15
Visibility range takes the model aabb into acount A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15164 opened Sep 11, 2024 by JoNil Loading…
use precomputed border values A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets 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 C-Code-Quality A section of code that is hard to understand or change S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15163 opened Sep 11, 2024 by ickshonpe Loading…
Enable clippy::check-private-items so that missing_safety_doc will apply to private functions as well A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15161 opened Sep 11, 2024 by 13ros27 Loading…
Use HashTable in DynamicMap and fix bug in remove A-Reflection Runtime information about types 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
#15158 opened Sep 11, 2024 by SkiFire13 Loading…
Do not re-check visibility or re-render shadow maps for point and spot lights for each view 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
#15156 opened Sep 11, 2024 by coreh Loading…
bevy_reflect: Add FunctionRegistry::call A-Reflection Runtime information about types C-Usability A simple quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15148 opened Sep 10, 2024 by MrGVSV Loading… 0.15
bevy_reflect: Automatic arg count validation A-Reflection Runtime information about types C-Usability A simple quality-of-life change that makes Bevy easier to use D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15145 opened Sep 10, 2024 by MrGVSV Loading… 0.15
Add a TimedCommands SystemParam A-ECS Entities, components, systems, and events A-Time Involves time keeping and reporting 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-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#15139 opened Sep 10, 2024 by ItsDoot Loading…
Add examples for runtime manipulation of asset handles (WIP) A-Assets Load files from disk to use for things like images, models, and sounds C-Examples An addition or correction to our examples S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#15138 opened Sep 10, 2024 by richchurcher Draft
Add Mutated query filter and DetectChanges::is_mutated 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 D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Controversial There is active debate or serious implications around merging this PR
#15132 opened Sep 10, 2024 by ItsDoot Loading…
bevy_reflect: Deserialize dynamics 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-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
#15131 opened Sep 10, 2024 by MrGVSV Loading…
ProTip! Updated in the last three days: updated:>2024-09-11.