summaryrefslogtreecommitdiffstats
path: root/sail/pl_5.c
Commit message (Expand)AuthorAgeFilesLines
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+3
* Rework curses handling.dholland2009-03-151-8/+4
* Move all curses bits to pl_7.c.dholland2009-03-151-18/+7
* Create some abstraction for sending messages.dholland2009-03-141-7/+10
* Sprinkle some "bool". And don't use '\0' to mean 'false'.dholland2009-03-141-5/+5
* Lines <= 80 chars, remove trailing whitespace, other formatting adjustments.dholland2009-03-141-6/+7
* String buffer cleanup. sprintf bad.dholland2009-03-141-4/+4
* Build with WARNS=4. Sort out the game's shadowing of its own variables,dholland2008-01-281-5/+6
* If none of the boarding parties are set do not fall off the end of theabs2006-03-181-3/+3
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* remove redundant decls.christos2001-02-051-4/+2
* need string.h for prototype (checked with alpha)itojun2001-01-041-2/+3
* Normalize signature of ship handling functions -- struct ship * from andjwise2001-01-041-7/+7
* Break out curses display-related globals into a new header file, so thatjwise2001-01-041-2/+5
* More rationalization of include files:jwise2001-01-041-2/+4
* Rationalize inclusion of header files: cut down on `include everythingjwise2001-01-041-2/+3
* Second half of static-ization of local funcs.jwise2001-01-041-3/+7
* ANSIfy in preparation for further work.jwise2001-01-011-21/+17
* The game sail(6) has a function Write() which is used both withhubertf1999-02-101-6/+6
* - make sure that the arguments to the printf like functions are correctchristos1997-10-131-7/+6
* Warns fixes:christos1997-10-131-27/+26
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-3/+3
* clean up import, NetBSD RCS IDscgd1995-04-221-4/+9
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+254