• v0.1.3 5a1695e2ab

    v0.1.3 Stable

    shawn released this 2026-07-03 20:10:02 +00:00 | 13 commits to main since this release

    Fix Godot 4.7 typed array crash — freed-object filtering in netfox PropertyPool/PerObjectHistory

    Changes

    • netfox PropertyPool.get_subjects() filters out freed objects before typed array assignment
    • netfox PerObjectHistory.subjects() filters out freed objects before typed array assignment
    • Headless server keeps full scene tree (no stripping) for identity sync
    • NetworkTime.start() deferred until first client connects
    • No host avatar spawned on dedicated server

    This fixes the "Unable to convert array index 0 from Object to Object" and "Attempted to assign an invalid (previously freed?) object instance" errors.

    Downloads