The Pulp Changelog

Since February 10, 2022

Editor

  • fixed: newline parsing in formatted strings

PulpScript

  • fixed: embedded tiles in fin exit
  • added: crop to x,y,w,h
  • added: config.followOverflowTile, config.followCenterX, and config.followCenterY
  • added: datetime.timestamp (seconds since midnight on January 1, 2000 UTC)
  • updated: label now supports newlines and optional len and lines arguments
  • added: crank dock and undock events

Runtime

  • updated: optimized drawing when the camera follows the Player
  • fixed: room dirty logic when drawing to non-screen contexts
  • fixed: dirty logic around windows and menus
  • fixed: wait's duration should be parsed inline, not at the end of the frame

Web Player

  • added: keyboard key to web player UI
  • added: toggle crank docked state

Documentation

  • updated: non-macOS shortcuts
  • updated: documented PulpScript additions
  • added: link to default Ace keyboard shortcuts
  • added: note about emit's impact on performance
5 Likes