-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Add http
& https
asset sources
#16366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
539 commits
Select commit
Hold shift + click to select a range
362c3d8
bevy_log: Apply `#![deny(clippy::allow_attributes, clippy::allow_attr…
LikeLakers2 7013fc2
Added docs about `MinimalPlugins` looping as fast as possible. (#17241)
AlephCubed 27668de
`extract_shadows` responsive coords fix (#17236)
ickshonpe df2813d
bevy_winit: Apply `#![deny(clippy::allow_attributes, clippy::allow_at…
LikeLakers2 2b488c2
bevy_mesh: Apply `#![deny(clippy::allow_attributes, clippy::allow_att…
LikeLakers2 76218d6
bevy_time: Apply `#![deny(clippy::allow_attributes, clippy::allow_att…
LikeLakers2 24cd048
If there is no movement, DragStart is not triggered. (#17233)
rendaoer 2f459ee
Allow `clippy::too_many_arguments` to lint without warnings (#17249)
LikeLakers2 1eef433
Add compile-time dyn compatible checks for `DynEq`, `DynHash` (#17254)
mgi388 6f5b595
Make sprite picking opt-in (#17225)
chompaa fe9f430
Add a simple directional UI navigation example (#17224)
alice-i-cecile cdf9841
Improved Command Errors (#17215)
cart 71068d9
Minor `TextPipeline` cleanup (#17274)
rparrett 79d77e6
bevy_gizmos: Apply `#![deny(clippy::allow_attributes, clippy::allow_a…
LikeLakers2 a66b65d
bevy_hierarchy: Apply `#![deny(clippy::allow_attributes, clippy::allo…
LikeLakers2 bc1abcd
bevy_transform: Apply `#![deny(clippy::allow_attributes, clippy::allo…
LikeLakers2 c1e0e8f
bevy_text: Apply `#![deny(clippy::allow_attributes, clippy::allow_att…
LikeLakers2 d9affa9
bevy_gltf: Apply `#![deny(clippy::allow_attributes, clippy::allow_att…
LikeLakers2 79afeef
bevy_pbr: Apply `#![deny(clippy::allow_attributes, clippy::allow_attr…
LikeLakers2 25ac154
bevy_scene: Apply `#![deny(clippy::allow_attributes, clippy::allow_at…
LikeLakers2 2fa6a52
bevy_state: Apply `#![deny(clippy::allow_attributes, clippy::allow_at…
LikeLakers2 26ad8a7
Add documentation to `DynamicStorageBuffer` to clarify purpose (#17228)
BenjaminBrienen 83f8799
Make `bevy_remote` feature enable `serialize` feature (#17260)
mweatherley e8ff6c0
Fix a few typos (#17292)
rparrett d432f79
`bevy_image` now enables reflection on `bevy_math` (#17293)
LikeLakers2 73b5502
Improve Compiler Errors for `bevy_tasks` (#17296)
bushrat011899 eff31fc
bevy_image: Apply `#![deny(clippy::allow_attributes, clippy::allow_at…
LikeLakers2 ff5b2a3
`custom_ui_material` border fix (#17282)
ickshonpe 071ad16
Fix text alignment for unbounded text (#17270)
rparrett c7a286a
Feature gate `bevy_reflect` in `bevy_image`. (#17313)
AlephCubed e39fb59
bevy_internal: Apply `#![deny(clippy::allow_attributes, clippy::allow…
LikeLakers2 188b2d4
bevy_utils: Apply `#![deny(clippy::allow_attributes, clippy::allow_at…
LikeLakers2 5cb4bb3
bevy_remote: Apply `#![deny(clippy::allow_attributes, clippy::allow_a…
LikeLakers2 415da74
bevy_picking: Apply `#![deny(clippy::allow_attributes, clippy::allow_…
LikeLakers2 563f7a4
Downgrade `clippy::allow_attributes` and `clippy::allow_attributes_w…
LikeLakers2 7e904f9
Rename UI `camera_entity` fields (#17243)
ickshonpe 45d1d28
Rename `PickingBehavior` to `Pickable` (#17266)
chompaa bf46e86
Fix entity does not exist message on index reuse (#17264)
SpecificProtagonist 8fc247c
Renamed members of `ParamWarnPolicy` to reflect new behaviour. (#17311)
AlephCubed 5f5580e
Higher quality bicubic lightmap sampling (#16740)
JMS55 c64d9d4
Allow users to customize history length in `FrameTimeDiagnosticsPlugi…
rparrett 6bb885e
Key render phases off the main world view entity, not the render worl…
pcwalton 4fd4270
Fix `bevy_time` tests occasionally failing on optimised Windows build…
greeble-dev a7ba55e
Add std derives to SystemParam types (#16785)
spectria-limina a2076ee
`update_text2d_layout` creates new font atlases when the primary wind…
ickshonpe e3fa18c
Improve the `animated_mesh` example (#17328)
greeble-dev 3ffe214
Diagnostics smoothing factor fix (#17354)
ickshonpe daf98e2
Make InputFocus optional in bevy_winit (#17358)
IceSentry 86219d7
Add BRP method to mutate a component (#16940)
purplg df3b87f
Add some multi-span text to the `text2d` example (#17308)
ickshonpe 39f9e6b
Ambient component (#17343)
robtfm bf4c028
Refactor event system documentation in `system_param.rs` (#17364)
younes-io 7adbba5
Create missing constructors for 2D primitive mesh builders (#17291)
BD103 a2282a0
Use `multi_draw_indirect_count` where available, in preparation for t…
pcwalton c228c7e
bevy_core_pipeline: Apply `#![warn(clippy::allow_attributes, clippy::…
LikeLakers2 9b2282b
bevy_dylib: Apply `#![warn(clippy::allow_attributes, clippy::allow_at…
LikeLakers2 471b296
bevy_input_focus: Apply `#![warn(clippy::allow_attributes, clippy::al…
LikeLakers2 08c0336
bevy_macro_utils: Apply `#![warn(clippy::allow_attributes, clippy::al…
LikeLakers2 e76b687
bevy_ecs: Apply `#![warn(clippy::allow_attributes, clippy::allow_attr…
LikeLakers2 5274ba8
Fix some punctuation (#17368)
bas-ie 5a4f387
Fix a missing `.entity() -> .target()` conversion in observers exampl…
mweatherley 10fa7e8
fix typo query.rs (#17366)
younes-io 1a2d9a9
added `any_match_filter` common condition (#17327)
Jaso333 689b192
Make `ObservedBy` public (#17297)
ad-kr 66253ff
feat: support for clip children on windows (#16545)
nicholasc 385a368
Support texture atlases in CustomCursor::Image (#17121)
mgi388 b72cef1
Move `#![warn(clippy::allow_attributes, clippy::allow_attributes_with…
LikeLakers2 af5c363
Forward decals (port of bevy_contact_projective_decals) (#16600)
JMS55 2cee73b
Move CustomCursor to bevy_winit/src/custom_cursor.rs (#17381)
mgi388 4517ece
Add type registration for PickingInteraction (#17372)
andrewhickman bc9f631
Clip outlines using the local clipping rect. (#17385)
ickshonpe 5ef0cd5
Remove Event: Component trait bound using a wrapper type which impls …
alice-i-cecile 206a955
Use chain() for system dependency (#17387)
cBournhonesque 0a1d849
Implement `Clone` for `QueryIter` over read-only data (#17391)
bushrat011899 06b113f
`add_edges` helper for directional navigation (#17389)
alice-i-cecile 1be7b92
Update safety docs for `Ptr::assert_unique` (#17394)
joseph-gio ea9f0a0
Fix some `bevy_remote` typos (#17408)
rparrett 8f1c9d5
Small improvements for directional navigation (#17395)
alice-i-cecile 82321a6
Add usage notes for the `IntoX` family of ECS traits (#17379)
ItsDoot e1e3a79
impl Default for StateScoped<S: Default> (#17401)
JeanMertz b14ba5d
Add external assets to .gitignore (#17388)
alex5nader 281cb0c
Relationships (non-fragmenting, one-to-many) (#17398)
cart 9e9ea64
Reworked Segment types into their cartesian forms (#17404)
Sigma-dev a12f2ea
Rename `TargetCamera` to `UiTargetCamera` (#17403)
ickshonpe 87996b7
docs: rewrite scene loading example documentation for clarity and dep…
Arend-Jan 784844f
Correct 'Text2dBundle' to 'Text2d' in example comment (#17425)
theotherphil 8445510
Flattened `PointerAction::Pressed` into `Press` and `Release`. (#17424)
AlephCubed 9e22b1f
Switch `bevy_asset` to `core::prelude` (#17442)
bushrat011899 222fd85
Run example validation jobs on `ubuntu-latest` (#17169)
rparrett 4d4cf91
Create `bevy_platform_support` Crate (#17250)
bushrat011899 5694582
`FromWorld` derive macro (#17352)
ecoskey e41c377
Text 2d alignment fix (#17365)
ickshonpe f4a37e4
Make the `animated_mesh` example more intuitive (#17421)
greeble-dev 0a6ee42
Add docs to custom vertex attribute example (#17422)
ChristopherBiscardi 849dee2
Support non-Vec data structures in relations (#17447)
alice-i-cecile 9a6bb87
remove unsound DerefMut impls from `EntityHashMap`/`EntityHashSet` (#…
Victoronz 08e5def
Expose a few primitive builders, which seemed to be missed? (#17454)
Vrixyz 34fcb5b
Fixing ui antialiasing clamp call parameters order (#14970) (#17456)
hexroll 957f6f6
docs: enhance documentation in `query.rs` to clarify borrowing rules …
younes-io 72ed85a
Diagnostics for label traits (#17441)
SpecificProtagonist 97e02ba
Add DefaultQueryFilters (#13120)
NiseVoid a7a6c38
Include ReflectFromReflect in all dynamic data types. (#17453)
anlumo a0f9e5c
Parent -> ChildOf (#17427)
cart ee11e00
Add an example teaching users about custom relationships (#17443)
alice-i-cecile b896de7
Added helper methods to `Bundles`. (#17464)
AlephCubed a6b55c7
Add insert and remove recursive methods on `EntityWorldMut` and `Enti…
alice-i-cecile 874a52e
Move `Resource` trait to its own file (#17469)
alice-i-cecile ca98e13
Change `World::try_despawn` and `World::try_insert_batch` to return `…
JaySpruce c448555
fix double comment characters (#17484)
LucDrenth 8d14534
Retain `RenderMaterialInstances` and `RenderMeshMaterialIds` from fra…
pcwalton ff86daa
Add reflection to the remaining `glam` `Vec` types (#17493)
ilyvion ac5d8bd
`no_std` Support for `bevy_input_focus` (#17490)
bushrat011899 8b2af6c
Track callsite for observers & hooks (#15607)
SpecificProtagonist 538587d
Add `no_std` Support to `bevy_time` (#17491)
bushrat011899 2d26ab8
Add warning for font sizes `<= 0.0` (#17501)
rparrett 36b8d17
Fix Time (#17504)
bushrat011899 5465de7
Refactored `ComponentHook` Parameters into `HookContext` (#17503)
bushrat011899 e7fa4ee
`flex_basis` doc comment fix (#17502)
ickshonpe 90366b4
Add `no_std` Support to `bevy_a11y` (#17505)
bushrat011899 ef9e06b
Mesh::merge to return a Result (#17475)
Vrixyz 0a28298
DeriveWorld for enums (#17496)
Bleachfuel 0928ec9
Add `no_std` support to `bevy_diagnostic` (#17507)
bushrat011899 603a7ef
Update `async-broadcast` (#17500)
rparrett b77e3b2
Only include distance fog in the PBR shader if the view uses it. (#17…
pcwalton 40064fa
`Readback`: Add support for texture depth/array layers (#17479)
EmbersArc dbf6c33
Remove `ViewVisibility` from UI nodes (#17405)
ickshonpe 1e04fe0
Move `spin` to `bevy_platform_support` out of other crates (#17470)
bushrat011899 29ae7d3
Move `hashbrown` and `foldhash` out of `bevy_utils` (#17460)
bushrat011899 268a131
Updated the 2D examples to make them uniform (#17237)
chamaloriz e6dd275
Fix Typo in `bevy_platform_support`'s `spin` Feature (#17516)
bushrat011899 668d315
Procedural atmospheric scattering (#16314)
ecoskey 778b758
Replace checks for empty uinodes (#17520)
ickshonpe 268c4b3
Make CustomCursor variants CustomCursorImage/CustomCursorUrl structs …
mgi388 625750e
implement FromEntitySetIterator (#17513)
Victoronz 98b85e9
Clarify docs for OnAdd, OnInsert, OnReplace, OnRemove triggers (#17512)
RJ c7cd06b
Add many_materials stress test (#17346)
CrazyRoka 9826469
Adds update interval config for FpsOverlayPlugin (#17489)
spvky 34b89a5
implement EntityIndexMap/Set (#17449)
Victoronz 1b29f1c
Proportional scaling for the sprite's texture. (#17258)
silvestrpredko 9375801
Implement basic clustered decal projectors. (#17315)
pcwalton 638cfe5
Add support for specular tints and maps per the `KHR_materials_specul…
pcwalton b778d7c
impl Eq + Hash for BindGroup/Layout (#17547)
djeedai 46dba73
added Hash to MouseScrollUnit; (#17538)
AustinHellerRepo 7ff7e79
Simplify derive_from_world (#17534)
Bleachfuel 3c03a86
Make the default directional light shadow cascade settings similar to…
pcwalton 8fbf503
Implement experimental GPU two-phase occlusion culling for the standa…
pcwalton 860fcdd
Disable clustered decals on Metal. (#17554)
pcwalton 2043ae6
Fix `Visibility` link on b0004 error page (#17562)
yrns 72e0820
UI material border radius (#15171)
ickshonpe 6314e8e
Share implementation of sort methods. (#16203)
chescock e6908de
Rename `ArgList::push` methods to `with` and add new `push` methods w…
atornity d4456b0
Add alpha mode implementation to shader_material_2d (#16603)
Leinnan 5adaa58
Update render_resource gpu buffer doc comments (#17118)
Weshnaw 5d25241
Reflect and register the wireframe materials (#17334)
SludgePhD e4fae80
Fix docs mistake in bevy_ecs::world (#17336)
berylllium c3931c4
Fix calculation of skybox rotation (#17476)
hukasu f2e9758
Move bounding_2d example to math folder (#17523)
NiseVoid 75dd76b
expose OverflowAxis::Hidden as Overflow functions (#17528)
LucDrenth 1643412
Fix window close in example cause panic (#17533)
jiangheng90 984e449
Automatically transform cursor hotspot user asks to flip cursor image…
mgi388 4ed881d
`Image::get_color_at_3d` and `Image::set_color_at_3d`: Support 2D ima…
EmbersArc a09cd1e
implement UniqueEntityVec (#17549)
Victoronz f4800d1
`no-camera` `many_buttons` argument, only emit UI camera warnings onc…
ickshonpe f292a76
Improved UI camera mapping (#17244)
ickshonpe 968c70c
`UiSurface::upsert_node` refactor (#8831)
ickshonpe 6208857
feat(ecs): add `EntityEntryCommands::entity()` method chaining (#17580)
JeanMertz 85e3945
Remove unnecessary `PartialReflect` bound on `DeserializeWithRegistry…
aecsocket cb21739
Fixes #17508: bevy_color::Color constructor docs get docs matching un…
janis-bhm e17c570
Fix link to states example (#17595)
scvalex 854ae9e
chore: impl `PartialEq` for `bevy_ui::Text` and `bevy_text::TextColor…
JeanMertz 4ab73eb
Remove IDE gitignores (#17603)
SpecificProtagonist 9b86148
Use the provided `caller` instead of `Location::caller()` in `despawn…
chescock 7d8766d
Make `EntityHashMap::new` and `EntityHashSet::new` const (#17615)
Jondolf 9504559
Extract UI nodes into a Vec (#17618)
ickshonpe 42f934e
`Image::get_color_at` and `Image::set_color_at`: Support 16-bit float…
EmbersArc af17c8d
Smarter testbeds (#17573)
mockersf fa87dea
Run handle_lifetime only when AudioSink is added to the world (#17637)
silvestrpredko d33ff96
Tiny ci improvements (#17627)
mockersf fe6f071
Add a test for direct recursion in required components. (#17626)
ElliottjPierce 2635e37
Fix Maya-exported rigs by not trying to topologically sort glTF nodes…
pcwalton be76f07
anti-alias outside the edges of UI nodes, not across them (#17631)
ickshonpe 4915bd3
`queue_sprites` comment fix (#17621)
ickshonpe 9234519
Fix Taffy viewport node leaks (#17596)
ickshonpe ad4f3eb
feat: impl `Ease` for `Isometry[2/3]d` (#17545)
RobWalt 4a52c68
Fixing `ValArithmeticError` typo and unused variant (#17597)
eckz 3b3dd9c
Use more headers in AsBindGroup docs (#17586)
IceSentry 2fa434a
Implement `Serialize`/`Deserialize` for entity collections (#17620)
Jondolf 3fa245a
Improve ergonomics of `platform_support`'s `Instant` (#17577)
Mathspy 1503371
Fix cursor hotspot out of bounds when flipping (#17571)
mgi388 66792c9
Revert "Fix rounding bug in camera projection (#16828)" (#17592)
hukasu 6ad8381
Expose ObserverDescriptor fields (#17623)
cBournhonesque e5f5c1f
Add simple Disabled marker (#17514)
NiseVoid 7008e3b
Move sprite batches to resource (#17636)
tychedelia 2829ea4
Add required serde_derive feature flag to bevy_ecs (#17651)
alice-i-cecile 3a0e496
Bump crate-ci/typos from 1.29.4 to 1.29.5 (#17655)
dependabot[bot] c40ada5
Revert #17631 (#17660)
ickshonpe d43ea06
Improve `TextSpan` docs (#17415)
rparrett e210d29
Add basic debug checks for read-only `UnsafeWorldCell` (#17393)
joseph-gio a06f11e
Atmosphere LUT parameterization improvements (#17555)
mate-h c37803e
Implementing Reflect on *MeshBuilder types (#17600)
eckz bbc48de
Fix access checks for DeferredWorld as SystemParam. (#17616)
chescock a28832b
Warnings and docs for exponential denormalization in rotate functions…
Novakasa afa63fd
Added `try_map_unchanged`. (#17653)
mintlu8 eb83f92
Improve docs for `WorldQuery` (#17654)
alice-i-cecile 8513178
refactor: replace OnceCell with LazyLock
mrchantey b2110b8
Merge branch 'main' into upstream-bevy-web-asset
mrchantey e3300cd
remove vscode settings
mrchantey 61c3436
ignore .vscode
mrchantey f33aef2
fmt
mrchantey d4f456a
lint
mrchantey bc70194
patch: remote example also use ureq 3
mrchantey fb0e11c
remove: unmatched license
mrchantey e61e023
Make `batch_and_prepare_binned_render_phase` only record information …
pcwalton fb83c0e
Fix text-2d. (#17674)
tychedelia 67ff8c1
Bump to `uuid` 1.13.1 and enable `js` on `wasm` targets (#17689)
bushrat011899 ebdac8c
Don't mark a previous mesh transform as changed if it didn't actually…
pcwalton b45a409
Don't reallocate work item buffers every frame. (#17684)
pcwalton 1058a7c
implement UniqueEntitySlice (#17589)
Victoronz 50ecba8
Cold Specialization (#17567)
tychedelia a9ea855
Introduce methods on QueryState to obtain a Query (#15858)
chescock 72f2d4f
Change `GhostNode` into a unit type (#17692)
ickshonpe ec747da
Move `Item` and `fetch` to `QueryData` from `WorldQuery` (#17679)
couyit 045cc4f
Fix a couple of doc typos (#17673)
theotherphil 4fab7b8
Basic UI text shadows (#17559)
ickshonpe a096e79
Add `weak_handle!` convenience macro (#17384)
SludgePhD 0926b20
Split `Component::register_component_hooks` into individual methods (…
bushrat011899 195d8b0
Isolate component registration (#17671)
ElliottjPierce d9970d3
Add a Sphere to `anisotropy` example (#17676)
hukasu a25bb9c
Add missing return in default `Relationship::on_insert` impl (#17675)
grind086 ba78570
Weak handle migration (#17695)
SludgePhD 06e9ff7
Add `edit_material_on_gltf` example (#17677)
hukasu 0f06591
Schedule build pass (#11094)
PixelDust22 7259bf8
Improved Entity Mapping and Cloning (#17687)
cart 1e97b09
Missing UI glpyhs fix (#17729)
ickshonpe 8dc0f65
Include the material bind group in the shadow batch set key. (#17738)
pcwalton cb2c6c5
EaseFunction svg graphs in doc (#17461)
SpecificProtagonist 81cdff9
Tidy up `easing_functions` example (#17742)
rparrett a91ba46
Fix rounding in steps easing function (#17743)
rparrett a9a8523
Retain bins from frame to frame. (#17698)
pcwalton 5edca93
Fix shadow retention by keying off the `RetainedViewEntity`, not the …
pcwalton d1cd6c3
Set late indirect parameter offsets every frame again. (#17736)
pcwalton 866fdb4
main_transparent_pass_2d render node command encoding parallelization…
PPakalns 569d843
Move specialize_* to QueueMeshes. (#17719)
tychedelia 87fdea4
Cleanup publish process (#17728)
mockersf e7d4c66
deps: bump notify-debouncer-full to remove unmaintained crate (#17741)
SilentSpaceTraveller 33735e3
Add entity disabling example (#17710)
alice-i-cecile 1fe3b92
Upgrade to wgpu v24 (#17542)
JMS55 ed29330
Harden proc macro path resolution and add integration tests. (#17330)
raldone01 fcabdb2
adds example for local defaults (#17751)
newclarityex a46e2cc
Improved Spawn APIs and Bundle Effects (#17521)
cart File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.