Commit Graph

90 Commits

Author SHA1 Message Date
346e819529 add minimal aspects 2019-10-17 10:56:22 +07:00
6b34c00b34 option combinator improvements 2019-10-15 15:24:13 +07:00
1f5d08a675 explicit entity and component ctors 2019-10-15 13:27:49 +07:00
67fc2054a4 fix missed noexcepts 2019-10-15 11:24:19 +07:00
57f0821b0e update readme example 2019-10-15 10:04:44 +07:00
89611dbf02 add filter and require options to for_each 2019-10-15 09:46:53 +07:00
85e33e8a41 move to C++17 2019-10-15 07:55:43 +07:00
14702a76e4 fix debug locker behaviour with multiple worlds 2019-09-01 17:15:42 +07:00
60c476a291 little insert optimization 2019-09-01 15:01:29 +07:00
e3056de688 add debug checks in for each loops 2019-09-01 12:53:04 +07:00
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