summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update version to 1.1.1HEADv1.1.1mainBen Bridle3 days
|
* Update phosphor dependencyBen Bridle3 days
| | | | | This fixes a crash that occurs when a program tries to set the screen width or height to zero.
* Change scroll units from pixels to linesBen Bridle4 days
| | | | | The input device now uses lines instead of pixels as the scroll unit. Reverts commit 2db5707.
* Invalidate the cached directory in the file device after a durationBen Bridle4 days
| | | | | | | | | | | The most recent directory accessed by the file device is cached to improve performance when rapidly ascending and descending between sibling entries. This causes an issue where, in a sandboxed root directory that contains only files, a program will be unable to invalidate the cache and any changes to the directory outside the program will not be seen by the program. To fix this, the directory cache now only lasts for one second.
* Show window immediately in graphical modeBen Bridle4 days
| | | | | | | This was an omission, the visible argument on the run method was added for this purpose. When starting the emulator in graphical mode, the window is shown immediately, without the program first having to access the input or screen devices.
* Add rust-toolchain.toml fileBen Bridle4 days
|
* Update version to 1.1.0v1.1.0Ben Bridle4 days
|
* Document the --trust-files flag in the help stringBen Bridle4 days
|
* Sandbox the file deviceBen Bridle4 days
| | | | | | Unless the --trust-files switch is used, the file device will be sandboxed to a program-specific config folder placed according to the conventions of the operating system.
* Update version to 1.0.1v1.0.1Ben Bridle7 days
|
* Update bedrock-asm dependencyBen Bridle7 days
|
* Fix port mapping for file deviceBen Bridle7 days
| | | | A mapping used by an older prototype of Bedrock was still in use.
* Fix scale factor used when scrolling by linesBen Bridle7 days
| | | | Each line scrolled should be equivalent to 20 pixels, not 1/20 pixels.
* Wake the input device when the mouse is scrolledBen Bridle7 days
| | | | This was omitted in error.
* Print a blank line after printing debug informationBen Bridle7 days
|
* Update version to 1.0.0v1.0.0Ben Bridle8 days
|
* Initial commitBen Bridle8 days