Releases: catchouli/coment
Releases · catchouli/coment
coment v2.4.1
coment v2.4.0
API changes:
- EntityMap no longer a template
Minor:
- Observers with no connections remaining are now removed from signals on disconnect
coment v2.3.1
A patch to fix compatibility with clang and g++ & simple makefiles
coment v2.3.0
The library is now header-only. To use, simply add the include directory to your project's include directories.
coment v2.2.1
Internal refactoring
Removal of unused headers
coment v2.2.0
API changes:
The derived type must now be passed into the base of Manager and System to allow automatic registration of callbacks. For example:
class PositionUpdateSystem : System {}
Bugfix:
Component removal is delayed until an update to prevent modification of arrays during iteration.
coment v2.1.0
API change:
EntityMap now supports range-based for (or iterators)
coment v2.0
A completely rewritten version for C++11 with much more rigorous testing and improved design
coment v1.0
Old C++03 version - un-rigorously tested and not supported