summaryrefslogtreecommitdiffstats
path: root/robots/init_field.c
Commit message (Collapse)AuthorAgeFilesLines
* Assorted minor cleanups, no functional change:dholland2009-07-201-6/+7
| | | | | | | | | | - u_int* -> uint* - don't make private typedefs of system structures - use curses TRUE and FALSE only with curses booleans, otherwise true and false; - includes cleanup - group globals in extern.c by functionality Object file diffs inspected.
* A bit more whitespace.dholland2009-07-201-3/+3
|
* Whitespace.dholland2009-07-201-6/+6
|
* ANSIfy. Use __dead. Object diffs checked.dholland2009-07-201-5/+4
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Be more verbose about teleports, and fix a minor problem in autobot mode.christos2002-01-311-2/+15
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-3/+3
| | | | | | | | | 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.
* WARNSifylukem1997-10-121-5/+5
|
* Remove calls to flushok(). That function doesn't really do anything injtc1997-05-231-3/+2
| | | our curses implementation, and it doesn't even exist in others...
* clean up importcgd1995-04-221-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+117