This repository was archived by the owner on Jan 24, 2024. It is now read-only.
Contributions:
- @mrtnpwn: New echo command (Pull request #216).
- @boredom101: Fix
help Topicsandhelp Random, and remove.DS_Storefiles (Pull Request #233). - @Lin-Buo-Ren: Implement snap packaging, snaps are universal linux packages (Pull Request #239).
- @olivier-grech: Improve devmode filethread (Pull Request #242).
- @abledbody: Added optional bounds to Map:map function (Pull Request #243).
- @abledbody: Grammatical cleanup around the system (Pull Request #245).
- @boredom101: Added
deletealias for macOS:alt-backspace(Pull Request #265).
Bugfixes:
- Fix
foldercommand not working on linux and macOS (Issue #223). - Fix ctrl-r in editors resulting into a cursor glitch in the terminal.
- Fix failing to decompress .lk12 files that are saved with compression...
- Fix the Windows build not running on updated Windows systems.
- Fix the missing
httpssupport in the Windows build...
Engine:
ralt-return(Right alt + enter) now toggles fullscreen mode (Issue #253).- Updated into
LuaSec V0.8.1. - Added back the Windows 64-bit builds.
- Add in
os.difftimeinto the LIKO-12 environment. - Protect strings metatable from malicious code.
- Decrease images, imagedatas and spritebatches memory usage, (internally they now use a proper objects system).
- Various performance improvements over the code.
- Remove the depricated
coroutine.sethookfunction. - Updated into LOVE 11.3.
BIOS:
- Fix the devmode filethread not working on linux and spamming the console.
DiskOS:
folderandappdatacommands now accept--pathoption, which will print the real path on the screen instead of openning the folders.- Add missing DiskOS API functions into the linter (so they get highlighted in the code editor).
- The pause menu is now disabled while inputting text with the
inputfunction (in games). - The map object now has spritebatch support, call
TileMap:spritebatch()to enable it, the only cost is that the whole map is drawn (useclip()as a walkthrough) (Issue #252). Ctrl-Rin the terminal now executesrun(Issue #227).- Binary numbers are now highlighted properly.
.jsonfiles are now highlighted by theeditcommand with errors highlighted.dofilenow passes the return values from the execute files in the games environment.- The
savecommand now asks for confirmation when overwriting the destination file.
Other:
- The 16x16 icon now has a black outline, instead of dark grey.