Commit graph

  • bcb1988ad2 Add ASCII art to custom mesh example (#15261) Wybe Westra 2024-09-17 18:43:11 +0200
  • 153816faac Removed input, audio and dev tools plugins from HeadlessPlugins. Wybe Westra 2024-09-17 18:28:10 +0200
  • a8d179602f Change ReflectMapEntities to operate on components before insertion #14549 Josh Robson Chase 2024-07-31 07:44:00 -0400
  • 0bc5226f3b Add test for scene/observer/mapped entity interaction Josh Robson Chase 2024-07-31 09:26:12 -0400
  • b884f96598
    Implement enabled flag for fps overlay (#15246) no-materials 2024-09-17 17:16:28 +0200
  • 3c41586154
    Add EntityRefExcept and EntityMutExcept world queries, in preparation for generalized animation. (#15207) Patrick Walton 2024-09-17 07:53:39 -0700
  • 8e15768b38
    Merge 11500a3b6c into b45d83ebda #13864 Martín Maita 2024-09-17 16:10:14 +0200
  • 62081c66cd From implementations #15263 rosefarts 2024-09-17 15:50:29 +0200
  • a868959af5
    Fix transparent_window example on wayland #15262 mahkoh 2024-09-17 13:31:21 +0200
  • 49e6b0fc9d Added HeadlessPlugins (#15203) Wybe Westra 2024-09-17 12:32:03 +0200
  • b1b70e207d Add DynamicTyped link to TypeInfo docs (#15188) #15259 Wybe Westra 2024-09-17 11:01:51 +0200
  • 26ecd307f4
    revert unrequired early exit #15246 nomaterials 2024-09-17 10:55:56 +0200
  • ab195e62a4
    Merge 11912c1e05 into b45d83ebda #14911 Lubba64 2024-09-17 09:36:20 +0200
  • d2bed3d2fc Add wasm = false to try to unbreak stuff Patrick Walton 2024-09-16 22:43:15 -0700
  • 6d1ec97ab4
    early exit if fps config resource hasn't changed nomaterials 2024-09-17 07:37:22 +0200
  • 055bbb124e Address review comments Patrick Walton 2024-09-16 22:37:15 -0700
  • 94c10ad52e Merge remote-tracking branch 'origin/main' into pcss Patrick Walton 2024-09-16 22:17:29 -0700
  • 392e6303df
    Merge ef75c54e4b into b45d83ebda #15168 Robert Walter 2024-09-17 04:59:29 +0000
  • 1503d1c123
    Merge be10dba9ad into b45d83ebda #15189 Chris Russell 2024-09-17 06:11:15 +0200
  • e003edf963
    Merge 62f9cac6f9 into b45d83ebda #14280 Brezak 2024-09-17 05:34:23 +0200
  • ddf8eb088c group IntoSystemConfigs impls together #15254 Christian Hughes 2024-09-16 21:29:14 -0500
  • 32cc7d5a06 fix ci complaint Christian Hughes 2024-09-15 19:27:39 -0500
  • 55c08689a8 add side-effectful test demonstrating InMut Christian Hughes 2024-09-15 19:21:36 -0500
  • 8467283d36 give methods on SystemInput clearer names Christian Hughes 2024-09-15 08:38:10 -0500
  • 769c9b80ad add staticsysteminput to systeminput docs Christian Hughes 2024-09-15 08:35:47 -0500
  • 4c5c28e5de address feedback Christian Hughes 2024-09-15 08:23:38 -0500
  • e973aa2160 impl deref and debug for all systeminputs Christian Hughes 2024-09-15 08:19:48 -0500
  • 40a2d5a41a Replace per-systeminput impls with generic impl Christian Hughes 2024-09-15 07:59:10 -0500
  • c9a2a25693 fix broken doc link Christian Hughes 2024-09-15 07:20:45 -0500
  • 0eda6d8e84 remove unused import Christian Hughes 2024-09-15 06:11:34 -0500
  • f9ef006111 fix bound on realonly pipe system Christian Hughes 2024-09-15 06:07:30 -0500
  • 8d0dd8e089 address feedback Christian Hughes 2024-09-15 05:37:41 -0500
  • 585a50c0b7 fix some generic bounds Christian Hughes 2024-09-15 00:32:50 -0500
  • 13746d3ad9 replace generic param with impl trait Christian Hughes 2024-09-15 00:14:52 -0500
  • a6fac3dd86 cleanup Christian Hughes 2024-09-15 00:08:47 -0500
  • 7ac28f78e7 remove compilation test Christian Hughes 2024-09-14 23:52:25 -0500
  • 8f4d23ced8 remove sized requirement for inref and inmut inner types Christian Hughes 2024-09-14 23:44:16 -0500
  • dd8bca0d30 remove extra whitespace Christian Hughes 2024-09-14 23:23:37 -0500
  • 0beb7ca8a1 improve doctests Christian Hughes 2024-09-14 23:20:18 -0500
  • 54a924719a cleanup Christian Hughes 2024-09-14 22:56:09 -0500
  • 156ab4ec7c fix doctests Christian Hughes 2024-09-14 22:48:07 -0500
  • c978d2c61b remove unnecessary function, rename other functions, update docs Christian Hughes 2024-09-14 22:13:52 -0500
  • bb8f96e8cc add new input types to prelude Christian Hughes 2024-09-14 21:36:34 -0500
  • 39e56bfe92 add documentation Christian Hughes 2024-09-14 21:33:54 -0500
  • 5a27eabd52 fix example Christian Hughes 2024-09-14 21:02:20 -0500
  • c6062644f9 switch back to assoc type, and fix type inference Christian Hughes 2024-09-14 21:00:39 -0500
  • bdf1af5fea fix inference for piping, but missing impl for now Christian Hughes 2024-09-13 20:19:03 -0500
  • 4cc6a6be16 override run function for pipe systems to fix tests Christian Hughes 2024-09-13 03:07:08 -0500
  • b4e23a6b73 fix pipe system naming Christian Hughes 2024-09-13 03:06:53 -0500
  • 83628c9697 remove observer trigger transmute Christian Hughes 2024-09-13 02:50:09 -0500
  • 301cba3e68 fix ecs piping example Christian Hughes 2024-09-13 02:49:47 -0500
  • f9ea631776 fix pipe inference in example Christian Hughes 2024-09-13 02:29:06 -0500
  • 32d4977c72 fix and comment out usage issues for now Christian Hughes 2024-09-13 02:10:27 -0500
  • 735e8bbdde experiment for allowing refs in system input Christian Hughes 2024-09-12 18:40:15 -0500
  • 181990215f switch input assoc type to generic param Christian Hughes 2024-09-12 16:45:24 -0500
  • 16b71b8456
    Merge d68ff02db7 into b45d83ebda #12561 IceSentry 2024-09-16 20:37:18 -0400
  • b45d83ebda
    Rename Add to Queue for methods with deferred semantics (#15234) Benjamin Brienen 2024-09-17 02:17:49 +0200
  • f887be3251 merge error #15234 Benjamin Brienen 2024-09-17 02:05:49 +0200
  • 466c07702c Merge branch 'main' into rename-add-to-enqueue Benjamin Brienen 2024-09-17 02:03:45 +0200
  • dc84dc6d08 Merge branch 'main' into rename-add-to-enqueue Benjamin Brienen 2024-09-17 02:01:34 +0200
  • a42b4335fa fix docs Benjamin Brienen 2024-09-17 01:57:59 +0200
  • c2d54f5f04
    Don't leak SEND resource, even if thread is panicking. (#15247) Navneet Aman 2024-09-17 05:06:52 +0530
  • c3465a9676
    Update gilrs requirement from 0.10.1 to 0.11.0 (#15245) dependabot[bot] 2024-09-16 19:34:04 -0400
  • 29508f065f
    Fix floating point math (#15239) Benjamin Brienen 2024-09-17 01:28:12 +0200
  • 0dd00e9204
    Note on compiling on FreeBSD (#15232) Adry 2024-09-16 19:18:14 -0400
  • 23a77ca5eb
    Rename push children to add children (#15196) Taylor Neal 2024-09-17 09:16:04 +1000
  • 522d82b21a
    Fixing text sizes for examples (#15190) Tero Laxström 2024-09-17 02:14:37 +0300
  • cf5afecd9f
    Increase border_rect for TextureSlicer to match image (#15177) Tero Laxström 2024-09-17 02:12:13 +0300
  • 3efef59d83
    Enable/disable UI anti-aliasing (#15170) patrickariel 2024-09-17 06:06:23 +0700
  • 29c4c79342
    Rotation api extension (#15169) Robert Walter 2024-09-16 23:02:08 +0000
  • 17b1bcde95
    Add missing insert API commands (#15166) Cole Varner 2024-09-16 16:00:00 -0700
  • 951bce8383 fmt #15239 Benjamin Brienen 2024-09-17 00:57:12 +0200
  • 382917fbb3
    Improve type inference in DynSystemParam::downcast() by making the type parameter match the return value. (#15103) Chris Russell 2024-09-16 18:56:57 -0400
  • 8a55050e80 fix more examples Benjamin Brienen 2024-09-17 00:55:00 +0200
  • db525e660e
    Fix MeshAllocator panic (#14560) Eero Lehtinen 2024-09-17 01:54:01 +0300
  • 9bda913e36
    Remove redundent information and optimize dynamic allocations in Table (#12929) Adam 2024-09-16 18:52:05 -0400
  • ed55369c21 fix example Benjamin Brienen 2024-09-17 00:48:28 +0200
  • 262b068bc3
    Substitute trivial fallible conversions with infallible function calls (#10846) Federico Rinaldi 2024-09-17 00:46:54 +0200
  • bdb94713d3 fmt Benjamin Brienen 2024-09-17 00:44:35 +0200
  • 61efa1456a cleanup Benjamin Brienen 2024-09-17 00:42:07 +0200
  • ac4e530c7a fix Benjamin Brienen 2024-09-17 00:35:33 +0200
  • 1cd83d85a1 fmt again ??? Benjamin Brienen 2024-09-17 00:25:04 +0200
  • cb09e843c0 Warning police #15207 Patrick Walton 2024-09-16 15:14:07 -0700
  • 1b2888f15b use Benjamin Brienen 2024-09-17 00:08:16 +0200
  • 93973616d8 fix unresolved import Benjamin Brienen 2024-09-17 00:07:07 +0200
  • 33e5ed54bb fmt Benjamin Brienen 2024-09-17 00:01:23 +0200
  • 4ab5679d01 add ops to prelude and use it explicitly Benjamin Brienen 2024-09-16 23:28:54 +0200
  • 9068a0bea0 Address review comments Patrick Walton 2024-09-16 14:06:49 -0700
  • 6e29c7efe0 fmt Benjamin Brienen 2024-09-16 22:06:14 +0200
  • 1224f688f8 Merge branch 'fix-floating-point-math' of https://github.com/BenjaminBrienen/bevy into fix-floating-point-math Benjamin Brienen 2024-09-16 21:53:45 +0200
  • b1e93bc7bc feedback from PR Benjamin Brienen 2024-09-16 21:53:38 +0200
  • 9f25494204
    Update crates/bevy_pbr/src/pbr_material.rs Benjamin Brienen 2024-09-16 21:45:45 +0200
  • 8abaf9fabb
    Update crates/bevy_color/src/oklcha.rs Benjamin Brienen 2024-09-16 21:44:54 +0200
  • 8d4b77b65c
    Update crates/bevy_color/src/lcha.rs Benjamin Brienen 2024-09-16 21:42:41 +0200
  • 25834940bd
    Update crates/bevy_render/src/mesh/primitives/dim3/capsule.rs Benjamin Brienen 2024-09-16 21:42:27 +0200
  • c8e309e90f
    Update crates/bevy_render/src/mesh/primitives/dim3/capsule.rs Benjamin Brienen 2024-09-16 21:14:29 +0200
  • 06ffd42e53
    Update crates/bevy_gizmos/src/arcs.rs Benjamin Brienen 2024-09-16 21:13:59 +0200
  • 5d4d7604a1 Requires `hexasphere crate updated, bevy_mikktspace's glam too #15249 targrub 2024-09-16 14:45:59 -0400
  • 3825e2c6a0 Fix example Patrick Walton 2024-09-16 11:35:23 -0700
  • 2f5810a901 Address review comments Patrick Walton 2024-09-16 11:18:51 -0700