summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Show window immediately in graphical modeBen Bridle2025-07-08
| | | | | | | 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 Bridle2025-07-07
|
* Update version to 1.1.0v1.1.0Ben Bridle2025-07-07
|
* Document the --trust-files flag in the help stringBen Bridle2025-07-07
|
* Sandbox the file deviceBen Bridle2025-07-07
| | | | | | 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 Bridle2025-07-04
|
* Update bedrock-asm dependencyBen Bridle2025-07-04
|
* Fix port mapping for file deviceBen Bridle2025-07-04
| | | | A mapping used by an older prototype of Bedrock was still in use.
* Fix scale factor used when scrolling by linesBen Bridle2025-07-04
| | | | Each line scrolled should be equivalent to 20 pixels, not 1/20 pixels.
* Wake the input device when the mouse is scrolledBen Bridle2025-07-04
| | | | This was omitted in error.
* Print a blank line after printing debug informationBen Bridle2025-07-04
|
* Update version to 1.0.0v1.0.0Ben Bridle2025-07-03
|
* Initial commitBen Bridle2025-07-03