]> granicus.if.org Git - nethack/commitdiff
text file error corrections
authornhmall <mjnh@persona.ca>
Sun, 12 Apr 2015 01:02:11 +0000 (21:02 -0400)
committernhmall <mjnh@persona.ca>
Sun, 12 Apr 2015 01:02:11 +0000 (21:02 -0400)
 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

DEVEL/code_features.txt
Files
dat/history

index 414a51dbf066338a87cd7304d80c2fffbca8520e..d771f7cecb1f1c5afce9ad16d4832e85a5e1a714 100644 (file)
@@ -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 756fcfb7a01b28dfa644256c1c8cbd38e9481167..491661ac748268149ac6e5d2ba6a57753b9ac047 100644 (file)
--- 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)
index 060982446b1ddf351645049ff19df74166e9f844..efe565f7bf8a7113e37303ddad0ba2fb110f5fe4 100644 (file)
@@ -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.