aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Expand)Author
2020-03-23Add vcpkg installation instructionswangli28
2019-10-02Fix typo in introductory notice.Joseph Davies
2019-01-21Updated README.mdadtennant
2018-11-15Add note about Arch LinuxAlexander F. Rødseth
2018-09-21Fixed syntax error.Zandor Smith
2017-02-21Link to Gitter and benchmarks by @abeimlerAlec Thomas
2017-02-04Gitter linkAlec Thomas
2016-02-26Fix apt-get lineAlec Thomas
2016-02-05Revert change made regarding component inheritanceZack Mulgrew
2016-02-03Update README to reflect how components are removed before entity destructionZack Mulgrew
2015-07-18Remove ambiguity that old compilers can't resolve.Alec Thomas
2015-07-18Add `.each<C...>([](C &c...) {})` iteration.Alec Thomas
2015-07-05Document requirement for VS2015.Alec Thomas
2015-06-14Merge pull request #102 from svenstaro/patch-1Alec Thomas
2015-06-13Make Receiver inheritance public instead of implicitly privateNodmgatall
2015-06-13Fix code example in README.mdSven-Hendrik Haase
2015-04-23Add AppVeyor master status badge.Alec Thomas
2015-02-16More examples projects.Alec Thomas
2015-02-09More README udpates.Alec Thomas
2015-02-09Update README+example for inheritance-free change.Alec Thomas
2015-02-09Components no longer need to be inherited from Component<>.Alec Thomas
2014-12-14Don't use dereference operator in events exampleBrad Anderson
2014-10-27DeltaTime -> TimeDeltaAlec Thomas
2014-10-27Configurable delta time type via -DENTITYX_DT_TYPE=<type>.Alec Thomas
2014-10-09Add example.Alec Thomas
2014-09-29Update README for 1.0.0.Alec Thomas
2014-09-16Document some projects using EntityX.Alec Thomas
2014-06-08Call systems.configure() in example.Alec Thomas
2014-06-08Add convenience `Component<T>::Handle` typedef.Alec Thomas
2014-06-07README updates.Alec Thomas
2014-05-051.0.0alpha1 release.Alec Thomas
2014-04-02Doc updates.Alec Thomas
2014-03-02Update README for 1.0.0.Alec Thomas
2014-03-02Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.Alec Thomas
2014-02-13Fixed compile issues on Windows with Visual Studio 2013.Jarrett Chisholm
2013-12-02Add download instructions.Alec Thomas
2013-12-02Update docs, add step(dt) to Manager.Alec Thomas
2013-11-29Merge no-boost into master.Alec 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-10-30Resolved README merge conflictAntony Woods
2013-10-29Tidying up and amending readme/changesAntony 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-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-04Document dependency helper.Alec Thomas
2013-10-01Update README to match reality.Alec Thomas