update fixes3-7-0.txt for newcham() changes

This commit is contained in:
nhmall
2022-05-28 19:48:13 -04:00
parent 0ce9d3a1e9
commit 16c2c3b32f
+2
View File
@@ -1806,6 +1806,7 @@ split fixing curse trouble into separate function (pr #765 by argrath)
Handle -eaux plurals in makeplural/makesingular (pr #767 by entrez) Handle -eaux plurals in makeplural/makesingular (pr #767 by entrez)
mdisplacem stoning and gloves had test backwards (pr #773 by entrez) mdisplacem stoning and gloves had test backwards (pr #773 by entrez)
writing type-named scrolls (pr #551 by entrez) writing type-named scrolls (pr #551 by entrez)
more cases where newcham() gives messages (pr #775 by copperwater)
Code Cleanup and Reorganization Code Cleanup and Reorganization
@@ -1925,4 +1926,5 @@ add git submodule support to the Makefiles by specifying git=1 or GIT=1 on the
add TT_NONE==0, renumber other u.utraptype values so that TT_BEARTRAP isn't 0 add TT_NONE==0, renumber other u.utraptype values so that TT_BEARTRAP isn't 0
for Planes of Water and Air, save the air bubbles and clouds with the level for Planes of Water and Air, save the air bubbles and clouds with the level
rather than as game state; affects wizard mode ^V and #wizmakemap rather than as game state; affects wizard mode ^V and #wizmakemap
switch to a flags arg on newcham() in place of a the pair of boolean args