]> granicus.if.org Git - nethack/commitdiff
lua quest texts
authornhmall <nhmall@nethack.org>
Mon, 25 Nov 2019 05:50:16 +0000 (00:50 -0500)
committernhmall <nhmall@nethack.org>
Mon, 25 Nov 2019 05:50:16 +0000 (00:50 -0500)
doc/fixes37.0

index f35050e1a8c06215c9f4dc83fea3316246dcfec4..0f0b1e9a20525d89890d6b7b0e2281ca8715d59a 100644 (file)
@@ -34,6 +34,8 @@ replace build-time level compiler and dungeon compiler with run-time loading of
 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
+replace quest.txt and associated conversion to quest.dat via makedefs with
+       lua quest texts loaded at runtime
 
 
 Platform- and/or Interface-Specific New Features
@@ -50,4 +52,3 @@ move majority of global variables into instance_globals struct g
 move zeroobj, zeromonst, zeroany into const_globals struct cg
 remove STATIC_DCL, STATIC_OVL, STATIC_VAR, STATIC_PTR
 
-