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

Switch to ImDocument in BevyManifest A-Utils Utility functions and types 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
#18272 opened Mar 12, 2025 by bushrat011899 Loading…
Update shader_prepass, testbed_2d, and first_person_view_model examples to use children! macro A-ECS Entities, components, systems, and events C-Examples An addition or correction to our examples D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18270 opened Mar 12, 2025 by krunchington Loading…
Add child! macro for single child 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 X-Contentious There are nontrivial implications that should be thought through
#18269 opened Mar 12, 2025 by krunchington Loading…
Remote entity reservation v2 A-ECS Entities, components, systems, and events C-Feature A new feature, making something new possible 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
#18266 opened Mar 11, 2025 by ElliottjPierce Loading…
FilteredResource returns a Result instead of a simple Option A-Reflection Runtime information about types 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 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
#18265 opened Mar 11, 2025 by andristarr Loading…
Bone attachments A-Animation Make things move and change over time 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-Needs-Design This issue requires design work to think about how it would best be accomplished X-Controversial There is active debate or serious implications around merging this PR
#18262 opened Mar 11, 2025 by hukasu Loading…
public function activeanimation update A-Animation Make things move and change over time 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-Testing Testing must be done before this is safe to merge S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#18258 opened Mar 11, 2025 by MushineLament Loading…
Generalize DiGraph/UnGraph 📊 A-ECS Entities, components, systems, and events 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
#18247 opened Mar 11, 2025 by ItsDoot Loading…
Fix surface validation errors in WSL2 environments during window resizing A-Rendering Drawing game state to the screen A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-Linux Specific to the Linux desktop operating system O-Windows Specific to the Windows desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward S-Needs-Testing Testing must be done before this is safe to merge
#18246 opened Mar 10, 2025 by tyler274 Loading…
Use ThinColumn in ComponentSparseSet 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18245 opened Mar 10, 2025 by ecoskey Loading…
2 of 3 tasks
Incorporate viewport position into clamping in camera_system A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18242 opened Mar 10, 2025 by mweatherley Loading…
Upgrade to cosmic-text 0.13 A-Text Rendering and layout for characters C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered 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
#18239 opened Mar 10, 2025 by rparrett Loading… 0.16
Let FilteredEntity(Ref|Mut) receive access when nested. A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior C-Feature A new feature, making something new possible D-Complex Quite challenging from either a design or technical perspective. Ask for help! 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 X-Uncontroversial This work is generally agreed upon
#18236 opened Mar 10, 2025 by chescock Loading…
Restore separate methods for World::get_many_entities A-ECS Entities, components, systems, and events 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 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
#18234 opened Mar 10, 2025 by chescock Loading…
Update smol_str requirement from 0.2 to 0.3 C-Dependencies A change to the crates that Bevy depends on S-Blocked This cannot move forward until something else changes
#18226 opened Mar 10, 2025 by dependabot bot Loading…
Update accesskit_winit requirement from 0.23 to 0.25 C-Dependencies A change to the crates that Bevy depends on S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
#18225 opened Mar 10, 2025 by dependabot bot Loading…
Update ui_test requirement from 0.23.0 to 0.29.1 C-Dependencies A change to the crates that Bevy depends on S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
#18223 opened Mar 10, 2025 by dependabot bot Loading…
Update getrandom requirement from 0.2.0 to 0.3.1 C-Dependencies A change to the crates that Bevy depends on
#18222 opened Mar 10, 2025 by dependabot bot Loading…
Provide a safe abstraction for split access to entities and commands A-ECS Entities, components, systems, and events 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 D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18215 opened Mar 9, 2025 by ItsDoot Loading… 0.16
Return an error when direct-nested-loading a subasset A-Assets Load files from disk to use for things like images, models, and sounds C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18213 opened Mar 9, 2025 by andriyDev Loading… 0.16
bevy_reflect: Add ReflectClone type data A-Reflection Runtime information about types 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
#18211 opened Mar 9, 2025 by MrGVSV Loading…
Re-introduce "Replace Ambient Lights with Environment Map Lights (#17482)" A-Rendering Drawing game state to the screen M-Deliberate-Rendering-Change An intentional change to how tests and examples are rendered 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
#18207 opened Mar 9, 2025 by SparkyPotato Loading…
move utilities from bevy_reflect/derive to bevy_macro_utils. A-Utils Utility functions and types 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
#18204 opened Mar 9, 2025 by Bleachfuel Loading…
Cleaner macros utilizing syn::Member 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 X-Uncontroversial This work is generally agreed upon
#18199 opened Mar 8, 2025 by Bleachfuel Loading…
Introduce public World::register_dynamic_bundle 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 D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18198 opened Mar 8, 2025 by urben1680 Loading…
ProTip! no:milestone will show everything without a milestone.