]> code.bitgloo.com Git - clyne/entityx.git/shortlog
clyne/entityx.git
2014-03-05 Alec ThomasWrap component access in a ComponentHandle.
2014-03-04 Alec ThomasUse TEST_CASE_METHOD rather than SECTION.
2014-03-04 Alec ThomasSwitch to Catch testing framework.
2014-03-02 Alec ThomasUpdate README for 1.0.0.
2014-03-02 Alec ThomasUse raw pointers for components, allocated from pools.
2014-03-02 Alec ThomasRemoved Manager. Add EntityX class. Largely eradicate...
2014-03-02 Alec ThomasFix visibility issue with gcc.
2014-03-02 Alec ThomasIncrease cache coherency.
2014-02-13 Jarrett ChisholmFixed compile issues on Windows with Visual Studio...
2014-01-23 Alec ThomasMerge pull request #26 from hovatterz/pkg-config
2014-01-19 Zack HovatterAdd pkg-config source file
2013-12-31 Alec ThomasMerge pull request #22 from scott-linder/master
2013-12-31 scott-linderAdded std::forward in order to respect move semantics...
2013-12-25 Alec ThomasMerge pull request #21 from scott-linder/master
2013-12-25 scott-linderAdded entityx::make_ptr to mirror std::make_shared
2013-12-21 Alec ThomasMove Python support to https://github.com/alecthomas...
2013-12-20 Alec ThomasEvent delivery to/from Python and C++.
2013-12-18 Alec ThomasFix unpack and entities_with_components with > 2 args.
2013-12-02 Alec ThomasAdd download instructions.
2013-12-02 Alec ThomasUpdate docs, add step(dt) to Manager.
2013-11-29 Alec ThomasDon't cap at ms.
2013-11-29 Alec ThomasMerge no-boost into master.
2013-11-29 Alec ThomasMake benchmarks work.
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-11-04 Antony WoodsTidied up config.h.in to remove redundant guard - take two
2013-11-04 Antony WoodsRevert "Tidied up config.h.in to remove redundant guard"
2013-11-01 Antony WoodsTidied up config.h.in to remove redundant guard
2013-10-31 Antony WoodsLine endings fix?
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).
next