History log of /openbsd-current/games/tetris/tetris.6
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.21 19-Jun-2017 bentley

No need for a conditional to choose between nroff and troff.

ok jmc@


Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.20 04-Dec-2015 tb

Tweak alignment of ENVIRONMENT and FILES.
Use sentence format for the highscore file, too.

Discussed with jmc@


# 1.19 29-Nov-2015 tb

Prefer $LOGNAME over $USER, since the latter is deprecated,
see environ(7). Pointed out by millert@. Fall back to getlogin(2)
before defaulting to ???.

looks good to deraadt@


# 1.18 25-Nov-2015 tb

The scorefile is hidden.

From Ricardo Mestre, thanks!


# 1.17 20-Nov-2015 tb

pledge "stdio rpath wpath cpath tty"

"stdio rpath tty" for game play
"rpath wpath cpath" for maintaining highscores in $USER

ok deraadt@ sthen@


Revision tags: OPENBSD_5_8_BASE
# 1.16 27-Jul-2015 sobrado

use file system path (.Pa) semantic markup macros where appropriate.


Revision tags: OPENBSD_5_7_BASE
# 1.15 08-Sep-2014 schwarze

obvious cases of missing .An;
found with the new mandoc(1) MANDOCERR_AN_MISSING warning;
no text changes


Revision tags: OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.14 31-May-2007 jmc

convert to new .Dd format;


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE
# 1.13 10-Jan-2004 tedu

bonus points for completing rows, like most variants.
ok deraadt mcbride millert nick otto pjanzen


Revision tags: OPENBSD_3_4_BASE
# 1.12 03-Jun-2003 millert

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.11 26-Jul-2002 mickey

add classic mode, closer to the way tetris felt a couple decades ago; pjanzen@ ok


Revision tags: OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.10 18-Aug-2001 pjanzen

Formatting


# 1.9 06-Jun-2001 pjanzen

reorder sections, minor tidying; mpech@prosoft.org.lv


Revision tags: OPENBSD_2_6_BASE OPENBSD_2_7_BASE OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.8 03-Jul-1999 aaron

remove redundant .Pp macros


# 1.7 02-Jul-1999 aaron

consistent .Dd usage; proper format is: .Dd Month DD, YYYY


Revision tags: OPENBSD_2_5_BASE
# 1.6 22-Mar-1999 pjanzen

Many fixes, most either from or based on NetBSD changes:
get rid of unused function
improve output format
allow previewing of next piece
randomize initial rotation angle of falling blocks.


# 1.5 15-Dec-1998 pjanzen

Always provide an argument to .Nm in SYNOPSIS section


Revision tags: OPENBSD_2_4_BASE
# 1.4 24-Sep-1998 pjanzen

NetBSD changes and a few obvious fixes


Revision tags: OPENBSD_2_2_BASE OPENBSD_2_3_BASE
# 1.3 31-Aug-1997 deraadt

fix man; noted by hubert.feyrer@rz.uni-regensburg.de


# 1.2 30-May-1997 deraadt

for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \
grep '"' | cut -d':' -f1`; do
sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x
cat x > $i
done


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision