summaryrefslogtreecommitdiffstats
path: root/robots/move.c
Commit message (Collapse)AuthorAgeFilesLines
* sprinkle staticdholland2009-08-121-5/+9
|
* Assorted minor cleanups, no functional change:dholland2009-07-201-15/+20
| | | | | | | | | | - 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.
* Whitespace.dholland2009-07-201-12/+12
|
* ANSIfy. Use __dead. Object diffs checked.dholland2009-07-201-10/+8
|
* - sleep a little in autobot mode so that we can see what is happening.christos2004-08-271-5/+9
| | | - use refresh() instead of wrefresh()
* 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/+6
|
* 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.
* Add -A for automatic playing mode.christos1999-05-151-3/+6
| | | Make the score file MI
* Fix for compiling with -DFANCY, as per PR 5832 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-07-241-3/+7
|
* WARNSifylukem1997-10-121-12/+15
|
* 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-6/+12
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Make CTRL() ANSI-compliant.mycroft1993-04-231-3/+3
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+299