Skip to content

minisphere 3.0.2

Choose a tag to compare

@fatcerberus fatcerberus released this 01 Apr 07:10

minisphere 3.0.2 is a maintenance release. This release adds typed-value I/O methods to the FileStream object, fixes a nasty bug in the Sphere Studio debugger which prevented the Step Over command from working properly, and upgrades Allegro to the latest stable version (5.2.0).

Changes in this release

  • Improves the file API: The FileStream object now includes methods for directly
    reading and writing integers, strings, and floats in addition to the standard
    ArrayBuffer-based I/O.
  • The Windows build now uses Allegro 5.2.0, the latest stable version.
  • Fixes a bug in the Sphere Studio debugger where pressing F10 would perform a
    Step Out instead of Step Over.

Installing in Windows

Simply download and run minisphereSetup-3.0.2.exe. The Inno Setup install wizard will walk you through the installation process.

Installing in Linux

For Ubuntu (14.04 and later), minisphere is available via personal package archive (PPA):

Installing from a PPA is easy. Simply open Terminal and run the following commands:

  • sudo add-apt-repository ppa:fatcerberus/minisphere
  • sudo apt-get update
  • sudo apt-get install minisphere

For other Debian distributions such as Linux Mint or Debian itself, simply download one of the .deb packages below. Users of 32-bit systems will want minisphere_3.0.2_i386.deb, while 64-bit users should download minisphere_3.0.2_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.