summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update version to 1.0.1HEADmainBen Bridle10 min.
|
* Add a nocursor attribute to the <bedrock> elementBen Bridle10 min.
| | | | This attribute hides the mouse cursor on the program canvas.
* Force a render if a frame takes longer than half a second to runBen Bridle10 min.
|
* Add wake methods to stream and clipboard deviceBen Bridle10 min.
| | | | | This prevents an error from being raised when a program marks these devices as being allowed to wake the system from sleep.
* Fix error with wide mode conditional jump instructionsBen Bridle25 hours
| | | | | Wide-mode conditional jump instructions were reading t as a byte value instead of as a double value.
* Prevent error when stack overflowsBen Bridle25 hours
| | | | | | Previously, the stack overflowing would cause the stack pointer to point outside of the stack, which would cause an error in the stack printing code.
* Update version to 1.0.0v1.0.0Ben Bridle32 hours
|
* Initial commitBen Bridle32 hours