| Commit message (Expand) | Author | Age |
* | Fix issue when drawing textured shapes off-screen | Ben Bridle | 2024-11-04 |
* | Print debug messages as info-level log messages | Ben Bridle | 2024-10-31 |
* | Only print stack debug information in debug mode | Ben Bridle | 2024-10-31 |
* | Flush standard output before printing halt message | Ben Bridle | 2024-10-31 |
* | Suppress errors when flushing file and stream data | Ben Bridle | 2024-10-31 |
* | Don't clear input stream queue when starting transmission | Ben Bridle | 2024-10-31 |
* | Show memory address on SYM line in emulator debug output | Ben Bridle | 2024-10-31 |
* | Canonicalize program paths before loading a program | Ben Bridle | 2024-10-31 |
* | Remove bolding from info messages | Ben Bridle | 2024-10-31 |
* | Fix issue with clock device returning UTC time instead of local time | Ben Bridle | 2024-10-31 |
* | Change error message format | Ben Bridle | 2024-10-30 |
* | Update source merging strategy | Ben Bridle | 2024-10-30 |
* | Add colours to info and error messages | Ben Bridle | 2024-10-30 |
* | Load and display symbols in debug information | Ben Bridle | 2024-10-30 |
* | Add option to show mouse cursor | Ben Bridle | 2024-10-29 |
* | Divide the default screen dimensions by the zoom factor | Ben Bridle | 2024-10-29 |
* | Canonicalize the source path for the assembler | Ben Bridle | 2024-10-29 |
* | Make configuration code less confusing | Ben Bridle | 2024-10-29 |
* | 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 |