1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/games
otto 5ba35e50b3 Fix input handling wrt redrawing. The new version of curses does
not like shortcutting switching windows, especially if you're also
using libc for i/o. Reported by Don Wilburn; ok jsg@
2024-06-03 09:43:10 +00:00
..
adventure Christos Zoulas agreed to rescind clause 3 and 4 in 2023-01-04 13:00:11 +00:00
arithmetic convert to unsigned variables to avoid some overflows. 2018-12-27 17:27:23 +00:00
atc Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
backgammon Convert K&R function definition to ansi to make clang 15 happier 2023-05-05 10:26:50 +00:00
banner More fixes from David Fifield: 2018-10-16 20:06:42 +00:00
battlestar switch fgetln remnants to getline. ok millert@ 2022-08-08 17:57:05 +00:00
bcd Be more specific regarding which encoding this simulator generates: 2019-09-08 22:43:46 +00:00
boggle Print non-literal string with "%s" 2023-10-10 08:22:19 +00:00
bs Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
caesar patch from <tleguern at bouledef dot eu> to support backward rotation, 2019-05-15 15:59:24 +00:00
canfield man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
cribbage Fix input handling wrt redrawing. The new version of curses does 2024-06-03 09:43:10 +00:00
factor In 32 bits sqrt(val) + 1 can overflow, so some big primes still 2016-09-01 10:48:38 +00:00
fish - General changes: 2016-03-07 12:07:55 +00:00
fortune remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
gomoku if both stdout and stderr are redirected to a non-tty, pledge(2) will kill 2021-10-23 11:22:48 +00:00
grdc typing ^C and seeing "terminated by signal %d" is so ... I don't 2022-09-27 03:01:42 +00:00
hack remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
hangman Filter out all symbols starting with a double underbar. In particular, 2021-12-24 23:01:56 +00:00
hunt remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
mille Use vw_printw() and fix a format print warning. 2023-10-10 09:42:56 +00:00
monop Feed more generated files to the clean target; joint work with naddy@ 2024-02-08 20:28:53 +00:00
morse prefer https links in man pages 2022-02-18 10:24:32 +00:00
number - General changes: 2016-03-07 12:07:55 +00:00
phantasia remove prototypes with no matching function and externs with no var 2024-05-21 05:00:47 +00:00
pig eaktway eviouspray; 2019-05-12 06:07:36 +00:00
pom Consolidate printf(3) calls at the end of main(). 2017-12-24 22:12:49 +00:00
ppt - General changes: 2016-03-07 12:07:55 +00:00
primes Straightforward conversion to strtonum. Slight change of behavior in that 2017-11-02 10:37:11 +00:00
quiz add Czechia as an alternative for Czech Republic 2022-12-18 18:02:00 +00:00
rain if both stdout and stderr are redirected to a non-tty, pledge(2) will kill 2021-10-23 11:22:48 +00:00
random Put explicit ULL suffix to constants which won't fit in 32 bits. 2023-02-18 08:52:39 +00:00
robots Fix format string warning in robots/score.c 2023-10-10 09:48:06 +00:00
sail Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
snake Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
tetris Change the error reporting pattern throughout the tree when unveil 2021-07-12 15:09:18 +00:00
trek Add some references, most of these were removed when we stopped building 2021-03-08 02:47:25 +00:00
wargames a few depend:-related thingies that were still in. 2019-12-21 21:39:59 +00:00
worm Remove a few too early pledge(2)s on games/ and apply them a little bit later 2018-08-24 11:14:49 +00:00
worms man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
wump Move a badly positioned parenthesis that caused nonsensical movement 2018-12-20 09:55:44 +00:00
Makefile
Makefile.inc Build most of games/ with -Werror-implicit-function-declaration. 2015-12-28 20:55:55 +00:00