Commit Graph

  • 15540493a6 Change entity disabling/enabling components to be recursive over Children (#24158) gh-readonly-queue/main/pr-24158-424fc92b0ca9fb3b53791d569b5fa891d9cd1042 Freyja-moth 2026-05-06 19:03:16 +01:00
  • 424fc92b0c Expose private fields in ActiveAnimation (#24153) main Hilpogar 2026-05-06 19:14:39 +02:00
  • 53f1bce240 bevy_render: Do not remove VALIDATION_INDIRECT_CALL if Backends contains DX12 (#24129) Kevin Chen 2026-05-06 12:58:43 -04:00
  • eaa8d42f60 Store view environment map rotation in LightProbesUniform and remove EnvironmentMapUniform (#24095) Luo Zhihao 2026-05-07 00:58:16 +08:00
  • 50242076bf ImageNode measure func fixes and allow drawing inside border and padding (#24154) ickshonpe 2026-05-06 16:39:27 +01:00
  • 07fc18c39f Editting pass over migration guides (#24155) Trashtalk217 2026-05-06 17:28:25 +02:00
  • 15b23b4e4a Add a warning for the use of Viewport with Window targets (#21830) Justace Clutter 2026-05-05 23:35:37 -04:00
  • e761a1799b Use <[T]>::array_windows for exact size windows (#24146) DavidCrossman 2026-05-06 02:24:49 +01:00
  • 35b9a21251 Add a translate method to Rect (#24139) ickshonpe 2026-05-06 01:25:55 +01:00
  • 152dc2f075 ComputedNode::resolve_clip_rect margins fix (#24138) ickshonpe 2026-05-06 01:23:49 +01:00
  • 48b4c010c2 Filter out Tuple fields when generating props (#24144) Carter Anderson 2026-05-05 17:23:15 -07:00
  • cb02e96b6d Move bevy_window, bevy_input_focus, custom_cursor features to alternate feature collections (#22488) Seliksi 2026-05-06 01:05:19 +01:00
  • 9e85b052d8 cache packages from ppa:kisak/turtle (#24143) François Mockers 2026-05-06 01:13:01 +02:00
  • 027c560751 Add Disabled/Enabled state scoped components (#24142) Freyja-moth 2026-05-06 00:12:00 +01:00
  • 4f1bdaa156 Update getrandom requirement from 0.3 to 0.4 (#23069) dependabot[bot] 2026-05-06 01:11:21 +02:00
  • a2e47d0793 Update intel_tex_2 requirement from 0.4.0 to 0.5.0 (#22447) dependabot[bot] 2026-05-05 23:00:18 +00:00
  • 474ee77d12 Bump github/codeql-action from 4.32.6 to 4.35.2 (#24051) dependabot[bot] 2026-05-05 22:58:54 +00:00
  • dd9203c4b0 Bump actions/cache from 5.0.4 to 5.0.5 (#24053) dependabot[bot] 2026-05-06 00:57:39 +02:00
  • 0376e7177f Bump crate-ci/typos from 1.45.1 to 1.45.2 (#24128) dependabot[bot] 2026-05-05 21:17:36 +02:00
  • 3e76f8c893 clip_check_recursive improvements (#24135) ickshonpe 2026-05-05 19:19:29 +01:00
  • 9bd7e1fca8 Run prepass_build_indirect_parameters if there is any prepass (#24113) Luo Zhihao 2026-05-05 13:22:20 +08:00
  • ddf9254372 Merge branch 'main' into dependabot/cargo/ratatui-0.30.0 dependabot/cargo/ratatui-0.30.0 Carter Anderson 2026-05-04 17:48:04 -07:00
  • 0f50d78b43 Merge branch 'main' into dependabot/cargo/proptest-derive-0.8 dependabot/cargo/proptest-derive-0.8 Carter Anderson 2026-05-04 17:24:06 -07:00
  • 35678126c4 Bump crate-ci/typos from 1.45.0 to 1.45.1 (#24054) dependabot[bot] 2026-05-05 00:25:14 +02:00
  • d461e33e24 Bump zizmorcore/zizmor-action from 0.5.2 to 0.5.3 (#24052) dependabot[bot] 2026-05-05 00:24:47 +02:00
  • a50b65dfa5 Store resources on sparse sets (#24077) Trashtalk217 2026-05-05 00:13:34 +02:00
  • 0d6131008c Make 1-to-1 Relationship clearer in docs (#24116) Richard Braakman 2026-05-04 17:54:35 +03:00
  • 9ee0573ebd Push window resize and scale factor messages to bevy_window_events (#24046) Dea 2026-05-04 07:46:24 -07:00
  • fc5c1806b4 Revert Screen Space Transmission Gate for Mesh Bind Groups (#24089) Kevin Chen 2026-05-04 00:52:30 -04:00
  • ff8f3b5705 fix: Handle<T>::from_reflect incorrectly instantiating regardless of T type (#24048) Maksymilian Mozolewski 2026-05-04 05:22:34 +01:00
  • c757497b27 Gate LTC LUTs behind a feature and merge them to a texture array (#24065) Luo Zhihao 2026-05-04 11:44:17 +08:00
  • 827358a922 Limit Pixel 10 to GPU preprocessing without GPU culling (#24101) Giacomo Stevanato 2026-05-04 05:42:13 +02:00
  • abc6c9049b Feathers bsn! style improvements (#24063) Carter Anderson 2026-05-03 20:11:02 -07:00
  • 74e7f1dd14 Integrate bevy_world_serialization rename into existing release content (#24110) Alice Cecile 2026-05-03 18:44:01 -07:00
  • 17602868b7 General entity set cleanup (#21498) Vic 2026-05-04 01:56:19 +02:00
  • 637eeec352 feat(animation): implement Animatable for Rot2 (#23621) Yuriko♪ 2026-05-04 07:56:16 +08:00
  • b70ebb2186 Remove unused parts of AssetLoaders::find (#23703) Greeble 2026-05-04 00:56:13 +01:00
  • 5d03586dd7 Use <[T]>::as_chunks{_mut} for exact size chunks (#23755) DavidCrossman 2026-05-04 00:56:08 +01:00
  • 242f51245e Use absolute paths in procedural macros (#23784) DavidCrossman 2026-05-04 00:56:05 +01:00
  • 11b81eb1d7 Solari: Stability improvements (#23968) JMS55 2026-05-03 16:55:56 -07:00
  • 211b9ab63f EditableText scrolling and cursor fixes (#24032) ickshonpe 2026-05-04 00:55:52 +01:00
  • 20ec8610d3 Add docs for bsn! macro (#24047) Alice Cecile 2026-05-03 16:55:44 -07:00
  • d6fbec5b5f Deps: bump up wgpu and related deps to 29.0.3 (#24064) Kevin Chen 2026-05-03 19:55:33 -04:00
  • ebdd7d983b Fix(bg motion vectors): gate BackgroundMotionVectorsPlugin pipelines to DownlevelFlags(INDEPENDENT_BLEND) (#24067) Kevin Chen 2026-05-03 19:55:29 -04:00
  • 2730c6ee88 Remove panic from code gen of an enum's FromReflect derive. (#24068) andriyDev 2026-05-03 16:55:26 -07:00
  • 4b77775c86 Improved Val2 and UiTransform constructors (#24074) ickshonpe 2026-05-04 00:55:21 +01:00
  • 094543645f Change the ColorStop constructors to take ValNum`s (#24075) ickshonpe 2026-05-04 00:54:57 +01:00
  • 6d9511a5f3 Implement From<Val> for Fontsize (#24076) ickshonpe 2026-05-04 00:54:53 +01:00
  • 2f01f61cde Add Commands::insert_resource_if_neq (#24082) Luke Yoo 2026-05-03 23:54:39 +00:00
  • d00313ed55 Fix: Add SyncComponents for SSAO, ensuring SSAOResources is synced (#24086) Kevin Chen 2026-05-03 19:54:26 -04:00
  • e626337b00 Use the shorthand functions to construct Val in examples (#24096) Richard Braakman 2026-05-04 02:54:21 +03:00
  • d03f0c7dc1 Renamed ToolButton to FeathersToolButton to be consistent (#24098) Talin 2026-05-04 00:54:17 +01:00
  • ba7b3c8950 Rename bevy_experimental_feathers feature to bevy_feathers (#24108) Alice Cecile 2026-05-03 16:53:51 -07:00
  • ebbc1e6e45 Increase time allocated to run-examples-on-windows-dx12 (#24107) Alice Cecile 2026-05-03 16:05:22 -07:00
  • 6c2aeffbcc Expose MorphIndices::morph_descriptor_index() as public. (#24083) Robin KAY 2026-05-03 18:52:04 +01:00
  • 20dc1761c7 Fix: use ViewKeyCache in volumetric fog instead of manually creating MeshPipelineViewLayoutKey (#24090) Kevin Chen 2026-05-03 13:30:18 -04:00
  • ce2bf99b6a Fix flickering when combining CAS with SMAA (#24066) JMS55 2026-05-02 10:07:38 -07:00
  • 489818930b Update ktx2 to v0.5.0 (#23900) JMS55 2026-05-01 18:57:00 -07:00
  • 6fcf9a6dcc Create mesh view bind group layout on demand to remove unused bindings (#23982) Luo Zhihao 2026-05-02 05:08:28 +08:00
  • b00ff93c87 Remove new_with_ prefix from the TextLayout constuctor functions (#24049) ickshonpe 2026-05-01 22:08:18 +01:00
  • aadbf46184 Scene Components (#24008) Carter Anderson 2026-05-01 14:07:22 -07:00
  • 1ed78a2a52 Fix feathers gallery button info (#24062) ickshonpe 2026-05-01 22:02:34 +01:00
  • 638c5dd297 Fix: Update the ExtractedView & Frustum when the ExtractedPointLight has changed (#24038) Kevin Chen 2026-04-30 18:01:24 -04:00
  • dfb904ce6d Use irrefutable pattern matching to remove expect usage (#24043) Christian Hughes 2026-04-30 16:40:06 -05:00
  • 9c13183034 More TextEdits (#24028) ickshonpe 2026-04-30 17:34:49 +01:00
  • d98861cc3d followup to #24033 must_use on SceneScope/SceneListScop (#24040) laund 2026-04-30 03:28:55 +02:00
  • 8473b26269 First pass Release Notes (#24029) Trashtalk217 2026-04-30 02:22:59 +02:00
  • 234875d7f7 Fix Component macro hook composition codegen (#24039) Rob Grindeland 2026-04-29 19:03:48 -05:00
  • 0a056c7b37 Revert "Entity path methods and bsn entity path resolving (#24018)" (#24034) Alice Cecile 2026-04-29 13:02:46 -07:00
  • 98c69104c4 Entity path methods and bsn entity path resolving (#24018) Freyja-moth 2026-04-29 18:30:48 +01:00
  • 8805968752 Fix cfg_select! compile error in panic handler (#24030) Greeble 2026-04-29 17:19:41 +01:00
  • 53b79bb005 fix(light despawn / pcss example): add extracted lights and shadow related components to SyncComponent for lights (#23790) Kevin Chen 2026-04-29 12:18:53 -04:00
  • 68c4223091 multi-click support (#24023) ickshonpe 2026-04-29 16:59:37 +01:00
  • 0e49f63973 Add a rectangular light to the 3d testbed Light scene (#24025) Kevin Chen 2026-04-28 23:58:16 -04:00
  • b56726a0de fix(Rect Lights): rect_lights should be written out to GpuLights (#24024) Kevin Chen 2026-04-28 23:43:57 -04:00
  • 89da5a641f Fallible arithmetic for Val and Val2 (#24014) ickshonpe 2026-04-28 21:39:38 +01:00
  • f6ff3c334e Remove android game activity from default (#23708) Christian Oelschlegel 2026-04-28 22:39:04 +02:00
  • a53622219e Allow all hooks on relationship components (#24000) Mira 2026-04-28 22:18:46 +02:00
  • 480ad98164 Use stabilized Layout::repeat (#24006) Chris Russell 2026-04-28 13:46:00 -04:00
  • 5416f25bdf Wrap tracing spans in #[cfg(feature = "trace")] (#23831) Rostyslav Toch 2026-04-28 17:55:35 +01:00
  • ffd0539eb7 Use normalize_point helper method in widgets (#24020) Andrzej Głuszak 2026-04-28 18:45:42 +02:00
  • c3dab1a37e Detach reattach propagation fix (#24019) ickshonpe 2026-04-28 17:43:09 +01:00
  • 5754300ef0 Fix excessive monomorphization of Dir::insert_asset (#24015) Greeble 2026-04-28 17:42:04 +01:00
  • edf38baaf6 headless_renderer example overallocates Buffer. (#24005) Andrew Wason 2026-04-28 06:56:59 +00:00
  • 8d88f5905e Fix GhostNode updates (#24001) ickshonpe 2026-04-28 06:22:56 +01:00
  • 073624d14d Don't skip prepass if there are no opaque objects (#23999) Luo Zhihao 2026-04-28 13:20:43 +08:00
  • 14f34fa98d Avoid extra cloning on scene impls (#23998) Erick Z 2026-04-28 07:19:23 +02:00
  • 3968184193 Make sure #[track_caller] in EntityCommands::insert_if_neq works as intended (#23986) Andrzej Głuszak 2026-04-28 07:17:25 +02:00
  • e9e15e516c Replace the NestedLoader API with NestedLoadBuilder (matching LoadBuilder). (#23979) andriyDev 2026-04-28 01:13:40 -04:00
  • 8edbb7791c Optimize and fix sphere-OBB intersection logic (#23865) Rostyslav Toch 2026-04-28 06:11:23 +01:00
  • e9bfe1efed Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#23851) dependabot[bot] 2026-04-28 04:59:46 +00:00
  • 6fcb973276 Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 (#23850) dependabot[bot] 2026-04-28 04:59:42 +00:00
  • b3012e85bf Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (#23849) dependabot[bot] 2026-04-28 04:59:38 +00:00
  • 23bc836061 Bump actions/github-script from 8.0.0 to 9.0.0 (#23848) dependabot[bot] 2026-04-28 04:59:33 +00:00
  • e2d96accc5 Allow configuring fullscreen material system order (#23786) Luo Zhihao 2026-04-28 12:58:26 +08:00
  • af046024c8 cleanup get_labeled_by_id/get_erased_labeled_by_id bounds (#23721) Al M. 2026-04-27 21:48:45 -07:00
  • 160e26d24b Fix dof and background motion vectors on webgpu (#23629) Luo Zhihao 2026-04-28 12:44:26 +08:00
  • 970037fd0f KTX2: Support ASTC HDR (#21886) Luo Zhihao 2026-04-28 12:40:40 +08:00
  • a0b1ea2a23 Fix TypePath derive counting as a usage for deprecated types. (#24011) andriyDev 2026-04-27 22:53:00 -04:00
  • aaec9e8d5b Add camera primitives benchmark (#23863) Rostyslav Toch 2026-04-27 03:30:15 +01:00