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

Proof of concept StateRegistry
#13757 opened Jun 8, 2024 by MiniaczQ Draft
Document trace_tracy_memory in profiling.md
#13755 opened Jun 8, 2024 by theotherphil Loading…
make App implement Send again A-App Bevy apps and plugins 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
#13754 opened Jun 8, 2024 by cBournhonesque Loading… 0.14
Remove unused mip_bias parameter from apply_normal_mapping A-Rendering Drawing game state to the screen C-Code-Quality A section of code that is hard to understand or change
#13752 opened Jun 8, 2024 by JMS55 Loading… 0.14
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
Improve error handling for AssetServer::add_async A-Assets Load files from disk to use for things like images, models, and sounds 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
#13745 opened Jun 8, 2024 by JoJoJet Loading… 0.14
13743 app exit hang A-Windowing Platform-agnostic interface layer to run your app in 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
#13744 opened Jun 8, 2024 by tychedelia Loading… 0.14
Stable interpolation and smooth following A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Contentious There are nontrivial implications that should be thought through
#13741 opened Jun 7, 2024 by mweatherley Loading…
Update serialize flag for bevy_ecs 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
#13740 opened Jun 7, 2024 by cBournhonesque Loading… 0.14
Clear messed up feature flag on AppExitStates impl A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior P-Compile-Failure A failure to compile Bevy apps S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13737 opened Jun 7, 2024 by bugsweeper Loading… 0.14
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-Needs-Review Needs reviewer attention (from anyone!) to move forward 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
initial work towards ordering schedules within state transition groups A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior
#13724 opened Jun 6, 2024 by lee-orr Draft 0.14
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…
Add segments to ExtrusionBuilder A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature D-Straightforward Simple bug fixes and API improvements, docs, test and examples X-Uncontroversial This work is generally agreed upon
#13719 opened Jun 6, 2024 by lynn-lumen Loading…
Align Scene::write_to_world_with to match DynamicScene::write_to_world_with 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-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-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
#13714 opened Jun 6, 2024 by dmyyy Loading…
Add feature requirement info to image loading docs A-Rendering Drawing game state to the screen 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 X-Uncontroversial This work is generally agreed upon
#13712 opened Jun 6, 2024 by bugsweeper Loading…
Make gLTF node children Handle instead of objects A-Assets Load files from disk to use for things like images, models, and sounds A-Rendering Drawing game state to the screen C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Performance A change motivated by improving speed, memory usage or compile times 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
#13707 opened Jun 6, 2024 by freiksenet Loading…
Fix phantom key presses in winit on focus change (#13299) A-Input Player input via keyboard, mouse, gamepad, and more C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples 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
#13696 opened Jun 5, 2024 by hut Loading…
Start a built-in postprocessing stack, and implement chromatic aberration in it. A-Rendering Drawing game state to the screen C-Enhancement A new feature 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
#13695 opened Jun 5, 2024 by pcwalton Loading… 0.15
Poll system information in separate tasks A-Dev-Tools Tools used to debug Bevy applications. A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Performance A change motivated by improving speed, memory usage or compile times
#13693 opened Jun 5, 2024 by Brezak Loading…
Remove WinitEvents that aren't emitted A-Windowing Platform-agnostic interface layer to run your app in 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 X-Contentious There are nontrivial implications that should be thought through
#13692 opened Jun 5, 2024 by UkoeHB Loading…
Upstream CorePlugin from bevy_mod_picking A-Picking Pointing at and selecting objects of all sorts 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-Blessed Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#13677 opened Jun 5, 2024 by NthTensor Loading… 0.15
Hide some re-exports by default. A-Cross-Cutting Impacts the entire engine 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged X-Contentious There are nontrivial implications that should be thought through
#13673 opened Jun 4, 2024 by mintlu8 Loading…
ProTip! Adding no:label will show everything without a label.