shaun
(Shaun Inman)
February 11, 2022, 3:31pm
1
While Pulp has a Changelog you kind of have to seek it out. So I thought I would post the changes here too.
Since January 28, 2022
Editor
updated: window resize breakpoint
fixed: volume slider alignment
fixed: volume slider appearance in Firefox
changed: bitsy link opens in a new window or tab
fixed: alignment of Song mode center icons
added: descriptive text to remaining layers in Room mode
changed: wording of wall toggle icon tooltip
fixed: AudioNode.disconnect errors after playing Noise channel in Song and Sound modes
fixed: missing UI when certain nodes aren't available
fixed: missing UI after importing certain tiles
PulpScript
fixed: parsing of negative numbers
fixed: passing variables to once
and loop
added: datetime
variable
added: basic trig functions
added: left and right pad string formatting
Runtime
fixed: type in error message
fixed: drawing now handles negative dimensions correctly
Web Player
fixed: missing music
changed: now simulates Lua's number formatting
Documentation
changed: improved readability on mobile devices
updated: additional info about exit
added: documented datetime
variable
added: documented basic trig functions
added: documented left and right pad string formatting
12 Likes
shaun
(Shaun Inman)
August 23, 2022, 7:15pm
8
These changes were originally posted to the Pulp Changelog on July 22, 2022.
Since May 5, 2022
Editor
added: importing tiles from a png that follows the Playdate imagetable naming conventions now prefixes imported tiles with the imagetable name
fixed: loss of transparency information when importing/exporting tiles
PulpScript
added: calling store
without an argument now immediately writes persistent storage to disk
added: id
function to get tile id by name or coords
Runtime
fixed: wait timers not firing under certain conditions (again!)
Documentation
added: changes to store
function
5 Likes
andy
(Andy)
June 16, 2023, 7:01pm
9
These changes were originally posted in the Pulp Changelog .
Since July 18, 2022
Editor
added: tiles within a room can be selected and shifted
Web Player
added: screenshot button for capturing gameplay
2 Likes
andy
(Andy)
October 24, 2024, 6:08pm
10
These changes were originally posted in the Pulp Changelog .
Since October 23, 2023
These changes improve performance in large Pulp projects.
Runtime
changed: graphics blitting no longer relies on canvas nodes, which will reduce memory footprint
Editor
changed: tiles now render using fewer HTML nodes
Compiler
These changes only affect compiled .pdx files of Pulp games.
changed: identical frames are deduped to save memory
changed: authoring metadata is removed to save memory
changed: identical PulpScript block commands are deduped to save memory
5 Likes