Commit Graph

  • 290709ffe0 Implement ShapeSample for Rhombus Lynn Büttgenbach 2025-07-11 13:16:48 +0200
  • df7482c58c
    Merge d916972167 into cfb679a752 T.J. Given 2025-07-11 10:33:56 +0200
  • cfb679a752
    Add a release note for scene types refactor (#20051) atlv 2025-07-11 03:34:06 -0400
  • 9c5339850d
    Update release-content/release-notes/scene-type-crates.md atlv 2025-07-11 00:15:31 -0700
  • 07402169ee packet systems prototype. Navneet Aman 2025-07-11 11:47:59 +0530
  • df5dfcd298
    OverrideClip interaction fix (#20064) ickshonpe 2025-07-11 06:02:36 +0100
  • 63dd8b6652
    ColorStop constructor functions (#20066) ickshonpe 2025-07-11 06:02:15 +0100
  • 83305afa66
    Fix SSAO specular occlusion roughness bug (#20067) JMS55 2025-07-10 22:01:15 -0700
  • f8680135ed
    Fix crash on meshes with morphs + skins + motion blur when not using storage buffers (#20076) Greeble 2025-07-11 06:00:42 +0100
  • 0d6c591491
    Adjust specular_multiscatter to not take LightingInput (#20068) JMS55 2025-07-10 21:54:53 -0700
  • 7b8abcfb59 Factor BRDF in spatial resampling (improves quality) JMS55 2025-07-10 21:50:28 -0400
  • d0d2e4a673
    Update crates/bevy_ecs/src/schedule/schedule.rs Christian Hughes 2025-07-10 20:03:22 -0500
  • cf3ff07cf9 Merge commit '6792cebfd0d49a167aeb70fa03a136a512707e53' into solari6-gi JMS55 2025-07-10 20:43:17 -0400
  • c47218ab0c Add jacobian JMS55 2025-07-10 20:39:31 -0400
  • dbc82a2119
    Merge 2530a2bec6 into 6792cebfd0 Greeble 2025-07-11 02:37:55 +0200
  • 77b6ec908f
    Merge ff886e60f2 into 6792cebfd0 Sirmadeira 2025-07-11 02:32:44 +0200
  • 6ba55134b4
    Merge 3102d673bd into 6792cebfd0 Weihnachtsbaum 2025-07-10 20:18:18 -0400
  • 3f657c292b Thoroughly document UninitializedId semantics Christian Hughes 2025-07-10 19:03:23 -0500
  • 956c1a669a cargo clippy Trashtalk 2025-07-10 22:48:11 +0000
  • 64eac9a9a5 cargo fmt Trashtalk 2025-07-10 22:39:22 +0000
  • 47c20a5fb2 Merge branch 'main' of https://github.com/bevyengine/bevy into resource_entity_lookup Trashtalk 2025-07-10 22:37:22 +0000
  • 042337f787 add back all changes Trashtalk 2025-07-10 22:23:13 +0000
  • 2f1353973e Wasm. Charlotte McElwain 2025-07-10 14:56:03 -0700
  • e8779c2f7a Ci. Charlotte McElwain 2025-07-10 14:31:23 -0700
  • 2d7bd62a56
    Make sure the max window size resize constraint is unset if set to infinity Martin Sandin 2025-07-10 23:27:49 +0200
  • 4b0ed4fca9 Fix tracy. Charlotte McElwain 2025-07-10 14:15:48 -0700
  • f1be78ca85 Fix solari. Charlotte McElwain 2025-07-10 14:11:44 -0700
  • be3010cafe Ci. Charlotte McElwain 2025-07-10 13:57:20 -0700
  • 08ce3a524d Ci. charlotte 2025-07-10 13:52:18 -0700
  • 87b00aa74e Fix bevy_camera. charlotte 2025-07-10 13:47:40 -0700
  • 9f966186ed Ci. charlotte 2025-07-10 13:42:06 -0700
  • 1af0dd4881 Merge main. charlotte 2025-07-10 13:40:45 -0700
  • cb45943753 Wgpu 26 released. charlotte 2025-07-10 13:38:20 -0700
  • 6792cebfd0
    StandardMaterial docs: Make clear that lighting won't look correct if is_srgb is true (#20037) T772 2025-07-10 20:41:37 +0200
  • 184ad9fef5 Misc JMS55 2025-07-10 14:20:41 -0400
  • f7314a3438 Update docs Piotr Siuszko 2025-07-10 20:16:11 +0200
  • d80ed988b7
    Fix: re-export BundleInserter, BundleRemover and BundleSpawner Giacomo Stevanato 2025-07-10 19:45:38 +0200
  • 0d4f8ea461
    Extract bundle spawner code Giacomo Stevanato 2025-07-10 19:43:52 +0200
  • fa878af9f6
    Extract bundle remove code Giacomo Stevanato 2025-07-10 19:40:49 +0200
  • d017bf487a
    Extract bundle insertion code Giacomo Stevanato 2025-07-10 19:35:15 +0200
  • 835147b99f
    Fix another CI error (Handle was missing as an import) T772 2025-07-10 19:35:03 +0200
  • deb6b4d633
    Merge branch 'main' into Remove-entity-reserving/pending/flushing-system Eagster 2025-07-10 13:31:40 -0400
  • 4bb74b24f9 fix doc Elliott Pierce 2025-07-10 13:31:31 -0400
  • 048263eeb5
    Extract bundle tests Giacomo Stevanato 2025-07-10 19:28:53 +0200
  • 1ed72c508b
    Extract bundle impls from bundle.rs Giacomo Stevanato 2025-07-10 19:27:32 +0200
  • dd20a3bd34 Remove ReflectJsonSchema, functionality is provided by CustomInternalSchemaData Piotr Siuszko 2025-07-10 19:23:10 +0200
  • a7602fd460
    Move bundle.rs to bundle/mod.rs Giacomo Stevanato 2025-07-10 19:22:53 +0200
  • d0ca8b1a39 Merge branch 'Remove-entity-reserving/pending/flushing-system' of https://github.com/ElliottjPierce/bevy into Remove-entity-reserving/pending/flushing-system Elliott Pierce 2025-07-10 13:11:20 -0400
  • 3fcbb24823 Include more lifecycle info in storage docs Elliott Pierce 2025-07-10 13:10:42 -0400
  • e9df3006df more allocator doc comments Elliott Pierce 2025-07-10 13:02:43 -0400
  • 86d353881c
    Fix another CI warning. T772 2025-07-10 19:00:59 +0200
  • bac7bd2c4d rename update and declare Elliott Pierce 2025-07-10 12:57:59 -0400
  • d42d9eae2e tighten up expects to save binary size. Elliott Pierce 2025-07-10 12:57:08 -0400
  • aa54dd6076
    Fix CI warning (Handle<Image>). T772 2025-07-10 18:51:46 +0200
  • e129d77d80
    Apply suggestions from code review Eagster 2025-07-10 12:50:43 -0400
  • fbe2fb1e2a Misc JMS55 2025-07-10 12:46:48 -0400
  • 992bfa6cb0
    Merge branch 'main' into main T772 2025-07-10 18:44:53 +0200
  • 04ccc1b8dc
    Merge 8dac5558a8 into cb64a4aa8a GMcMichael 2025-07-10 17:19:04 +0200
  • f404446756 Introduce fields: title, rust_fields_info, replace pattern_properties with pattern and property_names Piotr Siuszko 2025-07-10 17:17:22 +0200
  • d675dbae09
    Merge 1d80d1e326 into cb64a4aa8a VitalyR 2025-07-10 21:42:19 +0800
  • 1526166f01 * Anisotropy not working on environment map * Remove duplicate env map light calculation Martin Lysell 2025-07-10 14:17:55 +0200
  • 8c5604e88a
    Merge branch 'main' into proper-json-schema MevLyshkin 2025-07-10 10:59:39 +0200
  • cc0bd1b481 Update TypeReferencePath Piotr Siuszko 2025-07-10 10:58:38 +0200
  • 70d715c3f7 Fixed array size. Greeble 2025-07-10 09:39:58 +0100
  • 5d3f0b2e3a
    Merge 27e9bde01d into cb64a4aa8a Liel Fridman 2025-07-10 03:27:54 -0400
  • 750a320f35
    Merge branch 'main' into fix-queued-registration Giacomo Stevanato 2025-07-10 09:05:09 +0200
  • 1ce5c9d168
    Merge c05f08c03a into cb64a4aa8a andriyDev 2025-07-10 07:17:02 +0200
  • 0d9f1c81ce
    nuke most of stuff Emerson Coskey 2025-07-09 21:09:06 -0700
  • 0a47e68ab5
    remove redundant code Emerson Coskey 2025-07-09 20:41:23 -0700
  • 52358069b9
    Merge branch 'main' into query_data_flush Emerson Coskey 2025-07-09 20:32:02 -0700
  • 50d801ed93
    Merge branch 'main' into specv2_bloom_2 Emerson Coskey 2025-07-09 20:17:21 -0700
  • ffb059d3e7 label borrowing Christian Hughes 2025-07-09 19:26:50 -0500
  • cb64a4aa8a
    Refactor 3d_viewport_to_world example with let chains (#20071) Tim 2025-07-10 04:37:56 +0200
  • de757554a8 Update the RenderStartup migration guide. andriyDev 2025-07-09 17:07:53 -0700
  • e7a4f4d2bf Use RenderStartup for MaterialPipeline. andriyDev 2025-07-06 22:15:19 -0700
  • b0c4ba69f5 Use RenderStartup for the simple cases in bevy_pbr. andriyDev 2025-07-06 22:06:04 -0700
  • c9c8964857
    Add release notes and a migration guide for RenderStartup. (#20024) andriyDev 2025-07-09 16:40:42 -0700
  • 60fc739b74 Refactor 3d_viewport_to_world example with let chains Tim Blackbird 2025-07-10 01:19:23 +0200
  • a0121e004e Update release notes. charlotte 2025-07-09 14:07:05 -0700
  • 16dbb8780a Use naga oil constant for material bind group. charlotte 2025-07-09 14:05:53 -0700
  • 033542456c Adjust specular_multiscatter to not take LightingInput JMS55 2025-07-09 10:18:54 -0400
  • 0c0086df8f Fix SSAO specular occlusion roughness bug JMS55 2025-07-09 10:37:45 -0400
  • 97cdb94b87
    Merge branch 'main' into colorstop_helper_fns ickshonpe 2025-07-09 21:31:42 +0100
  • 83ee4c9066 Added px and percent constructor functions for ColorStop ickshonpe 2025-07-09 21:27:47 +0100
  • 6f6d8312f3
    Split component.rs (#20063) Giacomo Stevanato 2025-07-09 22:07:11 +0200
  • f2d25355c3
    SliderPrecision component (#20032) Talin 2025-07-09 13:06:58 -0700
  • e43d35f22c
    Merge branch 'main' into main RuelYasa 2025-07-10 04:03:30 +0800
  • afdadf2788 Resolving conflicts. (#16704) RuelYasa 2025-07-10 03:54:02 +0800
  • 0a30bf1283 add comment to explain why moved component might be skipped eugineerd 2025-07-09 19:55:40 +0000
  • 7048e01ceb avoid copying when deferred_clone_component_ids is empty eugineerd 2025-07-09 19:53:30 +0000
  • 89cc56f6c9 make move_handler a closure eugineerd 2025-07-09 19:50:28 +0000
  • 768051f84f Clamp after rounding. Talin 2025-07-09 08:04:57 -0700
  • 88c0c08fb0 Revert reflection for now. Talin 2025-07-08 10:27:17 -0700
  • 9d6069b3fe Doc update. Talin 2025-07-08 09:53:23 -0700
  • 76dc3d4d68 Review feedback. Talin 2025-07-08 09:52:04 -0700
  • 98627b3d34 Add to release note. Talin 2025-07-08 09:38:39 -0700
  • b97c565d0b SliderPrecision Talin 2025-07-08 09:35:42 -0700
  • ec33e2a181
    Fix imports when building without features Giacomo Stevanato 2025-07-09 21:15:42 +0200
  • c65ef19b7c
    Friendlier Entity Debug impl (#20045) Carter Anderson 2025-07-09 12:15:37 -0700
  • 6f9114be60
    Merge branch 'main' into dlss3 JMS55 2025-07-09 11:48:00 -0700