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

Create new NonSendMarker
#18301 opened Mar 13, 2025 by joshua-holmes Draft
Fixed Reflect derive macro on empty enums (#18277) A-Reflection Runtime information about types 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
#18298 opened Mar 13, 2025 by Wuketuke Loading…
Shrink from_reflect_with_fallback A-Reflection Runtime information about types 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-Blocked This cannot move forward until something else changes S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18296 opened Mar 13, 2025 by SpecificProtagonist Loading…
Fix nested immediate asset loading. 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
#18295 opened Mar 13, 2025 by andriyDev Loading… 0.16
Update log_layers_ecs example for children macro A-ECS Entities, components, systems, and events A-UI Graphical user interfaces, styles, layouts, and widgets C-Examples An addition or correction to our examples D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18293 opened Mar 13, 2025 by krunchington Loading…
Update getrandom requirement from 0.2.0 to 0.3.1 C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18287 opened Mar 13, 2025 by mnmaita Loading…
Update accesskit and accesskit_winit requirements A-Accessibility A problem that prevents users with disabilities from using Bevy C-Dependencies A change to the crates that Bevy depends on D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#18285 opened Mar 12, 2025 by mnmaita Loading…
bevy_reflect: Deprecate PartialReflect::clone_value 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#18284 opened Mar 12, 2025 by MrGVSV Loading… 0.16
Add process cpu/memory usage to SystemInformationDiagnosticsPlugin A-Diagnostics Logging, crash handling, error reporting and performance analysis 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
#18279 opened Mar 12, 2025 by tjlaxs Loading… 0.16
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…
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…
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 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
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… 0.16
ProTip! Follow long discussions with comments:>50.