Commit Graph

32 Commits

Author SHA1 Message Date
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