From: nhmall Date: Sun, 12 Apr 2015 01:02:11 +0000 (-0400) Subject: text file error corrections X-Git-Tag: NetHack-3.6.0_RC01~414^2~41^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4e7b601d69ce198032d46fcab07843574b1295;p=nethack text file error corrections Changes to be committed: modified: DEVEL/code_features.txt modified: Files modified: dat/history On 4/11/2015 6:45 PM, Dion Nicolaas wrote: > Errors in text files: > - DEVEL/code_features.txt, line 10: 'alterting' should be 'alerting' fixed > - dat/history: Is it intentional that I'm no longer mentioned as > maintaining the Windows port? I am for 3.4, but not for 3.6. fixed > - Files: The Files file is incomplete. Notably, the new files in dat/ > are missing (bogusmon.txt, engrave.txt, epitaph.txt), fixed > the DEVEL directory, doc/Guidebook.* > - Some files in Files have the wrong case: NetHack.sln, > NetHackW.vcxproj. I know it doesn't matter on windows but it looks wrong. fixed --- diff --git a/DEVEL/code_features.txt b/DEVEL/code_features.txt index 414a51dbf..d771f7cec 100644 --- a/DEVEL/code_features.txt +++ b/DEVEL/code_features.txt @@ -7,7 +7,7 @@ rationale, etc. ============================================== FEATURE_NOTICE Alerts for a Release -There is a code mechanism for alterting players to a change in behavior +There is a code mechanism for alerting players to a change in behavior over prior versions of the game. Here's how to do it: diff --git a/Files b/Files index 756fcfb7a..491661ac7 100644 --- a/Files +++ b/Files @@ -1,4 +1,4 @@ -This is a listing of all files in a full NetHack 3.5 distribution, organized +This is a listing of all files in a full NetHack 3.6 distribution, organized in their standard manner on a UNIX system. It indicates which files are necessary for which versions, so that you can tell which files may be deleted from or not transferred to your system if you wish. @@ -17,7 +17,7 @@ cmdhelp data.base dungeon.def endgame.des gehennom.des help hh history knox.des license medusa.des mines.des opthelp oracle.des oracles.txt quest.txt rumors.fal rumors.tru sokoban.des symbols -tower.des wizhelp yendor.des +tower.des wizhelp yendor.des tribute doc: (files for all versions) @@ -265,8 +265,8 @@ petmark.uu resource.h rip.uu splash.uu tiles.mak winMS.h winhack.c winhack.rc (files for Visual Studio 2010 Express Edition builds) dgncomp.vcxproj dgnstuff.vcxproj dgnstuff.mak dlb_main.vcxproj levcomp.vcxproj -levstuff.vcxproj levstuff.mak makedefs.vcxproj nethack.sln uudecode.vcxproj -nethackw.vcxproj tile2bmp.vcxproj recover.vcxproj tilemap.vcxproj tiles.vcxproj +levstuff.vcxproj levstuff.mak makedefs.vcxproj NetHack.sln uudecode.vcxproj +NetHackW.vcxproj tile2bmp.vcxproj recover.vcxproj tilemap.vcxproj tiles.vcxproj This is a list of files produced by auxiliary programs. They can all be regenerated from the files in the distribution. @@ -274,7 +274,7 @@ regenerated from the files in the distribution. dat: (files generated by makedefs at playground creation time) data dungeon.pdf options oracles quest.dat -rumors +rumors bogusmon.txt engrave.txt epitaph.txt (file generated by dgn_comp at playground creation time) dungeon (files generated by lev_comp at playground creation time) diff --git a/dat/history b/dat/history index 060982446..efe565f7b 100644 --- a/dat/history +++ b/dat/history @@ -186,8 +186,8 @@ as well as maintaining the X11 interface. Ken Lorber, Haoyang Wang, Pat Rankin, and Dean Luick maintained the port of NetHack 3.6.0 for Mac. -Michael Allison, Derek S. Ray, Yitzhak Sapir, Alex Kompel, and David Cohrs -maintained the port of NetHack 3.6.0 for Microsoft Windows. +Michael Allison, Derek S. Ray, Yitzhak Sapir, Alex Kompel, Dion Nicolaas, +and David Cohrs maintained the port of NetHack 3.6.0 for Microsoft Windows. Jeff Bailey created and maintained a port of NetHack 3.6.0 for Chrome.