Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up crap whitespace | H. Peter Anvin | 2012-02-29 | 1 | -6/+6 |
| | |||||
* | graphics.c: ty is in characters, multiply by FONT_YSIZE | H. Peter Anvin | 2011-01-03 | 1 | -1/+2 |
| | | | | | When computing the pitch multipliers, we need it in scan lines, not character lines. | ||||
* | graphics.c: handle the pitch correctly, fix signedness errors | H. Peter Anvin | 2011-01-03 | 1 | -7/+11 |
| | | | | | | | Use the pitch specified by the surface; don't just assume that we got what we wanted. Fix a few warnings. | ||||
* | Disable the mouse cursor when running fullscreen | H. Peter Anvin | 2003-03-28 | 1 | -2/+5 |
| | |||||
* | Fix lots of little bugs | H. Peter Anvin | 2003-03-27 | 1 | -1/+2 |
| | |||||
* | Add readme, add intro screen, make keyboard editing work | H. Peter Anvin | 2003-03-26 | 1 | -2/+3 |
| | |||||
* | Port of "grävning" to C/SDL, started 2003-03-22 | H. Peter Anvin | 2003-03-24 | 1 | -0/+409 |