]> code.bitgloo.com Git - clyne/entityx.git/commit
Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.
authorAlec Thomas <alec@swapoff.org>
Sun, 2 Mar 2014 04:59:44 +0000 (15:59 +1100)
committerAlec Thomas <alec@swapoff.org>
Sun, 2 Mar 2014 05:22:06 +0000 (16:22 +1100)
commitf21209417a2c4b3c874d8f58b653489c5cb2494f
tree643f480e759adedd402a0fa6ad97c2fd798e7179
parent644d0560c925fa9068b6d03b199c63387ceb9352
Removed Manager. Add EntityX class. Largely eradicate use of shared_ptr.
21 files changed:
CMakeLists.txt
README.md
entityx/Benchmarks_test.cc
entityx/Entity.cc
entityx/Entity.h
entityx/Entity_test.cc
entityx/Event.h
entityx/Event_test.cc
entityx/Manager.cc [deleted file]
entityx/Manager.h [deleted file]
entityx/System.cc
entityx/System.h
entityx/System_test.cc
entityx/config.h.in
entityx/deps/Dependencies.cc [deleted file]
entityx/deps/Dependencies.h
entityx/deps/Dependencies_test.cc
entityx/entityx.h
entityx/tags/TagsComponent.cc [deleted file]
entityx/tags/TagsComponent.h
entityx/tags/TagsComponent_test.cc