Skip to content

release-1.5

Compare
Choose a tag to compare
@skx skx released this 03 Apr 03:30
· 19 commits to master since this release
f921ad1

This release features a few minor changes, and a small number of buxfixes:

  • The BIOS command which was previously undocumented is now revealed!
    • Two new options have appeared in the menu:
      • Word-Wrap test.
      • Size dump.
  • Dropping an item which was in the same room as you, but not in your inventory is now forbidden.
    • Reported as a bug in #54, fixed in #55.
  • Leading spaces are ignored when processing input.
    • Reported as a bug in #51, fixed in #53.
  • Removed a lot of needless bytes from our text area, saving over 200 bytes in our generated binaries.
    • Reported as a bug in #50, fixed in #52.
  • Turning the torch off in the basement does what it should now.
    • Reported as a bug in #49, fixed in #56.
  • Examining the rug outside the ground-floor lead to an error-message
    • Reported as a bug in #48, fixed in #57.
  • Added some aliases.
    • 112 is now an alias for 999/911, for our European friends.
    • CLEAR is now a public alias for the undocumented CLS command.
    • Q is now an alias for QUIT.
  • Bugfix regarding text-wrapping, now a new game won't reset the word-wrap column to the default.
    • Also I removed some hardcoded linefeeds, to improve the output with regard to wrapping.