aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-11-29Don't cap at ms.Alec Thomas
2013-11-29Merge no-boost into master.Alec Thomas
2013-11-29Make benchmarks work.Alec Thomas
2013-11-27Merge pull request #18 from dustinfreeman/masterAlec Thomas
2013-11-27Fixed spelling in README.mdDustin Freeman
2013-11-04Moved stdlib=libc++ test into CMakeLists.txt. Made further modifications to R...Antony Woods
2013-11-04Tidied up config.h.in to remove redundant guard - take twoAntony Woods
2013-11-04Revert "Tidied up config.h.in to remove redundant guard"Antony Woods
2013-11-01Tidied up config.h.in to remove redundant guardAntony Woods
2013-10-31Line endings fix?Antony Woods
2013-10-30Normalize line endingsAntony Woods
2013-10-30Resolved README merge conflictAntony Woods
2013-10-30Merge pull request #1 from alecthomas/masterAntony
2013-10-29Normalize line endingsAlec Thomas
2013-10-29Add .gitattributes for line endings.Alec Thomas
2013-10-29Tidying up and amending readme/changesAntony Woods
2013-10-29Removed boost namespace from tests so they compileAntony Woods
2013-10-29Fixed a compiler error with std::chrono::durationAntony Woods
2013-10-16Fixed invalid header in python files. Now using chrono instead of boost timer...Antony Woods
2013-10-16First pass at replacing boost with c++11 featuresAntony Woods
2013-10-14Dependencies in README.Alec Thomas
2013-10-14Initial commitAntony Woods
2013-10-14README formatting tweaks.Alec Thomas
2013-10-14Fix bug in EntityManager::get.Alec Thomas
2013-10-12Allow creation of Entity::Id from uint64_t.Alec Thomas
2013-10-04Document dependency helper.Alec Thomas
2013-10-04Add `Dependency<C, D1, D2...>` System for automatic componentAlec Thomas
2013-10-01Update README to match reality.Alec Thomas
2013-09-05Speed up iterator creation a bit by avoiding some copies.Alec Thomas
2013-09-05Fix stupid iteration bug.Alec Thomas
2013-09-04Add entityx/entityx.hAlec Thomas
2013-09-04Performance improvements + emitting events from Python.Alec Thomas
2013-09-02Added remove<C>() method for removal of components by type.David Wicks
2013-08-29Speed up iteration a bit.Alec Thomas
2013-08-22Switch from boost::signal to embedded Simple::Signal.Alec Thomas
2013-08-21Revert "Switch to boost::signals2."Alec Thomas
2013-08-21Switch to boost::signals2.Alec Thomas
2013-08-19Use README.md for Doxygen index.Alec Thomas
2013-08-19Fix build.Alec Thomas
2013-08-19Add Doxygen file.Alec Thomas
2013-08-18Destroying an entity correctly invalidates all other references.Alec Thomas
2013-08-17Clarify docs + dump test output on failure.Alec Thomas
2013-08-17Add changelog, clean up docs a bit.Alec Thomas
2013-08-16Add Python based scripting system (still experimental).Alec Thomas
2013-06-04Update documentation. Fixes #8.Alec Thomas
2013-04-03All Manager classes are now managed by smart pointers.Alec Thomas
2013-04-02Agh. .gitignore!Alec Thomas
2013-04-02Remove Components*, moved to tags/ in a previous change.Alec Thomas
2013-04-02Allow shared_ptr implementation to be selected.Alec Thomas
2013-04-02Add support for Travis-CI.Alec Thomas