Commit Graph

  • b5a76fd0c9 conditionally skip test cases that use the debug feature (#22895) person93 2026-02-10 23:21:10 -05:00
  • 4bdfe0beb1 fix error message when resmut conflict with query (#22898) François Mockers 2026-02-11 05:19:01 +01:00
  • 4c23352145 get game_menu running again (#22899) Chris Biscardi 2026-02-10 20:18:36 -08:00
  • df306bb6bc Add dirs module to bevy_platform (#22891) Talin 2026-02-10 14:29:32 -08:00
  • 59e9ee3a1a Store Resources as components on singleton entities (#20934) Trashtalk217 2026-02-10 19:53:12 +01:00
  • 9fd2637846 Add tools to avoid unnecessary AssetEvent::Modified events that lead to rendering performance costs (#16751) (#22460) Rostyslav Lesovyi 2026-02-10 20:39:37 +02:00
  • c062d92353 Prepare fullscreen material bind groups in a prepare system (#22886) IceSentry 2026-02-10 13:16:56 -05:00
  • 2dc1d075f7 Fix AnimationTargetId collisions (#22876) Greeble 2026-02-09 23:51:38 +00:00
  • c0bc60bed5 Release-0.18.1: Ensure other half Gizmos Observer Fix lands correctly in release branch (#22872) Kevin Chen 2026-02-09 17:35:05 -05:00
  • dd6eb2aaa6 Fix SLASHED_ZERO tag (#22871) ickshonpe 2026-02-09 22:32:23 +00:00
  • a6d9870272 Use CowArc everywhere for asset labels (#22869) Demiu 2026-02-09 23:29:53 +01:00
  • 89d4a4a0a3 Add marker for ExtractResource (#22867) Daniel Skates 2026-02-10 06:26:23 +08:00
  • d54e44f155 gltf: let extension handle late-added materials (#22858) François Mockers 2026-02-09 23:20:07 +01:00
  • dea15b6564 Enable borderless_game for winit on macos (#22853) Tarek Abdel Sater 2026-02-10 02:18:42 +04:00
  • 7bda251953 Add smol_str feature to bevy_reflect dependency for bevy_text. (#22848) andriyDev 2026-02-09 14:15:53 -08:00
  • a0053969c4 make acquire_focus possible to use from outside of bevy (#22841) Phoenix Mandala 2026-02-09 16:13:31 -06:00
  • 2514c7e34e Make the old and new archetype available in lifecycle observers (#22828) Chris Russell 2026-02-09 17:10:35 -05:00
  • 9ab39822b2 use scene names if they exist (#22820) Chris Biscardi 2026-02-09 13:57:10 -08:00
  • 769397e964 Reflect Struct QOL (#22708) Diddykonga 2026-02-09 15:54:41 -06:00
  • d1c3557d11 Make light extraction retained, and clean up lights that became newly invisible. (#22857) Patrick Walton 2026-02-08 23:09:13 -08:00
  • 01fd8cc342 Implements specialization keys VIEW_PROJECTION_* in depth prepass for shadow maps (#20989) Alexander Meißner 2026-02-09 07:57:17 +01:00
  • 688eb47dc2 Stop using encase for clusterable lights. (#22846) Patrick Walton 2026-02-08 22:24:41 -08:00
  • 2911da73aa Feat: adds take method to ReflectComponent (#22862) Kevin Chen 2026-02-08 21:31:26 -05:00
  • ae0d629a21 Fix Gizmos not drawing On<Pointer<Drag>>, Observers generally, and Triggered Systems (#22800) Kevin Chen 2026-02-08 21:05:22 -05:00
  • d836e14ee8 Fixes panic when using Option<Gizmos> (#22812) Kevin Chen 2026-02-08 13:38:24 -05:00
  • 6bf43ba876 Add performance clarification to Single (#22861) Saratii 2026-02-08 12:37:36 -06:00
  • c3255298f8 Revive iter_entities() when you only have immutable World access ❤️‍🩹 (#22864) Kevin Chen 2026-02-08 13:26:12 -05:00
  • e31f011747 Small EasyScreenRecordingPlugin Usability Improvements: expose system set, more helpful info’s (#22847) Kevin Chen 2026-02-07 19:49:16 -05:00
  • a34f2a0373 Fix wrong component sync for GeneratedEnvironmentMapLight (#22860) Kristoffer Søholm 2026-02-07 23:55:02 +01:00
  • 133c8abe19 Stroke font text gizmos (#22732) ickshonpe 2026-02-07 19:52:07 +00:00
  • 07633976c3 SystemBuffer apply() delegates to queue(), which now must be implemented (#22832) Kevin Chen 2026-02-07 14:24:06 -05:00
  • 9c6415cac3 remove Debug from material strings and add LoadContext to GltfExtensi… (#22844) Chris Biscardi 2026-02-06 21:17:52 -08:00
  • b43966b287 add missing channels/textures on conversion from gltf to standard material (#22845) François Mockers 2026-02-07 06:02:11 +01:00
  • f1a954430a Fix non-global core references in macros (#22839) Pedro M. 2026-02-06 22:54:39 -03:00
  • f64ecf7bf4 Feature/glam cross constants (#21561) Freya Pines 2026-02-07 03:09:37 +03:00
  • 42bef75dd3 Remove short circuit logic workaround (#22827) Christophe Dehais 2026-02-07 01:02:05 +01:00
  • f41af8dc60 Fix UV calculation for SpriteMesh when using a TextureAtlasLayout (#22836) Jay Pavlina 2026-02-06 15:57:48 -08:00
  • bbcc1e6601 Refactor extraction to bypass the orphan rules (#22766) Kristoffer Søholm 2026-02-06 22:23:11 +01:00
  • b22e71f558 reflect imagesampler (#22786) Chris Biscardi 2026-02-06 11:49:55 -08:00
  • b430c8bdac deprecated generate_view_layouts in favor of layout_entries (#17537) (#17714) Robert Smith 2026-02-06 14:21:07 -05:00
  • 0af11aa692 Invert bevy_gltf dependency with bevy_pbr (#22569) Daniel Skates 2026-02-07 03:20:16 +08:00
  • 1b32f71aab Add padding for color_plane widget for wasm/webgl compat (#22724) Mitch Tishmack 2026-02-06 13:19:48 -06:00
  • e17721e3a3 Move render app init and extraction to separate plugin (#22758) Kristoffer Søholm 2026-02-06 20:19:07 +01:00
  • 758b8fab39 Fix asset extraction for GpuAutoExposureCompensationCurve (#22803) breakdown_dog 2026-02-07 03:18:58 +08:00
  • e5b8cff441 Reuse ViewKeyCache where possible (#22809) Levy A. 2026-02-06 16:18:47 -03:00
  • f1a358cea3 Batch prepasses that use depth only (#22813) charlotte 🌸 2026-02-06 11:18:21 -08:00
  • 13ed0a69d2 Address some Zizmor lints (#22817) Benjamin Brienen 2026-02-06 20:14:45 +01:00
  • 2949353d9e Remove commented-out code in example post-processing (#22815) breakdown_dog 2026-02-06 15:42:01 +08:00
  • 4c76e82b43 Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 (#22823) dependabot[bot] 2026-02-06 08:39:43 +01:00
  • 70d6f58c3c Bump crate-ci/typos from 1.42.3 to 1.43.2 (#22824) dependabot[bot] 2026-02-06 08:38:43 +01:00
  • b6dfd019c3 Bump github/codeql-action from 4.32.0 to 4.32.2 (#22825) dependabot[bot] 2026-02-06 08:38:15 +01:00
  • afe0e5d9f5 Implement per-pixel linked list for OIT (#21831) Luo Zhihao 2026-02-06 05:00:36 +08:00
  • 71dd9ea7db Render Recovery (#22761) atlv 2026-02-05 09:11:16 -08:00
  • c7fa06672b warn about risks of crashing the renderer (#22808) François Mockers 2026-02-05 02:02:15 +01:00
  • 59a54d38af remove redundant warns (#22807) atlv 2026-02-04 17:00:19 -08:00
  • 3fbf7556aa document bevy light (#22804) atlv 2026-02-04 11:44:42 -08:00
  • b86b99cd68 Mesh::deduplicate_vertices (#22734) Quinn Mueller 2026-02-04 10:52:37 -08:00
  • 7418544281 Add per-entity NoCpuCulling (#22767) Erik W 2026-02-04 17:34:56 +01:00
  • b1722c5af9 Serialize ImageLoaderSettings::texture_format (#22764) Luo Zhihao 2026-02-04 08:49:35 +08:00
  • c6ca738746 Adds Frustum Gizmo (#22762) Kevin Chen 2026-02-03 19:28:25 -05:00
  • 5397e9d201 Implement gradual falloff and blending for light probes. (#22610) Patrick Walton 2026-02-03 16:24:30 -08:00
  • 5d9a10c7a6 Implement minimal asset saving (#22622) andriyDev 2026-02-03 16:24:23 -08:00
  • f8b564c8df animated_ui: Animate UiTransform::scale, not TextFont::font_size (#22667) ickshonpe 2026-02-04 00:24:16 +00:00
  • b02023b53b Make DepthOfField default respect DepthOfFieldMode default (#22731) Findlay Royds 2026-02-04 13:23:58 +13:00
  • a74126eacf Fix off-by-one in alloc_many unintentionally allocating fresh indices (#22785) Nick Babcock 2026-02-03 18:21:34 -06:00
  • 0c46a5a837 fix AssetChanged safety comment (#22795) Emerson Coskey 2026-02-03 16:21:02 -08:00
  • 2297753d81 Observer run conditions (#22602) Jonas Meyer-Ohle 2026-02-03 16:44:30 +01:00
  • 4cc92a00e7 Amortize the cost of freeing entities (#22658) Eagster 2026-02-02 21:14:11 -05:00
  • cc3fa01129 Feature/populated message reader (#22772) person93 2026-02-02 20:28:42 -05:00
  • b842bcb923 Contiguous access (#21984) Jenya705 2026-02-03 01:02:26 +01:00
  • 8d38568418 Fix vignette docstring to match default values (#22783) Glenn Dittmann 2026-02-03 01:01:52 +01:00
  • 1789b76d09 doc and clean up bevy_shader (#22774) atlv 2026-02-02 15:32:58 -08:00
  • ab78492dfc Exposing methods in PipelineCache for outside usage (#22773) Anthony Tornetta 2026-02-02 18:31:04 -05:00
  • d1dc09ae19 Use the shorthand functions to construct Vals and UiRects in examples (#22765) WaterWhisperer 2026-02-03 07:27:19 +08:00
  • 0cb11b841b Transmission cleanup (#22763) atlv 2026-02-02 15:21:20 -08:00
  • 7b0d0a4e0f Add example for triggering and recovering from rendering errors (#22757) atlv 2026-02-02 15:19:39 -08:00
  • 998970c657 Remove unused 'experimental' folder in bevy_core_pipeline (#22749) breakdown_dog 2026-02-03 07:14:29 +08:00
  • a9e6e0773d Consolidate node.rs logic into mod.rs (#22746) breakdown_dog 2026-02-03 07:13:05 +08:00
  • 3b691d2411 Don't consider despawns as invalidating EntityWorldMut (#22725) Eagster 2026-02-02 18:09:35 -05:00
  • ff57138b44 Adds tests for new UiDebugOverlay features into testbed_ui (#22673) Kevin Chen 2026-02-02 18:04:48 -05:00
  • 8c8e77158c Benchmark remote allocation (#22659) Eagster 2026-02-02 17:57:00 -05:00
  • f929d068f3 Fix failed sub-asset loads getting stuck in LoadState::Loading (#22628) Greeble 2026-02-02 22:54:11 +00:00
  • 6ca4769128 Minimal responsive FontSize support (#22614) ickshonpe 2026-02-02 22:52:33 +00:00
  • 175a7f5aea Fix DLSS by upgrading dlss_wgpu to 4.0.0-dev (#22768) JMS55 2026-02-01 16:06:16 -05:00
  • 727a350fc6 Sort the UI examples into sub-dirs (#22727) WaterWhisperer 2026-02-02 02:14:10 +08:00
  • c5fbe1b6ca Solari: Tiny refactor (#22760) JMS55 2026-02-01 12:48:27 -05:00
  • 993fc99d77 Minor Render init refactor (#22759) atlv 2026-01-31 15:25:00 -08:00
  • e63451582a Remove unused ScreenSpaceReflectionNode. (#22751) breakdown_dog 2026-02-01 05:46:25 +08:00
  • 5925b19258 Bump super-linter/super-linter from 8.3.2 to 8.4.0 (#22739) dependabot[bot] 2026-01-30 23:39:10 +00:00
  • 54b675464f Add extra padding to font atlases (#22722) ickshonpe 2026-01-30 22:42:48 +00:00
  • 44dee2420c RenderResources refactor (#22737) atlv 2026-01-30 14:41:45 -08:00
  • 71435c2c28 Rename the system_fonts example (#22745) ickshonpe 2026-01-30 22:38:22 +00:00
  • 44ae8e2416 Bump actions/cache from 5.0.1 to 5.0.3 (#22740) dependabot[bot] 2026-01-30 07:18:43 +00:00
  • 7f8d8a41d9 Bump github/codeql-action from 4.31.10 to 4.32.0 (#22741) dependabot[bot] 2026-01-30 07:17:17 +00:00
  • adb2df099b Bump crate-ci/typos from 1.42.1 to 1.42.3 (#22738) dependabot[bot] 2026-01-30 07:17:12 +00:00
  • fbb75d4442 RenderCreation refactor (#22714) atlv 2026-01-29 14:25:02 -08:00
  • cf32081540 Remove dependency from "bevy_platform/web" to "bevy_platform/std" (#22184) Kevin Reid 2026-01-28 15:15:23 -08:00
  • b59177e364 update fullscreen material example comment to be clear about 2d support (#22730) Chris Biscardi 2026-01-28 15:15:15 -08:00
  • f1f41547fc Replace RenderGraph with systems (#22144) charlotte 🌸 2026-01-28 13:09:59 -08:00
  • 419f25d321 move Atmosphere to bevy_light (#22709) atlv 2026-01-27 13:49:59 -08:00