summaryrefslogtreecommitdiffstats
path: root/battlestar/room.c
Commit message (Collapse)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-3/+3
|
* expand the internal consistency checks in truedirec() to avoidmrg2019-10-051-7/+10
| | | | | fallthrough cases. now if direction turns up wrong (it should not, but this code can't tell that, and convert it to an enum that would also fix this, is more effort than this is worth.
* Don't use return value of a function as format string.joerg2011-05-231-3/+3
|
* KNF and WARNS=3jmc2005-07-011-13/+10
|
* 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.
* Patches from OpenBSD: add verbs "open"/"unlock" (essentially a no-op),jsm2000-09-171-3/+3
| | | | | and "verbose"/"brief" (in verbose mode, always show long room descriptions), and synonyms "papaya" for "papayas" and "coconut" for "coconuts".
* Based on OpenBSD: spelling, punctuation, grammar and line lengthjsm2000-09-101-5/+8
| | | | adjustments, and support for '=' in room descriptions meaning a literal '-'.
* Make code clearer; add a macro ROOMDESC for the number of times a roomjsm2000-09-081-3/+3
| | | | should be visited for the short description only to be used, and don't increment beenthere[position] beyond this value. From OpenBSD.
* Const poisoning, per PR 6660 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-02-101-4/+4
|
* KNFify (with indent)lukem1997-10-111-139/+139
|
* WARNSifylukem1997-10-101-15/+24
|
* Sync to 4.4BSD-Lite2tls1997-01-071-4/+4
|
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+226