Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Set file operation success flag when ascending and descending | Ben Bridle | 2024-06-30 |
| | | | | | This is to allow the program to detect whether the previous ascend or descend operation succeeded. | ||
* | Update file device for release | Ben Bridle | 2024-06-09 |
| | | | | | | | | | | | | | | Removed the sandbox directory of the file device, so the file device is now sandboxed to the root directory. The sandboxing code has been left intact for future use. Permission flags have been added to the file device to allow each category of file operation to be enabled or disabled in the emulator. The default directory is set to be the current working directory from when the emulator boots. This is the directory which is used when the program attempts to ascend to the parent directory when no entry is currently open. | ||
* | Simplify file device debug messages | Ben Bridle | 2024-04-24 |
| | |||
* | Flush file contents each frame and when closing the file | Ben Bridle | 2024-04-24 |
| | |||
* | Implement new file device interface | Ben Bridle | 2024-01-31 |
| | | | | | This is a complete redesign of the file device. The most notable addition is the ability to ascend and descend the file tree. | ||
* | First commitv0.1.0 | Ben Bridle | 2023-12-24 |