|
|
0bfedccc7b
|
Fix typo in ecs
|
2024-05-31 19:06:00 +03:00 |
|
|
|
443fa3d8ca
|
ECS object lifetime issues fixes
|
2024-05-24 21:42:17 +03:00 |
|
|
|
b9b18b800d
|
Properly call constructors & destructors when attaching/detaching ECS components
|
2024-05-23 13:28:48 +03:00 |
|
|
|
cedc29f39a
|
Allow creating ECS entities inside batch systems
|
2024-05-21 19:20:04 +03:00 |
|
|
|
1da8e341c5
|
Trigger constructors when cloning an ecs entity
|
2024-05-20 16:43:11 +03:00 |
|
|
|
045f399245
|
Refactor ecs::container::clone in terms of try_clone
|
2024-05-20 16:41:27 +03:00 |
|
|
|
d09bd76a14
|
Add a few debug assertions to ecs::container
|
2024-02-10 23:47:59 +03:00 |
|
|
|
a85e72a5b6
|
ECS destructors wip
|
2023-12-18 12:45:42 +03:00 |
|
|
|
0b1522722c
|
Move ecs/entity_container.cpp -> ecs/container.cpp
|
2023-12-17 19:59:24 +03:00 |
|