====================================================================================================
    Picotron
====================================================================================================

Picotron 0.1.0b

(c) Copyright 2024 Lexaloffle Games LLP
Author: zep // hey@lexaloffle.com
With wallpapers by ocojo (https://ocojo.neocities.org/)
and castpixel (https://castpixel.artstation.com/)

Picotron is built with:

    SDL2 http://www.libsdl.org
    Lua 5.4 http://www.lua.org  // see license.txt
    z8lua by Sam Hocevar https://github.com/samhocevar/z8lua


:: Starting Configuration


	Picotron looks for a configuration files in the following locations:

	Windows: C:/Users/Yourname/AppData/Roaming/Picotron/picotron_config.txt
	OSX:     /Users/Yourname/Library/Application Support/Picotron/picotron_config.txt
	Linux:   ~/.lexaloffle/Picotron/picotron_config.txt

	If none is found, then a default configuration is created that maps the root folder of Picotron
	to a directory:

	mount / C:/Users/Yourname/AppData/Roaming/Picotron/drive

	Additional settings can be found inside Picotron from the top left Picotron Menu -> Settings.


:: Keyboard Shortcuts

	alt+enter  toggle fullscreen
	ctrl-q     quit


====================================================================================================
	Changelog
====================================================================================================


	0.1.0b

		Added: system event logging in log.txt (same folder as picotron_config.txt)
		Added: /appdata/system/scancodes.pod to remaps key e.g. store("/appdata/system/scancodes.pod", {lctrl=57})
		Changed: apple option / windows menu keys are mapped to "ctrl"
		Fixed: Default mapping of lctrl is wrong
		Fixed: Windows file saving generating corrupt data (opened in text instead of binary mode)
		Fixed: Crash when reading corrupted lz4 pods -- now returns a nil object (& deals with existing corrupt settings.pod)
		Fixed: Windows BSOD on boot
		Fixed: Button mappings wrong for controller index 1 and above


	0.1.0 First release of binaries


