neoSphere 5.7.2
neoSphere 5.7.2 is a maintenance release.
What's Changed?
- Adds
RT.Version
for getting the current API revision of the Sphere Runtime. - Renames
Thread
toTask
, retaining the former as a temporary alias. - Removes the
.ready
and.whenReady()
APIs added in the previous release. - Removes support for
new Surface(fileName)
andSurface.fromFile()
in games targeting API 4 or higher. - Fixes an issue with the
cell init
template that left new projects with an invaliddescribe()
call in their Cellscripts. - Fixes a bug that caused the engine to stop responding to debugger commands while the JavaScript error screen was being displayed.