miniSphere 5.0.1
miniSphere 5.0.1 is a maintenance release in the miniSphere 5.0 release series. This release fixes several minor bugs and improves the behavior of SSj.log() and SSj.trace() when logging error and function objects.
What's Changed?
- Improves
SSj.log()andSSj.trace()output for error and function objects. - Fixes a bug where calling
Exit()won't shut down the game if the built-in map engine is running. - Fixes a bug where the source code of the mJS module shim isn't shown in SSj.
- Fixes a bug where calling
Dispatch.cancelAll()can stop promise resolution. - Fixes a bug where calling
FocusTarget#yield()on an out-of-focus target can allow it to mysteriously regain focus later.