Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-07 | Updates to example. | Alec Thomas | |
- Fade in bodies. - Spin particles per their rotation (this fell by the wayside when translated to a vertex array). | |||
2017-01-06 | Use std::shared_ptr<sf::Shape> directly as component in example. | Alec Thomas | |
2016-01-03 | Use update_all() in example. | Alec Thomas | |
2015-07-18 | Remove ambiguity that old compilers can't resolve. | Alec Thomas | |
2015-07-18 | Add `.each<C...>([](C &c...) {})` iteration. | Alec Thomas | |
May break code that uses `EntityManager::View`, as this is now a template type `EntityManager::View<C...>`. Fixes #62. | |||
2015-06-23 | Update example. | Alec Thomas | |
2015-04-24 | Update example with a vertex array-based particle system. | Alec Thomas | |
2015-02-09 | Update README+example for inheritance-free change. | Alec Thomas | |
2014-12-07 | example: fix compilation command | Jason Pleau | |
2014-12-07 | example: replace arial with a free font | Jason Pleau | |
Arial is a proprietary font and cannot be included in another package in distributions like Debian. Replaced it with Liberation. | |||
2014-12-01 | Include cmath in example. Fixes #66. | Alec Thomas | |
2014-10-27 | DeltaTime -> TimeDelta | Alec Thomas | |
2014-10-27 | Fix example. | Alec Thomas | |
2014-10-27 | Configurable delta time type via -DENTITYX_DT_TYPE=<type>. | Alec Thomas | |
Fixes #60. | |||
2014-10-10 | Big performance improvement in iteration. | Alec Thomas | |
No longer perform a vtable lookup and function call to unpack components. Unpacking is now completely templatised and expanded at compile time. | |||
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 | |