Skip to content

Releases: bellinitte/bad-apple-uxn

v1.0.2

23 Sep 23:22
Compare
Choose a tag to compare

Description

This release syncs the latest changes to Uxn's opcodes.

Changelog

  • Updated dependencies for the Cargo project.
  • Updated badapple.rom with the latest Uxn changes.

v1.0.1

27 Nov 23:13
Compare
Choose a tag to compare

Description

This release syncs the latest changes to Uxn's opcodes. It also adds a small feature regarding layout responsiveness.

Changelog

  • Removed the automatic assembling with Ruxnasm.
  • Removed black bars on screens with unconstrained sizes. On screens with fixed sizes, the video now scales to fit the screen.
  • Removed OFFSET-X and OFFSET-Y tweakables — the video is always in the center now.
  • Replaced FRAGMENT-WIDTH and FRAGMENT-HEIGHT tweakables with a single DEFAULT-SCALE tweakable, which determines the scale on screens with unconstrained size.
  • Split the Tweakables section into Tweakables and Constants.

v1.0.0

16 Aug 15:44
Compare
Choose a tag to compare

Description

This is the initial release of bad-apple-uxn.