Releases: cfnptr/ecsm
Releases · cfnptr/ecsm
v0.6.0
- Renamed view.getVersion()
- Fixed OptView decl type.
- Updated Doxygen version and docs.
- Updated license year 2026.
- Minor docs improvements.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
- Updated Doxygen version
- Added system groups
- Made isRunning volatile
- Improved copy/reset safety
- Added tryReset() function
- Added nullable OptView
- Improved functions speed
- And other fixes and improvements
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Changes:
- Lock manager mutex during update call
- Use vector container as stack
- Speed up linear pool dispose() function
- Add types typedefs
- Add component reset functionality
- An other bug fixes and improvements
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Full Changelog: v0.1.0...v0.2.0
Beta version release
- Refactored ECSM architecture
- Added documentation
- Improved code readability
- Added building scripts
Full Changelog: v0.0.1...v0.1.0
Alpha version release
- Straightforward template architecture.
- Subsystem creation support.
- Cache friendly linear pools.
- Acceptable compilation time.
- Fast component iteration.
- Fast entity component access.