Skip to content

Pull requests: bevyengine/bevy

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Add Mac OS tracy info to profiling docs A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy O-MacOS Specific to the MacOS (Apple) desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#13826 opened Jun 12, 2024 by mweatherley Loading…
add debug logging to ascertain the base bath the asset server is using A-Assets Load files from disk to use for things like images, models, and sounds 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
#13820 opened Jun 12, 2024 by alphastrata Draft
AssetPack syntax sugar for static assets A-Assets Load files from disk to use for things like images, models, and sounds 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
#13819 opened Jun 11, 2024 by ecoskey Loading…
Created an EventMutator for when you want to mutate an event before reading 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-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#13818 opened Jun 11, 2024 by BobG1983 Loading…
Fix is_plugin_added::<Self>() being true during build A-App Bevy apps and plugins C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13817 opened Jun 11, 2024 by kristoff3r Loading… 0.14
Fix meshlet interactions with regular shading passes A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#13816 opened Jun 11, 2024 by JMS55 Draft 0.14
2
reduce the antialias strength 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
#13814 opened Jun 11, 2024 by hymm Loading… 0.14
Added peeking to EventReader 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
#13809 opened Jun 11, 2024 by BobG1983 Loading…
Checking points when creating CubicBezier (#13726) 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-Usability A simple quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13805 opened Jun 11, 2024 by Wuketuke Draft
Implement the infrastructure needed to support portals and mirrors. A-Math Fundamental domain-agnostic mathematical operations A-Rendering Drawing game state to the screen C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#13797 opened Jun 10, 2024 by pcwalton Draft 0.15
derive(SystemParam) better lifetime param (#10331) A-ECS Entities, components, systems, and events C-Usability A simple quality-of-life change that makes Bevy easier to use D-Macros Code that generates Rust code S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13794 opened Jun 10, 2024 by Wuketuke Loading…
Update to glam 0.28 A-Math Fundamental domain-agnostic mathematical operations C-Dependencies A change to the crates that Bevy depends on C-Performance A change motivated by improving speed, memory usage or compile times S-Blocked This cannot move forward until something else changes
#13792 opened Jun 10, 2024 by superdump Loading… 0.15
Use a unstable sort to sort component ids in bevy_ecs A-ECS Entities, components, systems, and events C-Code-Quality A section of code that is hard to understand or change C-Performance A change motivated by improving speed, memory usage or compile times D-Domain-Agnostic Can be tackled by anyone with generic programming or Rust skills D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13789 opened Jun 10, 2024 by Brezak Loading…
Update accesskit requirement from 0.14 to 0.15 A-Accessibility A problem that prevents users with disabilities from using Bevy 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!
#13787 opened Jun 10, 2024 by dependabot bot Loading…
Assetv2: Unprocessed asset meta defaults. A-Assets Load files from disk to use for things like images, models, and sounds C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact 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 X-Contentious There are nontrivial implications that should be thought through
#13785 opened Jun 9, 2024 by brandon-reinhart Loading…
Print warning when using llvmpipe A-Rendering Drawing game state to the screen 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 X-Contentious There are nontrivial implications that should be thought through
#13780 opened Jun 9, 2024 by msvbg Loading…
Sample Transform from an AnimationClip A-Animation Make things move and change over time 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
#13778 opened Jun 9, 2024 by mintlu8 Draft
Add example enum Component usage to ecs_guide 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 X-Contentious There are nontrivial implications that should be thought through
#13777 opened Jun 9, 2024 by theotherphil Loading…
add helper method Query::with_entity A-ECS Entities, components, systems, and events C-Enhancement A new feature 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
#13764 opened Jun 9, 2024 by Nathan-Fenner Draft
Add Display implementation to DebugName. 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 X-Uncontroversial This work is generally agreed upon
#13760 opened Jun 8, 2024 by gagnus Loading…
Document trace_tracy_memory in profiling.md A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Docs An addition or correction to our documentation S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13755 opened Jun 8, 2024 by theotherphil Loading…
bug: Don't panic. Warn on missing file_watcher path. 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
#13747 opened Jun 8, 2024 by shanecelis Loading… 0.14
Cluster light probes using conservative spherical bounds. 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
#13746 opened Jun 8, 2024 by pcwalton Loading… 0.15
Fix bevy_core_pipeline and ktx2 dependencies A-Rendering Drawing game state to the screen 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 X-Controversial There is active debate or serious implications around merging this PR
#13734 opened Jun 7, 2024 by bugsweeper Draft 0.14
2
9
bevy_reflect: Allow parameters to be passed to type data 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
#13723 opened Jun 6, 2024 by MrGVSV Loading… 0.15
ProTip! Updated in the last three days: updated:>2024-06-09.