Skip to content

neoSphere 5.7.2

Compare
Choose a tag to compare
@fatcerberus fatcerberus released this 26 Jan 03:44
· 47 commits to main since this release

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 to Task, retaining the former as a temporary alias.
  • Removes the .ready and .whenReady() APIs added in the previous release.
  • Removes support for new Surface(fileName) and Surface.fromFile() in games targeting API 4 or higher.
  • Fixes an issue with the cell init template that left new projects with an invalid describe() 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.