Age | Commit message (Collapse) | Author |
|
- Entity will no longer implicitly cast to Entity::Id. This is safer
and cleaner.
- Use Entity::destroy(). This will destroy the entity *and* invalidate
the handle.
- Removed the exists() method, as it was largely meaningless anyway.
Listen to EntityDestroyedEvent instead.
- Exposed Entity::manager() and removed manager attribute from events.
|
|
Suppress error from signed comparison in gtest.h (-Wno-error=sign-compare).
Suppress error from unused variables (-Wno-error=unused-but-set-variable).
Add cmake flag BUILD_TESTING to the cached variables.
When building for testing, the include path to GTest shall be added.
|
|
|
|
|
|
|
|
Continued working on docs.
|
|
|
|
|
|
|
|
|
|
|