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 doc list indentation
#14225 opened Jul 8, 2024 by rparrett Loading…
update example low_power A-Windowing Platform-agnostic interface layer to run your app in C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14224 opened Jul 8, 2024 by mockersf Loading…
Add an example for doing movement in fixed timesteps C-Examples An addition or correction to our examples 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
#14223 opened Jul 8, 2024 by janhohenheim Loading…
update gltf example to use type-safe GltfAssetLabel::Scene C-Examples An addition or correction to our examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14218 opened Jul 8, 2024 by johannesvollmer Loading…
Component Lifecycle Hook & Observer Trigger for replaced values 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-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14212 opened Jul 7, 2024 by Pixelstormer Loading… 0.15
Rename bevy_core::name::DebugName to bevy_core::name::DebugLabel A-Core Common functionality for all bevy apps A-Editor Graphical tools to make Bevy games 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
#14211 opened Jul 7, 2024 by GauravTalreja Loading…
Make initial StateTransition run before PreStartup 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 X-Contentious There are nontrivial implications that should be thought through
#14208 opened Jul 7, 2024 by MiniaczQ Loading… 0.14.1
bevy_reflect: Improve DynamicFunction ergonomics A-Reflection Runtime information about types 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
#14201 opened Jul 7, 2024 by MrGVSV Loading…
Remove need for EventLoopProxy to be NonSend A-App Bevy apps and plugins 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
#14198 opened Jul 7, 2024 by hymm Loading… 0.15
WIP custom cursors A-Windowing Platform-agnostic interface layer to run your app in C-Enhancement A new feature
#14196 opened Jul 6, 2024 by aMyTimed Draft 0.15
Replace AsyncSeek trait by AsyncSeekForward for Reader to address #12880 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
#14194 opened Jul 6, 2024 by ldubos Loading… 0.15
Faster MeshletMesh deserialization A-Assets Load files from disk to use for things like images, models, and sounds C-Performance A change motivated by improving speed, memory usage or compile times
#14193 opened Jul 6, 2024 by JMS55 Loading… 0.15
Fix inconsistency in KeyboardInput examples to match migration guide A-Text Rendering and layout for characters C-Bug An unexpected or incorrect behavior C-Examples An addition or correction to our examples
#14185 opened Jul 6, 2024 by chompaa Loading…
Input uses references when possible A-Input Player input via keyboard, mouse, gamepad, and more C-Code-Quality A section of code that is hard to understand or change
#14182 opened Jul 6, 2024 by mockersf Loading…
bevy_reflect: Feature-gate function reflection A-Reflection Runtime information about types D-Trivial Nice and easy! A great choice to get started with Bevy S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14174 opened Jul 6, 2024 by MrGVSV Loading…
bevy_math: faster sphere boundary sampling A-Math Fundamental domain-agnostic mathematical operations C-Enhancement A new feature S-Needs-Review Needs reviewer attention (from anyone!) to move forward X-Uncontroversial This work is generally agreed upon
#14168 opened Jul 5, 2024 by ickk Loading…
Impl VisitAssetDependencies for HashSet and HashMap A-Assets Load files from disk to use for things like images, models, and sounds C-Enhancement A new feature
#14162 opened Jul 5, 2024 by jacobdufault Loading…
Expose Winit's KeyEvent::repeat in KeyboardInput A-Input Player input via keyboard, mouse, gamepad, and more 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
#14161 opened Jul 5, 2024 by daxpedda Loading…
Add error message if states schedule missing (usually because StatesPlugin hasn't been added) A-Diagnostics Logging, crash handling, error reporting and performance analysis 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
#14160 opened Jul 5, 2024 by cBournhonesque Loading…
Allow observer systems to have outputs A-ECS Entities, components, systems, and events C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14159 opened Jul 5, 2024 by cBournhonesque Loading… 0.14.1
Exposes Common Window Resolutions as an Enum. A-Windowing Platform-agnostic interface layer to run your app in 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-Waiting-on-Author The author needs to make changes or address concerns before this can be merged
#14158 opened Jul 5, 2024 by Sapein Loading… 0.15
Dirty fix for App hanging when windows are invisible on WindowsOS A-Windowing Platform-agnostic interface layer to run your app in C-Bug An unexpected or incorrect behavior D-Straightforward Simple bug fixes and API improvements, docs, test and examples O-Windows Specific to the Windows desktop operating system S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14155 opened Jul 5, 2024 by MiniaczQ Loading… 0.14.1
Expose loading system fonts A-Text Rendering and layout for characters C-Enhancement A new feature C-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
#14150 opened Jul 5, 2024 by Dimchikkk Loading… 0.15
fix asymmetrical 9-slicing A-Rendering Drawing game state to the screen A-UI Graphical user interfaces, styles, layouts, and widgets C-Bug An unexpected or incorrect behavior S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14148 opened Jul 5, 2024 by JJJimbo1 Loading… 0.14.1
bevy_reflect: Add DynamicClosure A-Reflection Runtime information about types C-Enhancement A new feature D-Complex Quite challenging from either a design or technical perspective. Ask for help! S-Needs-Review Needs reviewer attention (from anyone!) to move forward
#14141 opened Jul 4, 2024 by MrGVSV Loading… 0.15
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.