Home | History | Annotate | Download | only in sail
History log of /src/games/sail/lo_main.c
RevisionDateAuthorComments
 1.19  06-Aug-2010  dholland Rework the game startup so it uses curses nicely. There are now menus
and stuff for picking scenarios and ships and all that.
 1.18  17-Jan-2010  wiz Close file when finished with it. Found by cppcheck.
 1.17  12-Aug-2009  dholland sprinkle static
 1.16  14-Mar-2009  dholland Don't use perror()
 1.15  14-Mar-2009  dholland Remove some unnecessary casts.
 1.14  14-Mar-2009  dholland String buffer cleanup. sprintf bad.
 1.13  28-Jan-2008  dholland branches: 1.13.12;
Build with WARNS=4. Sort out the game's shadowing of its own variables,
which fixes at least one bug.
 1.12  07-Aug-2003  agc branches: 1.12.22;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.
 1.11  05-Feb-2001  christos remove redundant decls.
 1.10  16-Jan-2001  cgd include stdlib.h for prototypes (typically for exit()).
 1.9  04-Jan-2001  jwise Rationalize inclusion of header files: cut down on `include everything
everywhere' a little (more to go), and as per KNF, local includes after
system includes.
 1.8  01-Jan-2001  jwise ANSIfy in preparation for further work.
 1.7  03-Jul-2000  matt More include additions for exit, abs, strcmp, etc.
 1.6  08-Sep-1999  jsm Add use of `const' where appropriate to the games.

This merges in all such remaining changes from the Linux port of the
NetBSD games, except in hunt (where substantial changes from OpenBSD
need to be looked at).

Some such changes were previously covered in PRs bin/6041, bin/6146,
bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994,
bin/8039, bin/8057 and bin/8093.
 1.5  13-Oct-1997  christos Warns fixes:
use varargs properly
use unsigned chars where appropriate
fix typos
eliminate gcc warnings
 1.4  07-Jan-1997  tls Sync to 4.4BSD-Lite2
 1.3  22-Apr-1995  cgd clean up import, NetBSD RCS IDs
 1.2  01-Aug-1993  mycroft Add RCS identifiers.
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.3  28-Dec-1996  tls Import from 4.4BSD-Lite2
 1.1.1.2  22-Apr-1995  cgd src/games/sail from Lite
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.12.22.1  23-Mar-2008  matt sync with HEAD
 1.13.12.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed