Lachlan Sneff
|
1eca55e571
|
Replace std synchronization primitives with parking_lot (#210)
* Replace std::sync::Mutex with parking_lot::Mutex
* Replace std::sync::RwLock with parking_lot::RwLock
|
2020-08-21 14:55:16 -07:00 |
|
John Doneth
|
589af3dc51
|
Add Command::remove_one
|
2020-08-13 19:38:38 -04:00 |
|
Carter Anderson
|
423c5e3e0f
|
ecs: prepare for publishing
|
2020-08-09 18:16:12 -07:00 |
|
Carter Anderson
|
3d09459813
|
add more doc comments and clean up some public exports
|
2020-08-09 16:13:04 -07:00 |
|
Moxinilian
|
311f04f858
|
transform: implement hierarchical entity despawn
|
2020-07-28 00:10:32 +02:00 |
|
Carter Anderson
|
6cad80d572
|
transform|ui: fix transform update lag
|
2020-07-23 18:26:08 -07:00 |
|
Carter Anderson
|
d79339ea62
|
transform: add more control parent/child ordering and make parent/children insertion atomic
|
2020-07-23 17:32:53 -07:00 |
|
Carter Anderson
|
85bd0342d4
|
ecs: add write_world and write_resources to Commands
this allows for custom commands
|
2020-07-23 13:12:38 -07:00 |
|
Carter Anderson
|
9f26a453c6
|
ecs: simplify imports
|
2020-07-16 19:20:51 -07:00 |
|