From: nhmall Date: Sat, 23 Nov 2019 04:41:21 +0000 (-0500) Subject: Merge branch 'NetHack-3.7' part 2 X-Git-Tag: NetHack-3.7.0_WIP~252^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7de2a0d515064f469f7146be39bd6e5039cc807d;p=nethack Merge branch 'NetHack-3.7' part 2 --- diff --git a/doc/fixes37.0 b/doc/fixes37.0 index 08e5903a4..f35050e1a 100644 --- a/doc/fixes37.0 +++ b/doc/fixes37.0 @@ -31,6 +31,9 @@ savefile: add support to deconstruct internal data structures down into their savefile: use little-endian format for fields where that makes a difference replace build-time level compiler and dungeon compiler with run-time loading of the dungeon and level descriptions and interpreting them via LUA +split off some of the functionality that was in makedefs (compiled-in options + build date/time, etc) so that it can be built by a cross-compiler + and accessed on the target platform Platform- and/or Interface-Specific New Features