ftp.nice.ch/pub/next/games/strategic/SokoSave.1.1.s.tar.gz#/SokoSave/RCS

Crate.tiff.Z.uu,v
 
CrateSafe.tiff.Z.uu,v
 
Empty.tiff.Z.uu,v
 
EmptySafe.tiff.Z.uu,v
 
FILE_SYNTAX.txt,v
 
HISTORY.txt,v
 
LargeArrowDown.tiff.Z.uu,v
 
LargeArrowDownLeft.tiff.Z.uu,v
 
LargeArrowDownRight.tiff.Z.uu,v
 
LargeArrowLeft.tiff.Z.uu,v
 
LargeArrowRight.tiff.Z.uu,v
 
LargeArrowUp.tiff.Z.uu,v
 
LargeArrowUpLeft.tiff.Z.uu,v
 
LargeArrowUpRight.tiff.Z.uu,v
 
Makefile,v
 
Makefile.postamble,v
 
Makefile.preamble,v
 
PACKAGE_NUMBER,v
 
PB.gdbinit,v
 
PB.project,v
 
Player.tiff.Z.uu,v
 
PlayerSafe.tiff.Z.uu,v
 
README,v
 
README_ABOUT_SOURCE_CODE,v
 
RELEASE_NUMBER,v
 
SCORES,v
 
SokoApp.M,v
 
SokoApp.h,v
 
SokoBoard.M,v
 
SokoBoard.h,v
 
SokoDefs.h,v
 
SokoEncode.cc,v
 
SokoEncode.h,v
 
SokoFiles.M,v
 
SokoFiles.h,v
 
SokoInfo.M,v
 
SokoInfo.h,v
 
SokoMatrix.M,v
 
SokoMatrix.h,v
 
SokoPref.M,v
 
SokoPref.h,v
 
SokoSave.iconheader,v
 
SokoSave.tiff.Z.uu,v
 
SokoSave_main.M,v
 
SokoScore.M,v
 
SokoScore.h,v
 
SokoUtil.cc,v
 
SokoUtil.h,v
 
Wall.tiff.Z.uu,v
 
freeze.sh,v
 
pack.sh,v
 
pack_binaries.sh,v
 
trim_scores.sh,v
 
unpack.sh,v
 

README,v

head     1.3;
branch   ;
access   ;
symbols  v10:1.3 v9:1.2;
locks    ; strict;
comment  @-- @;


1.3
date     97.12.10.04.15.59;  author sunshine;  state Exp;
branches ;
next     1.2;

1.2
date     97.11.13.04.40.23;  author zarnuk;  state Exp;
branches ;
next     1.1;

1.1
date     97.11.13.02.54.56;  author zarnuk;  state Exp;
branches ;
next     ;


desc
@@


1.3
log
@v10: Release 1.1
@
text
@Copyright (c)1997, Paul McCarthy.

   From: "Paul McCarthy" <zarnuk@@mcgh.org>
   Date: December 10th, 1997
Subject: SokoSave 1.1

SokoSave is a NEXTSTEP implementation of the Sokoban game.  This package
contains the binary executable compiled for NEXTSTEP 3.3.

Highlights:
* Fast
* Unlimited undo/redo.
* Save/restore board positions.
* Left-click automatic shortest-path moves.
* Right-click automatic push-to-destination.

SokoSave is "freeware".  You may use and enjoy this program for free.  You 
may make and distribute unmodified copies of this program for free provided 
that: (a) the program is distributed in its entirety without modification, 
and (b) no fee of any kind is collected for the distribution of the program.  

To install:
mkdir ~/Apps                            # Wherever you install games.
cd ~/Apps                               # Wherever you install games.
gnutar xzf SokoSave.1.1.NIHS.b.tar.gz   # Extracts SokoSave.app

No special permissions are required other than the ordinary permissions to 
create files in a directory.  

This package contains only the binary executable.  The source code is
available in the SokoSave.1.1.s.tar.gz package.


Paul McCarthy wrote the program.
Eric Sunshine corrected some bugs and enhanced the preferences panel.

SokoSave uses the MiscTableScroll, which is copyright (c)1997, Paul McCarthy
and Eric Sunshine.

Comments to: "Paul McCarthy" <zarnuk@@mcgh.org>
@


1.2
log
@no comment.
@
text
@d1 1
a1 1
Copyright 1997, Paul McCarthy.
d4 2
a5 2
   Date: November 13th, 1997
