OpenBSD CVS

src/games/robots/


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 / robots

Current tag: OPENBSD_6_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.12   5 years  tb   g/c unused robots_roll file. From Randy Hartman
[TXT] extern.c  1.9   7 years  guenther   Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), and s...
[TXT] init_field.c  1.8   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] main.c  1.29   4 years  schwarze   no need to declare "extern optarg" and "extern optind" when <unistd.h> is includ...
[TXT] make_level.c  1.8   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] move.c  1.13   7 years  guenther   Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), and s...
[TXT] move_robs.c  1.9   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] play_level.c  1.10   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] query.c  1.7   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] rnd_pos.c  1.8   7 years  tedu   remove unused macro
[TXT] robots.6  1.18   7 years  tedu   remove some escapes that are unnecessary/harmful. ok jmc schwarze
[TXT] robots.h  1.14   8 years  mestre   More cleanup and sorting on header section OK tb@ and he also pointed out that ...
[TXT] score.c  1.16   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...