summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Drop "rpath" from pledge(2) after ncurses initialization.mestre2018-08-061-1/+5
* remove duplicate installation of the SIGINT handler;schwarze2018-08-051-2/+1
* Use a NUMKEYS macro instead of magic and use a more familiar idiomtb2018-04-251-6/+7
* slightly reduce the difficulty of the adventure game that is readingtedu2018-02-077-20/+27
* Fix table wrt missing element and `, detailed analysis and diff fromotto2018-01-231-18/+18
* apostrophe fix;jmc2018-01-121-1/+1
* Consolidate printf(3) calls at the end of main().cheloha2017-12-241-16/+29
* Use more libm.cheloha2017-12-241-18/+10
* As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3).cheloha2017-12-231-9/+3
* The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIMEtb2017-12-111-11/+8
* than -> thentb2017-11-251-1/+1
* Straightforward conversion to strtonum. Slight change of behavior in thattb2017-11-021-48/+13
* Use <elf.h> instead of <elf_abi.h>mpi2017-10-271-2/+2
* typo: on -> oftb2017-08-151-1/+1
* replace gettimeofday with monotonic gettime. from Scott Chelohatedu2017-08-134-59/+45
* convert source code frequencies to match those in the man pagetedu2017-08-101-6/+5
* Treat backspace as printable in sanitize() for non-UTF8 locales.millert2017-08-101-2/+2
* Convert fprintf(stderr, ...) to errx/warnx (with slight change of output).tb2017-07-131-5/+3
* Use an umlaut in Mobius and uppercase one instance of möbius visible intb2017-07-134-4/+4
* Convert fortunes to UTF-8 from the old "backspace punctuation" method.bentley2017-07-133-18/+17
* Inspect LC_CTYPE and if it isn't UTF-8, weed out bytes that are notschwarze2017-07-122-3/+30
* User count checks have been compiled out since 1998, get rid of them.fcambus2017-07-111-19/+1
* remove misc. depend and yacc nits that no longer matter.espie2017-07-101-2/+1
* have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediateespie2017-07-091-2/+2
* Remove old junk. From Matthew Martintb2017-07-095-79/+0
* we're not shooting yacceptionespie2017-07-071-2/+1
* missed BUILDFIRST. Allow stuff to proceed without dependsespie2017-07-011-2/+2
* Add missing rot13 function prototypemestre2017-06-301-1/+2
* Remove unused confirm() and datime() functions.fcambus2017-06-233-43/+3
* Fix a path in Makequest and remove hack.sh (it never worked).akfaew2017-06-203-90/+4
* No need for a conditional to choose between nroff and troff.bentley2017-06-191-4/+3
* Remove the Installation section and fix a nonexistent path.akfaew2017-06-151-57/+4
* /usr/games/lib doesn't exist any more, use the new path.akfaew2017-06-121-2/+2
* destroy lint remnants.espie2017-06-121-2/+2
* Correct number of players, the program enforces a range from 2 to 9.fcambus2017-06-091-3/+3
* Use proper bool types in fortune(6).fcambus2017-06-042-50/+48
* Fix an infinite loop in fortune(6).fcambus2017-06-021-2/+2
* late game space battles require tty pledge to clear screen, etc.tedu2017-05-311-2/+2
* remove some escapes that are unnecessary/harmful. ok jmc schwarzetedu2017-05-281-5/+5
* remove unused macrotedu2017-05-281-3/+1
* there are no bugs; i fixed themtedu2017-05-281-7/+2
* if your dying scream would escape the death field, realign to stay withintedu2017-05-281-2/+5
* high scores printed too far to the right, move it left a littletedu2017-05-281-2/+2
* forgot to remove mention of deleted dump/restart.tedu2017-05-264-185/+4
* save and restore hasn't worked for some time, not since -fPIE, since ittedu2017-05-265-191/+8
* Silence a whole slew of clang warnings by doing a no-op in the crazytb2017-05-192-8/+8
* According to termcap(3), char PC, *BC, *UP need to be extern. Fixes antb2017-04-161-2/+2
* Clean up disabled declaration in the text struct.fcambus2017-04-101-4/+1
* snprintf() format string should be literalgsoares2017-04-081-2/+2
* format string is better be literalgsoares2017-04-081-3/+3