Skip to content

Diggers (R43)

Compare
Choose a tag to compare
@Mhatxotic Mhatxotic released this 02 Oct 13:40
· 9 commits to master since this release
0ff7320

About this release…

This is the fifteenth release of this software via GitHub and the forty-third release overall since 2006.

Please read the readme.md file for more information and screenshots for this game.

Diggers changes…

  • Add more window resolutions, especially 16:10 aspect ones.
  • Show actual custom window size in setup screen.
  • Fix drawing scrolling logos in 4:3 mode for intro/setup and score/setup screens.
  • Minor bug fixes and optimisations.

Engine changes…

  • Fix window resize crash on MacOS.
  • Compatible with MacOS Sequoia 15.0 (no related changes).
  • Minor bug fixes and optimisations.
  • Fix unnoticeable auto-matrix miscalculation.
  • Upgrade 7-Zip API to 24.08.

See this commit for full changes.

Windows version…

Running the Windows version should be trivial.

Linux version…

The Linux version is linked against an external package that you need to install for the game to work. These packages can be installed with sudo apt-get install libglfw3. You can read about the libraries in the readme.md file.

MacOS version…

The MacOS version is self-contained and only basic stdlibs are required to run which should already be included by default in any system. However, opening the disk image will require you to bypass Gatekeeper as I do not wish to sign it with personal information and have therefore used a self-signed certificate instead. To bypass Gatekeeper, simply run the Terminal.app and chdir to the directory where you downloaded the disk image with chdir ~/Downloads and then execute the following command to remove the quarantine flag from the disk image archive with xattr -d com.apple.quarantine Diggers-R<x>-MacOS-Universal.dmg where <x> is the version of this application. You should then be able to mount the disk image and run the game without any issue.