]> code.bitgloo.com Git - clyne/entityx.git/commit
Use raw pointers for components, allocated from pools.
authorAlec Thomas <alec@swapoff.org>
Sun, 2 Mar 2014 11:49:41 +0000 (22:49 +1100)
committerAlec Thomas <alec@swapoff.org>
Sun, 2 Mar 2014 11:49:41 +0000 (22:49 +1100)
commitcc5201fd22250a36dbfaeec09b90750ff489d2f1
tree85bfd12e7c1a7cb904a25bfd58d9a0d89868cd60
parentf21209417a2c4b3c874d8f58b653489c5cb2494f
Use raw pointers for components, allocated from pools.
14 files changed:
CHANGES.md
CMakeLists.txt
entityx/3rdparty/simplesignal.h
entityx/Benchmarks_test.cc
entityx/Entity.cc
entityx/Entity.h
entityx/Entity_test.cc
entityx/Event.h
entityx/Event_test.cc
entityx/System_test.cc
entityx/help/Pool.cc [new file with mode: 0644]
entityx/help/Pool.h [new file with mode: 0644]
entityx/help/Pool_test.cc [new file with mode: 0644]
entityx/quick.h [new file with mode: 0644]