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

UI: Image fills aspect_ratio of texture dimensions A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior
#13381 opened May 15, 2024 by bugsweeper Loading…
Fix normal A-Math Fundamental domain-agnostic mathematical operations A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior 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-Uncontroversial This work is generally agreed upon
#13380 opened May 15, 2024 by solis-lumine-vorago Loading…
Fix transmission by setting the correct value for transmissive_lighting_input.F_ab 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-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#13379 opened May 15, 2024 by geckoxx Loading… 0.14
EntityRef/Mut get_components 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 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
#13375 opened May 14, 2024 by cart Loading…
Enable depth of field on webgpu A-Rendering Drawing game state to the screen C-Enhancement A new feature 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 X-Uncontroversial This work is generally agreed upon
#13374 opened May 14, 2024 by IceSentry Loading…
add example showcasing how to force wasm to run in the background tab C-Examples An addition or correction to our examples D-Complex Quite challenging from either a design or technical perspective. Ask for help! O-Web Specific to web (WASM) builds 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
#13370 opened May 14, 2024 by cBournhonesque Draft
fix: upgrade to winit v0.30 A-Windowing Platform-agnostic interface layer to run your app in C-Dependencies A change to the crates that Bevy depends on D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Needs-Testing Testing must be done before this is safe to merge X-Uncontroversial This work is generally agreed upon
#13366 opened May 14, 2024 by pietrosophya Loading…
6 of 7 tasks
0.14
Use oslog for ios A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Bug An unexpected or incorrect behavior D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes O-iOS Specific to the iOS mobile operating system S-Blocked This cannot more forward until something else changes X-Contentious There are nontrivial implications that should be thought through
#13364 opened May 14, 2024 by therealbnut Loading…
Add RefreshState resource and support same-state transitions A-ECS Entities, components, systems, and events C-Enhancement A new feature X-Contentious There are nontrivial implications that should be thought through
#13361 opened May 14, 2024 by benfrankel Loading…
[bevy_ui/layout] Handle ui heirchy change edge cases A-UI Graphical user interfaces, styles, layouts, and widgets 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
#13360 opened May 13, 2024 by StrikeForceZero Draft
3 tasks
[bevy_ui/layout] Make fields private in UiSurface A-UI Graphical user interfaces, styles, layouts, and widgets C-Code-Quality A section of code that is hard to understand or change
#13359 opened May 13, 2024 by StrikeForceZero Loading…
2 tasks
Handle winit's WindowEvent::ModifiersChanged A-Input Player input via keyboard, mouse, gamepad, and more A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior O-MacOS Specific to the MacOS (Apple) desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#13357 opened May 13, 2024 by matthunz Loading…
Emissive is now LinearRgba on StandardMaterial A-Color Color spaces and color math A-Rendering Drawing game state to the screen 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 X-Uncontroversial This work is generally agreed upon
#13352 opened May 13, 2024 by andristarr Loading… 0.14
Add emissive_exposure_weight to the StandardMaterial A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior
#13350 opened May 13, 2024 by geckoxx Loading… 0.14
document need to update Aabb in Mesh::(with_)insert_attribute A-Rendering Drawing game state to the screen C-Docs An addition or correction to our documentation D-Trivial Nice and easy! A great choice to get started with Bevy
#13349 opened May 13, 2024 by ua-kxie Loading…
Add reflect impls for bevy_math curve structs A-Math Fundamental domain-agnostic mathematical operations A-Reflection Runtime information about types 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
#13348 opened May 13, 2024 by aristaeus Loading…
Add on_unimplemented Diagnostics to Most Public Traits A-Dev-Tools Tools used to debug Bevy applications. 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-Needs-Release-Note Work that should be called out in the blog due to impact 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-Uncontroversial This work is generally agreed upon
#13347 opened May 13, 2024 by bushrat011899 Loading… 0.14
Extrusion bounded A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature
#13346 opened May 13, 2024 by solis-lumine-vorago Loading…
Revert "Support calculating normals for indexed meshes" (#12716) A-Rendering Drawing game state to the screen C-Bug An unexpected or incorrect behavior C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact X-Uncontroversial This work is generally agreed upon
#13333 opened May 12, 2024 by adithramachandran Loading… 0.14
disable gpu preprocessing without SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING A-Rendering Drawing game state to the screen C-Crash A sudden unexpected crash
#13323 opened May 10, 2024 by mockersf Loading… 0.14
bevy_reflect: Nested TypeInfo getters A-Reflection Runtime information about types C-Enhancement A new feature D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes
#13321 opened May 10, 2024 by MrGVSV Loading…
bevy_reflect: TypeInfo casting methods A-Reflection Runtime information about types C-Enhancement A new feature D-Straightforward Simple bug fixes and API improvements, docs, test and examples
#13320 opened May 10, 2024 by MrGVSV Loading…
#12502 Remove limit on RenderLayers. 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-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-SME Decision or review from an SME is required X-Contentious There are nontrivial implications that should be thought through
#13317 opened May 10, 2024 by tychedelia Loading… 0.14
Add Distribution access methods for ShapeSample trait A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature
#13315 opened May 10, 2024 by mweatherley Loading…
Add simple preferences API A-App Bevy apps and plugins C-Enhancement A new feature C-Needs-Release-Note Work that should be called out in the blog due to impact S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! X-Controversial There is active debate or serious implications around merging this PR
#13312 opened May 10, 2024 by aevyrie Loading…
ProTip! What’s not been updated in a month: updated:<2024-04-15.