3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)qt_clust.cpp 3.3 1999/11/19 */
/* SCCS Id: @(#)qt_clust.cpp 3.4 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
#include "qt_clust.h"

View File

@@ -1,8 +1,8 @@
// SCCS Id: @(#)qt_win.cpp 3.3 1999/11/19
// SCCS Id: @(#)qt_win.cpp 3.4 1999/11/19
// Copyright (c) Warwick Allison, 1999.
// NetHack may be freely redistributed. See license for details.
// Qt Binding for NetHack 3.3
// Qt Binding for NetHack 3.4
//
// Copyright (C) 1996-2001 by Warwick W. Allison (warwick@troll.no)
//

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tileedit.cpp 3.3 1999/11/19 */
/* SCCS Id: @(#)tileedit.cpp 3.4 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
/*

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tileedit.h 3.3 1999/11/19 */
/* SCCS Id: @(#)tileedit.h 3.4 1999/11/19 */
/* Copyright (c) Warwick Allison, 1999. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef QNHTILEEDIT_H

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)Window.c 3.3 93/02/02 */
/* SCCS Id: @(#)Window.c 3.4 1993/02/02 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winX.c 3.3 1999/12/21 */
/* SCCS Id: @(#)winX.c 3.4 1999/12/21 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winmap.c 3.3 96/04/05 */
/* SCCS Id: @(#)winmap.c 3.4 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winmenu.c 3.3 96/08/15 */
/* SCCS Id: @(#)winmenu.c 3.4 1996/08/15 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winmesg.c 3.3 96/04/05 */
/* SCCS Id: @(#)winmesg.c 3.4 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winmisc.c 3.3 2000/05/21 */
/* SCCS Id: @(#)winmisc.c 3.4 2000/05/21 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winstat.c 3.3 96/04/05 */
/* SCCS Id: @(#)winstat.c 3.4 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wintext.c 3.3 96/04/05 */
/* SCCS Id: @(#)wintext.c 3.4 1996/04/05 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)winval.c 3.3 92/3/7 */
/* SCCS Id: @(#)winval.c 3.4 1992/3/7 */
/* Copyright (c) Dean Luick, 1992 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,6 +1,6 @@
Hi,
This is nethack3.3.1 for Atari Gem and tty
This is nethack3.4.0 for Atari Gem and tty
Windowing System.
It is by far not complete or perfect.

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wingem.c 3.3 1999/12/10 */
/* SCCS Id: @(#)wingem.c 3.4 1999/12/10 */
/* Copyright (c) Christian Bressler, 1999 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wingem1.c 3.3 1999/12/10 */
/* SCCS Id: @(#)wingem1.c 3.4 1999/12/10 */
/* Copyright (c) Christian Bressler 1999 */
/* NetHack may be freely redistributed. See license for details. */
@@ -39,7 +39,7 @@ typedef signed char xchar;
#undef NDECL
#undef FDECL
static char nullstr[]="", md[]="NetHack 3.3.1", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
static char nullstr[]="", md[]="NetHack 3.4.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnxpms.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnxpms.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */
/* These XPMs are the artwork of Warwick Allison

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnaskstr.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnaskstr.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnaskstr.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnaskstr.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnbind.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnbind.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnbind.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnbind.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnglyph.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnglyph.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnglyph.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnglyph.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmain.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmain.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmain.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmain.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmap.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmap.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmap.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmap.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmenu.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmenu.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmenu.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmenu.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmesg.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmesg.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnmesg.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnmesg.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnomeprv.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnomeprv.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnopts.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnopts.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnopts.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnopts.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnplayer.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnplayer.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnplayer.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnplayer.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnsignal.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnsignal.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnsignal.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnsignal.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Anthony Taylor <tonyt@ptialaska.net> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnstatus.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnstatus.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnstatus.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnstatus.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gntext.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gntext.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gntext.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gntext.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnyesno.c 3.3 2000/07/16 */
/* SCCS Id: @(#)gnyesno.c 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)gnyesno.h 3.3 2000/07/16 */
/* SCCS Id: @(#)gnyesno.h 3.4 2000/07/16 */
/* Copyright (C) 1998 by Erik Andersen <andersee@debian.org> */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)thintile.c 3.3 95/11/26 */
/* SCCS Id: @(#)thintile.c 3.4 1995/11/26 */
/* Copyright (c) NetHack Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tilemap.c 3.3 2000/06/04 */
/* SCCS Id: @(#)tilemap.c 3.4 2000/06/04 */
/* NetHack may be freely redistributed. See license for details. */
/*

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tiletext.c 3.3 1999/10/24 */
/* SCCS Id: @(#)tiletext.c 3.4 1999/10/24 */
/* NetHack may be freely redistributed. See license for details. */
#include "config.h"

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)getline.c 3.3 96/01/27 */
/* SCCS Id: @(#)getline.c 3.4 1996/01/27 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)termcap.c 3.3 2000/07/10 */
/* SCCS Id: @(#)termcap.c 3.4 2000/07/10 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)topl.c 3.3 96/10/24 */
/* SCCS Id: @(#)topl.c 3.4 1996/10/24 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)wintty.c 3.3 2000/06/27 */
/* SCCS Id: @(#)wintty.c 3.4 2000/06/27 */
/* Copyright (c) David Cohrs, 1991 */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)tile2bmp.c 3.3 1999/08/29 */
/* SCCS Id: @(#)tile2bmp.c 3.4 1999/08/29 */
/* Copyright (c) NetHack PC Development Team 1995 */
/* NetHack may be freely redistributed. See license for details. */