Skip to content

0.5.0

Latest

Choose a tag to compare

@StudioBalmung StudioBalmung released this 18 Jun 06:05
da50243

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() with view<IDComponent>() loop.
    • Replaced removed storage<entt::entity>().in_use() with registry.size().
    • Added GetEnttRegistry() alias for raw registry access.
  • Extended Material struct in Material.h with 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.