Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | Add `Dependency<C, D1, D2...>` System for automatic component | Alec Thomas | |
dependencies. | |||
2013-09-04 | Performance improvements + emitting events from Python. | Alec Thomas | |
2013-08-22 | Switch from boost::signal to embedded Simple::Signal. | Alec Thomas | |
2013-08-21 | Revert "Switch to boost::signals2." | Alec Thomas | |
Until I have the time to make the tests work. This reverts commit be03c3a3d4e8824c3b909648b46910b4cdbc72e1. | |||
2013-08-21 | Switch to boost::signals2. | Alec Thomas | |
2013-08-19 | Fix build. | Alec Thomas | |
2013-08-19 | Add Doxygen file. | Alec Thomas | |
2013-08-16 | Add Python based scripting system (still experimental). | Alec Thomas | |
The build system has also been revamped considerably, with the ability to select between std::shared_ptr and boost::shared_ptr, as well as other improvements. | |||
2013-04-03 | All Manager classes are now managed by smart pointers. | Alec Thomas | |
2013-04-02 | Remove Components*, moved to tags/ in a previous change. | Alec Thomas | |
2013-04-02 | Allow shared_ptr implementation to be selected. | Alec Thomas | |
Fixes #6. | |||
2013-04-02 | Add support for Travis-CI. | Alec Thomas | |
Also ditched glog. | |||
2013-04-01 | Include gtest (as per gtest recommendations). | Alec Thomas | |
See https://groups.google.com/forum/?fromgroups=#!topic/googletestframework/Zo7_HOv1MJ0 | |||
2013-03-24 | Remove unused flag that broke clang 3.x. | Alec Thomas | |
Fixes #5. | |||
2013-03-11 | Add some benchmarks. | Alec Thomas | |
2013-03-11 | Some breaking changes to Entity management. | Alec Thomas | |
- Entity will no longer implicitly cast to Entity::Id. This is safer and cleaner. - Use Entity::destroy(). This will destroy the entity *and* invalidate the handle. - Removed the exists() method, as it was largely meaningless anyway. Listen to EntityDestroyedEvent instead. - Exposed Entity::manager() and removed manager attribute from events. | |||
2013-02-27 | Update cmake conf for testing. | Lars Pensjö | |
Suppress error from signed comparison in gtest.h (-Wno-error=sign-compare). Suppress error from unused variables (-Wno-error=unused-but-set-variable). Add cmake flag BUILD_TESTING to the cached variables. When building for testing, the include path to GTest shall be added. | |||
2013-01-06 | Make testing optional. | Alec Thomas | |
2012-10-24 | Name shared library entityx (rather than ..._shared). | Alec Thomas | |
2012-10-24 | README updates. | Alec Thomas | |
2012-10-20 | Implemented unified entity iteration and component unpacking. | Alec Thomas | |
Continued working on docs. | |||
2012-10-20 | More README updates. | Alec Thomas | |
2012-10-19 | More install cleanup. | Alec Thomas | |
2012-10-19 | A bunch of minor build fixes. Started README. | Alec Thomas | |
2012-10-18 | Add C++11 feature checking to cmake. | Alec Thomas | |
2012-10-18 | More attempts to get cmake build working. | Alec Thomas | |