- Better default paths for
LOCK_FILE
andSCORE_FILE
. - Rework top-level
README
into Markdown. - Rework this
NEWS
file into Markdown. - Bug-fix: sometimes pieces were being erased in the location where a ghost-piece would fall if
-g
was on. Thanks to Madhu [email protected].
- Replace C++-style
//
-comments with C-style/*
-comments. - Replace
false
with 0. - I think this is now once more good C.
- New
-g
option shows "ghost" pieces indicating where the current piece would fall if dropped. Contributed by Ryan Jud Hughes [email protected] - New
-N
option shows what the next piece will be. Also contributed by Ryan Jud Hughes [email protected]
- The
form()
function inform.c
(declared inform.h
) now uses ANSI-style<stdarg.h>
instead of old-style<varargs.h>
, as the latter is no longer supported on modern Linux systems such as Ubuntu "Hoary Hedgehog". util.c
now includes<term.h>
to avoid a compiler warning whentgetstr()
is used undeclared.screen.c
now includes<string.h>
to avoid a compiler warning whenstrlen()
is used undeclared.- New material on the end of the
Testimonial
file.
- Pretty much as written in 1989.