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

refactor and test ui_focus_system A-UI Graphical user interfaces, styles, layouts, and widgets C-Code-Quality A section of code that is hard to understand or change
#4264 opened Mar 20, 2022 by pubrrr Loading… updated Mar 23, 2022
Make parenting example clearer on parenting rules for newcomers A-Hierarchy Parent-child entity hierarchies A-Transform Translations, rotations and scales C-Examples An addition or correction to our examples
#4116 opened Mar 5, 2022 by dtaralla Loading… updated Apr 4, 2022
Implement overloadable assignment operator traits for Mut A-ECS Entities, components, systems, and events C-Usability A simple quality-of-life change that makes Bevy easier to use X-Controversial There is active debate or serious implications around merging this PR
#3880 opened Feb 7, 2022 by ickshonpe Draft updated Apr 22, 2022
Fix Interactable UI nodes not taking into account scale when determin… A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior S-Needs-Design This issue requires design work to think about how it would best be accomplished
#4014 opened Feb 22, 2022 by forbjok Loading… updated Apr 26, 2022
Add convenience method for polling Task<> A-Tasks Tools for parallel and async work C-Usability A simple quality-of-life change that makes Bevy easier to use X-Controversial There is active debate or serious implications around merging this PR
#4627 opened Apr 28, 2022 by TheRawMeatball Loading… updated May 16, 2022
Add loading_screen example A-Assets Load files from disk to use for things like images, models, and sounds C-Examples An addition or correction to our examples
#3618 opened Jan 9, 2022 by Weasy666 Draft updated May 25, 2022
Improve bevy icons for better "scalability" A-Meta About the project itself X-Controversial There is active debate or serious implications around merging this PR
#4061 opened Feb 28, 2022 by Weasy666 Loading… updated May 26, 2022
Draft puffin_tracing support A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR
#4730 opened May 12, 2022 by mvlabat Draft updated May 27, 2022
Improve bevy simpleicon for smaller sizes A-Meta About the project itself S-Blocked This cannot move forward until something else changes
#3728 opened Jan 20, 2022 by Weasy666 Loading… updated May 30, 2022
#4123: example state allow for continue and restart A-ECS Entities, components, systems, and events C-Examples An addition or correction to our examples
#4894 opened Jun 1, 2022 by Vrixyz Loading… updated Jun 2, 2022
flappy bevy example C-Examples An addition or correction to our examples
#4923 opened Jun 4, 2022 by af-games Loading… updated Jun 7, 2022
Remove code duplications in benchmarks A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Code-Quality A section of code that is hard to understand or change
#5209 opened Jul 5, 2022 by Vrixyz Draft updated Jul 5, 2022
Gltf update: use instance iteration instead of hierarchy iteration A-Assets Load files from disk to use for things like images, models, and sounds 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-Examples An addition or correction to our examples
#5431 opened Jul 23, 2022 by mockersf Loading… updated Aug 1, 2022
Simple bidi integration A-UI Graphical user interfaces, styles, layouts, and widgets C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR
#4614 opened Apr 27, 2022 by verzuz Loading… updated Aug 1, 2022
Generic hierarchy propagation A-Hierarchy Parent-child entity hierarchies C-Code-Quality A section of code that is hard to understand or change
#5507 opened Jul 31, 2022 by mockersf Loading… updated Aug 1, 2022
Enable trace by default A-Diagnostics Logging, crash handling, error reporting and performance analysis C-Usability A simple quality-of-life change that makes Bevy easier to use
#5470 opened Jul 27, 2022 by mockersf Loading… updated Aug 4, 2022
Implement paged SparseArray A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! S-Blocked This cannot move forward until something else changes
#3813 opened Jan 30, 2022 by james7132 Loading… updated Aug 10, 2022
Heritable trait based property inheritance systems A-Hierarchy Parent-child entity hierarchies A-Transform Translations, rotations and scales C-Enhancement A new feature 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
#4216 opened Mar 15, 2022 by james7132 Loading… updated Aug 10, 2022
Garbage collect event memory A-ECS Entities, components, systems, and events C-Performance A change motivated by improving speed, memory usage or compile times S-Adopt-Me The original PR author has no intent to complete this work. Pick me up! S-Needs-Benchmarking This set of changes needs performance benchmarking to double-check that they help
#4832 opened May 24, 2022 by james7132 Loading… updated Aug 10, 2022
Draft: Don't crash on symlinks that point outside asset_io.root_path. 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
#5690 opened Aug 14, 2022 by golddranks Loading… updated Aug 14, 2022
Prefer iterator over multiple Vec::push(..) calls 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 S-Needs-Benchmarking This set of changes needs performance benchmarking to double-check that they help
#5775 opened Aug 23, 2022 by NathanSWard Loading… updated Aug 30, 2022
Add ui navigation system (RFC 41) A-UI Graphical user interfaces, styles, layouts, and widgets C-Enhancement A new feature X-Controversial There is active debate or serious implications around merging this PR
#5378 opened Jul 19, 2022 by nicopap Draft updated Sep 4, 2022
8 of 11 tasks
add test checking that types are registered (as far as possible) A-Reflection Runtime information about types C-Code-Quality A section of code that is hard to understand or change C-Testing A change that impacts how we test Bevy or how users test their apps
#6061 opened Sep 22, 2022 by jakobhellermann Loading… updated Sep 23, 2022
FromType specialization A-Reflection Runtime information about types C-Usability A simple quality-of-life change that makes Bevy easier to use
#6055 opened Sep 22, 2022 by oddfacade Loading… updated Sep 30, 2022
Example of custom async task with single block_on A-Tasks Tools for parallel and async work C-Examples An addition or correction to our examples C-Performance A change motivated by improving speed, memory usage or compile times S-Adopt-Me The original PR author has no intent to complete this work. Pick me up!
#2650 opened Aug 14, 2021 by hanabi1224 Loading… updated Oct 10, 2022
ProTip! Exclude everything labeled bug with -label:bug.