EntityComponentMetaSystem/src/EC
Stephen Seo 6124a45453 Replace garbage-collection-like cleanup
Entity IDs are now guaranteed to not change for a living entity.
Cleanup is replaced by using a std::unordered_set to store deleted
Entity IDs to be reclaimed on later calls to addEntity().
2017-12-01 14:00:49 +09:00
..
Meta Fix bug with duplicate signatures 2017-11-15 15:36:04 +09:00
Bitset.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
EC.hpp Add const fns to Manager, obey 80 char line limit 2017-09-20 17:18:29 +09:00
Manager.hpp Replace garbage-collection-like cleanup 2017-12-01 14:00:49 +09:00