You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.