OpenBSD CVS

src/games/tetris/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / games / tetris

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   8 years  tedu   remove setgid flag. in turn, move score files into user's home directory. will l...
[TXT] input.c  1.18   7 years  guenther   Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), and s...
[TXT] input.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] scores.c  1.22   7 years  guenther   Pull in <time.h> for time() and perhaps other functions ok deraadt@
[TXT] scores.h  1.6   9 years  guenther   Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>, and ...
[TXT] screen.c  1.17   8 years  tb   Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>. 'i' shadows th...
[TXT] screen.h  1.5   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] shapes.c  1.10   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] tetris.6  1.20   8 years  tb   Tweak alignment of ENVIRONMENT and FILES. Use sentence format for the highscore ...
[TXT] tetris.c  1.31   8 years  tb   When eliding a row, clear the invisible row zero, so that no columns can become ...
[TXT] tetris.h  1.11   8 years  tb   pledge "stdio rpath wpath cpath tty" "stdio rpath tty" for game play "rpath wpa...