Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Show window immediately in graphical mode | Ben Bridle | 4 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 file | Ben Bridle | 5 days |
| | |||
* | Update version to 1.1.0v1.1.0 | Ben Bridle | 5 days |
| | |||
* | Document the --trust-files flag in the help string | Ben Bridle | 5 days |
| | |||
* | Sandbox the file device | Ben Bridle | 5 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.1 | Ben Bridle | 8 days |
| | |||
* | Update bedrock-asm dependency | Ben Bridle | 8 days |
| | |||
* | Fix port mapping for file device | Ben Bridle | 8 days |
| | | | | A mapping used by an older prototype of Bedrock was still in use. | ||
* | Fix scale factor used when scrolling by lines | Ben Bridle | 8 days |
| | | | | Each line scrolled should be equivalent to 20 pixels, not 1/20 pixels. | ||
* | Wake the input device when the mouse is scrolled | Ben Bridle | 8 days |
| | | | | This was omitted in error. | ||
* | Print a blank line after printing debug information | Ben Bridle | 8 days |
| | |||
* | Update version to 1.0.0v1.0.0 | Ben Bridle | 9 days |
| | |||
* | Initial commit | Ben Bridle | 9 days |