Subject: SokoSave 1.0
d7 2
a8 1
SokoSave is a NEXTSTEP implementation of the Sokoban game.
d25 1
a25 1
gnutar xzf SokoSave.1.0.NIHS.b.tar.gz   # Creates SokoSave.app
d30 2
a31 2
This package contains only the binary executable.  The source code is also
available in the SokoSave.1.0.s.tar.gz package.
d33 1
d35 1
d37 1
a37 1
SokoSave uses the MiscTableScroll, which is copyright 1997, Paul McCarthy
@


1.1
log
@v9
@
text
@d22 2
a23 1
cd /Games                               # Wherever you install games.
@

README_ABOUT_SOURCE_CODE,v

head     1.4;
branch   ;
access   ;
symbols  v10:1.4 v9:1.3;
locks    ; strict;
comment  @-- @;


1.4
date     97.12.10.04.16.09;  author sunshine;  state Exp;
branches ;
next     1.3;

1.3
date     97.11.13.04.40.45;  author zarnuk;  state Exp;
branches ;
next     1.2;

1.2
date     97.11.13.03.45.33;  author zarnuk;  state Exp;
branches ;
next     1.1;

1.1
date     97.11.13.02.54.53;  author zarnuk;  state Exp;
branches ;
next     ;


desc
@@


1.4
log
@v10: Release 1.1
@
text
@Copyright (c)1997, Paul McCarthy

   From: "Paul McCarthy" <zarnuk@@mcgh.org>
   Date: December 10th, 1997
Subject: SokoSave 1.1 Source Code.

SokoSave is a NEXTSTEP implementation of the Sokoban game.  This package
contains the source code for compilation under NEXTSTEP 3.3.

Highlights:
* Fast
* Unlimited undo/redo.
* Save/restore board positions.
* Left-click automatic shortest-path moves.
* Right-click automatic push-to-destination.

SokoSave is "freeware".  You may use and enjoy this program for free.  This 
package contains the source code for the SokoSave program.  You may examine, 
use and modify the source code for private, non-commercial purposes free of 
charge.  You may make and distribute unmodified copies of this source code 
for free provided that: (a) the source code is distributed in its entirety 
without modification, and (b) no fee of any kind is collected for the 
distribution of the source code.  

You may not distribute modified versions of the SokoSave program.
You may not distribute modified versions of the source code.
You may not distribute versions of the SokoSave program constructed from
modified versions of the source code.

These restrictions are for the protection of all.

If you would like some or all of your private modifications incorporated
in the officially published version of the SokoSave program, submit the
modified version of the source code to:

	"Paul McCarthy" <zarnuk@@mcgh.org>

Credit will be given to all contributors for whatever contributions are 
included in officially published versions of the SokoSave program.  I do not 
want others taking credit for my work, and I will not take credit for the 
work of others.  

NOTE: The SokoSave program requires the MiscTableScroll palette, version 129
or better.

To install:
cd ~/Source/Games                  # Wherever you install source code.
gnutar xzf SokoSave.1.1.s.tar.gz   # Extracts the source code.
cd SokoSave                        # Change to that directory
co RCS/unpack.sh,v                 # Check out the script to unpack.
./unpack.sh                        # Unpack the source.

No special permissions are required other than the ordinary permissions to 
create files in a directory.  


Paul McCarthy wrote the program.
Eric Sunshine corrected some bugs and enhanced the preferences panel.

SokoSave uses the MiscTableScroll, which is copyright (c)1997, Paul McCarthy
and Eric Sunshine.

Comments to: "Paul McCarthy" <zarnuk@@mcgh.org>
@


1.3
log
@no comment.
@
text
@d1 1
a1 1
Copyright 1997, Paul McCarthy
d4 2
a5 2
   Date: November 13th, 1997
Subject: SokoSave Source Code.
d7 2
a8 1
SokoSave is a NEXTSTEP implementation of the Sokoban game.
d48 1
a48 1
gnutar xzf SokoSave.1.0.s.tar.gz   # Creates SokoSave
d58 1
d60 1
a60 1
SokoSave uses the MiscTableScroll, which is copyright 1997, Paul McCarthy
@


1.2
log
@Fixed handling of language subprojects.
@
text
@d49 2
a50 2
co *.lproj/RCS/* RCS/*             # Check out the source code from RCS.
./unpack_binaries.sh               # Unpack the nibs, tiffs, etc.
@


1.1
log
@v9
@
text
@d49 1
a49 1
co RCS/*                           # Check out the source code from RCS.
@

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.