Skip to content

minisphere 3.0.4

Choose a tag to compare

@fatcerberus fatcerberus released this 09 Apr 05:14

minisphere 3.0.4 is a maintenance release. This release fixes several bugs and updates the map engine to render map tiles using the Galileo subsystem, improving performance.

Changes in this release

  • Fixes a memory management bug in Galileo which caused it to leak potentially
    massive amounts of memory in games which generate a lot of Shape objects.
  • Fixes a bug in the Windows build where stdout couldn't be redirected.
  • Updates the map engine to use the Galileo graphics subsystem internally, which
    improves rendering performance in most cases.
  • Fixes a segfault when rendering a Galileo primitive with no vertices defined.

Installing in Windows

Simply download and run minisphereSetup-3.0.4.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

You only need to do this once. The system will automatically notify you of future minisphere updates.

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.4_i386.deb, while 64-bit users should download minisphere_3.0.4_amd64.deb. Once downloaded, simply double-click the file and your package manager will guide you through the process of installing the package.