Commit Graph

  • 48d9d13bde Fix a few typos (#23412) Rob Parrett 2026-03-18 15:42:23 -07:00
  • 9c5a65b339 Add Ord impl and Debug case to Severity. (#23408) Josiah Nelson 2026-03-18 12:28:16 -07:00
  • 27fe7af0c7 Write Messages by Bevy Remote Protocol (#23391) François Mockers 2026-03-18 19:38:17 +01:00
  • 3a76008cc5 MeshAllocator: Take padding elements into account in the MeshBufferSlice's range (#22187) Luo Zhihao 2026-03-19 02:29:08 +08:00
  • 26ee545b87 feat(bevy_ecs): add Severity metadata to BevyError (#22201) syszery 2026-03-18 18:25:55 +01:00
  • ff3c2e4c04 Make passing in the type registry for scene ser/de explicit. (#23401) andriyDev 2026-03-18 10:16:57 -07:00
  • 8f45da591d Fix spot and point light retained view entity (#23402) atlv 2026-03-18 10:15:57 -07:00
  • e9878a5445 Refactor section_buffer from tuple to named struct (#23398) gregcsokas 2026-03-18 17:15:08 +01:00
  • 5ad5c9c028 Fix: DespawnOnEnter/OnExit/When can trigger for same state transitions (#23390) Kevin Chen 2026-03-18 11:52:18 -04:00
  • 71cfd3ec01 Support letter spacing in bevy_text (#23380) gregcsokas 2026-03-18 02:53:20 +01:00
  • c36ea111fb Break dependency from bevy_anti_alias on bevy_post_process by splitting PostProcess set (#23098) Daniel Skates 2026-03-18 09:51:08 +08:00
  • 0c9e278779 Fix ContiguousQueryData derive for tuple structs (#23394) DavidCrossman 2026-03-18 01:39:35 +00:00
  • 0cef5fa2a7 Change FontHinting::should_hint to pub (#23397) ickshonpe 2026-03-17 21:23:20 +00:00
  • 44d6d88b82 reflect AppExit (#23392) François Mockers 2026-03-17 07:58:42 +01:00
  • 2e2b29eb33 Allow serializing and deserializing handles during reflection. (#23329) andriyDev 2026-03-16 17:39:38 -07:00
  • 92cab75da2 can reflect messages (#23374) François Mockers 2026-03-17 00:25:46 +01:00
  • 055d445da2 Add DespawnWhen helper component for more complex state despawning logic (#23315) Freyja-moth 2026-03-16 23:25:03 +00:00
  • ca74019479 Ensure the previous mesh input buffer is nonempty. (#23388) Patrick Walton 2026-03-16 15:17:15 -07:00
  • 9c3d250763 Pick root text entity when pointer is above a text node but not pointing at text. (#23386) ickshonpe 2026-03-16 21:50:09 +00:00
  • 41a823184c ViewportNode.camera is now an Option<Entity> (#23298) Kevin Chen 2026-03-16 17:36:42 -04:00
  • e48ae43e88 Replace the tuple used for text run metadata with a named struct (#23381) ickshonpe 2026-03-16 21:30:34 +00:00
  • b6fdc05d8e Reduce panics in rendering code to facilitate render recovery (#23349) atlv 2026-03-16 13:44:20 -07:00
  • 6d109083e5 docs: Remove misleading ViewVisibility docs (#23385) leomeinel 2026-03-16 20:22:55 +00:00
  • 68553d8964 Disable gpu clustering on android (#23379) François Mockers 2026-03-16 21:15:04 +01:00
  • c7a8d34949 bugfix: recompute inherited visibility when ChildOf component is removed (#23100) HugoPeters1024 2026-03-16 21:09:38 +01:00
  • 9762c65926 Enable modification of AnimationClips in glTF processing (#23305) Chris Biscardi 2026-03-16 12:55:18 -07:00
  • 00b1ff59e4 Extraction Example (#23223) Damon 2026-03-16 21:38:58 +02:00
  • fccb3f1c7a VertexAttributeValues supports all wgpu VertexFormat (#22796) Luo Zhihao 2026-03-17 03:33:47 +08:00
  • c7f779b842 mobile example set naga log level to info (#23382) Luo Zhihao 2026-03-17 01:32:24 +08:00
  • 24661940b4 Rename examples/games to examples/showcase (#23375) Talin 2026-03-16 00:03:31 -07:00
  • c84564a8dc Introduce sparse buffer uploads for mesh input uniforms. (#23242) Patrick Walton 2026-03-15 19:37:22 -07:00
  • 9add6e1b67 Move uniform out of extract_component (#23372) Daniel Skates 2026-03-16 05:48:37 +08:00
  • 43eb539083 Fix where clauses generated by #[derive(QueryData)] (#23352) DavidCrossman 2026-03-15 21:37:35 +00:00
  • ebfbc3f5c8 Move visibility range checking from the CPU to the GPU if NoCpuCulling is specified. (#23115) Patrick Walton 2026-03-15 13:40:02 -07:00
  • 6439826e33 fix OverrideCursor docs (#23319) Christian Hughes 2026-03-15 12:54:58 -05:00
  • 2cc43db911 Add allow_self_referential and counterpart component ids to RelationshipAccessor (#23280) eugineerd 2026-03-15 20:35:33 +03:00
  • 1b7f9e778d Add Copy trait to Pickable component (#23330) Rabbival 2026-03-15 19:26:12 +02:00
  • 9df74c187e Document composition order for Transform (#23336) Grégoire Locqueville 2026-03-15 18:24:46 +01:00
  • 7cfd9b5c58 Fix fishy spawn batch implementation (#23344) Eagster 2026-03-15 13:23:09 -04:00
  • 1b6b6793aa Derive Reflect for ParsedPath and its children (#23371) Jackson Garner 2026-03-14 23:38:51 -07:00
  • 947c8f2279 Implement a relationship between Windows and Monitors. (#23249) Sapein 2026-03-15 01:37:01 -05:00
  • fca2279cf6 Add Clearcoat support to the G-Buffer (#23359) Nicholas Brunhart-Lupo 2026-03-14 12:34:51 -06:00
  • 7094d2f8c5 Rename System::type_id to System::system_type for clarity (#23326) Tauan Binato 2026-03-14 14:06:15 -04:00
  • e770373bd6 Fix image_node example's module-level doc comment (#23320) Tauan Binato 2026-03-14 01:30:21 -04:00
  • 753f3ca1be Add write methods to MessageMutator (#23351) Chris Russell 2026-03-14 01:24:07 -04:00
  • 630a5ee362 Remove redundant sampling_primitives example (#23333) Tauan Binato 2026-03-14 00:58:12 -04:00
  • 846b196cda Deploy Docs - Build Docs step: Resolve most Warnings (#23343) Kevin Chen 2026-03-13 22:35:44 -04:00
  • f6d2e7531f Docs & Migration Guides: Remove mentions of Cosmic Text where it seemed appropriate (#23290) Kevin Chen 2026-03-13 22:01:31 -04:00
  • 7fff8b4258 Bump crate-ci/typos from 1.43.5 to 1.44.0 (#23347) dependabot[bot] 2026-03-13 21:12:25 +00:00
  • 2c38fb834c Bump github/codeql-action from 4.32.2 to 4.32.6 (#23348) dependabot[bot] 2026-03-13 22:11:51 +01:00
  • 1b3b01e940 Stop doing full table scans of joints in skin extraction. (#23283) Patrick Walton 2026-03-12 22:09:25 -07:00
  • 3fea954eaa Fix TarjanScc algorithm in bevy_ecs (#23273) (#23274) Mysvac 2026-03-13 03:45:42 +08:00
  • efec14fca5 Correctly order wireframe specialization. (#23328) charlotte 🌸 2026-03-12 12:07:53 -07:00
  • 3f6df4edfb Fix Solari flickering by ordering solari_lighting (#23304) Alice Cecile 2026-03-11 14:53:00 -07:00
  • e8ca3850a6 Add SliderOrientation to control slider axis detection (#23310) moktamd 2026-03-12 06:27:30 +09:00
  • 020f8abd31 do not scrape type_data example, causes ICE (#23317) Kevin Chen 2026-03-11 17:26:47 -04:00
  • 43ab995229 Added touch input for the FreeCameraPlugin. (#23316) marcerhans 2026-03-11 21:05:42 +01:00
  • 90f90954a0 Fix Meshlets (#23307) atlv 2026-03-11 12:49:09 -07:00
  • 0b0f65377b Address some nightly clippy lints (#23314) Olle Lukowski 2026-03-11 20:47:35 +01:00
  • b265dc042a Merge SystemParam::validate_param into SystemParam::get_param (#23225) Alice Cecile 2026-03-11 12:03:10 -07:00
  • f9ddae0b28 Fix some easing docs (#23312) Aceeri 2026-03-11 11:54:42 -07:00
  • 8be3268dbc remove weekly beta job (#23287) François Mockers 2026-03-11 19:20:13 +01:00
  • 22d7c65403 Streaming iteration for non-IterQueryData (#23218) Chris Russell 2026-03-11 14:19:11 -04:00
  • 2b760d979f Optimize entity removal by scanning from the end (#23297) Aevyrie 2026-03-10 18:04:13 -07:00
  • 53050f90e2 New bevy_settings crate (#23034) Talin 2026-03-10 13:29:09 -07:00
  • 0dcba0d0c6 Multi-draw sorted render phases if the platform supports it. (#23005) Patrick Walton 2026-03-09 22:16:08 -07:00
  • 935936ded5 Add an ImageSaver AssetSaver, and simplify / split the asset saving example (#23105) andriyDev 2026-03-09 22:11:21 -07:00
  • 5f8435b89d BrpRequest: remove jsonrpc field (#23175) Mira 2026-03-10 05:48:58 +01:00
  • 9797fb24ea Parallelize mark_dirty_trees (#23185) Aevyrie 2026-03-09 21:44:09 -07:00
  • 445bf64bbc Add opt-out background motion vectors (#23187) Aevyrie 2026-03-09 21:39:20 -07:00
  • c671328d70 Allow extract_mesh_materials to run in parallel with extract_meshes_for_gpu_building. (#23211) Patrick Walton 2026-03-09 21:29:45 -07:00
  • a22ef4279b Fix: custom near planes (#23279) Aevyrie 2026-03-09 21:21:30 -07:00
  • 5916c19afe mention extendedmaterial in the stdmat docs (#23247) Chris Biscardi 2026-03-09 21:10:36 -07:00
  • 62379cf1ea Skip swap-chain texture acquisition for windows with no camera target (#23276) Adam Mulvany 2026-03-10 15:06:31 +11:00
  • 1c203b6f39 Clamp F_ab in specular multiscatter to fix grazing angle artifacts (#22833) Albert O'Shea 2026-03-10 09:18:55 +11:00
  • 4ad55b0101 fix: process window position before size in changed_windows (#23248) natepiano 2026-03-09 17:38:37 -04:00
  • 218069f437 Update sysinfo version to 0.38.4 (#23281) Guillaume Gomez 2026-03-09 22:35:54 +01:00
  • 8bf031a0c5 Optimize update-caches CI (#23253) Shahar Naveh 2026-03-09 22:18:50 +01:00
  • 7fc2e2da30 Don't let the clustering vertex shader see any read-write storage buffers. (#23256) Patrick Walton 2026-03-08 11:40:54 -07:00
  • d7c5621f3a Rename bevy_image::DataFormat to bevy_image::TextureChannelLayout (#23267) IQuick 143 2026-03-08 19:40:21 +01:00
  • 0a8b29f6ce Add PartialEq to EasingCurve (#23262) Olle Lukowski 2026-03-08 10:16:44 +01:00
  • 162a708091 Bump actions/upload-artifact from 6.0.0 to 7.0.0 (#23244) dependabot[bot] 2026-03-06 19:23:24 +01:00
  • b292ea13cd Bump actions/download-artifact from 7.0.0 to 8.0.0 (#23243) dependabot[bot] 2026-03-06 19:23:23 +01:00
  • c99467dc1d Fix wireframe system ordering. (#23240) charlotte 🌸 2026-03-05 23:40:16 -08:00
  • f3f3078736 Rust 1.94 (#23241) charlotte 🌸 2026-03-05 22:38:27 -08:00
  • f36f54d93b Close the web_asset_cache file before ending the cache future. (#23231) andriyDev 2026-03-04 23:50:28 -08:00
  • f6dca5095f Set doc-scrape-example = true for recently merged example (#23230) Kevin Chen 2026-03-05 01:49:50 -05:00
  • 5870d5e7c0 Delete warning message about corrupted writes. (#23228) andriyDev 2026-03-04 21:15:20 -08:00
  • 1108f27f36 Fix energy loss in multi-scattering term (#23203) Dylan Sechet 2026-03-05 02:48:07 +01:00
  • a9192fa63f refactor: remove threshold configuration from StaticTransformOptimiza… (#23193) andristarr 2026-03-05 00:43:45 +01:00
  • 48601ef029 Fix instability in sample_visible_ggx for normals near -Z (#23194) Dylan Sechet 2026-03-04 23:28:27 +01:00
  • f4602e29a5 Fix: Allow non_camel_case_types on derived SystemParamBuilder generics (#22324) 羊撅撅 2026-03-05 06:28:06 +08:00
  • 003dc5fcd2 Add font weight to InheritableFont (#23205) Nick 2026-03-04 15:24:19 -07:00
  • d0e82f2882 Fix atmosphere space view for LUT rendering (#22938) Máté Homolya 2026-03-04 14:18:31 -08:00
  • 65b3b88cba Don't use a CAS loop in gpu clustering (#23212) atlv 2026-03-04 00:21:09 -08:00
  • 207fce235a remove bevy_mesh dependency on bevy_image (#23214) atlv 2026-03-03 23:41:28 -08:00
  • 10243aaab5 Fix AlphaMode::Mask threshold being ignored on unlit materials (#23206) DoceAzedo 2026-03-04 04:34:18 -03:00
  • 5c116a4b75 Use next_multiple_of instead of round_up (#23213) atlv 2026-03-03 23:17:36 -08:00
  • 22369a00cd Fix minimum version of wasm-bindgen-futures. (#23210) Kevin Reid 2026-03-03 23:01:18 -08:00
  • 5e6493b82d move white furnace to the 3d testbed (#23207) François Mockers 2026-03-04 04:51:20 +01:00