Merge branch 'NetHack-3.7' part 2

This commit is contained in:
nhmall
2019-11-22 23:41:21 -05:00
parent fe5c7b4292
commit 7de2a0d515

View File

@@ -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