Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Releases: irmen/bouldercaves

release 5.7.2

04 Jul 16:24
Compare
Choose a tag to compare

now that updated synthplayer and miniaudio libraries are available and these are once more compatible with each other, update to these new versions

release 5.7.1

03 Jul 15:35
Compare
Choose a tag to compare
  • removed the embedded synthplayer library
  • pinned required library dependency versions (to avoid conflicts)

release 5.7

17 Jun 17:52
Compare
Choose a tag to compare

updated the sound library once more to support soundcard and miniaudio audio libraries

When you install the miniaudio library, it will also be used for sample decoding rather than depending on an external oggdec or ffmpeg tool

release 5.6

04 Jun 23:36
Compare
Choose a tag to compare
  • updated synthplayer library to new version
  • updated bouldercaves audio processing to the new synthplayer api

release 5.5

26 Apr 21:38
Compare
Choose a tag to compare

The next cave is no longer already revealed in the background during an intro text popup.

release 5.4

05 Feb 21:21
Compare
Choose a tag to compare

Fixed audio subsystem to fallback to ffmpeg if oggdec (vorbis-tools) is not available on the system.

release 5.3

27 Nov 22:55
Compare
Choose a tag to compare

improved audio output device selection once more

release 5.2

14 Nov 22:03
Compare
Choose a tag to compare
  • new synthplayer library to be smarter in selecting the correct audio output device
  • using different internal tile image format for backwards compatibility with old Tkinter version shipped on MacOS

release 5.1

27 Oct 15:47
Compare
Choose a tag to compare
  • updated synthplayer to be able to select output audio device if you're having sound problems
  • support for alternate tileset (created by Marcel Sásik) use command line options -a -o
  • fix crash on older windows versions
  • fix python 3.7 compatiblity issue in demo playback
  • sound sample rate is now 44100hz instead of 22050hz (some sound cards don't support the lower sample rate)

release 5.0

26 Jul 21:08
Compare
Choose a tag to compare
  • replaced software synthesizer by updated copy of my synthplay library (containing api changes and a bunch of fixes and improvements)
  • fixed some possible sample file decoding issues on windows