summaryrefslogtreecommitdiffstats
path: root/tetris/shapes.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a little color. In order to minimize logic differences, keep 0 as thechristos2014-06-111-20/+21
| | | | empty board value, and since 7 is white, turn white into black (0) when painting.
* ANSIfy function declarations.dholland2009-05-251-7/+3
| | | | | Some object file diffs, but they are harmless. (Mostly they seem to come from internal counters in gcc... and in one case the order of two instructions was harmlessly swapped, which is odd and annoying.)
* don't discard const. GCC 4.1-20061021 doesn't like that...mrg2006-10-221-3/+3
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* de-registerwiz2002-06-021-5/+5
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-4/+4
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* minor WARNSifylukem1997-10-121-20/+20
|
* NetBSD RCS Idscgd1995-04-221-0/+2
|
* ascii tetris!cgd1994-05-061-0/+111