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
path:
root
/
README.md
Age
Commit message (
Expand
)
Author
2013-12-02
Add download instructions.
Alec Thomas
2013-12-02
Update docs, add step(dt) to Manager.
Alec Thomas
2013-11-29
Merge no-boost into master.
Alec Thomas
2013-11-27
Fixed spelling in README.md
Dustin Freeman
2013-11-04
Moved stdlib=libc++ test into CMakeLists.txt. Made further modifications to R...
Antony Woods
2013-10-30
Resolved README merge conflict
Antony Woods
2013-10-29
Tidying up and amending readme/changes
Antony Woods
2013-10-29
Fixed a compiler error with std::chrono::duration
Antony Woods
2013-10-16
Fixed invalid header in python files. Now using chrono instead of boost timer...
Antony Woods
2013-10-14
Dependencies in README.
Alec Thomas
2013-10-14
Initial commit
Antony Woods
2013-10-14
README formatting tweaks.
Alec Thomas
2013-10-14
Fix bug in EntityManager::get.
Alec Thomas
2013-10-04
Document dependency helper.
Alec Thomas
2013-10-01
Update README to match reality.
Alec Thomas
2013-09-04
Performance improvements + emitting events from Python.
Alec Thomas
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-18
Destroying an entity correctly invalidates all other references.
Alec Thomas
2013-08-17
Add changelog, clean up docs a bit.
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
Allow shared_ptr implementation to be selected.
Alec Thomas
2013-03-30
Fix README.
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
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-02
Remove unused variable. Update README.
Alec Thomas
2013-02-27
Minor readme updates.
Lars Pensjö
2013-02-27
Enable testing for Linux with gcc.
Lars Pensjö
2012-10-24
Add Entity class helper.
Alec Thomas
2012-10-24
Add C++ GitHub highlighting (hopefully).
Alec Thomas
2012-10-24
README updates.
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
Implemented unified entity iteration and component unpacking.
Alec Thomas
2012-10-20
More README updates.
Alec Thomas
2012-10-19
A bunch of minor build fixes. Started README.
Alec Thomas