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

Windows CI example runner: back to using rust stable A-Build-System Related to build systems or continuous integration
#13863 opened Jun 15, 2024 by mockersf Loading…
remove inaccurate warning from in_state A-ECS Entities, components, systems, and events 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
#13862 opened Jun 15, 2024 by lee-orr Loading… 0.14
Change SceneInstanceReady to trigger an observer.
#13859 opened Jun 15, 2024 by komadori Loading…
text position: use size instead of bounds A-Text Rendering and layout for characters C-Bug An unexpected or incorrect behavior 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
#13858 opened Jun 15, 2024 by mockersf Loading… 0.14
Fix regression in #13714
#13855 opened Jun 15, 2024 by dmyyy Loading…
Update accesskit and accesskit_winit A-Accessibility A problem that prevents users with disabilities from using Bevy A-UI Graphical user interfaces, styles, layouts, and widgets C-Dependencies A change to the crates that Bevy depends on S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#13841 opened Jun 14, 2024 by jdm Loading… 0.14
Implement omnidirectional cameras for real-time reflection probes. 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
#13840 opened Jun 14, 2024 by pcwalton Loading… 0.15
Use a well defined type for sides in RegularPolygon 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 S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#13837 opened Jun 14, 2024 by NiseVoid Loading…
Fix to events par_read bug 13821 A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13836 opened Jun 13, 2024 by BobG1983 Loading… 0.14
Made some things in bevy_render Debug. 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#13830 opened Jun 13, 2024 by mintlu8 Loading…
Add first person view model example A-Accessibility A problem that prevents users with disabilities from using Bevy A-Rendering Drawing game state to the screen C-Examples An addition or correction to our examples 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
#13828 opened Jun 13, 2024 by janhohenheim Loading… 0.14
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 path 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13820 opened Jun 12, 2024 by alphastrata Loading…
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 meshlet interactions with regular shading passes 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
#13816 opened Jun 11, 2024 by JMS55 Loading… 0.14
2
7
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-Blocked This cannot move forward until something else changes 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#13789 opened Jun 10, 2024 by Brezak 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…
ProTip! Exclude everything labeled bug with -label:bug.