aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-27Add Entity::exists() and EntityManager::get().Alec Thomas
2012-10-24Add Entity class helper.Alec Thomas
This largely supplants the use of entity IDs.
2012-10-24Change namespace entity -> entityx.Alec Thomas
2012-10-24Include updated.Alec Thomas
2012-10-24Name shared library entityx (rather than ..._shared).Alec Thomas
2012-10-24Add C++ GitHub highlighting (hopefully).Alec Thomas
2012-10-24Add COPYING.Alec Thomas
2012-10-24README updates.Alec Thomas
2012-10-24Fix unpacking bug (segfault from lambda).Alec Thomas
2012-10-22Allow System's to be added pre-created to the SystemManager.Alec Thomas
2012-10-22Convert remaining bare pointers to shared_ptr.Alec Thomas
2012-10-20Convert EntityManager::unpack() to use boost::shared_ptr.Alec Thomas
2012-10-20Implemented unified entity iteration and component unpacking.Alec Thomas
Continued working on docs.
2012-10-20More README updates.Alec Thomas
2012-10-19More install cleanup.Alec Thomas
2012-10-19A bunch of minor build fixes. Started README.Alec Thomas
2012-10-18Add C++11 feature checking to cmake.Alec Thomas
2012-10-18More attempts to get cmake build working.Alec Thomas
2012-09-20Initial import.Alec Thomas