aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-09-29Update README for 1.0.0.Alec Thomas
2014-09-17In benchmark: only iterate once, not 10 times.Alec Thomas
2014-09-16Document some projects using EntityX.Alec Thomas
2014-08-14Make fail() static.Alec Thomas
2014-08-14Use std::abort() if exceptions are disabled.Alec Thomas
2014-08-14Use abort() if _HAS_EXCEPTIONS is not defined.Alec Thomas
2014-08-08Merge pull request #46 from scrpi/masterAlec Thomas
2014-08-07Added operator< overload for Entity class. Allowing use of Entity obects in s...Ben Kelly
2014-08-05Merge pull request #45 from isra17/masterAlec Thomas
2014-08-04Uses bitmask function to set bitIsraël Hallé
2014-08-04Changes 64 bits family to fast 32 bitsIsraël Hallé
2014-07-31Fix warnings(?) for implicit type conversions + headers in quick.h.Alec Thomas
2014-07-10Merge pull request #41 from isra17/masterAlec Thomas
2014-07-10Add /MDd flag for MSVC debug targetIsraël Hallé
2014-07-10Merge pull request #40 from isra17/masterAlec Thomas
2014-07-09Fix VS2013 compiler error in Entity_test.ccIsraël Hallé
2014-07-07Maybe fix the build?Alec Thomas
2014-07-07Add entities_for_debugging() entity iterator.Alec Thomas
2014-07-07Merge @jarrettchisholm's change plus add some tests. Thanks!Alec Thomas
2014-07-02Merge pull request #36 from jeremyjh/android-prAlec Thomas
2014-07-01add Android make fileJeremy Huffman
2014-06-20Merge pull request #35 from x-w/masterAlec Thomas
2014-06-19Override Entity::component() to return a const ComponentHandleXiang Wei
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-15Only delete assigned components.Alec Thomas
2014-05-051.0.0alpha1 release.Alec Thomas
2014-05-03Add -g to release builds.Alec Thomas
2014-04-25Verify destroyed event count is correct.Alec Thomas
2014-04-18Don't include entityx/Manager.h - it is no longer used.Alec Thomas
2014-04-02Doc updates.Alec Thomas
2014-03-05Use vector rather than unordered_map for event dispatching.Alec Thomas
2014-03-05Wrap component access in a ComponentHandle.Alec Thomas
2014-03-04Use TEST_CASE_METHOD rather than SECTION.Alec Thomas
2014-03-04Switch to Catch testing framework.Alec Thomas
2014-03-02Update README for 1.0.0.Alec Thomas
2014-03-02Use raw pointers for components, allocated from pools.Alec Thomas
2014-03-02Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.Alec Thomas
2014-03-02Fix visibility issue with gcc.Alec Thomas
2014-03-02Increase cache coherency.Alec Thomas
2014-02-13Fixed compile issues on Windows with Visual Studio 2013.Jarrett Chisholm
2014-01-22Merge pull request #26 from hovatterz/pkg-configAlec Thomas
2014-01-19Add pkg-config source fileZack Hovatter
2013-12-30Merge pull request #22 from scott-linder/masterAlec Thomas
2013-12-30Added std::forward in order to respect move semantics in some methods.scott-linder
2013-12-25Merge pull request #21 from scott-linder/masterAlec Thomas
2013-12-24Added entityx::make_ptr to mirror std::make_sharedscott-linder
2013-12-20Move Python support to https://github.com/alecthomas/entityx_pythonAlec Thomas
2013-12-20Event delivery to/from Python and C++.Alec Thomas