]> code.bitgloo.com Git - clyne/entityx.git/shortlog
clyne/entityx.git
2013-10-30 Antony WoodsNormalize line endings
2013-10-30 Antony WoodsResolved README merge conflict
2013-10-30 AntonyMerge pull request #1 from alecthomas/master
2013-10-30 Alec ThomasNormalize line endings
2013-10-30 Alec ThomasAdd .gitattributes for line endings.
2013-10-29 Antony WoodsTidying up and amending readme/changes
2013-10-29 Antony WoodsRemoved boost namespace from tests so they compile
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-15 Antony WoodsFirst pass at replacing boost with c++11 features
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-12 Alec ThomasAllow creation of Entity::Id from uint64_t.
2013-10-04 Alec ThomasDocument dependency helper.
2013-10-04 Alec ThomasAdd `Dependency<C, D1, D2...>` System for automatic...
2013-10-02 Alec ThomasUpdate README to match reality.
2013-09-05 Alec ThomasSpeed up iterator creation a bit by avoiding some copies.
2013-09-05 Alec ThomasFix stupid iteration bug.
2013-09-05 Alec ThomasAdd entityx/entityx.h
2013-09-04 Alec ThomasPerformance improvements + emitting events from Python.
2013-09-03 David WicksAdded remove<C>() method for removal of components...
2013-08-29 Alec ThomasSpeed up iteration a bit.
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-19 Alec ThomasUse README.md for Doxygen index.
2013-08-19 Alec ThomasFix build.
2013-08-19 Alec ThomasAdd Doxygen file.
2013-08-18 Alec ThomasDestroying an entity correctly invalidates all other...
2013-08-18 Alec ThomasClarify docs + dump test output on failure.
2013-08-17 Alec ThomasAdd changelog, clean up docs a bit.
2013-08-17 Alec ThomasAdd Python based scripting system (still experimental).
2013-06-04 Alec ThomasUpdate documentation. Fixes #8.
2013-04-04 Alec ThomasAll Manager classes are now managed by smart pointers.
2013-04-03 Alec ThomasAgh. .gitignore!
2013-04-02 Alec ThomasRemove Components*, moved to tags/ in a previous change.
2013-04-02 Alec ThomasAllow shared_ptr implementation to be selected.
2013-04-02 Alec ThomasAdd support for Travis-CI.
2013-04-02 Alec ThomasInclude gtest (as per gtest recommendations).
2013-03-30 Alec ThomasFix README.
2013-03-24 Alec ThomasRemove unused flag that broke clang 3.x.
2013-03-20 Alec ThomasMerge pull request #4 from larspensjo/gcc-static
2013-03-20 Lars Pensjögcc 4.7.2 doesn't allow static keyword in member functi...
2013-03-15 Alec ThomasMake Component<T>::family() support > 64 components.
2013-03-15 Alec ThomasTypedef bitset out.
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 ThomasUse std::list for free list.
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-09 Alec ThomasAllow Entity objects to be copied around.
2013-03-02 Alec ThomasRemove unused variable. Update README.
2013-03-02 Alec ThomasMerge pull request #2 from larspensjo/ReuseEntity
2013-03-02 Lars PensjöAdded comment.
2013-03-02 Lars PensjöEntity allocation error fixed.
2013-03-02 Lars PensjöAdd test for reusing an Entity.
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.
2013-02-27 Lars PensjöUpdate cmake conf for testing.
2013-01-06 Alec ThomasMake testing optional.
2012-10-27 Alec ThomasAdd Entity::exists() and EntityManager::get().
2012-10-25 Alec ThomasAdd Entity class helper.
2012-10-24 Alec ThomasChange namespace entity -> entityx.
2012-10-24 Alec ThomasInclude updated.
2012-10-24 Alec ThomasName shared library entityx (rather than ..._shared).
2012-10-24 Alec ThomasAdd C++ GitHub highlighting (hopefully).
2012-10-24 Alec ThomasAdd COPYING.
2012-10-24 Alec ThomasREADME updates.
2012-10-24 Alec ThomasFix unpacking bug (segfault from lambda).
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 ThomasConvert EntityManager::unpack() to use boost::shared_ptr.
2012-10-21 Alec ThomasImplemented unified entity iteration and component...
2012-10-20 Alec ThomasMore README updates.
2012-10-19 Alec ThomasMore install cleanup.
2012-10-19 Alec ThomasA bunch of minor build fixes. Started README.
2012-10-18 Alec ThomasAdd C++11 feature checking to cmake.
2012-10-18 Alec ThomasMore attempts to get cmake build working.
2012-09-21 Alec ThomasInitial import.