1f052154ad
Changed clearSomeMatchingFunctions, line lengths
...
clearSomeMatchingFunctions removed for
keepSomeMatchingFunctions and removeSomeMatchingFunctions to
avoid confusion.
Lines now respect 80 column limit.
2017-07-13 16:13:37 +09:00
49ae172c3a
Added two new functions
...
Added "removeForMatchingFunction" and "callForMatchingFunction".
The former deletes a specific function and the latter calls a specific
function.
2017-07-12 22:02:02 +09:00
09a7546509
Changed implementation of stored functions to map
...
An unordered_map stores functions, allowing for functions to be
removed by index, and bulk removals with filtering by index.
Also added reset(), which changes the state of the Manager to be
almost identical to a newly constructed one.
2016-09-21 21:01:48 +09:00
2e115cd7a2
Fixed docs, ids changed to const references
2016-09-20 20:31:56 +09:00
7c49ab4f04
Added capability to store functions
...
EC::Manager can now store functions similar to functions
given to EC::Manager::forMatchingSignature.
2016-09-20 20:07:28 +09:00
ab2209b698
Fixed bug where deleted entities retain info
2016-08-30 17:34:34 +09:00
577132554e
Added support for components of type UniquePtr
2016-04-06 19:32:30 +09:00
aa05522772
Slight change to unit tests, docs
...
Unit test now creates Component with
Manager::addComponent.
2016-03-14 20:36:05 +09:00
635eed34a4
Minor fixes/changes
2016-03-14 18:16:09 +09:00
de07c8ad1a
Fixed entity deletion bug
...
Fixed bug where deleted entity would retain Components/Tags.
2016-03-14 11:39:37 +09:00
c6002149d3
Fix to Meta/Matching
2016-03-13 18:17:06 +09:00
f123f075eb
Added Meta/Matching, progress on Bitset/Manager
2016-03-13 18:07:49 +09:00