Releases: StudioBalmung/freely-engine
Releases · StudioBalmung/freely-engine
Release list
0.5.0
FREELY CHANGELOG - 2026-07-05
v0.4.4
Changes
- Bumped project version to 0.4.4 in
CMakeLists.txt. - Updated EnTT API usage in
Registry.h:- Replaced removed
each()withview<IDComponent>()loop. - Replaced removed
storage<entt::entity>().in_use()withregistry.size(). - Added
GetEnttRegistry()alias for raw registry access.
- Replaced removed
- Extended
Materialstruct inMaterial.hwith new fields:Emissive(vec3)EmissiveStrength(float)TwoSided(bool)AlphaCutoff(float)
- Refactored all TODO comments to scoped tags (
TODO[Component]: …). - Added descriptive TODO tags in RenderSystem, Render2DSystem, AsterCoreBackend, AssetManager, SceneSerializer, Renderer3D.
- Cleaned build and cache directories after every build.
- General code‑style cleanup and documentation updates.
Note:
No breaking API changes were introduced; existing code compiles with EnTT v3.