Age | Commit message (Expand) | Author |
2014-10-27 | Fix example. | Alec Thomas |
2014-10-27 | Merge pull request #61 from tivek/remove_c_std_libraries | Alec Thomas |
2014-10-27 | Configurable delta time type via -DENTITYX_DT_TYPE=<type>. | Alec Thomas |
2014-10-25 | fix typo | tivek |
2014-10-25 | Do not assume integer types in global namespace | Tomislav Ivek |
2014-10-25 | Include cstdint instead of stdint.h | Tomislav Ivek |
2014-10-23 | Debug -> All, now that it is faster. | Alec Thomas |
2014-10-23 | Sort free list before iterating over all entities. | Alec Thomas |
2014-10-21 | Add test for component destructor called when entity is destroyed. | Alec Thomas |
2014-10-21 | Add test case for component destruction. | Alec Thomas |
2014-10-21 | Actually call component destructors on reset(). | Alec Thomas |
2014-10-14 | Merge pull request #55 from kumar8600/patch-3 | Alec Thomas |
2014-10-13 | Correct project name definition at CMakeLists.txt | kumar8600 |
2014-10-13 | Merge pull request #54 from kumar8600/kumar8600/size_t-is-not-int | Alec Thomas |
2014-10-13 | Return std::size_t at Event::connected_signals | kumar8600 |
2014-10-12 | Get definition of std::size_t and make sizet_t more int | kumar8600 |
2014-10-12 | Make return size_t at functions Event and Pool | kumar8600 |
2014-10-12 | Merge pull request #53 from kumar8600/patch-2 | Alec Thomas |
2014-10-12 | Merge pull request #52 from kumar8600/patch-1 | Alec Thomas |
2014-10-12 | Make true default ENTITY_BUILD_SHARED | kumar8600 |
2014-10-12 | Define project name on CMakeLists.txt | kumar8600 |
2014-10-10 | Big performance improvement in iteration. | Alec Thomas |
2014-10-10 | Add benchmark for unpacking two components. | Alec Thomas |
2014-10-10 | Improve entity iteration performance by removing support for custom predicates. | Alec Thomas |
2014-10-10 | Use a partitioned grid for collision detection. | Alec Thomas |
2014-10-09 | Don't use deprecated strstream. | Alec Thomas |
2014-10-09 | Add example. | Alec Thomas |
2014-10-02 | Suppress unused variable warning. Fixes #49. | Alec Thomas |
2014-09-29 | Update README for 1.0.0. | Alec Thomas |
2014-09-17 | In benchmark: only iterate once, not 10 times. | Alec Thomas |
2014-09-16 | Document some projects using EntityX. | Alec Thomas |
2014-08-14 | Make fail() static. | Alec Thomas |
2014-08-14 | Use std::abort() if exceptions are disabled. | Alec Thomas |
2014-08-14 | Use abort() if _HAS_EXCEPTIONS is not defined. | Alec Thomas |
2014-08-08 | Merge pull request #46 from scrpi/master | Alec Thomas |
2014-08-07 | Added operator< overload for Entity class. Allowing use of Entity obects in s... | Ben Kelly |
2014-08-05 | Merge pull request #45 from isra17/master | Alec Thomas |
2014-08-04 | Uses bitmask function to set bit | Israël Hallé |
2014-08-04 | Changes 64 bits family to fast 32 bits | Israël Hallé |
2014-07-31 | Fix warnings(?) for implicit type conversions + headers in quick.h. | Alec Thomas |
2014-07-10 | Merge pull request #41 from isra17/master | Alec Thomas |
2014-07-10 | Add /MDd flag for MSVC debug target | Israël Hallé |
2014-07-10 | Merge pull request #40 from isra17/master | Alec Thomas |
2014-07-09 | Fix VS2013 compiler error in Entity_test.cc | Israël Hallé |
2014-07-07 | Maybe fix the build? | Alec Thomas |
2014-07-07 | Add entities_for_debugging() entity iterator. | Alec Thomas |
2014-07-07 | Merge @jarrettchisholm's change plus add some tests. Thanks! | Alec Thomas |
2014-07-02 | Merge pull request #36 from jeremyjh/android-pr | Alec Thomas |
2014-07-01 | add Android make file | Jeremy Huffman |
2014-06-20 | Merge pull request #35 from x-w/master | Alec Thomas |