1. The Farmer Was Replaced
  2. News

The Farmer Was Replaced News

Small improvements

  • Various improvements to texts.
  • Added two more hints to the maze.
  • Reduced double click delay.
  • Autosave is now enabled by default.
  • Fixed using None as a dict key. (really this time)
  • Fixed displaying nested lists.
  • Fixed some issues caused by vertical tabs.
  • Fixed the %= operator.
  • Fixed get_cost returning an empty list instead of an empty dict when called on some entities.
  • Fixed "This is not a valid statement" error message at the beginning of the file when there is a random comma somewhere.
  • Fixed undo not causing the game to reparse the code.

Many Fixes

  • Slightly improved the second maze hint.
  • Fixed creating an empty list not costing an operation.
  • Fixed renaming save file immediately after creating it.
  • Fixed renaming a save file that is open externally.
  • Fixed printing spaces with the drone.
  • Fixed error logs showing the wrong line sometimes.
  • Fixed error when returning outside a function.
  • Fixed assigning to a negative list index.
  • Fixed op count of various data structure operations.
  • Fixed freezes with certain large data structures.
  • Fixed various issues with the "in" operator.
  • Fixed None not working as a dictionary key.
  • Fixed using a tuple of lists as a dictionary key.