]> code.bitgloo.com Git - clyne/entityx.git/shortlog
clyne/entityx.git
2013-03-12 Alec ThomasImprove documentation.
2013-03-12 Alec ThomasAdd some benchmarks.
2013-03-11 Alec ThomasUse std::list for free list.
2013-03-11 Alec ThomasSome breaking changes to Entity management.
2013-03-10 Alec ThomasREADME formatting.
2013-03-10 Lars PensjöTwo bugfixes in Entity.
2013-03-09 Alec ThomasAllow Entity objects to be copied around.
2013-03-02 Alec ThomasRemove unused variable. Update README.
2013-03-02 Alec ThomasMerge pull request #2 from larspensjo/ReuseEntity
2013-03-02 Lars PensjöAdded comment.
2013-03-02 Lars PensjöEntity allocation error fixed.
2013-03-02 Lars PensjöAdd test for reusing an Entity.
2013-02-27 Alec ThomasMerge pull request #1 from larspensjo/linux-gcc
2013-02-27 Lars PensjöMinor readme updates.
2013-02-27 Lars PensjöEnable testing for Linux with gcc.
2013-02-27 Lars PensjöUpdate cmake conf for testing.
2013-01-06 Alec ThomasMake testing optional.
2012-10-27 Alec ThomasAdd Entity::exists() and EntityManager::get().
2012-10-25 Alec ThomasAdd Entity class helper.
2012-10-24 Alec ThomasChange namespace entity -> entityx.
2012-10-24 Alec ThomasInclude updated.
2012-10-24 Alec ThomasName shared library entityx (rather than ..._shared).
2012-10-24 Alec ThomasAdd C++ GitHub highlighting (hopefully).
2012-10-24 Alec ThomasAdd COPYING.
2012-10-24 Alec ThomasREADME updates.
2012-10-24 Alec ThomasFix unpacking bug (segfault from lambda).
2012-10-22 Alec ThomasAllow System's to be added pre-created to the SystemMan...
2012-10-22 Alec ThomasConvert remaining bare pointers to shared_ptr.
2012-10-21 Alec ThomasConvert EntityManager::unpack() to use boost::shared_ptr.
2012-10-21 Alec ThomasImplemented unified entity iteration and component...
2012-10-20 Alec ThomasMore README updates.
2012-10-19 Alec ThomasMore install cleanup.
2012-10-19 Alec ThomasA bunch of minor build fixes. Started README.
2012-10-18 Alec ThomasAdd C++11 feature checking to cmake.
2012-10-18 Alec ThomasMore attempts to get cmake build working.
2012-09-21 Alec ThomasInitial import.