Merge branch 'NetHack-3.6'
This commit is contained in:
@@ -220,6 +220,9 @@ the adopted curses window port, were released as 3.6.2.
|
|||||||
Bart House, who had contributed to the game as a porting team participant
|
Bart House, who had contributed to the game as a porting team participant
|
||||||
for decades, joined the NetHack Development Team in late May 2019.
|
for decades, joined the NetHack Development Team in late May 2019.
|
||||||
|
|
||||||
|
NetHack 3.6.3 was released on December 5, 2019 containing over 190 bug
|
||||||
|
fixes to NetHack 3.6.2.
|
||||||
|
|
||||||
The official NetHack web site is maintained by Ken Lorber at
|
The official NetHack web site is maintained by Ken Lorber at
|
||||||
http://www.nethack.org/.
|
http://www.nethack.org/.
|
||||||
|
|
||||||
|
|||||||
+5
-2
@@ -24,7 +24,7 @@
|
|||||||
.ds vr "NetHack 3.7
|
.ds vr "NetHack 3.7
|
||||||
.ds f0 "\*(vr
|
.ds f0 "\*(vr
|
||||||
.ds f1
|
.ds f1
|
||||||
.ds f2 "December 1, 2019
|
.ds f2 "December 5, 2019
|
||||||
.
|
.
|
||||||
.\" A note on some special characters:
|
.\" A note on some special characters:
|
||||||
.\" \(lq = left double quote
|
.\" \(lq = left double quote
|
||||||
@@ -5157,9 +5157,12 @@ the adopted curses window port, were released as 3.6.2.
|
|||||||
\fBBart House\fP, who had contributed to the game as a porting team
|
\fBBart House\fP, who had contributed to the game as a porting team
|
||||||
participant for decades, joined the NetHack Development Team in late May 2019.
|
participant for decades, joined the NetHack Development Team in late May 2019.
|
||||||
.pg
|
.pg
|
||||||
|
NetHack 3.6.3 was released on December 5, 2019 containing over 190 bug
|
||||||
|
fixes to NetHack 3.6.2.
|
||||||
|
.pg
|
||||||
The official NetHack web site is maintained by \fBKen Lorber\fP
|
The official NetHack web site is maintained by \fBKen Lorber\fP
|
||||||
at
|
at
|
||||||
.UR http://www.nethack.org/ .
|
.UR https://www.nethack.org/ .
|
||||||
.pg
|
.pg
|
||||||
.hn 2
|
.hn 2
|
||||||
SPECIAL THANKS
|
SPECIAL THANKS
|
||||||
|
|||||||
+8
-3
@@ -45,7 +45,7 @@
|
|||||||
%.au
|
%.au
|
||||||
\author{Original version - Eric S. Raymond\\
|
\author{Original version - Eric S. Raymond\\
|
||||||
(Edited and expanded for 3.6 by Mike Stephenson and others)}
|
(Edited and expanded for 3.6 by Mike Stephenson and others)}
|
||||||
\date{December 1, 2019}
|
\date{December 5, 2019}
|
||||||
|
|
||||||
\maketitle
|
\maketitle
|
||||||
|
|
||||||
@@ -5760,12 +5760,17 @@ the adopted curses window port, were released as 3.6.2.
|
|||||||
{\it Bart House}, who had contributed to the game as a porting team participant
|
{\it Bart House}, who had contributed to the game as a porting team participant
|
||||||
for decades, joined the {\it NetHack Development Team} in late May 2019.
|
for decades, joined the {\it NetHack Development Team} in late May 2019.
|
||||||
|
|
||||||
|
%.pg
|
||||||
|
\medskip
|
||||||
|
NetHack 3.6.3 was released on December 5, 2019 containing over 190 bug
|
||||||
|
fixes to NetHack 3.6.2.
|
||||||
|
|
||||||
%.pg
|
%.pg
|
||||||
\medskip
|
\medskip
|
||||||
\nd The official {\it NetHack\/} web site is maintained by {\it Ken Lorber} at
|
\nd The official {\it NetHack\/} web site is maintained by {\it Ken Lorber} at
|
||||||
{\catcode`\#=11
|
{\catcode`\#=11
|
||||||
\special{html:<a href="http://www.nethack.org/">}}
|
\special{html:<a href="https://www.nethack.org/">}}
|
||||||
http:{\tt /}{\tt /}www.nethack.org{\tt /}.
|
https:{\tt /}{\tt /}www.nethack.org{\tt /}.
|
||||||
{\catcode`\#=11
|
{\catcode`\#=11
|
||||||
\special{html:</a>}}
|
\special{html:</a>}}
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
/* Version 3.6.x */
|
/* Version 3.6.x */
|
||||||
|
|
||||||
/* Patch 3, <insert date here>
|
/* Patch 3, December 5, 2019
|
||||||
*
|
*
|
||||||
* Fixed stale 'thrownobj' pointer for returning thrown aklys while engulfed
|
* Fixed stale 'thrownobj' pointer for returning thrown aklys while engulfed
|
||||||
* Fixed uarmh null pointer dereference if a helm of opposite alignment came
|
* Fixed uarmh null pointer dereference if a helm of opposite alignment came
|
||||||
@@ -63,6 +63,7 @@
|
|||||||
* Fixed ignoring of god's wrath when hero injured himself during altar kick
|
* Fixed ignoring of god's wrath when hero injured himself during altar kick
|
||||||
* Fixed several cases where persistent inventory window was not updated
|
* Fixed several cases where persistent inventory window was not updated
|
||||||
* Fixed temple priests or shopkeepers moving over other monsters
|
* Fixed temple priests or shopkeepers moving over other monsters
|
||||||
|
* Fixed a crash-causing bug when putting on levitation boots over a sink
|
||||||
* Ensured that thrown or kicked objects will end up in bones
|
* Ensured that thrown or kicked objects will end up in bones
|
||||||
* Made water go all the way to the edges of level on the Plane of Water
|
* Made water go all the way to the edges of level on the Plane of Water
|
||||||
* Made clouds disrupt line of sight along the edges of the Plane of Air
|
* Made clouds disrupt line of sight along the edges of the Plane of Air
|
||||||
@@ -72,6 +73,8 @@
|
|||||||
* the Windows platform
|
* the Windows platform
|
||||||
* Improved the layout and display of the player selection dialog used on the
|
* Improved the layout and display of the player selection dialog used on the
|
||||||
* Windows graphical implementation
|
* Windows graphical implementation
|
||||||
|
* Improved performance of some tty versions by reducing the number of
|
||||||
|
* function calls made from mapglyph
|
||||||
* Allowed the msdos implementation to build with curses and PDCurses
|
* Allowed the msdos implementation to build with curses and PDCurses
|
||||||
* Included over 100 other fixes and improvements as outlined in doc/fixes36.3
|
* Included over 100 other fixes and improvements as outlined in doc/fixes36.3
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user