The NetBSD Project

CVS log for src/games/tetris/tetris.c

[BACK] Up to [cvs.NetBSD.org] / src / games / tetris

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Sat Jul 1 10:51:35 2023 UTC (9 months, 2 weeks ago) by nia
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +7 -1 lines
Diff to previous 1.33 (colored)

tetris(6): Support the informal standard of allowing setting NO_COLOR
in the environment to disable the use of color. (no-color.org)

Revision 1.33 / (download) - annotate - [selected], Tue Jul 21 02:42:05 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.32: +1 -2 lines
Diff to previous 1.32 (colored)

tetris: Use arc4random_uniform instead of modulo for better randomness

Revision 1.32 / (download) - annotate - [select for diffs], Thu Mar 3 21:38:55 2016 UTC (8 years, 1 month ago) by nat
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, phil-wifi, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, is-mlppp-base, is-mlppp, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.33 (colored)

Center game board on screen.  OK from christos@.

Revision 1.31 / (download) - annotate - [select for diffs], Fri Nov 6 19:53:37 2015 UTC (8 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.30: +3 -1 lines
Diff to previous 1.30 (colored) to selected 1.33 (colored)

PR/50411: Rin Okuyama: fix two bugs:
- clear blocks in the 0 row, otherwise the pile up forever.
- black (white) blocks are not shown as "next shape":

Revision 1.30 / (download) - annotate - [select for diffs], Sat Jun 13 04:53:13 2015 UTC (8 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.33 (colored)

add -b to usage, from leot

Revision 1.29 / (download) - annotate - [select for diffs], Sat Jun 13 04:15:51 2015 UTC (8 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.33 (colored)

Fix the list of keys across the bottom so it fits on an 80-column screen
again. Fixes PR 49937.

HI MRG

Revision 1.28 / (download) - annotate - [select for diffs], Thu Feb 19 02:27:30 2015 UTC (9 years, 1 month ago) by mrg
Branch: MAIN
Changes since 1.27: +17 -8 lines
Diff to previous 1.27 (colored) to selected 1.33 (colored)

add a 'down' key to tetris, defaulting to 'n'.  it move the block down
a line, if it fits.  like most other tetris games have.

minor clean up of magic number usage while here.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jul 13 17:38:38 2014 UTC (9 years, 9 months ago) by pgoyette
Branch: MAIN
CVS Tags: tls-maxphys-base, tls-earlyentropy-base, netbsd-7-base
Branch point for: netbsd-7
Changes since 1.26: +3 -3 lines
Diff to previous 1.26 (colored) to selected 1.33 (colored)

At suggestion of christos@, use -b for b&w rather than -c

Revision 1.26 / (download) - annotate - [select for diffs], Sun Jul 13 16:23:55 2014 UTC (9 years, 9 months ago) by pgoyette
Branch: MAIN
Changes since 1.25: +6 -2 lines
Diff to previous 1.25 (colored) to selected 1.33 (colored)

Provide an option to restore traditional black-and-white mode.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 11 16:47:39 2014 UTC (9 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.33 (colored)

Add a little color. In order to minimize logic differences, keep 0 as the
empty board value, and since 7 is white, turn white into black (0) when
painting.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 31 16:24:56 2011 UTC (12 years, 7 months ago) by plunky
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: tls-maxphys, tls-earlyentropy
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.33 (colored)

NULL does not need a cast

Revision 1.23 / (download) - annotate - [select for diffs], Sun Dec 5 04:34:23 2010 UTC (13 years, 4 months ago) by pgoyette
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.22: +3 -2 lines
Diff to previous 1.22 (colored) to selected 1.33 (colored)

Fix a few of the games to use getprogname() in their usage() functions.

Suggested by Joerg.

XXX There are probably many more that have their progname hard-coded, but
XXX I'm not up for a wholesale roto-till at the moment.

Revision 1.22 / (download) - annotate - [select for diffs], Wed Aug 12 08:51:21 2009 UTC (14 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.21: +8 -9 lines
Diff to previous 1.21 (colored) to selected 1.33 (colored)

sprinkle static

Revision 1.21 / (download) - annotate - [select for diffs], Mon May 25 04:33:53 2009 UTC (14 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.20: +6 -9 lines
Diff to previous 1.20 (colored) to selected 1.33 (colored)

ANSIfy function declarations.

Some object file diffs, but they are harmless. (Mostly they seem to
come from internal counters in gcc... and in one case the order of two
instructions was harmlessly swapped, which is odd and annoying.)

Revision 1.20 / (download) - annotate - [select for diffs], Mon May 25 00:46:01 2009 UTC (14 years, 10 months ago) by dholland
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.33 (colored)

sprintf -> snprintf

Revision 1.19 / (download) - annotate - [select for diffs], Sun Jul 20 01:03:22 2008 UTC (15 years, 9 months ago) by lukem
Branch: MAIN
CVS Tags: wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.33 (colored)

Remove the \n and tabs from the __COPYRIGHT() strings.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 15 19:44:43 2007 UTC (16 years, 4 months ago) by perry
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-1, wrstuden-revivesa-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base
Branch point for: wrstuden-revivesa
Changes since 1.17: +4 -4 lines
Diff to previous 1.17 (colored) to selected 1.33 (colored)

convert __attribute__s to applicable cdefs.h macros

Revision 1.17 / (download) - annotate - [select for diffs], Tue Jan 27 20:30:30 2004 UTC (20 years, 2 months ago) by jsm
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, hpcarm-cleanup, cube-autoconf-base, cube-autoconf, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: matt-armv6
Changes since 1.16: +6 -6 lines
Diff to previous 1.16 (colored) to selected 1.33 (colored)

Remove uses of __P.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 7 09:37:48 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.15: +2 -6 lines
Diff to previous 1.15 (colored) to selected 1.33 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 2 22:17:38 2002 UTC (21 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.14: +8 -8 lines
Diff to previous 1.14 (colored) to selected 1.33 (colored)

de-register

Revision 1.14 / (download) - annotate - [select for diffs], Fri Jan 21 02:10:57 2000 UTC (24 years, 3 months ago) by jsm
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Changes since 1.13: +5 -9 lines
Diff to previous 1.13 (colored) to selected 1.33 (colored)

Clean up error reporting in tetris.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jan 1 10:15:17 2000 UTC (24 years, 3 months ago) by jsm
Branch: MAIN
Changes since 1.12: +14 -1 lines
Diff to previous 1.12 (colored) to selected 1.33 (colored)

Declare variables as extern in headers rather than using linker commons.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 12 09:02:24 1999 UTC (24 years, 7 months ago) by jsm
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, comdex-fall-1999-base, comdex-fall-1999
Changes since 1.11: +14 -1 lines
Diff to previous 1.11 (colored) to selected 1.33 (colored)

Security improvements for games (largely from or inspired by OpenBSD).

Games which run setgid from dm, but don't need to, should drop their
privileges at startup.

Games which have a scorefile should open it at startup, then drop all
privileges leaving just the open writable file descriptor.  If the
game can invoke subprocesses, this should be made close-on-exec.

Games with scorefiles should make sure they do not get a file
descriptor < 3.  (Otherwise, they could get confused and corrupt the
scorefile when using stdin, stdout or stderr.)

Some old setuid revokes from the days of setuid games change into gid
revokes.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Sep 8 21:45:31 1999 UTC (24 years, 7 months ago) by jsm
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.33 (colored)

Add `__noreturn__' and `__unused__' attributes where appropriate to
the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Most noreturn attributes were previously added in bin/6144, with some
others that were missed then in bin/8082.  Previous `unused'
attributes were covered in bin/6557, bin/8058 and other PRs (all these
PRs have already been handled and closed).

Revision 1.10 / (download) - annotate - [select for diffs], Wed Sep 8 21:18:01 1999 UTC (24 years, 7 months ago) by jsm
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.33 (colored)

Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Mar 22 06:12:23 1999 UTC (25 years, 1 month ago) by abs
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.33 (colored)

Newline and usage cosmetics from Soren S. Jorvang <soren@t.dk> PR7205

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 11 02:34:24 1999 UTC (25 years, 2 months ago) by simonb
Branch: MAIN
Changes since 1.7: +1 -5 lines
Diff to previous 1.7 (colored) to selected 1.33 (colored)

Remove unneeded "mips compiler bug" workaround from original code imported
in 1994.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 3 17:13:51 1999 UTC (25 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.6: +6 -7 lines
Diff to previous 1.6 (colored) to selected 1.33 (colored)

only show preview if the -p option is given

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 3 02:00:18 1999 UTC (25 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.5: +11 -4 lines
Diff to previous 1.5 (colored) to selected 1.33 (colored)

Add previewing of next shape. Old (previous) behaviour can be
restored by compiling with NO_PREVIEW defined.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 13 15:27:30 1998 UTC (25 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.33 (colored)

mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)

Revision 1.4 / (download) - annotate - [select for diffs], Mon Aug 10 02:25:45 1998 UTC (25 years, 8 months ago) by perry
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.33 (colored)

bzero->memset

Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 12 02:03:48 1997 UTC (26 years, 6 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.2: +10 -7 lines
Diff to previous 1.2 (colored) to selected 1.33 (colored)

minor WARNSify

Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 22 07:42:47 1995 UTC (29 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.1: +2 -0 lines
Diff to previous 1.1 (colored) to selected 1.33 (colored)

NetBSD RCS Ids

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 6 06:50:49 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
Diff to selected 1.33 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>