Looks like this will be the #pico8 0.2.2 changelog: pastebin.com/raw/Vy4sw35q
@lexaloffle "Improved: General optimisation pass; heavy carts use 20~30% less host cpu" wow, that's healthy... Is there any write-up?
@lexaloffle "Changed: stat(0) performs a full garbage collect" Does that mean it potentially can bring performance down if used per frame?
@lexaloffle @MBoffin Wow this is heaps! Custom font is a coup!
@lexaloffle User defined fonts! Looking forward to that.
@lexaloffle Nice! You missed an important item: - Changed: ampersands looks more like ampersands š Also may I ask that you document the command-line switch you added to disable API calls being local? I'm probably not the only person who uses replacement via _G for debugging purposes.
@lexaloffle wow, peek(addr,n) looks like itād be really helpful if /someone/ was working on some kind of variable-length bytecode language⦠as always, thanks for the improvements!