Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-23 | Add vcpkg installation instructions | wangli28 | |
2019-10-02 | Fix typo in introductory notice. | Joseph Davies | |
2019-01-21 | Updated README.md | adtennant | |
2018-11-15 | Add note about Arch Linux | Alexander F. Rødseth | |
2018-09-21 | Fixed syntax error. | Zandor Smith | |
2017-02-21 | Link to Gitter and benchmarks by @abeimler | Alec Thomas | |
2017-02-04 | Gitter link | Alec Thomas | |
2016-02-26 | Fix apt-get line | Alec Thomas | |
2016-02-05 | Revert change made regarding component inheritance | Zack Mulgrew | |
2016-02-03 | Update README to reflect how components are removed before entity destruction | Zack Mulgrew | |
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-07-05 | Document requirement for VS2015. | Alec Thomas | |
Fixes #105. | |||
2015-06-14 | Merge pull request #102 from svenstaro/patch-1 | Alec Thomas | |
Fix code example in README.md | |||
2015-06-13 | Make Receiver inheritance public instead of implicitly private | Nodmgatall | |
Otherwise you get an error when trying to run the example. /home/lemling/Dokumente/Proggen/BaconGameJam/bgj09/entityx/entityx/Event.h: In instantiation of ‘void entityx::EventManager::subscribe(Receiver&) [with E = PlayerInstrucionEvent; Receiver = MovementSystem]’: /home/lemling/Dokumente/Proggen/BaconGameJam/bgj09/src/system_movement.hpp:17:58: required from here /home/lemling/Dokumente/Proggen/BaconGameJam/bgj09/entityx/entityx/Event.h:130:26: error: ‘entityx::BaseReceiver’ is an inaccessible base of ‘MovementSystem’ BaseReceiver &base = receiver; | |||
2015-06-13 | Fix code example in README.md | Sven-Hendrik Haase | |
2015-04-23 | Add AppVeyor master status badge. | Alec Thomas | |
2015-02-16 | More examples projects. | Alec Thomas | |
2015-02-09 | More README udpates. | Alec Thomas | |
2015-02-09 | Update README+example for inheritance-free change. | Alec Thomas | |
2015-02-09 | Components no longer need to be inherited from Component<>. | Alec Thomas | |
See #85. | |||
2014-12-14 | Don't use dereference operator in events example | Brad Anderson | |
2014-10-27 | DeltaTime -> TimeDelta | Alec Thomas | |
2014-10-27 | Configurable delta time type via -DENTITYX_DT_TYPE=<type>. | Alec Thomas | |
Fixes #60. | |||
2014-10-09 | Add example. | Alec Thomas | |
2014-09-29 | Update README for 1.0.0. | Alec Thomas | |
2014-09-16 | Document some projects using EntityX. | Alec Thomas | |
2014-06-08 | Call systems.configure() in example. | Alec Thomas | |
2014-06-08 | Add convenience `Component<T>::Handle` typedef. | Alec Thomas | |
2014-06-07 | README updates. | Alec Thomas | |
Fixes #32. Fixes #33. | |||
2014-05-05 | 1.0.0alpha1 release. | Alec Thomas | |
2014-04-02 | Doc updates. | Alec Thomas | |
2014-03-02 | Update README for 1.0.0. | Alec Thomas | |
2014-03-02 | Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr. | Alec Thomas | |
2014-02-13 | Fixed compile issues on Windows with Visual Studio 2013. | Jarrett Chisholm | |
- Made compiler flags dependent on the compiler being used. - Added check for clang to use the same compiler options as gnu g++ | |||
2013-12-02 | Add download instructions. | Alec Thomas | |
2013-12-02 | Update docs, add step(dt) to Manager. | Alec Thomas | |
Fixes #19. | |||
2013-11-29 | Merge no-boost into master. | Alec Thomas | |
This eradicates boost as a dependency for everything except the Python integration, which may or may not work for now. | |||
2013-11-27 | Fixed spelling in README.md | Dustin Freeman | |
Depdendency -> Dependency | |||
2013-11-04 | Moved stdlib=libc++ test into CMakeLists.txt. Made further modifications to ↵ | Antony Woods | |
README.md | |||
2013-10-30 | Resolved README merge conflict | Antony Woods | |
2013-10-29 | Tidying up and amending readme/changes | Antony Woods | |
2013-10-29 | Fixed a compiler error with std::chrono::duration | Antony Woods | |
2013-10-16 | Fixed invalid header in python files. Now using chrono instead of boost ↵ | Antony Woods | |
timer. Removed unnecessary ptr checks, as now shared ptr is mandatory. Updated Readme to reflect new changes. Updated travis file, just in case. | |||
2013-10-14 | Dependencies in README. | Alec Thomas | |
2013-10-14 | Initial commit | Antony Woods | |
2013-10-14 | README formatting tweaks. | Alec Thomas | |
2013-10-14 | Fix bug in EntityManager::get. | Alec Thomas | |
2013-10-04 | Document dependency helper. | Alec Thomas | |
2013-10-01 | Update README to match reality. | Alec Thomas | |