summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAge
* Set file operation success flag when ascending and descendingBen Bridle2024-06-30
* Improve error messageBen Bridle2024-06-09
* Hide all dot-prefixed files from directory listingsBen Bridle2024-06-09
* Update file device for releaseBen Bridle2024-06-09
* Simplify scroll value access codeBen Bridle2024-06-01
* Sort directory children in case-agnostic alphabetic orderBen Bridle2024-05-30
* Simplify file device debug messagesBen Bridle2024-04-24
* Flush file contents each frame and when closing the fileBen Bridle2024-04-24
* Remove unused constantsBen Bridle2024-04-22
* Fix memory deviceBen Bridle2024-04-22
* Fix memory, input, screen, and file devicesBen Bridle2024-04-16
* Update devices to match new specificationsBen Bridle2024-04-16
* Implement new file device interfaceBen Bridle2024-01-31
* Prevent overflow errors on stream device pointersBen Bridle2024-01-31
* Change stream device to use buffered streamsBen Bridle2024-01-31
* Refactor code without changing functionalityBen Bridle2024-01-31
* Change clock cumulative timer to use 256th ticks instead of secondsBen Bridle2024-01-31
* Make orthogonal line drawing operations work with signed coordinatesBen Bridle2024-01-06
* Reduce width of ScreenDevice::draw_sprite methodBen Bridle2024-01-06
* Move ScreenDevice::fill_layer methodBen Bridle2024-01-06
* Make rectangle drawing operations work with signed valuesBen Bridle2024-01-05
* Update screen device code to reflect specification changesBen Bridle2024-01-05
* Fix multiplication error in math deviceBen Bridle2023-12-28
* First commitv0.1.0Ben Bridle2023-12-24