Picolove Versions Save

PICO-8 Reimplementation in Love2D. Chat: https://discord.gg/jGEMUse6RM

v0.2.0

1 month ago

What's Changed

  • Add __picolove_love_version global variable
  • Add api._set_fps function (internal pico-8 function)
  • Add api.tostring function (not to be confused with api.tostr)
  • Add arrow key support in editor while in input mode
  • Add arrow key support in editor while in normal mode
  • Add deleting via del key in input mode for editor
  • Add dev target in makefile for auto-restarting picolove when closed
  • Add easy way to clear console output for development with ctrl+d
  • Add example content for editor
  • Add filesystem compatibility functions for LÖVE 11.x - fixes #74
  • Add initial support for #include
  • Add jump to first/last visible line in editor with H and L
  • Add merging lines when pressing backspace in input mode for editor
  • Add normal mode "f" key support in editor
  • Add picolove only _has_focus() function
  • Add placeholder save command
  • Add shift m key in normal mode moves cursor to screen center in editor
  • Add shift+f# support for reverse f# movement in editor
  • Add shift+t# support for reverse t# movement in editor
  • Add show picolove's LÖVE version in window title after loading cart
  • Add simple first word full line syntax highlighting and example program
  • Add support for fullscreen commandline argument "-windowed 0" for issue #93
  • Add support for scrolling view in editor
  • Add support for t key to move cursor just before the letter in editor
  • Add support for width and height commandline arguments "-width 800 -height 600" (WIP) for issue #93
  • Modify be less strict and ignore content after chart section header
  • Modify ctrl+q will set errorlevel to 2 so reloading can be triggered selectively
  • Modify implement better version check - fixes #96
  • Modify improve cart section detection
  • Modify parse commandline before setting up display for issue #93
  • Modify refactor argument parsing for issue #93
  • Modify stat(5) returns pico-8 version 41 (latest)
  • Fix G not scrolling in editor
  • Fix build command includes more files than necessary
  • Fix disabling console will not allow for terminating make dev (break on success, keep looping on error)
  • Fix display scaling after resize - fixes #93
  • Fix editor jump to next word/delete till next word ignoring special chars
  • Fix error level not set correctly when calling event.quit(2)
  • Fix error when running using löve 0.9.2
  • Fix exception when jumping to next word
  • Fix input mode cursor in editor
  • Fix leftover caret in nocart when alt tabbing
  • Fix loading wrong data in section if empty ("\n__sfx__\n__music__\n")
  • Fix long ls output hid directory information line
  • Fix missing editor.p8 .love file
  • Fix quote paths instead of just project_name variable
  • Fix some color values are different compared to pico-8
  • Fix some problems with love 11.x support - for issue #74

Full Changelog: https://github.com/picolove/picolove/compare/v0.1.0...v0.2.0

v0.1.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/picolove/picolove/commits/v0.1.0