Commit Graph

  • b9356a12f3 Fixed formatting. Greeble 2025-07-15 13:18:25 +0100
  • 6d0cd3f4bb renenable uiscale in example ickshonpe 2025-07-15 13:17:50 +0100
  • ac1ba00100 First pass at post-merge fixup. Reverted EntitySpecializationTicks refactoring as it depended on the generic parameter which has been erased in #19667. Greeble 2025-07-15 13:13:10 +0100
  • 7fe39aea1f Merge branch 'main' into specialize-mesh-params Greeble 2025-07-15 13:11:59 +0100
  • 383f75b002 Improved drag_to_scroll example ickshonpe 2025-07-15 12:25:00 +0100
  • 7582b228e9 Fix conflicts Tim Blackbird 2025-07-15 13:00:34 +0200
  • 04f605538a Merge branch 'main' of https://github.com/bevyengine/bevy into derive-event-with-entityevent Tim Blackbird 2025-07-15 12:53:20 +0200
  • 9932e09a31 Merge branch 'scrollbar_size' of https://github.com/ickshonpe/bevy into scrollbar_size ickshonpe 2025-07-15 11:04:05 +0100
  • cc598d4c1b updated examples description string ickshonpe 2025-07-15 11:04:00 +0100
  • 54a43de5bb Set a color for the aabb's visualization in the example.. ickshonpe 2025-07-15 10:58:26 +0100
  • 8aca277350 Swapped y1 and y2 in calculate_bounds_text2d so the aabb's y extent is positive, allowing the calculate_bounds_text2d_create_aabb test to pass. ickshonpe 2025-07-15 10:47:38 +0100
  • fea6fa6ea9
    Merge 57202469ef into 2bddbdfd7c Fallible Things 2025-07-15 10:36:14 +0100
  • ea937fdde0
    Update release-content/migration-guides/UI_scroll_position_is_now_logical.md ickshonpe 2025-07-15 10:15:37 +0100
  • 90a980ece1
    Merge branch 'main' into text2d-aabb-fix ickshonpe 2025-07-15 10:01:58 +0100
  • 2bddbdfd7c
    Use RenderStartup for all basic cases in bevy_core_pipeline. (#20002) andriyDev 2025-07-15 00:10:43 -0700
  • 4de0442264 Update the RenderStartup migration guide. andriyDev 2025-07-09 17:17:30 -0700
  • a4d858b197 Use RenderStartup for all basic cases in bevy_core_pipeline. andriyDev 2025-07-14 22:20:15 -0700
  • 2824bd5f6e
    Use RenderStartup in bevy_sprite. (#20147) andriyDev 2025-07-14 23:30:34 -0700
  • 2be3bc5310
    Improve node encapsulation in ScheduleGraph (#20119) Christian Hughes 2025-07-15 01:29:52 -0500
  • 0309198315
    Merge remote-tracking branch 'upstream/main' into split-bundle Giacomo Stevanato 2025-07-15 07:43:34 +0200
  • bbac5b1892
    Fix docs Giacomo Stevanato 2025-07-15 07:42:04 +0200
  • b4a9804c53
    Merge 5571acd23c into 0747b66602 charlotte 🌸 2025-07-15 01:38:41 -0400
  • dd98f5870b Merge remote-tracking branch 'upstream/main' into fix_specialized_mesh_pipeline IceSentry 2025-07-15 00:01:00 -0400
  • 3dc86b6a84 Fix CI problems in example Tyler Critchlow 2025-07-14 23:31:29 -0400
  • 60dd402088 Fix CI problems Tyler Critchlow 2025-07-14 23:17:24 -0400
  • 1b1af05b59
    Merge branch 'main' into preconvert-to-srgb Tyler Critchlow 2025-07-14 23:13:36 -0400
  • a8ace7690c fix visual differences Tyler Critchlow 2025-07-14 23:01:16 -0400
  • 596d8a70d1 fmt Peter Hayman 2025-07-15 12:08:31 +1000
  • 814cb8a218 pub GraphInfo Peter Hayman 2025-07-15 11:57:58 +1000
  • 2aa4dca5a0
    Merge fafd158184 into 0747b66602 Emerson Coskey 2025-07-14 20:04:05 -0500
  • 092531f275 impl System instead of impl Deref Christian Hughes 2025-07-14 19:44:43 -0500
  • eb881a4b77 Add unit test that would have failed before the init_state changes. Chris Russell 2025-07-14 20:19:33 -0400
  • 838823e00a Reverted changes to the text2d example. ickshonpe 2025-07-15 01:30:17 +0100
  • 81afb48ee7 Add the moved resources to the migration guide. andriyDev 2025-07-14 16:31:51 -0700
  • f9c67f4de7 Add after dependencies for all systems that use Mesh2dPipeline in RenderStartup. andriyDev 2025-07-14 00:32:35 -0700
  • 306f0812b0 Refactor all of Mesh2dRenderPlugin finish to happen in build or systems. andriyDev 2025-07-14 00:22:32 -0700
  • b61e65f38d Increased example's height bounds ickshonpe 2025-07-15 01:20:30 +0100
  • a005dd420f Fixed the Aabb's size and anchor point calculations in calculate_bounds_text2d. ickshonpe 2025-07-15 01:15:15 +0100
  • 0747b66602
    ReadOnlySystem diagnostics and type alias (#19138) Christian Hughes 2025-07-14 19:14:06 -0500
  • 257af980e3
    Merge branch 'main' into readonly-diagnostic Christian Hughes 2025-07-14 18:55:13 -0500
  • 4e30c75c25
    address feedback Christian Hughes 2025-07-14 18:52:54 -0500
  • 330dd2040e Initialize SpritePipeline in a system in RenderStartup. andriyDev 2025-07-13 23:19:08 -0700
  • 33736fc613 Initialize Material2dPipeline in a system in RenderStartup. andriyDev 2025-07-13 22:48:55 -0700
  • 7146362a39 Initialize Wireframe2dPipeline in a system. andriyDev 2025-07-13 22:44:02 -0700
  • 64c2e627d4 Workaround a crash in macOS tahoe 26 / xcode 16.4+ Arthur Brussee 2025-07-15 00:19:32 +0100
  • 9acf43fa51 Merge branch 'main' of https://github.com/bevyengine/bevy into resource_entity_lookup Trashtalk 2025-07-14 22:40:12 +0000
  • 9824c3a5df testing robustness Trashtalk 2025-07-14 22:37:34 +0000
  • 3caca428c0
    allow EntityCloner to move components without Clone or Reflect (#20065) eugineerd 2025-07-15 01:33:01 +0300
  • 554bc7b0d4
    Document repeating timer tick behavior (#20137) onbjerg 2025-07-15 00:31:31 +0200
  • 2cb8450fa4
    Rename the InterpolationColorSpace variants to match Color. (#20142) ickshonpe 2025-07-14 23:30:43 +0100
  • 2e56807742 duplicate François Mockers 2025-07-15 00:30:36 +0200
  • cd28c4431c
    Merge cdb31c86bc into 4e9e78c31e laund 2025-07-15 00:30:20 +0200
  • f893744966 use cache in other jobs François Mockers 2025-07-15 00:06:31 +0200
  • 52534aba7e workflow to create caches François Mockers 2025-07-15 00:06:23 +0200
  • 6496091558
    Merge branch 'main' into scrollbar_size ickshonpe 2025-07-14 23:25:47 +0100
  • d7e237250a
    Merge branch 'main' into move-components-without-clone Alice Cecile 2025-07-14 15:13:18 -0700
  • 6edfe1d39b
    Link ComponentIdFor in the ComponentId related docs (#20127) Sieluna 2025-07-15 00:59:08 +0300
  • b8072864aa
    Streamline GetOwnership/FromArg/IntoReturn (#20126) Nicholas Nethercote 2025-07-15 07:57:34 +1000
  • 49b4cd53e1
    Merge d18dd7a475 into 0294fa89db ickshonpe 2025-07-14 22:57:29 +0100
  • 2a5e9c1150
    Switch most examples to use RenderStartup instead of finish and FromWorld. (#20124) andriyDev 2025-07-14 14:56:03 -0700
  • c85ab89615
    Allow NotShadowCaster to be used with HierarchyPropagatePlugin. (#20120) coolcatcoder 2025-07-15 05:55:12 +0800
  • 7447b0ab97
    Mini Blit refactor (#20118) Emerson Coskey 2025-07-14 14:50:56 -0700
  • 6671575eb0
    feat: implement clone for IntoPipeSystem (#20108) Pete Hayman 2025-07-15 07:38:51 +1000
  • 134184ce5d
    Merge branch 'main' into color-space-variants-renamings ickshonpe 2025-07-14 22:33:45 +0100
  • 4e9e78c31e
    Split BufferedEvent from Event (#20101) Tim 2025-07-14 23:31:48 +0200
  • b47f6e8901
    Constify gradients helper functions (#20098) ickshonpe 2025-07-14 22:27:43 +0100
  • 0d6ece8049 Renamed the InterpolationColorSpace variants so the naming scheme matches Color. ickshonpe 2025-07-14 22:26:01 +0100
  • a35a9cb418
    Fix link to bevy_solari logo (#20097) BD103 2025-07-14 17:25:44 -0400
  • 5d6d6343b9
    Add doc examples to viewport_to_world(_2d) (#20096) Tim 2025-07-14 23:24:28 +0200
  • ec6dd7e451
    Refactor 2d_viewport_to_world example with let chains (#20090) Tim 2025-07-14 23:21:44 +0200
  • c9c1dfd446
    Update accesskit requirement from 0.19 to 0.20 dependabot/cargo/accesskit-0.20 dependabot[bot] 2025-07-14 21:20:50 +0000
  • 36fb83fa42
    Port the physics in fixed timestep example to 3D (#20089) Jan Hohenheim 2025-07-14 23:20:19 +0200
  • b91a233acf
    Fix AmbientLight::affects_lightmapped_meshes not working (#20083) Martin Lysell 2025-07-14 23:13:10 +0200
  • c4407b1e03
    Rhombus sampling (#20082) Lynn 2025-07-14 23:05:42 +0200
  • 01a6316baf Merge branch 'main' into scrollbar_size ickshonpe 2025-07-14 22:04:28 +0100
  • 7db64a7b3b
    Fix anisotropy not working when material is lit by environment map light (#20077) Martin Lysell 2025-07-14 23:03:02 +0200
  • 3ce2f46ae5
    GpuReadbackPlugin: Allow reading only a part of a buffer (#20133) Sven Niederberger 2025-07-14 23:01:16 +0200
  • 0294fa89db
    Mitigate Tracy dep version woes (#20109) liamaharon 2025-07-15 08:58:30 +1200
  • e13e259436
    Fix core widgets unconditionally enabling bevy_ui_picking_backend (#20055) atlv 2025-07-14 16:55:42 -0400
  • e0383a0b96
    Add zstd release note (#20053) atlv 2025-07-14 16:53:26 -0400
  • 1e057d8419
    Add release note for light textures (#20023) atlv 2025-07-14 16:47:45 -0400
  • 89c3a979e6
    Prevent TOCTOU bugs in ComponentsQueuedRegistrator (#20016) Giacomo Stevanato 2025-07-14 22:41:18 +0200
  • 6e3739ac96
    Use RenderStartup for bevy_pbr for some basic cases. (#19999) andriyDev 2025-07-14 13:28:03 -0700
  • c994bdf71a
    bevy_reflect: Use active_types instead of active_fields where appropriate (#19922) Nicholas Nethercote 2025-07-15 06:24:46 +1000
  • 9ba643d7ba
    Robust Scrolling Example (#19586) Tim 2025-07-14 22:24:15 +0200
  • 87db37695c
    Fix a NestedLoader code path that failed to use its meta transform (#19117) Greeble 2025-07-14 21:15:47 +0100
  • 9751db4d6c
    Fixing a crash when minimizing a window with custom viewport. (#16704) (#18916) RuelYasa 2025-07-15 04:11:55 +0800
  • 1f56c60810
    Merge remote-tracking branch 'upstream/main' into split-bundle Giacomo Stevanato 2025-07-14 21:57:43 +0200
  • efbfac9f2d undo unintentional doc changes Urben1680 2025-07-14 21:49:11 +0200
  • cafc950138 assert no errors before doing mutations Urben1680 2025-07-14 21:45:34 +0200
  • 0d20581527 fmt Urben1680 2025-07-14 21:25:55 +0200
  • b1985fa5ff merge main, bundle and component module splits Urben1680 2025-07-14 21:24:35 +0200
  • a225511694 migrate bundle changes eugineerd 2025-07-14 18:57:47 +0000
  • 471ef23a54 Merge branch 'main' of https://github.com/bevyengine/bevy into move-components-without-clone eugineerd 2025-07-14 18:57:31 +0000
  • 18c4ca405e
    Fix CI issues Giacomo Stevanato 2025-07-13 16:22:30 +0200
  • 87bd81b8ab
    Add regression test Giacomo Stevanato 2025-07-13 16:27:07 +0200
  • 229a89714b
    Add migration guide Giacomo Stevanato 2025-07-13 15:54:49 +0200
  • 2d404435c9
    Remove and/or adapt invalid tests Giacomo Stevanato 2025-07-13 15:39:19 +0200
  • dfb290a898
    Move required components tests Giacomo Stevanato 2025-07-13 15:34:45 +0200
  • e335244112
    Rewrite required components Giacomo Stevanato 2025-07-13 15:28:37 +0200