Age | Commit message (Expand) | Author |
2013-12-30 | Added std::forward in order to respect move semantics in some methods. | scott-linder |
2013-12-25 | Merge pull request #21 from scott-linder/master | Alec Thomas |
2013-12-24 | Added entityx::make_ptr to mirror std::make_shared | scott-linder |
2013-12-20 | Move Python support to https://github.com/alecthomas/entityx_python | Alec Thomas |
2013-12-20 | Event delivery to/from Python and C++. | Alec Thomas |
2013-12-17 | Fix unpack and entities_with_components with > 2 args. | Alec Thomas |
2013-12-02 | Add download instructions. | Alec Thomas |
2013-12-02 | Update docs, add step(dt) to Manager. | Alec Thomas |
2013-11-29 | Don't cap at ms. | Alec Thomas |
2013-11-29 | Merge no-boost into master. | Alec Thomas |
2013-11-29 | Make benchmarks work. | Alec Thomas |
2013-11-27 | Merge pull request #18 from dustinfreeman/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-11-04 | Tidied up config.h.in to remove redundant guard - take two | Antony Woods |
2013-11-04 | Revert "Tidied up config.h.in to remove redundant guard" | Antony Woods |
2013-11-01 | Tidied up config.h.in to remove redundant guard | Antony Woods |
2013-10-31 | Line endings fix? | Antony Woods |
2013-10-30 | Normalize line endings | Antony Woods |
2013-10-30 | Resolved README merge conflict | Antony Woods |
2013-10-30 | Merge pull request #1 from alecthomas/master | Antony |
2013-10-29 | Normalize line endings | Alec Thomas |
2013-10-29 | Add .gitattributes for line endings. | Alec Thomas |
2013-10-29 | Tidying up and amending readme/changes | Antony Woods |
2013-10-29 | Removed boost namespace from tests so they compile | 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-16 | First pass at replacing boost with c++11 features | 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-12 | Allow creation of Entity::Id from uint64_t. | Alec Thomas |
2013-10-04 | Document dependency helper. | Alec Thomas |
2013-10-04 | Add `Dependency<C, D1, D2...>` System for automatic component | Alec Thomas |
2013-10-01 | Update README to match reality. | Alec Thomas |
2013-09-05 | Speed up iterator creation a bit by avoiding some copies. | Alec Thomas |
2013-09-05 | Fix stupid iteration bug. | Alec Thomas |
2013-09-04 | Add entityx/entityx.h | Alec Thomas |
2013-09-04 | Performance improvements + emitting events from Python. | Alec Thomas |
2013-09-02 | Added remove<C>() method for removal of components by type. | David Wicks |
2013-08-29 | Speed up iteration a bit. | 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-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 |