Rob Parrett
|
f6c72a7442
|
Fix blend_modes example UI positioning (#8093)
|
2023-03-15 01:03:53 +00:00 |
|
BlondeBurrito
|
602f3baf3f
|
fix: register Cascade in the TypeRegistry (#8088)
|
2023-03-15 00:11:55 +00:00 |
|
Nicola Papale
|
13196613ee
|
Add depending bevy features for higher level one (#7855)
|
2023-03-14 14:10:50 +00:00 |
|
sark
|
520e413c21
|
unused_variables warning when building with filesystem_watcher feature disabled (#7938)
|
2023-03-14 08:58:55 +00:00 |
|
ickshonpe
|
e77eb003ec
|
Perform text scaling calculations per text, not per glyph (#7819)
|
2023-03-14 00:01:27 +00:00 |
|
Chris Russell
|
a63881905a
|
Pass query change ticks to QueryParIter instead of always using change ticks from World . (#8029)
Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
Co-authored-by: James Liu <contact@jamessliu.com>
|
2023-03-13 22:06:16 +00:00 |
|
Mike
|
8a2502ce0f
|
change breakout to use FixedTime::period (#8076)
|
2023-03-13 21:12:53 +00:00 |
|
Bruce Reif (Buswolley)
|
7c4a0eb768
|
add Clone to common conditions (#8060)
|
2023-03-13 19:38:04 +00:00 |
|
Anti-Alias
|
884b9b62af
|
Added Globals struct to prepass shader (#8070)
|
2023-03-13 18:55:47 +00:00 |
|
James Liu
|
dcc0edf8a7
|
Make BundleInfo's fields not pub(crate) (#8068)
|
2023-03-13 16:18:49 +00:00 |
|
JoJoJet
|
ed97c621b8
|
Move docs for !Sync resources onto the correct trait (#8066)
|
2023-03-13 16:16:14 +00:00 |
|
Liam Gallagher
|
0918b30e29
|
Tests for Run Conditions (#8035)
|
2023-03-13 15:39:25 +00:00 |
|
François
|
71b1b35757
|
do not set hit test unconditionally on window creation (#7996)
|
2023-03-13 15:31:13 +00:00 |
|
SneakyBerry
|
6bfc09f53e
|
Construct Box<dyn Reflect> from world for ReflectComponent (#7407)
Co-authored-by: SneakyBerry <kennedwyhokilled@gmail.com>
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
|
2023-03-13 15:26:47 +00:00 |
|
ickshonpe
|
87dda354dd
|
Remove Val::Undefined (#7485)
|
2023-03-13 15:17:00 +00:00 |
|
François
|
d8b7fed4fe
|
don't panic on unknown ambiguity (#7950)
|
2023-03-12 15:24:52 +00:00 |
|
Gilbert Röhrbein
|
7d5f89cca1
|
Color::Lcha constructors (#8041)
Co-authored-by: James Liu <contact@jamessliu.com>
|
2023-03-11 18:50:16 +00:00 |
|
Gilbert Röhrbein
|
9e9ae5b830
|
Fix Color::as_rgba_linear for Color::Lcha (#8040)
Co-authored-by: James Liu <contact@jamessliu.com>
|
2023-03-11 12:12:31 +00:00 |
|
Alice Cecile
|
ee0e6f4855
|
Process 1 in Chrome tracing starts expanded (#8024)
|
2023-03-11 03:04:41 +00:00 |
|
JoJoJet
|
fd1af7c8b8
|
Replace multiple calls to add_system with add_systems (#8001)
|
2023-03-10 18:15:22 +00:00 |
|
ickshonpe
|
729458815c
|
Fix the Text2d text anchor's incorrect horizontal alignment (#8019)
|
2023-03-10 14:57:41 +00:00 |
|
Christian Hughes
|
8aa217cc8b
|
Add OnTransition schedule that is ran between OnExit and OnEnter (#7936)
|
2023-03-10 09:06:23 +00:00 |
|
Marco Buono
|
dc0b25d7dc
|
Remove redundant else branch
|
2023-03-10 04:05:35 -03:00 |
|
Marco Buono
|
24359e6aa8
|
Tweak initial camera position
|
2023-03-10 03:20:15 -03:00 |
|
Marco Buono
|
13f59bfcbb
|
Make number of taps increase faster with perceptual roughness
|
2023-03-10 03:13:00 -03:00 |
|
Marco Buono
|
27c928580b
|
Add transmission example
|
2023-03-10 03:12:35 -03:00 |
|
Marco Buono
|
c9db7aaa07
|
Unconditionally import tonemapping utils, ensuring dither is present
|
2023-03-10 02:36:22 -03:00 |
|
Marco Buono
|
e040fc8eba
|
Make transmitted light blurry when material is rough, using dither + multiple taps
|
2023-03-10 02:35:50 -03:00 |
|
Marco Buono
|
c0ec1e3603
|
Expose transmission-related properties in StandardMaterial
|
2023-03-10 01:10:42 -03:00 |
|
Marco Buono
|
12b845a152
|
Fix comment capitalization
|
2023-03-10 00:11:57 -03:00 |
|
Marco Buono
|
714f40a4ae
|
Use consistent naming to refer to the view transmission texture
|
2023-03-10 00:11:24 -03:00 |
|
Marco Buono
|
d0265bc54d
|
Enable filtering for transmission texture
|
2023-03-10 00:09:20 -03:00 |
|
Marco Buono
|
2999947f50
|
Move transmissive_light() function to pbr_lighting.wgsl
|
2023-03-10 00:08:28 -03:00 |
|
Marco Buono
|
b1d466730f
|
Clean up light transmission shader implementation with more proper math/parameters
|
2023-03-10 00:06:36 -03:00 |
|
James Liu
|
7d9cb1c4ab
|
Remove ChangeTrackers (#7902)
|
2023-03-09 20:02:56 +00:00 |
|
Konstantin Kostiuk
|
3ec764ea24
|
Initialize empty schedules when calling .in_schedule if they do not already exist (#7911)
|
2023-03-09 17:24:24 +00:00 |
|
JoJoJet
|
2e7b915ba4
|
Increase type safety and clarity for change detection (#7905)
|
2023-03-09 17:17:02 +00:00 |
|
Rob Parrett
|
b7ac5d5121
|
Update trybuild tests for Rust 1.68 (#8002)
|
2023-03-09 15:46:06 +00:00 |
|
ickshonpe
|
f554700108
|
Add methods for calculating the size and postion of UI nodes (#7930)
Co-authored-by: François <mockersf@gmail.com>
|
2023-03-09 14:12:54 +00:00 |
|
Ikko Eltociear Ashimine
|
e22572d9a3
|
Fix typo in utility.rs (#7997)
|
2023-03-09 09:20:45 +00:00 |
|
James Liu
|
37df316219
|
Document bevy_ecs::storage (#7770)
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Rob Parrett <robparrett@gmail.com>
Co-authored-by: Carter Weinberg <weinbergcarter@gmail.com>
Co-authored-by: MinerSebas <66798382+MinerSebas@users.noreply.github.com>
Co-authored-by: Cameron <51241057+maniwani@users.noreply.github.com>
|
2023-03-09 07:22:48 +00:00 |
|
JoJoJet
|
21ddc60372
|
Add a public constructor for Mut<T> (#7931)
|
2023-03-09 05:40:58 +00:00 |
|
JoJoJet
|
545965075f
|
Make WorldQuery meta types unnameable (#7964)
|
2023-03-09 05:40:06 +00:00 |
|
张林伟
|
84711e38b1
|
Set cursor hittest during window creation (#7966)
|
2023-03-09 05:39:49 +00:00 |
|
Aceeri
|
3cfcc66bdc
|
Move cursor position to internal state (#7988)
|
2023-03-09 05:39:01 +00:00 |
|
Marco Buono
|
3e0ef1a57f
|
Add rudimentary light transmission implementation in PBR shader
|
2023-03-08 20:05:27 -03:00 |
|
Marco Buono
|
af53dfeb98
|
Add missing use items
|
2023-03-08 20:04:43 -03:00 |
|
Marco Buono
|
675913dd73
|
Copy main texture to transmission texture before transparent phase
|
2023-03-08 20:04:06 -03:00 |
|
Marco Buono
|
52233b36c2
|
Expose ViewTransmissionTexture in mesh view uniforms
|
2023-03-08 20:02:28 -03:00 |
|
Marco Buono
|
d068a575e2
|
Introduce ViewTransmissionTexture
|
2023-03-08 20:00:07 -03:00 |
|