| Commit message (Expand) | Author | Age |
* | Rename --encode-stdin option to --decode-stdin | Ben Bridle | 2024-10-29 |
* | Rewrite emulatorv1.0.0-alpha1 | Ben Bridle | 2024-10-28 |
* | Fix mapping of draw operations in screen device | Ben Bridle | 2024-09-10 |
* | Implement DB4 instruction for unit tests | Ben Bridle | 2024-09-07 |
* | Improve performance of hierarchical file navigation | Ben Bridle | 2024-08-13 |
* | Prevent unused variable warning on Linux | Ben Bridle | 2024-08-11 |
* | Fix panic in ReadOnlyTextBuffer | Ben Bridle | 2024-08-10 |
* | Fix ascend-to-parent behaviour of file device | Ben Bridle | 2024-08-10 |
* | Refactor the file device | Ben Bridle | 2024-08-07 |
* | Refactor the file device | Ben Bridle | 2024-08-06 |
* | Increase frame time to 8ms | Ben Bridle | 2024-08-05 |
* | Update cursor callback to latest version of Phosphor | Ben Bridle | 2024-08-04 |
* | Set error flag when file device cannot ascend to parent directory | Ben Bridle | 2024-08-04 |
* | Fix compilation on Linux | Ben Bridle | 2024-08-04 |
* | Implement fullscreen mode | Ben Bridle | 2024-07-31 |
* | Improve frame-rate stability | Ben Bridle | 2024-07-31 |
* | Expose window title of emulator | Ben Bridle | 2024-07-30 |
* | Rework main loop timings | Ben Bridle | 2024-07-30 |
* | Improve comment clarity | Ben Bridle | 2024-07-30 |
* | Update file device to compile on Windows | Ben Bridle | 2024-07-30 |
* | Fix crash when loading a directory containing weird entries | Ben Bridle | 2024-06-30 |
* | Set file operation success flag when ascending and descending | Ben Bridle | 2024-06-30 |
* | Prevent clock device from locking out all other devices | Ben Bridle | 2024-06-30 |
* | Improve error message | Ben Bridle | 2024-06-09 |
* | Hide all dot-prefixed files from directory listings | Ben Bridle | 2024-06-09 |
* | Update file device for release | Ben Bridle | 2024-06-09 |
* | Simplify scroll value access code | Ben Bridle | 2024-06-01 |
* | Flush stream device before printing debug information | Ben Bridle | 2024-06-01 |
* | Sort directory children in case-agnostic alphabetic order | Ben Bridle | 2024-05-30 |
* | 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 |
* | Remove unused constants | Ben Bridle | 2024-04-22 |
* | Fix memory device | Ben Bridle | 2024-04-22 |
* | Fix memory, input, screen, and file devices | Ben Bridle | 2024-04-16 |
* | Update devices to match new specifications | Ben Bridle | 2024-04-16 |
* | Implement new file device interface | Ben Bridle | 2024-01-31 |
* | Prevent overflow errors on stream device pointers | Ben Bridle | 2024-01-31 |
* | Change stream device to use buffered streams | Ben Bridle | 2024-01-31 |
* | Refactor code without changing functionality | Ben Bridle | 2024-01-31 |
* | Change clock cumulative timer to use 256th ticks instead of seconds | Ben Bridle | 2024-01-31 |
* | Make orthogonal line drawing operations work with signed coordinates | Ben Bridle | 2024-01-06 |
* | Reduce width of ScreenDevice::draw_sprite method | Ben Bridle | 2024-01-06 |
* | Move ScreenDevice::fill_layer method | Ben Bridle | 2024-01-06 |
* | Make rectangle drawing operations work with signed values | Ben Bridle | 2024-01-05 |
* | Update screen device code to reflect specification changes | Ben Bridle | 2024-01-05 |
* | Fix multiplication error in math device | Ben Bridle | 2023-12-28 |
* | First commitv0.1.0 | Ben Bridle | 2023-12-24 |