From f63164efc683fa03dbc164808d8c86d1dc3ab88d Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2026 10:37:47 -0400 Subject: [PATCH 1/3] version in NetHackProperties.props --- sys/windows/vs/NetHackProperties.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/windows/vs/NetHackProperties.props b/sys/windows/vs/NetHackProperties.props index 164cc760e..80ac3b7ab 100644 --- a/sys/windows/vs/NetHackProperties.props +++ b/sys/windows/vs/NetHackProperties.props @@ -2,8 +2,8 @@ - 3 - 7 + 5 + 0 0 $(VERSION_MAJOR).$(VERSION_MINOR).$(PATCHLEVEL) 5 From 41ba62618ad7874973482142490fc06539f8485b Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2026 10:45:29 -0400 Subject: [PATCH 2/3] placeholder in you --- include/you.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/you.h b/include/you.h index aaddf2111..d788046bf 100644 --- a/include/you.h +++ b/include/you.h @@ -504,6 +504,7 @@ struct you { short mcham; /* vampire mndx if shapeshifted to bat/cloud */ short umovement; /* instead of youmonst.movement */ schar uachieved[N_ACH]; /* list of achievements in the order attained */ + struct monst *umonst; /* for future conversion of &gy.youmonst to u.umonst */ }; /* end of `struct you' */ From 1db2ee5104de6f37992625d141071820f2040127 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 2 May 2026 10:49:43 -0400 Subject: [PATCH 3/3] dat/history sync --- dat/history | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dat/history b/dat/history index 242781643..fba67b7c6 100644 --- a/dat/history +++ b/dat/history @@ -299,9 +299,9 @@ been released as version 4.0. NetHack 5.0.0 was released on May 2, 2026. -The source code for NetHack 5.0.0 was modified and modernized to be -compliant with standard C99. The 5.0.0 release contained over 3100 fixes, -changes, and updated features. +The source code for NetHack 5.0.0 was modified and modernized to be compliant +with the C99 standard. The 5.0.0 release contained over 3100 fixes,changes, +and updated features. NetHack 5.0 was the first version to replace the lex and yacc level and dungeon compilers of past versions, with a new Lua interpreter-based