]> code.bitgloo.com Git - clyne/entityx.git/commit
Performance improvements + emitting events from Python.
authorAlec Thomas <alec@swapoff.org>
Wed, 4 Sep 2013 23:36:31 +0000 (19:36 -0400)
committerAlec Thomas <alec@swapoff.org>
Wed, 4 Sep 2013 23:36:31 +0000 (19:36 -0400)
commit7a580c4be6dc0207c05e2cdb8fb89211c4a1113b
treea141d1fc32fe82d716b5d08b8e75eb42c95344a0
parentb02261bd25a5fc307dd6b9f8fd0a87fb2d3d91f1
Performance improvements + emitting events from Python.
22 files changed:
CMakeLists.txt
README.md
entityx/Benchmarks_test.cc
entityx/Entity.cc
entityx/Entity.h
entityx/Entity_test.cc
entityx/Event.cc
entityx/Event.h
entityx/Event_test.cc
entityx/Manager.h
entityx/ReferenceCounted.h [new file with mode: 0644]
entityx/System.h
entityx/System_test.cc
entityx/config.h.in
entityx/python/PythonSystem.cc
entityx/python/PythonSystem.h
entityx/python/PythonSystem_test.cc
entityx/python/README.md
entityx/python/entityx/__init__.py
entityx/python/entityx/tests/event_emit_test.py [new file with mode: 0644]
entityx/python/entityx/tests/update_test.py
entityx/tags/TagsComponent.h