summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove unused function return values (PR#6079 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-134-31/+22
|
* Saved games can NOT be restored by executing the save file (PR#6077)hubertf1998-09-131-3/+1
|
* Replace special handling of \r by using ICRNL (PR#6078 by Joseph Myers ↵hubertf1998-09-132-19/+5
| | | | <jsm28@cam.ac.uk>)
* Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-18/+4
|
* Make dm ignore TZ; PR#6073 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-131-2/+3
|
* constify, per PR 6041 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-09-135-23/+24
|
* Correct attribution as pointed out in pr 6114 by Jim Wise.frueauf1998-09-121-1/+2
|
* Make the helper programs compile right in a cross-compiling environment.wrstuden1998-09-122-2/+8
|
* add main() prototypehubertf1998-09-111-2/+4
|
* fix prototype, PR#5867hubertf1998-09-111-2/+3
|
* use symbolic constant for open(), PR#5867hubertf1998-09-111-3/+3
|
* fix main() prototype, per PR#5867hubertf1998-09-111-6/+4
|
* fix prototype, per PR#5867hubertf1998-09-113-7/+9
|
* fix prototypes, per PR#5867hubertf1998-09-112-4/+8
|
* fix prototype of mon_sees(), per PR#5867hubertf1998-09-111-2/+3
|
* be more precise for PI, as per PR5867hubertf1998-09-111-3/+5
|
* use symbolic constants for signals & open(2), as per PR#5867hubertf1998-09-112-6/+6
|
* remove unneeded typedef for TTYB, as per PR#5867hubertf1998-09-111-2/+1
|
* fix main() prototype, as per PR#5867hubertf1998-09-112-7/+5
|
* fix main() prototype, as per PR#5867hubertf1998-09-111-6/+4
|
* remove unused args from main(), as per PR#5867hubertf1998-09-111-5/+3
|
* fix typo, as per PR#5867hubertf1998-09-112-5/+5
|
* better define PI, plus improve prototype (PR#5867)hubertf1998-09-112-4/+7
|
* remove main() prototype, as per PR 6867hubertf1998-09-111-4/+1
|
* Fix typo, closes pr 6137 by Joseph Myers.frueauf1998-09-101-2/+2
|
* Add braces to make the new egcs happy.veego1998-08-3026-108/+148
|
* Use symbolic names for signals(!), open(2)-constants, ...hubertf1998-08-293-13/+13
| | | Fix applied as per PR 6058 by Joseph Myers <jsm28@cam.ac.uk>
* Use symbolic constants for seek(), open(). Fixed as per PR 6057 byhubertf1998-08-292-10/+10
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* Remove unused function and unnecessary prototypes, as per PR 6050 byhubertf1998-08-292-22/+6
| | | Joseph Myers <jsm28@cam.ac.uk>
* Improved signal handling as per PR 6051 byhubertf1998-08-292-5/+7
| | | Joseph Myers <jsm@octomino.demon.co.uk>
* DTRT if "give" is invoked without arguments. Fix contributed by Joseph S.hubertf1998-08-291-7/+17
| | | Myers <jsm28@cam.ac.uk>, closeds PR 6049.
* Don't allow empty "give" command (without arguments).hubertf1998-08-281-2/+6
| | | Fixes PR 6049 by Joseph Myers <jsm@octomino.demon.co.uk>.
* Replace some homegrown string-functions with standard-<string.h>-macros.hubertf1998-08-242-44/+11
| | | Reported by Joseph Myers <jsm28@cam.ac.uk> in PR 6028.
* Kill unused parameters, per PR 6023 by Joseph Myers <jsm28@cam.ac.uk>.hubertf1998-08-245-41/+39
|
* Untakable objects are marked with NULL pointers, not empty strings,hubertf1998-08-241-6/+6
| | | | resulting in core dumps. Fixed as per PR 6006 by Joseph Myers <jsm28@cam.ac.uk>.
* Propperly note place-change, as reported in PR 6008 by Joseph Samuel Myershubertf1998-08-241-2/+3
| | | <jsm28@cam.ac.uk>
* Initialize return-value correctly as pointed out in PR 6007 byhubertf1998-08-241-4/+3
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* Assign my copyrights to TNF.mycroft1998-08-152-5/+38
|
* bzero->memsetperry1998-08-102-4/+4
|
* Find setup-program even w/ obj dirs.hubertf1998-08-011-2/+2
|
* An airplane on a heading of 315, given instruction to turnbriggs1998-07-281-3/+3
| | | right 45 degrees should turn to direction 0, not circle.
* An airplane on a heading of 270, given instruction to turnbriggs1998-07-281-3/+3
| | | right 90 degrees should turn to direction 0, not circle.
* const poisoning.mycroft1998-07-277-18/+19
|
* const poisoning.mycroft1998-07-262-6/+6
|
* Fix some spelling errors reported by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-07-252-10/+10
| | | in PR 5842.
* Rename internal move() to move_ship(), as per PR 5841 byhubertf1998-07-252-6/+6
| | | Joseph Myers <jsm@octomino.demon.co.uk>.
* isleap expects years since Christ's birth, not the epoche)hubertf1998-07-251-4/+4
| | | Closees PR 5833 by Joseph S. Myers <jsm28@cam.ac.uk>.
* A collision is adjacency in all, not any of, three dimensions.briggs1998-07-241-2/+2
|
* Fix for compiling with -DFANCY, as per PR 5832 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-07-241-3/+7
|
* Log hostname, not OS - PR 5831 by Joseph Myers <jsm28@cam.ac.uk>hubertf1998-07-241-3/+3
|