Skip to content

v1.3.2

Compare
Choose a tag to compare
@JoeStrout JoeStrout released this 28 Jan 20:00
· 69 commits to main since this release
88b4e85
  • Bots can now rearrange their inventory using a new me.swapItem(index1, index2) API.
  • A new me.owner API returns the name of the player that owns the bot (or home computer).
  • Home Computer now saves changes to me.name across sleeps or restarts.
  • Fixed a bug causing bots to fail to break weeds or small rocks/stumps that happened to be next to a large (unbreakable) boulder/stump.
  • Fixed some functions in /sys/lib/mathUtil that did not work, and added a few more (polygon and line-intersection functions) just to make it better match the version in Mini Micro.
  • Fixed handling of dir command (and related commands, like file.children) on the /net disk, or at / (the root containing all three disks).
  • Added missing ellipsis character to the font; updated /sys/lib/chars.
  • Fixed cosmetic glitches in /sys/demo/invaders and /sys/demo/textAdventure.