Commit Graph

42 Commits

Author SHA1 Message Date
d93427fb52 memory usage stats 2019-04-12 20:10:12 +07:00
73896bdd24 registry::create_entity from prototype 2019-04-12 04:22:02 +07:00
b7bbd986a0 add basic prototype functionality 2019-04-10 23:35:50 +07:00
cb3272d0dc noexcept destroy 2019-04-10 19:15:06 +07:00
e3358ee2e6 add registry::entity_count function 2019-04-10 05:28:42 +07:00
783376c6fc return component reference from assign. rename alive to valid. fix entity component_count function. 2019-04-10 04:07:24 +07:00
24bfcaf7eb add entity cloning 2019-04-10 02:50:04 +07:00
007f1b228c sparse_map::insert_or_assign and noexcept fixes 2019-04-10 01:41:18 +07:00
a4a0ab7560 helpers: entity_filler and registry_filler 2019-03-12 02:50:40 +07:00
8d9e112e7a system processing priority 2019-03-11 20:50:13 +07:00
36f3b43433 component handlers 2019-01-03 06:30:23 +07:00
133f1fb0dc universal function argument for entity id 2019-01-02 17:40:56 +07:00
d259c18f0d Merge branch 'master' into dev 2019-01-02 11:02:29 +07:00
78c55beb69 Happy New Year! 🥳 2019-01-02 10:54:11 +07:00
3dd43a8e36 name refactoring (is_alive to alive) 2018-12-30 12:09:11 +07:00
817e130855 const_entity first impl 2018-12-29 04:07:30 +07:00
f9c6ab4e9d registry: for_each_entity 2018-12-29 03:03:24 +07:00
8f87d23c9b sparse containers refactoring 2018-12-29 01:35:59 +07:00
4956a9efbd entity_id packing tests 2018-12-28 23:52:56 +07:00
c957f35e79 tuple_contains speedup 2018-12-28 23:45:48 +07:00
32ed913c5d fix readme example 2018-12-28 11:52:23 +07:00
3393a4479e basic usage example 2018-12-28 09:42:34 +07:00
98bfc99a0d name refactoring 2018-12-28 09:23:38 +07:00
8b97a2bf71 entity versions 2018-12-28 08:32:27 +07:00
fc1b59cee2 sparse indexer for sparse_set and sparse_map 2018-12-28 08:03:02 +07:00
4ad9bc87e1 CI compilation fixes 2018-12-28 02:25:47 +07:00
58e0df89a7 join process optimization 2018-12-27 14:46:11 +07:00
db62454eab more code coverage 2018-12-27 13:42:54 +07:00
573519ffd8 component storage to sparse_map 2018-12-27 10:49:21 +07:00
03c1bfa29b sparse_set and sparse_map impl 2018-12-27 10:28:26 +07:00
f77becd269 dummy systems 2018-12-26 18:36:41 +07:00
7460832dc6 rename world to registry 2018-12-26 18:23:13 +07:00
3c2d057ece variadic get_components and find_components 2018-12-26 04:51:45 +07:00
32fb2f2790 for_each and for_joined reference impl 2018-12-26 02:52:20 +07:00
0d93335267 world: for_each_component 2018-12-25 22:57:23 +07:00
078c6c0a4c component access 2018-12-25 20:51:37 +07:00
e29aa3d4eb don’t assign components to dead entities 2018-12-25 20:08:27 +07:00
64b919763d remove all entity components after destroy 2018-12-25 19:53:21 +07:00
828b4ab07e dummy component storage 2018-12-25 19:18:26 +07:00
5644ac5bae detail::type_family 2018-12-24 21:19:45 +07:00
c6b2fca646 coverage uploading to codecov.io 2018-12-24 12:45:56 +07:00
008f12004d initial commit 2018-12-24 08:26:08 +07:00