Merge branch 'to500' into NetHack-next
This commit is contained in:
+3
-3
@@ -299,9 +299,9 @@ been released as version 4.0.
|
|||||||
|
|
||||||
NetHack 5.0.0 was released on May 2, 2026.
|
NetHack 5.0.0 was released on May 2, 2026.
|
||||||
|
|
||||||
The source code for NetHack 5.0.0 was modified and modernized to be
|
The source code for NetHack 5.0.0 was modified and modernized to be compliant
|
||||||
compliant with standard C99. The 5.0.0 release contained over 3100 fixes,
|
with the C99 standard. The 5.0.0 release contained over 3100 fixes,changes,
|
||||||
changes, and updated features.
|
and updated features.
|
||||||
|
|
||||||
NetHack 5.0 was the first version to replace the lex and yacc level
|
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
|
and dungeon compilers of past versions, with a new Lua interpreter-based
|
||||||
|
|||||||
@@ -504,6 +504,7 @@ struct you {
|
|||||||
short mcham; /* vampire mndx if shapeshifted to bat/cloud */
|
short mcham; /* vampire mndx if shapeshifted to bat/cloud */
|
||||||
short umovement; /* instead of youmonst.movement */
|
short umovement; /* instead of youmonst.movement */
|
||||||
schar uachieved[N_ACH]; /* list of achievements in the order attained */
|
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' */
|
}; /* end of `struct you' */
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ImportGroup Label="PropertySheets" />
|
<ImportGroup Label="PropertySheets" />
|
||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<VERSION_MAJOR>3</VERSION_MAJOR>
|
<VERSION_MAJOR>5</VERSION_MAJOR>
|
||||||
<VERSION_MINOR>7</VERSION_MINOR>
|
<VERSION_MINOR>0</VERSION_MINOR>
|
||||||
<PATCHLEVEL>0</PATCHLEVEL>
|
<PATCHLEVEL>0</PATCHLEVEL>
|
||||||
<NETHACK_VERSION>$(VERSION_MAJOR).$(VERSION_MINOR).$(PATCHLEVEL)</NETHACK_VERSION>
|
<NETHACK_VERSION>$(VERSION_MAJOR).$(VERSION_MINOR).$(PATCHLEVEL)</NETHACK_VERSION>
|
||||||
<LUA_MAJOR_VERSION>5</LUA_MAJOR_VERSION>
|
<LUA_MAJOR_VERSION>5</LUA_MAJOR_VERSION>
|
||||||
|
|||||||
Reference in New Issue
Block a user