Nathan Stocks
|
a0475e9ad5
|
Change 'components' to 'bundles' where it makes sense semantically (#1257)
change 'components' to 'bundles' where it makes sense semantically
|
2021-01-18 16:50:36 -08:00 |
|
François
|
f53ee54eb6
|
can spawn a scene from a ChildBuilder, or directly set its parent when spawning it (#1026)
can spawn a scene from a ChildBuilder, or directly set its parent when spawning one
|
2020-12-09 12:41:49 -08:00 |
|
Felipe Jorge
|
c1e499d5fe
|
Fix duplicated chilren in Scene spawn (#904)
Fix duplicated chilren in Scene spawn
|
2020-11-22 12:05:58 -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 |
|
SvenTS
|
7734b1ea6d
|
Fix PreviousParent lag by merging parent update systems (#713)
* Sync previous parent in parent_update_system
* Previous parent does not need to be an option now
* Remove previous parent after parent deletion
|
2020-10-29 13:54:29 -07:00 |
|
Carter Anderson
|
c32e637384
|
Asset system rework and GLTF scene loading (#693)
|
2020-10-18 13:48:15 -07:00 |
|
Grayson Burton
|
354d71cc1f
|
The Great Debuggening (#632)
The Great Debuggening
|
2020-10-08 11:43:01 -07:00 |
|
Gregor
|
056f84a2c1
|
Expose current_entity in ChildBuilder (#595)
|
2020-10-01 11:00:10 -07:00 |
|
HyperLightKitsune
|
295e1f0a18
|
use FnOnce in Commands and ChildBuilder where possible (#535)
use FnOnce in Commands and ChildBuilder
|
2020-09-21 13:51:38 -07:00 |
|
Carter Anderson
|
70ad6671db
|
ecs: use generational entity ids and other optimizations (#504)
ecs: use generational entity ids and other optimizations
|
2020-09-17 17:16:38 -07:00 |
|
Marek Legris
|
474bb5403e
|
Transform Rewrite (#374)
Remove individual Translation / Rotation / Scale components in favor of a combined Transform component
|
2020-09-14 14:00:32 -07:00 |
|
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 |
|
Victor "multun" Collod
|
c38420f1e9
|
enforce clippy for all target and features
|
2020-08-16 07:20:06 -07:00 |
|
Carter Anderson
|
7212b70478
|
rustfmt changes
|
2020-07-28 14:24:03 -07: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
|
6db82714dc
|
ui: text alignment and more complete button example event handling
|
2020-07-18 17:03:37 -07:00 |
|
Carter Anderson
|
d9adea1b5e
|
transform: TransformPlugin
|
2020-07-16 16:32:39 -07:00 |
|