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

Fix bevy_hierarchy failing to compile without reflect feature A-Hierarchy Parent-child entity hierarchies C-Bug An unexpected or incorrect behavior D-Trivial Nice and easy! A great choice to get started with Bevy P-Compile-Failure A failure to compile Bevy apps S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#16428 opened Nov 18, 2024 by aecsocket Loading…
Use multidraw for opaque meshes when GPU culling is in use. 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
#16427 opened Nov 18, 2024 by pcwalton Draft 0.16
Revert most of #16222 and add gamepad accessors A-Input Player input via keyboard, mouse, gamepad, and more C-Usability A targeted quality-of-life change that makes Bevy easier to use S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16425 opened Nov 18, 2024 by cart Queued 0.15
Reactive components prototype A-ECS Entities, components, systems, and events X-Controversial There is active debate or serious implications around merging this PR
#16422 opened Nov 18, 2024 by JMS55 Draft 0.16
Add gcd module to bevy_math A-Math Fundamental domain-agnostic mathematical operations C-Performance A change motivated by improving speed, memory usage or compile times 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
#16421 opened Nov 18, 2024 by bushrat011899 Loading…
Cold specialization A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Needs-Investigation This issue requires detective work to figure out what's going wrong
#16420 opened Nov 17, 2024 by tychedelia Draft
bevy_picking UI example A-Picking Pointing at and selecting objects of all sorts 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
#16412 opened Nov 17, 2024 by richchurcher Loading… 0.16
Add BRP watch_id and bevy/unwatch A-Networking Sending data between clients, servers and machines C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16407 opened Nov 16, 2024 by villor Loading…
Add WebSocket support for RemoteHttpPlugin A-Dev-Tools Tools used to debug Bevy applications. A-Networking Sending data between clients, servers and machines C-Feature A new feature, making something new possible D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16403 opened Nov 16, 2024 by villor Loading… 0.15
Use IntoIterator instead of Into<Vec<..>> in cubic splines interfaces A-Math Fundamental domain-agnostic mathematical operations C-Usability A targeted 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 X-Uncontroversial This work is generally agreed upon
#16402 opened Nov 16, 2024 by mweatherley Loading… 0.16
Allow dense iteration for FilteredEntity(Ref|Mut) in more cases. A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times D-Complex Quite challenging from either a design or technical perspective. Ask for help! D-Unsafe Touches with unsafe code in some way S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#16396 opened Nov 15, 2024 by chescock Loading…
Add sample_clamped method to animation curves, returning Boxed values A-Animation Make things move and change over time C-Feature A new feature, making something new possible 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-Uncontroversial This work is generally agreed upon
#16395 opened Nov 15, 2024 by mbrea-c Draft
3 tasks
0.16
Rename box shadow rendering variable names 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 S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
#16393 opened Nov 15, 2024 by doup Loading…
Add optional transparency passthrough for sprite backend with bevy_picking A-Picking Pointing at and selecting objects of all sorts D-Modest A "normal" level of difficulty; suitable for simple features or challenging fixes M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Needs-Release-Note Work that should be called out in the blog due to impact S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16388 opened Nov 14, 2024 by vandie Loading… 0.16
Retain RenderMeshInstance and MeshInputUniform data from frame to frame. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#16385 opened Nov 14, 2024 by pcwalton Draft 0.16
[bevy_ui/layout] extra hierarchy change handling A-UI Graphical user interfaces, styles, layouts, and widgets 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
#16383 opened Nov 14, 2024 by StrikeForceZero Loading…
1 task
Only use physical coords internally in bevy_ui A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior C-Code-Quality A section of code that is hard to understand or change 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
#16375 opened Nov 13, 2024 by ickshonpe Loading…
Add Immutable Component Support A-ECS Entities, components, systems, and events A-Reflection Runtime information about types C-Feature A new feature, making something new possible D-Macros Code that generates Rust code M-Needs-Migration-Guide A breaking change to Bevy's public API that needs to be noted in a migration guide M-Needs-Release-Note Work that should be called out in the blog due to impact 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
#16372 opened Nov 13, 2024 by bushrat011899 Loading… 0.16
Support component hooks closures A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use D-Macros Code that generates Rust code 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
#16371 opened Nov 13, 2024 by mnmaita Loading…
Adds some helpful methods to TextFont A-Text Rendering and layout for characters A-UI Graphical user interfaces, styles, layouts, and widgets C-Feature A new feature, making something new possible 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
#16370 opened Nov 13, 2024 by mnmaita Loading…
Add a bindless mode to AsBindGroup. A-Rendering Drawing game state to the screen C-Performance A change motivated by improving speed, memory usage or compile times D-Shaders This code uses GPU shader languages S-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#16368 opened Nov 13, 2024 by pcwalton Draft
Draft: add http & https asset sources A-Assets Load files from disk to use for things like images, models, and sounds C-Dependencies A change to the crates that Bevy depends on C-Feature A new feature, making something new possible 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
#16366 opened Nov 13, 2024 by mrchantey Loading…
Adds basic support for working with system fonts A-Text Rendering and layout for characters C-Feature A new feature, making something new possible 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 S-Needs-SME Decision or review from an SME is required X-Contentious There are nontrivial implications that should be thought through
#16365 opened Nov 13, 2024 by bushrat011899 Loading… 0.16
[bevy_ui/layout] Update internal mappings A-UI Graphical user interfaces, styles, layouts, and widgets 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 S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#16362 opened Nov 12, 2024 by StrikeForceZero Loading…
9 tasks
Update rodio requirement from 0.19 to 0.20 A-Audio Sounds playback and modification C-Dependencies A change to the crates that Bevy depends on 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
#16359 opened Nov 11, 2024 by mnmaita Loading… 0.16
ProTip! Updated in the last three days: updated:>2024-11-15.