Lukas Orsvärn
|
e1b995f0b0
|
Add documentation for bevy::ecs::Query::removed (#950)
Add documentation for bevy::ecs::Query::removed
|
2020-12-07 12:41:40 -08:00 |
|
Carter Anderson
|
7628f4a64e
|
combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle (#863)
combine bevy_ecs and bevy_hecs crates. rename XComponents to XBundle
|
2020-11-15 20:32:23 -08:00 |
|
Carter Anderson
|
e769974d6a
|
query filters (#834)
|
2020-11-10 20:48:34 -08:00 |
|
memoryruins
|
a68c217ccf
|
Mark Query and QuerySet contructors as pub(crate) (#829)
Mark Query and QuerySet contructors as pub(crate)
|
2020-11-10 16:14:33 -08:00 |
|
Carter Anderson
|
ebcdc9fb8c
|
Flexible ECS System Params (#798)
system params can be in any order, faster compiles, remove foreach
|
2020-11-08 12:34:05 -08:00 |
|
Carter Anderson
|
1aa832be1d
|
fix unsafe Query function names (#785)
|
2020-11-03 14:10:29 -08:00 |
|
Carter Anderson
|
ad940fbf6e
|
Rename query.entity() to query.get() and query.get() to query.get_component() (#752)
|
2020-10-30 18:04:33 -07:00 |
|
Carter Anderson
|
1d4a95db62
|
ecs: ergonomic query.iter(), remove locks, add QuerySets (#741)
|
2020-10-29 23:39:55 -07:00 |
|