Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make rectangle drawing operations work with signed values | Ben Bridle | 2024-01-05 |
| | | | | | | | The vector+size draw operations of the screen device draw textured and untextured rectangles. The emulator now interprets the coordinates of a rectangle as signed values, to allow for the correct rendering of rectangles where the coordinates of the left or top edges are off-screen. | ||
* | Update screen device code to reflect specification changes | Ben Bridle | 2024-01-05 |
| | | | | | | | The vector+size+sprite draw operation of the screen device has been changed in the specification from drawing a 1-bit textured triangle to drawing a 1-bit textured line. This draw operation had not yet been implemented, so this commit does not affect emulator functionality. | ||
* | First commitv0.1.0 | Ben Bridle | 2023-12-24 |