Skip to content

Sound and text improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtothebell jtothebell released this 11 Mar 15:09
· 49 commits to master since this release

All Platforms

  • Add support for new stat values (46-56) for audio (thanks @fringd )
  • Rewrite text rendering to support custom fonts and most remaining P8SCII control codes (audio control codes are parsed, but not played) and speed up text rendering (probably only noticeable on slow platforms like Bittboy and 3ds)
  • Add a corssfade between notes to more closely match PICO-8 behavior and fix some audio clipping (thanks @fringd )
  • Add custom instrument support (thanks @fringd )
  • add inext function to z8lua

Libretro platforms

  • Add support for analog input to emulate the mouse (thanks for the suggestion and start of implementation @medeirosT)
  • Add support for loading carts from memory in addition to the file system (may help with loading carts on Android devices with scoped storage)