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-08-22
Switch from boost::signal to embedded Simple::Signal.
Alec Thomas
2013-08-21
Revert "Switch to boost::signals2."
Alec Thomas
2013-08-21
Switch to boost::signals2.
Alec Thomas
2013-08-19
Use README.md for Doxygen index.
Alec Thomas
2013-08-19
Fix build.
Alec Thomas
2013-08-19
Add Doxygen file.
Alec Thomas
2013-08-18
Destroying an entity correctly invalidates all other references.
Alec Thomas
2013-08-17
Clarify docs + dump test output on failure.
Alec Thomas
2013-08-17
Add changelog, clean up docs a bit.
Alec Thomas
2013-08-16
Add Python based scripting system (still experimental).
Alec Thomas
2013-06-04
Update documentation. Fixes #8.
Alec Thomas
2013-04-03
All Manager classes are now managed by smart pointers.
Alec Thomas
2013-04-02
Agh. .gitignore!
Alec Thomas
2013-04-02
Remove Components*, moved to tags/ in a previous change.
Alec Thomas
2013-04-02
Allow shared_ptr implementation to be selected.
Alec Thomas
2013-04-02
Add support for Travis-CI.
Alec Thomas
2013-04-01
Include gtest (as per gtest recommendations).
Alec Thomas
2013-03-30
Fix README.
Alec Thomas
2013-03-24
Remove unused flag that broke clang 3.x.
Alec Thomas
2013-03-20
Merge pull request #4 from larspensjo/gcc-static
Alec Thomas
2013-03-20
gcc 4.7.2 doesn't allow static keyword in member function definition.
Lars Pensjö
2013-03-14
Make Component<T>::family() support > 64 components.
Alec Thomas
2013-03-14
Typedef bitset out.
Alec Thomas
2013-03-12
Use std::bitset, allowing for an arbitrary number of components.
Alec Thomas
2013-03-11
Improve documentation.
Alec Thomas
2013-03-11
Add some benchmarks.
Alec Thomas
2013-03-11
Use std::list for free list.
Alec Thomas
2013-03-11
Some breaking changes to Entity management.
Alec Thomas
2013-03-10
README formatting.
Alec Thomas
2013-03-10
Two bugfixes in Entity.
Lars Pensjö
2013-03-09
Allow Entity objects to be copied around.
Alec Thomas
2013-03-02
Remove unused variable. Update README.
Alec Thomas
2013-03-02
Merge pull request #2 from larspensjo/ReuseEntity
Alec Thomas
2013-03-02
Added comment.
Lars Pensjö
2013-03-02
Entity allocation error fixed.
Lars Pensjö
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
[next]