summaryrefslogtreecommitdiffstats
path: root/sail/lo_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework the game startup so it uses curses nicely. There are now menusdholland2010-08-061-2/+63
| | | and stuff for picking scenarios and ships and all that.
* Close file when finished with it. Found by cppcheck.wiz2010-01-171-2/+3
|
* sprinkle staticdholland2009-08-121-3/+3
|
* Don't use perror()dholland2009-03-141-6/+5
|
* Remove some unnecessary casts.dholland2009-03-141-4/+4
|
* String buffer cleanup. sprintf bad.dholland2009-03-141-4/+6
|
* Build with WARNS=4. Sort out the game's shadowing of its own variables,dholland2008-01-281-5/+5
| | | which fixes at least one bug.
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* remove redundant decls.christos2001-02-051-4/+2
|
* include stdlib.h for prototypes (typically for exit()).cgd2001-01-161-2/+3
|
* Rationalize inclusion of header files: cut down on `include everythingjwise2001-01-041-4/+6
| | | | everywhere' a little (more to go), and as per KNF, local includes after system includes.
* ANSIfy in preparation for further work.jwise2001-01-011-6/+5
|
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* Add use of `const' where appropriate to the games.jsm1999-09-081-3/+3
| | | | | | | | | 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.
* Warns fixes:christos1997-10-131-2/+4
| | | | | | use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings
* Sync to 4.4BSD-Lite2tls1997-01-071-4/+4
|
* clean up import, NetBSD RCS IDscgd1995-04-221-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+91