]> code.bitgloo.com Git - clyne/entityx.git/history - README.md
Hermitise and upgrade Catch.
[clyne/entityx.git] / README.md
2020-03-23 wangli28Add vcpkg installation instructions
2019-10-02 Joseph DaviesFix typo in introductory notice.
2019-01-20 adtennantUpdated README.md
2018-11-15 Alec ThomasMerge pull request #222 from xyproto/doc
2018-11-15 Alexander F. RødsethAdd note about Arch Linux
2018-09-21 Alec ThomasMerge pull request #218 from Zandor300/patch-1
2018-09-21 Zandor SmithFixed syntax error.
2017-02-21 Alec ThomasLink to Gitter and benchmarks by @abeimler
2017-02-08 Alec ThomasMerge pull request #174 from jarrettchisholm/master
2017-02-05 Alec ThomasGitter link
2016-02-26 Alec ThomasFix apt-get line
2016-02-06 Alec ThomasMerge pull request #129 from zackthehuman/entity_remova...
2016-02-06 Zack MulgrewRevert change made regarding component inheritance
2016-02-04 Zack MulgrewUpdate README to reflect how components are removed...
2015-07-19 Alec ThomasRemove ambiguity that old compilers can't resolve.
2015-07-19 Alec ThomasAdd `.each<C...>([](C &c...) {})` iteration.
2015-07-05 Alec ThomasDocument requirement for VS2015.
2015-06-14 Alec ThomasMerge pull request #102 from svenstaro/patch-1
2015-06-14 Alec ThomasMerge pull request #103 from Nodmgatall/patch-1
2015-06-13 NodmgatallMake Receiver inheritance public instead of implicitly...
2015-06-13 Sven-Hendrik HaaseFix code example in README.md
2015-04-23 Alec ThomasAdd AppVeyor master status badge.
2015-02-16 Alec ThomasMore examples projects.
2015-02-09 Alec ThomasMore README udpates.
2015-02-09 Alec ThomasUpdate README+example for inheritance-free change.
2015-02-09 Alec ThomasComponents no longer need to be inherited from Component<>.
2014-12-14 Alec ThomasMerge pull request #72 from eco/patch-1
2014-12-14 Brad AndersonDon't use dereference operator in events example
2014-10-27 Alec ThomasDeltaTime -> TimeDelta
2014-10-26 Alec ThomasMerge pull request #61 from tivek/remove_c_std_libraries
2014-10-26 Alec ThomasConfigurable delta time type via -DENTITYX_DT_TYPE...
2014-10-09 Alec ThomasAdd example.
2014-09-29 Alec ThomasUpdate README for 1.0.0.
2014-09-16 Alec ThomasDocument some projects using EntityX.
2014-06-08 Alec ThomasCall systems.configure() in example.
2014-06-07 Alec ThomasAdd convenience `Component<T>::Handle` typedef.
2014-06-07 Alec ThomasREADME updates.
2014-05-05 Alec Thomas1.0.0alpha1 release.
2014-04-02 Alec ThomasDoc updates.
2014-03-02 Alec ThomasUpdate README for 1.0.0.
2014-03-02 Alec ThomasRemoved Manager. Add EntityX class. Largely eradicate...
2014-02-13 Jarrett ChisholmFixed compile issues on Windows with Visual Studio...
2013-12-02 Alec ThomasAdd download instructions.
2013-12-02 Alec ThomasUpdate docs, add step(dt) to Manager.
2013-11-29 Alec ThomasMerge no-boost into master.
2013-11-27 Alec ThomasMerge pull request #18 from dustinfreeman/master
2013-11-27 Dustin FreemanFixed spelling in README.md
2013-11-04 Antony WoodsMoved stdlib=libc++ test into CMakeLists.txt. Made...
2013-10-30 Antony WoodsResolved README merge conflict
2013-10-30 AntonyMerge pull request #1 from alecthomas/master
2013-10-29 Antony WoodsTidying up and amending readme/changes
2013-10-29 Antony WoodsFixed a compiler error with std::chrono::duration
2013-10-16 Antony WoodsFixed invalid header in python files. Now using chrono...
2013-10-14 Alec ThomasDependencies in README.
2013-10-14 Antony WoodsInitial commit
2013-10-14 Alec ThomasREADME formatting tweaks.
2013-10-14 Alec ThomasFix bug in EntityManager::get.
2013-10-04 Alec ThomasDocument dependency helper.
2013-10-02 Alec ThomasUpdate README to match reality.
2013-09-04 Alec ThomasPerformance improvements + emitting events from Python.
2013-08-23 Alec ThomasSwitch from boost::signal to embedded Simple::Signal.
2013-08-22 Alec ThomasRevert "Switch to boost::signals2."
2013-08-22 Alec ThomasSwitch to boost::signals2.
2013-08-18 Alec ThomasDestroying an entity correctly invalidates all other...
2013-08-17 Alec ThomasAdd changelog, clean up docs a bit.
2013-06-04 Alec ThomasUpdate documentation. Fixes #8.
2013-04-04 Alec ThomasAll Manager classes are now managed by smart pointers.
2013-04-02 Alec ThomasAllow shared_ptr implementation to be selected.
2013-03-30 Alec ThomasFix README.
2013-03-12 Alec ThomasUse std::bitset, allowing for an arbitrary number of...
2013-03-12 Alec ThomasImprove documentation.
2013-03-12 Alec ThomasAdd some benchmarks.
2013-03-11 Alec ThomasSome breaking changes to Entity management.
2013-03-10 Alec ThomasREADME formatting.
2013-03-10 Lars PensjöTwo bugfixes in Entity.
2013-03-02 Alec ThomasRemove unused variable. Update README.
2013-02-27 Alec ThomasMerge pull request #1 from larspensjo/linux-gcc
2013-02-27 Lars PensjöMinor readme updates.
2013-02-27 Lars PensjöEnable testing for Linux with gcc.
2012-10-25 Alec ThomasAdd Entity class helper.
2012-10-24 Alec ThomasAdd C++ GitHub highlighting (hopefully).
2012-10-24 Alec ThomasREADME updates.
2012-10-22 Alec ThomasAllow System's to be added pre-created to the SystemMan...
2012-10-22 Alec ThomasConvert remaining bare pointers to shared_ptr.
2012-10-21 Alec ThomasImplemented unified entity iteration and component...
2012-10-20 Alec ThomasMore README updates.
2012-10-19 Alec ThomasA bunch of minor build fixes. Started README.