Commit Graph
100 Commits
Author SHA1 Message Date
jwalz 43690db0bc The last straightforward additions.
Now I have to figure out which of the shifts from here to there we
want from the <email deleted> submissions.
2006-05-04 22:15:37 +00:00
jwalz eade95f3ea And another handful of submitted entries. 2006-05-03 23:01:02 +00:00
jwalz 3f401e10dc Yet more of the <email deleted> entries. 2006-04-29 23:13:18 +00:00
jwalz 0c8c38a04c And another batch from <email deleted> 2006-04-28 22:28:48 +00:00
jwalz 497dd4bea0 The next few from <email deleted> 2006-04-27 22:35:41 +00:00
jwalz 3d3aa36eda The next <email deleted> batch. 2006-04-26 23:02:25 +00:00
jwalz f0a3911e62 Another batch from <email deleted>
And some space removal after I noticed some on incoming entries.
2006-04-25 20:46:31 +00:00
jwalz f0963e3fb6 Next batch from <email deleted> 2006-04-24 20:00:11 +00:00
jwalz 1c6e2c2d27 First batch from <email deleted> 2006-04-23 18:51:39 +00:00
jwalz 0a939c0e99 Update dungeoneers for data.base entries. 2006-04-23 17:22:46 +00:00
jwalz 2b391cddb0 Starting with a formatting sweep, including adding Pat's [] breaks. 2006-04-19 22:20:54 +00:00
jwalz 1c5fc011e5 Amazingly many players have never heard of kelp... 2005-08-10 19:41:59 +00:00
jwalz d382295554 We only had an entry for plain water. 2003-12-06 15:34:44 +00:00
jwalz c3960b1d49 SAFERHANGUP followup
We've previously been supporting R4+ for X11, but signals weren't added
until R6.  This at least lets it compile under R5.
2003-09-19 16:32:41 +00:00
jwalz 0b284f75a0 compilation bit 2003-09-08 00:48:37 +00:00
jwalz 2ea07652d8 lint removal -- nothing of import 2003-08-29 17:23:19 +00:00
jwalz 2d294c47f8 strerror() is ANSI
(and not found by default on e.g. SUNOS4 and SVR2)
2003-08-29 16:09:13 +00:00
jwalz 85c062ce47 Document the process of fighting a cross-compile into submission. 2003-07-05 23:20:22 +00:00
jwalz a3278098d4 Tweak to compile. 2003-07-05 22:37:10 +00:00
jwalz c845548c36 Make enhanced ammo last longer.
Since traps can no longer provide an infinite supply, and people were
complaining that they always ran out of ammo before, make it less likely
to break enchanted and blessed ammo, and more likely to break eroded
ones.
2003-05-28 21:54:37 +00:00
jwalz be7e8373f4 That one $(LD) needs to be an $(LD). $(CC) will link in the non-shared
C library and cause problems with address space for something NetHack's
size.
2003-05-28 17:33:54 +00:00
jwalz 902b4e67ef Insert static to match declaration. 2003-05-20 14:10:11 +00:00
jwalz d90083bba3 Dig up an actual Kop quote. 2003-02-19 20:38:54 +00:00
jwalz 6689de0e04 Lint cleanup, nothing significant.
There is one more new complaint that might cause problems:
explode.c(545): warning: conversion from long may lose accuracy
2003-02-19 03:18:49 +00:00
jwalz 19fe8a249b Update against what's in the directories. 2003-02-19 00:06:39 +00:00
jwalz 1d488f4762 Allow use of old compiler. 2003-02-18 22:31:12 +00:00
jwalz 2daae573a3 <Someone> passed on some OS/2 changes:
> <Someone> made several recommendations and has greatly improved the
> OS/2 makefile.
2002-06-07 22:10:21 +00:00
jwalz 1d656d8f00 From <Someone>.
] Attached are changes to the makefile and a small change to get dlb
] working correctly.
2002-03-31 22:56:30 +00:00
jwalz 11856d20b7 I recognize that this was an attempt to force the macro to act as a normal
statement that could be followed by ';' anywhere.  However, with the goto
there, my compiler complains every time it's used:
"ball.c", line 402: warning: statement not reached
"ball.c", line 434: warning: statement not reached
"ball.c", line 442: warning: statement not reached
"ball.c", line 449: warning: statement not reached
"ball.c", line 452: warning: statement not reached
"ball.c", line 457: warning: statement not reached
"ball.c", line 479: warning: statement not reached
"ball.c", line 498: warning: statement not reached
None of the current uses care about an excess statement, but is there a
way to satisfy both desires?
2002-03-31 22:42:07 +00:00
jwalz de2bde1b08 List <Someone>'s new win/gem files. 2002-03-20 03:53:55 +00:00
jwalz d98c30d989 <Someone>'s new files. 2002-03-20 03:50:49 +00:00
jwalz 931e38a6d7 <Someone>'s gem changes. 2002-03-20 03:45:07 +00:00
jwalz 545132999d <Someone>'s changes for the makefiles. 2002-03-20 03:30:45 +00:00
jwalz 2098e3ad7a <Someone>'s suggested changes needed to go in history too. 2002-03-18 15:33:38 +00:00
jwalz c3dc625957 Fix most of the errors <Someone> found. The perpetrator of the "Rush commands"
will need to either straighten it out themselves or let people assume it's
the capitalized ones.
2002-03-18 15:24:31 +00:00
jwalz 69ca802bb8 Keep in sync with Guidebook.mn. 2002-03-16 16:34:34 +00:00
jwalz 579360ed93 <Someone> pointed out a possible infinite loop here. 2002-03-15 22:07:24 +00:00
jwalz 6eb8c05ec8 It was pointed out that we didn't add names quite everywhere. 2002-03-15 22:06:46 +00:00
jwalz b964042e26 Another pre-ANSI bit. 2002-03-12 21:30:05 +00:00
jwalz bd5c9b3ebf Get the god name right in comments. 2002-03-11 02:31:42 +00:00
jwalz 3e6e2ff7c6 Lint part 2, mostly parameters. 2002-03-10 04:05:59 +00:00
jwalz bab78d03c8 Lint part 1, unused variables, routines, and return codes. 2002-03-10 00:30:53 +00:00
jwalz c7325ee019 Run 'make depend', after fixing up output. 2002-03-09 03:13:18 +00:00
jwalz 0846d6caf3 There's no point in mailing this out, but there doesn't seem to be a way
to stop it.
2002-03-09 02:20:28 +00:00
jwalz e833424555 Make pre-ANSI compiler happy. 2002-03-09 01:59:47 +00:00
jwalz 7218689e70 Import to new server 2002-01-05 21:06:03 +00:00
jwalz 244d692830 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 151a25df14 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz a91cc7270f *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 25e8787986 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 51c77c339e *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz ddc2aa945c *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 3b626d43f5 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz fc32b8449d *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz e05bd7f847 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz c7f9ab9a77 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 9b3573ac39 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 055f3a5850 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz d65638f405 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 994b738270 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 97746c89e6 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz a101b497c4 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 5d99d6459a *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz 6cb5d708ad *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz fa8a48aff1 *** empty log message *** 2002-01-05 21:06:03 +00:00
jwalz d80bc2ad3f *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz f752a442be *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 19f468b3ed *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 89005a14e4 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 369c06d179 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz be992b2f55 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 4ea8692373 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 1c4b42dd03 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz f4ed144a00 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 4e009433ed *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz e36a3d5a93 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 2055e1b624 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 0c438b1ee2 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz f11fe6f2d1 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 84c9a47633 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 6ef28bc0e3 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz a890b719d2 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 8213356876 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 7f821baa11 *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz 5f1be3727e *** empty log message *** 2002-01-05 21:06:02 +00:00
jwalz c389853b09 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 2d89ea0a3a *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 0288142885 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 85e7447054 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 5af1e0b842 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 4159aadfb5 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 41eabacf16 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 39f77c14e6 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz e9a6dfe268 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 5fa5f3bba7 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 645b71c442 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 27fbb7c86a *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 589bd2dec7 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz 121e5f1f18 *** empty log message *** 2002-01-05 21:06:01 +00:00
jwalz cc7dd25c97 *** empty log message *** 2002-01-05 21:06:01 +00:00