aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-08-16Add Python based scripting system (still experimental).Alec Thomas
2013-06-04Update documentation. Fixes #8.Alec Thomas
2013-04-03All Manager classes are now managed by smart pointers.Alec Thomas
2013-04-02Agh. .gitignore!Alec Thomas
2013-04-02Remove Components*, moved to tags/ in a previous change.Alec Thomas
2013-04-02Allow shared_ptr implementation to be selected.Alec Thomas
2013-04-02Add support for Travis-CI.Alec Thomas
2013-04-01Include gtest (as per gtest recommendations).Alec Thomas
2013-03-30Fix README.Alec Thomas
2013-03-24Remove unused flag that broke clang 3.x.Alec Thomas
2013-03-20Merge pull request #4 from larspensjo/gcc-staticAlec Thomas
2013-03-20gcc 4.7.2 doesn't allow static keyword in member function definition.Lars Pensjö
2013-03-14Make Component<T>::family() support > 64 components.Alec Thomas
2013-03-14Typedef bitset out.Alec Thomas
2013-03-12Use std::bitset, allowing for an arbitrary number of components.Alec Thomas
2013-03-11Improve documentation.Alec Thomas
2013-03-11Add some benchmarks.Alec Thomas
2013-03-11Use std::list for free list.Alec Thomas
2013-03-11Some breaking changes to Entity management.Alec Thomas
2013-03-10README formatting.Alec Thomas
2013-03-10Two bugfixes in Entity.Lars Pensjö
2013-03-09Allow Entity objects to be copied around.Alec Thomas
2013-03-02Remove unused variable. Update README.Alec Thomas
2013-03-02Merge pull request #2 from larspensjo/ReuseEntityAlec Thomas
2013-03-02Added comment.Lars Pensjö
2013-03-02Entity allocation error fixed.Lars Pensjö
2013-03-02Add test for reusing an Entity.Lars Pensjö
2013-02-27Merge pull request #1 from larspensjo/linux-gccAlec Thomas
2013-02-27Minor readme updates.Lars Pensjö
2013-02-27Enable testing for Linux with gcc.Lars Pensjö
2013-02-27Update cmake conf for testing.Lars Pensjö
2013-01-06Make testing optional.Alec Thomas
2012-10-27Add Entity::exists() and EntityManager::get().Alec Thomas
2012-10-24Add Entity class helper.Alec Thomas
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
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