aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2013-03-10README formatting.Alec Thomas
2013-03-10Two bugfixes in Entity.Lars Pensjö
Fix Entity::operator! and initialize Entity::id_ to invalid value by default. Add test to verify operator! and uninitialized Entity. Suppress warnings about unused variables.
2013-03-02Remove unused variable. Update README.Alec Thomas
2013-02-27Minor readme updates.Lars Pensjö
Add link to define POD. Refer to entity instead of component.
2013-02-27Enable testing for Linux with gcc.Lars Pensjö
Resolve namespace std clash with boost. struct NullDeleter can't be local. Remove surplus ';'.
2012-10-24Add Entity class helper.Alec Thomas
This largely supplants the use of entity IDs.
2012-10-24Add C++ GitHub highlighting (hopefully).Alec Thomas
2012-10-24README updates.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-20Implemented unified entity iteration and component unpacking.Alec Thomas
Continued working on docs.
2012-10-20More README updates.Alec Thomas
2012-10-19A bunch of minor build fixes. Started README.Alec Thomas