Skip to content

0.0.92

Compare
Choose a tag to compare
@mmitch mmitch released this 23 Aug 20:19
· 629 commits to master since this release

Bugfixes

  • fix player jump bug in Wizardry Gaiden
  • fix switched byte order in plugout_midi (caused huge delays between notes)
  • fix crash on files with too many subsongs

Enhancements

  • gbsplay
    • add PulseAudio plugout (#2)
    • add DirectSound plugout (#3)
    • plugout_midi: output voices to different channels
    • plugout_also: support suspend/resume
  • gbsinfo:
    • also display default subsong
  • contrib:
    • better bash completion rules
  • build process:
    • fix build with GCC 5
    • add cross-compiling support
    • handle CFLAGS/LDFLAGS for autotools compatibility
    • don't fail test target when a key is pressed
    • simpler/better/more unit tests