Skip to content

Commit

Permalink
Fixing whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitten committed Dec 9, 2020
1 parent 1666956 commit c29cc4e
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 92 deletions.
34 changes: 17 additions & 17 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
94 changes: 47 additions & 47 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
10 changes: 5 additions & 5 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unknown License, but assumed to be a liberal one as it was on a DECUS Tape from 1990
Fred Hiltz wrote he would only support an unchanged version of the code, David
Whitten doesn't know what license that implies. David Whitten's changes are
licensed as close to Public Domain as the law allows. It would be nice to keep David
informed about any changes you make to satisfy his curiosity.
Unknown License, but assumed to be a liberal one as it was on a DECUS Tape from 1990
Fred Hiltz wrote he would only support an unchanged version of the code, David
Whitten doesn't know what license that implies. David Whitten's changes are
licensed as close to Public Domain as the law allows. It would be nice to keep David
informed about any changes you make to satisfy his curiosity.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# m-adventure
Code from DECUS 1990 L&T SIG Tape : http://www.digiater.nl/openvms/decus/lt90a/mumpssig/games/

This Repository holds MUMPS routines and data to implement the original Adventure Game
19:: written in FORTRAN for the PDP-10 by Willie Crowther at MIT
19?? revised and extended by Don Woods of the Stanford Artificial Intelligence Lab
19?? rewritten in FORTRAN IV-Plus and then Fortran IV for the PDP-11 by Kent Blackett and Bob Supnick of Digital Equipment Corp
1983 translated it into 1983 ANSI Standard MUMPS Fred Hiltz of InterSystems Corp. (this program.)
1988 changes by unknown author PRX ;24Apr89 18:52 ;Copyright (c) 1989 PRx, Inc.
1989 changes by unknown authoer DNL;20May89 13:00;Copyright (c) 1989 PRx, Inc.
2016 Modified to use VA FileMan data structures & VistA SACC routines by David Whitten

Original MUMPS program required 40K bytes of disk storage for the programs
and 84K for the global ADV. Dynamic use of ^ADVG used 6K for each saved game
or in progress or suspended game.
Must be run in at least 6K of partition (local variables and stack)

Any help in contacting any of the aforementioned people to discuss license Issues will be
greatly appreciated. Especially Fred Hiltz.
I haven't talked to him in ten years and would like to.

Original program notes are in ADVDOC.m in this repository
Initial run of XINDEX results are in ADVINDEX.lis
# m-adventure
Code from DECUS 1990 L&T SIG Tape : http://www.digiater.nl/openvms/decus/lt90a/mumpssig/games/

This Repository holds MUMPS routines and data to implement the original Adventure Game
19:: written in FORTRAN for the PDP-10 by Willie Crowther at MIT
19?? revised and extended by Don Woods of the Stanford Artificial Intelligence Lab
19?? rewritten in FORTRAN IV-Plus and then Fortran IV for the PDP-11 by Kent Blackett and Bob Supnick of Digital Equipment Corp
1983 translated it into 1983 ANSI Standard MUMPS Fred Hiltz of InterSystems Corp. (this program.)
1988 changes by unknown author PRX ;24Apr89 18:52 ;Copyright (c) 1989 PRx, Inc.
1989 changes by unknown authoer DNL;20May89 13:00;Copyright (c) 1989 PRx, Inc.
2016 Modified to use VA FileMan data structures & VistA SACC routines by David Whitten

Original MUMPS program required 40K bytes of disk storage for the programs
and 84K for the global ADV. Dynamic use of ^ADVG used 6K for each saved game
or in progress or suspended game.
Must be run in at least 6K of partition (local variables and stack)

Any help in contacting any of the aforementioned people to discuss license Issues will be
greatly appreciated. Especially Fred Hiltz.
I haven't talked to him in ten years and would like to.

Original program notes are in ADVDOC.m in this repository
Initial run of XINDEX results are in ADVINDEX.lis

0 comments on commit c29cc4e

Please sign in to comment.