| Commit message (Expand) | Author |
2019-01-11 | Set default ENV to ~/.config/cash/cashrc | June McEnroe |
2019-01-11 | Add "blank" lines to cash.1 | June McEnroe |
2019-01-10 | Document RPS1 and RPS2 | June McEnroe |
2019-01-10 | Add cash install and uninstall targets | June McEnroe |
2019-01-10 | Fix header dependencies in cash Makefile | June McEnroe |
2019-01-10 | Clean up cash Makefile | June McEnroe |
2019-01-10 | Reference cash-specific builtin man pages | June McEnroe |
2019-01-10 | Create cash-printf.1 | June McEnroe |
2019-01-10 | Create cash-test.1 | June McEnroe |
2019-01-10 | Create cash-kill.1 | June McEnroe |
2019-01-10 | Create cash.1 | June McEnroe199cc894b&follow=1'>Take scale into account for when to stop drawing in gfxx | June McEnroe |
|
|
|
This works for CARDS.DLL but might not for other things. We'll see.
|
|
|
|
Still not vsync (seems like a newer DRM-fbdev implementation handles
FBIO_WAITFORVSYNC but my kernel doesn't), but avoids flicker from
clearing to black for each frame.
|
|
Specifies how many bits for each of "alpha" (ignored), red, green, blue.
Separates byte-order and bit-order. Much more flexible, but now won't
render CARDS.DLL graphics properly due to the skip bit being not where
it expects.
Also mmaps the file instead of reading it all in. And the default
palette and sampling got removed again for now, since it's too awkward
to use.
|
|
This handles upside-down graphics much better than reverse did.
|
|
|
|
Would not draw the last partially visible column when mirrored.
|
|
|
|
|
|
|
|
By stopping when the next column would be off the edge of the buffer.
|
|
|
|
|
|
|
|
White is not obvious enough.
|
|
|
|
Replace default palette with alternating black and white.
|
|
|
|
|
|
|