summaryrefslogtreecommitdiffstats
path: root/sail/dr_2.c
Commit message (Expand)AuthorAgeFilesLines
* - enlarge buffer to avoid snprintf() truncationmrg2019-02-031-3/+3
* temp is a pointer, and tempmax, not sizeof(temp), is the length ofapb2014-03-281-3/+3
* Create some abstraction for sending messages.dholland2009-03-141-9/+12
* 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-25/+54
* String buffer cleanup. sprintf bad.dholland2009-03-141-22/+22
* Don't use char for random state variables; use int or bool.dholland2009-03-141-6/+7
* Braces around a nested if, for clarity; suggested by diffing against OpenBSD.dholland2009-03-021-4/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* remove redundant decls.christos2001-02-051-6/+2
* Normalize signature of ship handling functions -- struct ship * from andjwise2001-01-041-18/+18
* More rationalization of include files:jwise2001-01-041-2/+4
* Rationalize inclusion of header files: cut down on `include everythingjwise2001-01-041-3/+4
* First half of static-ization of local funcs.jwise2001-01-041-9/+19
* ANSIfy in preparation for further work.jwise2001-01-011-35/+19
* Change the macro to roll a six-sided die from die() to dieroll() (forjwise2000-11-301-3/+3
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-301-7/+7
* Add use of `const' where appropriate to the games.jsm1999-09-081-6/+6
* The game sail(6) has a function Write() which is used both withhubertf1999-02-101-8/+7
* fix prototype, per PR#5867hubertf1998-09-111-3/+3
* Rename internal move() to move_ship(), as per PR 5841 byhubertf1998-07-251-4/+4
* - make sure that the arguments to the printf like functions are correctchristos1997-10-131-4/+4
* Warns fixes:christos1997-10-131-21/+32
* 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/+275