update sys win
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,7,0,0
|
||||
PRODUCTVERSION 3,7,0,0
|
||||
FILEVERSION 5,0,0,0
|
||||
PRODUCTVERSION 5,0,0,0
|
||||
FILEFLAGSMASK 0x1fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x9L
|
||||
|
||||
@@ -43,7 +43,7 @@ ESC and maybe also initiate quitting.
|
||||
Map column #0, which the core reserves for its own purposes and isn't
|
||||
intended to be displayed, is displayed (as blank terrain).
|
||||
|
||||
3.7 status conditions haven't been implemented.
|
||||
5.0 status conditions haven't been implemented.
|
||||
|
||||
3.6 status conditions (Stone, Slime, Strngl, Deaf, Lev, Fly, Ride)
|
||||
have been implemented but need icon artwork (one 40x40 tile for each).
|
||||
|
||||
+1
-1
@@ -172,7 +172,7 @@ void NetHackQtInvUsageWindow::paintEvent(QPaintEvent*)
|
||||
// W wielded two-handed weapon
|
||||
// X wielded secondary weapon
|
||||
//
|
||||
// 3.7: use a different layout (also different legend for it, above):
|
||||
// 5.0: use a different layout (also different legend for it, above):
|
||||
// invert so grid is facing player, with right hand on screen left;
|
||||
// show gloves in only one slot;
|
||||
// move alternate weapon to former right hand glove slot;
|
||||
|
||||
+1
-1
@@ -1133,7 +1133,7 @@ void NetHackQtTextWindow::Display(bool block UNUSED)
|
||||
void NetHackQtTextWindow::PutStr(int attr UNUSED, const QString& text)
|
||||
{
|
||||
#if 1
|
||||
// 3.7: Always render text windows with fixed-width font. The majority
|
||||
// 5.0: Always render text windows with fixed-width font. The majority
|
||||
// of text files we'll ever display including ('license' and 'history')
|
||||
// happen to have some lines with four spaces anyway and/or they have
|
||||
// been pre-formatted to fit within less than 80 columns. For data.base
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
//
|
||||
// Popup's layout:
|
||||
//----
|
||||
// NetHack 3.7.x (literal text w/ dynamic version number)
|
||||
// NetHack 5.0.x (literal text w/ dynamic version number)
|
||||
// /----------------------\ (text to prevent multi-line comment warning)
|
||||
// | |
|
||||
// | |
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
// Qt4 conversion copyright (c) Ray Chason, 2012-2014.
|
||||
// NetHack may be freely redistributed. See license for details.
|
||||
|
||||
// Qt Windowing interface for NetHack 3.7
|
||||
// Qt Windowing interface for NetHack 5.0
|
||||
//
|
||||
// Copyright (C) 1996-2001 by Warwick W. Allison (warwick@troll.no)
|
||||
//
|
||||
|
||||
+2
-2
@@ -1714,7 +1714,7 @@ update_val(struct X_status_value *attr_rec, long new_value)
|
||||
* it's being set to blank (where that item should be reset now instead
|
||||
* of showing highlighted blank until the next expiration check).
|
||||
*
|
||||
* 3.7: highlight non-labelled 'name' items (conditions plus hunger
|
||||
* 5.0: highlight non-labelled 'name' items (conditions plus hunger
|
||||
* and encumbrance) when they come On. For all conditions going Off,
|
||||
* or changing to not-hungry or not-encumbered, there's nothing to
|
||||
* highlight because the field becomes blank.
|
||||
@@ -2348,7 +2348,7 @@ init_column(
|
||||
* indicates the end of the column. The two numbers after that are used
|
||||
* to store widths that are calculated at run-time.
|
||||
*
|
||||
* 3.7: changed so that all 6 columns have 8 rows, but a few entries
|
||||
* 5.0: changed so that all 6 columns have 8 rows, but a few entries
|
||||
* are left blank <>. Exp-points, Score, and Time are optional depending
|
||||
* on run-time settings; Xp-level is replaced by Hit-Dice (and Exp-points
|
||||
* suppressed) when the hero is polymorphed. Title and Dungeon-Level span
|
||||
|
||||
@@ -29,7 +29,7 @@ sys/unix/Install.unx. By default, the Makefile is setup to compile
|
||||
against ncurses. Edit Makefile.src if you wish to compile against a
|
||||
different curses library, such as PDCurses for SDL.
|
||||
See sys/unix/NewInstall.unx for more information about building
|
||||
NetHack 3.7 and above.
|
||||
NetHack 5.0 and above.
|
||||
|
||||
Windows build instructions:
|
||||
|
||||
|
||||
@@ -924,7 +924,7 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
|
||||
int ttychar; the character mapping for the original tty
|
||||
interface. Most or all window ports wanted
|
||||
and used this for various things so it is
|
||||
provided in 3.7+
|
||||
provided in 5.0+
|
||||
short int symidx; offset into syms array
|
||||
unsigned glyphflags; more detail about the entity
|
||||
|
||||
|
||||
@@ -334,8 +334,8 @@ END
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,7,0,0
|
||||
PRODUCTVERSION 3,7,0,0
|
||||
FILEVERSION 5,0,0,0
|
||||
PRODUCTVERSION 5,0,0,0
|
||||
FILEFLAGSMASK 0x1fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x9L
|
||||
@@ -351,13 +351,13 @@ BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "NetHack for Windows - Graphical Interface"
|
||||
VALUE "FileVersion", "3.7.0"
|
||||
VALUE "FileVersion", "5.0.0"
|
||||
VALUE "InternalName", "NetHackW"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2021. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2026. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "OriginalFilename", "NetHackW.exe"
|
||||
VALUE "PrivateBuild", "140606"
|
||||
VALUE "ProductName", "NetHack"
|
||||
VALUE "ProductVersion", "3.7.0"
|
||||
VALUE "ProductVersion", "5.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
@@ -60,8 +60,8 @@ IDI_ICON1 ICON "nethack.ico"
|
||||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,7,0,0
|
||||
PRODUCTVERSION 3,7,0,0
|
||||
FILEVERSION 5,0,0,0
|
||||
PRODUCTVERSION 5,0,0,0
|
||||
FILEFLAGSMASK 0x1fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x9L
|
||||
@@ -77,12 +77,12 @@ BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "FileDescription", "NetHack for Windows - TTY Interface"
|
||||
VALUE "FileVersion", "3.7.0"
|
||||
VALUE "FileVersion", "5.0.0"
|
||||
VALUE "InternalName", "NetHack"
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2021. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "LegalCopyright", "Copyright (C) 1985 - 2026. By Stichting Mathematisch Centrum and M. Stephenson. See license for details."
|
||||
VALUE "OriginalFilename", "NetHack.exe"
|
||||
VALUE "ProductName", "NetHack"
|
||||
VALUE "ProductVersion", "3.7.0"
|
||||
VALUE "ProductVersion", "5.0.0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
||||
Reference in New Issue
Block a user