Skip to content

miniSphere 5.2.13

Choose a tag to compare

@fatcerberus fatcerberus released this 06 Sep 15:24

miniSphere 5.2.13 is a maintenance release in the 5.2 series.

What's Changed?

  • Adds Sphere.main which provides access to the object created by the engine when the main module exports a class.
  • Changes the default Console prompt from $ to >.
  • Changes Thread#start() to an async function which returns only after the Thread's startup handler has run to completion.
  • Fixes a bug where Sphere.sleep() prevents the engine from shutting down until the sleep period expires.
  • Fixes a bug in which Scene#call() doesn't await async functions.
  • Fixes a bug where an async function used for a recurring Dispatch job can be re-entered before an earlier invocation has completed.