summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* quiz: handle line continuation in data files correctly, switch to getline(3)naddy2021-03-111-40/+24
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+9
* Fix intercardinal directions in hack help.tb2021-03-071-1/+1
* while learning (teachgammon(1)) you might want to save your game so "{w,c}path"mestre2021-02-061-2/+2
* satisfy -fno-common by duplicating deck chairs as requiredderaadt2021-01-272-39/+112
* satisfy -fno-commonderaadt2021-01-272-29/+21
* Fix build with -fno-common. OK deraadt@millert2021-01-261-4/+1
* Ignore special keys returned by the curses getch() function.millert2021-01-211-2/+3
* some updates from pjanzen;jmc2021-01-211-2/+7
* add the missing EXIT STATUS and HISTORY sectionsschwarze2021-01-031-2/+15
* Obvious bugfix: requesting a long dictum from a file containing shortschwarze2021-01-031-2/+2
* fix inverted exit status of fortune -m;schwarze2021-01-021-2/+2
* Avoid NULL dereference after returning from copy().zhuk2020-12-151-2/+2
* the names com1 to com9 are reserved filenames on windowsdaniel2020-12-158-9/+10
* fix unmarked/ignored descriptive mix up;jmc2020-12-131-5/+5
* grdc(6): implement timeout with alarm(3)cheloha2020-06-061-11/+18
* grdc(6): miscellaneous style(9)cheloha2020-06-061-47/+48
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-144-11/+4
* a few depend:-related thingies that were still in.espie2019-12-211-2/+2
* fix gary zukav's "acceptance without proof" quote, which just appeared onjmc2019-09-272-2/+2
* Be more specific regarding which encoding this simulator generates:schwarze2019-09-081-5/+7
* Move 4 manual pages from not-a-function filenames to a correct filename,deraadt2019-08-301-3/+3
* spelling fix and zap a stray line while here;jmc2019-08-222-3/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-2823-68/+68
* Remove unused variables; no binary change.lteo2019-05-201-3/+3
* Unveil tetris.rob2019-05-183-14/+27
* patch from <tleguern at bouledef dot eu> to support backward rotation,schwarze2019-05-151-3/+5
* eaktway eviouspray;jmc2019-05-121-4/+5
* add an example to the man page. discovered by mlarkintedu2019-05-111-2/+5
* rm lists of hereditary wizards and bad users to ensure level playing fieldtedu2019-05-097-79/+16
* macro args and punctuation should be space spearated;jmc2019-04-081-3/+3
* Fix hack(6).bentley2019-04-056-39/+62
* g/c unused robots_roll file.tb2019-02-261-5/+1
* missing word found in my treeschwarze2019-02-061-3/+3
* give the fake latin proverb "per aspera ad astra" in the moreschwarze2019-02-031-1/+1
* printing the pinball bonus in the corner is confusing when you lose.tedu2019-01-201-2/+1
* remove some obsolete comments about deleted codetedu2019-01-201-43/+1
* quick fix to keep the cursor in the corner during space warp.tedu2019-01-201-1/+2
* if the snake ran over the money, print the treasure instead of empty.tedu2019-01-201-3/+7
* allow q to exit the program.tedu2019-01-062-6/+23
* convert to unsigned variables to avoid some overflows.tedu2018-12-271-9/+10
* Move a badly positioned parenthesis that caused nonsensical movementschwarze2018-12-201-3/+3
* More fixes from David Fifield:tb2018-10-161-44/+50
* Remove unused data table entries: 174 out of 9271 entries of the bitmaptb2018-10-161-948/+1047
* Fix fortune underlines and use the right number of underscores in Notes.bentley2018-09-152-4/+4
* During our refactor with tedu@ tb@ and myself we moved the score file to themestre2018-08-241-4/+1
* Remove a few too early pledge(2)s on games/ and apply them a little bit latermestre2018-08-246-18/+29
* reduce pledge(2) to "stdio tty" after ncurses initialization. robots(6) uses amestre2018-08-231-1/+5
* reduce pledge(2) to "stdio tty" after ncurses initialization.mestre2018-08-231-1/+4
* The game is playable without the need to access any files therefore we canmestre2018-08-091-2/+2