Commit Graph

80 Commits

Author SHA1 Message Date
fd37550b63 functions for component ensuring 2019-08-31 09:45:55 +07:00
7c083a381f remove nothrow destructible component checking 2019-08-20 08:45:40 +07:00
e776c74412 add function to remove all components of the same type #30 2019-07-19 01:01:02 +07:00
f08594b11f fix untest build little issues 2019-07-08 06:54:38 +07:00
e033319597 remove deprecated std::unary_function using 2019-05-26 16:54:50 +07:00
9284a063d1 add the ability to applying prototype to components 2019-05-19 04:11:37 +07:00
8108fe2ab9 fix overriding components in prototype 2019-05-15 04:51:49 +07:00
55ab81dc93 ecs_hpp to ecs.hpp for include path 2019-05-14 12:45:27 +07:00
d7456c4228 operator accessories for component wrappers 2019-05-14 12:42:38 +07:00
c08d4995f6 new project structure 2019-05-13 22:07:27 +07:00
ee4f2e07bc fix warnings 2019-04-12 23:04:32 +07:00
ac5457931f fixes api names 2019-04-12 21:23:48 +07:00
a9afcbc245 empty component storage optimization 2019-04-12 21:12:28 +07:00
d93427fb52 memory usage stats 2019-04-12 20:10:12 +07:00
bc5d473110 fix prototype::merge linking error 2019-04-12 05:18:07 +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
402f6243de explicit copy ctors 2019-03-11 15:10:01 +07:00
a2049f55bf fix incorrect noexcept 2019-02-05 06:23:50 +07:00
8ad8207102 less operator for entity and component 2019-01-03 06:41:44 +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
7624eceff0 hash_combine for entity and const_entity std::hash specializations 2018-12-30 12:04:53 +07:00
BlackMat MATov
8d535bae34 Merge pull request #8 from BlackMATov/dev
Dev
2018-12-29 07:43:50 +07:00
779604b7e0 Merge branch 'feature/const_entity' into dev 2018-12-29 04:37:01 +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
BlackMat MATov
c7319ed234 Merge pull request #7 from BlackMATov/dev
Dev
2018-12-28 10:08:21 +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
BlackMat MATov
7d139cd97c Merge pull request #6 from BlackMATov/dev
Dev
2018-12-28 08:58:10 +07:00
28b58a8811 CI compilation fixes 2018-12-28 08:36:49 +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
0530da460c entity owner reference to pointer 2018-12-28 06:57:33 +07:00
BlackMat MATov
2ae96392b8 Merge pull request #5 from BlackMATov/dev
Dev
2018-12-28 02:51:13 +07:00