Age | Commit message (Collapse) | Author |
|
This should make iteration over all entities much faster.
|
|
|
|
|
|
|
|
Correct project name definition at CMakeLists.txt
|
|
Match with before #7b6427d14aca84c9603f8767e6b9b097a8be9424
|
|
Return size_t at methods of Event and Pool
|
|
And size_t -> std::size_t
|
|
|
|
|
|
Make true default ENTITY_BUILD_SHARED
|
|
Define project name on CMakeLists.txt
|
|
|
|
|
|
No longer perform a vtable lookup and function call to unpack
components. Unpacking is now completely templatised and expanded at
compile time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #47.
|
|
|
|
Added operator< overload for Entity class. Allowing use of Entity obects...
|
|
std::set and std::map. Added test code.
|
|
Fix components mask bitset operations
|
|
|
|
|
|
Fixes #43, #44.
|
|
Add /MDd flag for MSVC debug target
|
|
|
|
Fix VS2013 compiler error in Entity_test.cc
|
|
|
|
|
|
|
|
Fixes #37 and #39.
|
|
add Android make file
|
|
|
|
Add "Entity::component() const" which returns a handle of const component
|
|
|
|
|
|
|
|
Fixes #32. Fixes #33.
|
|
Fixes #31.
|
|
|
|
|