credit updates

This commit is contained in:
nethack.allison
2002-07-23 05:10:37 +00:00
parent c6c17bc00f
commit c6f7560bdd
5 changed files with 23 additions and 17 deletions

20
README
View File

@@ -15,6 +15,7 @@ NetHack 3.4.1 is a bugfix release for 3.4.0.
* win32: some interface improvements
* unix: improved tile support
* gnome: some fixes, and some enhancements by Dylan Alex Simon
* Windows CE port included (by Alex Kompel)
A fuller list of changes for this release can be found in the file
doc/fixes34.1 in the source distribution. The text in there was written
@@ -56,17 +57,18 @@ Please read items (1), (2) and (3) BEFORE doing anything with your new code.
o. A 'sys/os2' subdirectory, which contains files specific to OS/2.
p. A 'sys/unix' subdirectory, which contains files specific to UNIX.
q. A 'sys/vms' subdirectory, which contains files specific to VMS.
r. A 'sys/winnt' subdirectory, which contains files specific to Windows NT.
s. A 'win' directory, which contains subdirectories for files that
r. A 'sys/wince' subdirectory, which contains files specific to Windows CE.
s. A 'sys/winnt' subdirectory, which contains files specific to Windows NT.
t. A 'win' directory, which contains subdirectories for files that
are windowing-system specific (but not operating-system specific).
t. A 'win/share' subdirectory, which contains files shared by some
u. A 'win/share' subdirectory, which contains files shared by some
windowing systems.
u. A 'win/Qt' subdirectory, which contains files specific to Qt.
v. A 'win/X11' subdirectory, which contains files specific to X11.
w. A 'win/gem' subdirectory, which contains files specific to GEM.
x. A 'win/gnome' subdirectory, which contains files specific to GNOME.
y. A 'win/tty' subdirectory, which contains files specific to ttys.
z. A 'win/win32' subdirectory, which contains files specific to the
v. A 'win/Qt' subdirectory, which contains files specific to Qt.
w. A 'win/X11' subdirectory, which contains files specific to X11.
x. A 'win/gem' subdirectory, which contains files specific to GEM.
y. A 'win/gnome' subdirectory, which contains files specific to GNOME.
z. A 'win/tty' subdirectory, which contains files specific to ttys.
A. A 'win/win32' subdirectory, which contains files specific to the
Windows Win32 API.
The names of these directories should not be changed unless you are

View File

@@ -139,7 +139,8 @@ Macintosh port of 3.4.
Michael Allison, David Cohrs, Alex Kompel, Dion Nicolaas, and Yitzhak Sapir
maintained and enhanced 3.4 for the Microsoft Windows platform. Alex Kompel
contributed a new graphical interface for the Windows port.
contributed a new graphical interface for the Windows port. Alex Kompel also
contributed a Windows CE port for 3.4.1.
Ron Van Iwaarden maintained 3.4 for OS/2.

View File

@@ -5,7 +5,7 @@
.ds vr "NetHack 3.4
.ds f0 "\*(vr
.ds f1
.ds f2 "July 1, 2002
.ds f2 "July 23, 2002
.mt
A Guide to the Mazes of Menace
(Guidebook for NetHack)
@@ -2431,7 +2431,8 @@ Macintosh port of 3.4.
.pg
\fBMichael Allison\fP, \fBDavid Cohrs\fP, \fBAlex Kompel\fP, \fBDion Nicolaas\fP, and
\fBYitzhak Sapir\fP maintained and enhanced 3.4 for the Microsoft Windows platform.
\fBAlex Kompel\fP contributed a new graphical interface for the Windows port.
\fBAlex Kompel\fP contributed a new graphical interface for the Windows port.
\fBAlex Kompel\fP also contributed a Windows CE port for 3.4.1.
.pg
\fBRon Van Iwaarden\fP maintained 3.4 for OS/2.
.pg

View File

@@ -27,7 +27,7 @@
\begin{document}
%
% input file: guidebook.mn
% $Revision: 1.43 $ $Date: 2002/06/01 23:53:14 $
% $Revision: 1.44 $ $Date: 2002/06/30 01:10:54 $
%
%.ds h0 "
%.ds h1 %.ds h2 \%
@@ -40,7 +40,7 @@
%.au
\author{Eric S. Raymond\\
(Extensively edited and expanded for 3.4)}
\date{July 1, 2002}
\date{July 23, 2002}
\maketitle
@@ -3024,7 +3024,8 @@ enhanced the Macintosh port of 3.4.
\medskip
\nd {\it Michael Allison}, {\it David Cohrs}, {\it Alex Kompel}, {\it Dion Nicolaas}, and
{\it Yitzhak Sapir} maintained and enhanced 3.4 for the Microsoft Windows platform.
{\it Alex Kompel} contributed a new graphical interface for the Windows port.
{\it Alex Kompel} contributed a new graphical interface for the Windows port.
{\it Alex Kompel} also contributed a Windows CE port for 3.4.1.
%.pg
\medskip

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)patchlevel.h 3.4 2002/04/20 */
/* SCCS Id: @(#)patchlevel.h 3.4 2002/07/23 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
@@ -40,7 +40,7 @@
/*****************************************************************************/
/* Version 3.4.x */
/* Patch 1, May 1, 2002
/* Patch 1, August 1, 2002
* Fix a few fatal errors including one for reentering shops, one
* involving land mines and boulders/statues, and one for delayed
* polymorph
@@ -51,6 +51,7 @@
* win32: some interface improvements
* unix: improved tile support
* gnome: some fixes, and some enhancements by Dylan Alex Simon
* winCE: Windows CE port included (by Alex Kompel)
*/
/*