index
:
clyne/entityx
master
remove-std-iterator
serialize
EntityX - A fast, type-safe C++ Entity-Component system
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-03-02
Add test for reusing an Entity.
Lars Pensjö
2013-02-27
Merge pull request #1 from larspensjo/linux-gcc
Alec Thomas
2013-02-27
Minor readme updates.
Lars Pensjö
2013-02-27
Enable testing for Linux with gcc.
Lars Pensjö
2013-02-27
Update cmake conf for testing.
Lars Pensjö
2013-01-06
Make testing optional.
Alec Thomas
2012-10-27
Add Entity::exists() and EntityManager::get().
Alec Thomas
2012-10-24
Add Entity class helper.
Alec Thomas
2012-10-24
Change namespace entity -> entityx.
Alec Thomas
2012-10-24
Include updated.
Alec Thomas
2012-10-24
Name shared library entityx (rather than ..._shared).
Alec Thomas
2012-10-24
Add C++ GitHub highlighting (hopefully).
Alec Thomas
2012-10-24
Add COPYING.
Alec Thomas
2012-10-24
README updates.
Alec Thomas
2012-10-24
Fix unpacking bug (segfault from lambda).
Alec Thomas
2012-10-22
Allow System's to be added pre-created to the SystemManager.
Alec Thomas
2012-10-22
Convert remaining bare pointers to shared_ptr.
Alec Thomas
2012-10-20
Convert EntityManager::unpack() to use boost::shared_ptr.
Alec Thomas
2012-10-20
Implemented unified entity iteration and component unpacking.
Alec Thomas
2012-10-20
More README updates.
Alec Thomas
2012-10-19
More install cleanup.
Alec Thomas
2012-10-19
A bunch of minor build fixes. Started README.
Alec Thomas
2012-10-18
Add C++11 feature checking to cmake.
Alec Thomas
2012-10-18
More attempts to get cmake build working.
Alec Thomas
2012-09-20
Initial import.
Alec Thomas
[prev]