summaryrefslogtreecommitdiff
path: root/games/monop
AgeCommit message (Expand)Author
2012-06-19WARNS=5dholland
2011-12-01handle EOF in inputahoka
2010-09-26Avoid undefined behavior, from Chris Spiegel in PR 43860.dholland
2009-08-12sprinkle staticdholland
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-02-24Don't crash if we're asked to restore from /dev/null. (woops)dholland
2008-02-24Fix a bit more lint.dholland
2008-02-24Fix some more lint. (There's plenty to go around.)dholland
2008-02-24Don't cast the return value of calloc.dholland
2008-02-24fix some lintchristos
2008-02-24need errno.hchristos
2008-02-24Update for today's changes: 1-player games are not allowed, and cards.pckdholland
2008-02-24Fix the OpenBSD housing shortage code.dholland
2008-02-24ret_card(), which I moved earlier, was consequently filed under the wrongdholland
2008-02-24We do not need special code for pdp11. Also, because random() returns alldholland
2008-02-24Typo patroldholland
2008-02-24This file is also no longer used.dholland
2008-02-24Abolish the initdeck program and the weird little binary file it generates.dholland
2008-02-24Source files should be named *.c or *.h, not random other things.dholland
2008-02-24Remove last traces of old save/load code. We no longer need a privatedholland
2008-02-24Sort out the memory leak fix properly.dholland
2008-02-24New save/load code. Related to (but not the same as) the new save/loaddholland
2008-02-23Fixes from OpenBSD.dholland
2008-02-23Fix from OpenBSD: don't say "1 houses".dholland
2008-02-23Bug fixes from OpenBSD:dholland
2008-02-23Bug fix: having $0 does not mean you need to mortgage something. Plus somedholland
2008-02-23More fixes from OpenBSD:dholland
2008-02-23Sanity fixes for input handling. Suggested by OpenBSD, but different code.dholland
2008-02-23A first stab at supporting the housing shortage rules. From OpenBSD.dholland
2008-02-23Don't increment booleans. From OpenBSDdholland
2008-02-23Sanity fixes for input buffer handling. From OpenBSDdholland
2008-02-23Improve the behavior of get-out-of-jail-free cards by returning them todholland
2008-02-23Rename ->last_card to ->top_card to match OpenBSD (and also to makedholland
2008-02-23Move ret_card() to cards.c, where it more rationally belongs. From OpenBSD.dholland
2008-02-20A few more whitespace/KNF. I keep hoping I've found them all...dholland
2008-02-20Add the sizes to the extern array declarations. This may not bedholland
2008-02-20Use random() rather than rand(). Suggested by diffing against OpenBSD.dholland
2008-02-20Remove unused swap() macro.dholland
2008-02-20Don't misuse random strings as printf formats, even where it's harmless.dholland
2008-02-19One more (hopefully the last) whitespace fix.dholland
2008-02-19getinp() no longer magically treats the prompt arg as a printf format, sodholland
2008-02-19Move function heading comments to something vaguely like the right place.dholland
2008-02-19KNF/whitespace nits. No functional changes.dholland
2008-02-19Fix bugs in debug printouts. From OpenBSD.dholland
2008-02-19Don't use sprintf; use snprintf.dholland
2008-02-19Don't use perror(); use err/warn instead.dholland
2008-02-19Fix capitalization of street names. from pjanzen@openbsddholland
2008-02-19More typo fixesdholland
2008-02-19Fix formatting bug apparently introduced when the page was mdoc'd. (Haddholland
2008-02-19Remove transient thingy that wasn't supposed to see the light of day, anddholland