]> granicus.if.org Git - nethack/log
nethack
4 years agoThis is cron-daily v1-Oct-31-2019. guidebook updated: doc/Guidebook.txt NetHack-3.6.3.beta1.2019.11.17
nhw_cron [Mon, 18 Nov 2019 01:23:20 +0000 (20:23 -0500)]
This is cron-daily v1-Oct-31-2019.  guidebook updated: doc/Guidebook.txt

4 years agoThis is cron-daily v1-Oct-31-2019. files updated: Files
nhw_cron [Mon, 18 Nov 2019 01:23:28 +0000 (20:23 -0500)]
This is cron-daily v1-Oct-31-2019.  files updated: Files

4 years agodate bump
nhmall [Mon, 18 Nov 2019 01:19:41 +0000 (20:19 -0500)]
date bump

4 years agomark source tree as beta, previously marked work-in-progress
nhmall [Mon, 18 Nov 2019 01:06:21 +0000 (20:06 -0500)]
mark source tree as beta, previously marked work-in-progress

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Mon, 18 Nov 2019 00:57:18 +0000 (19:57 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agore-enable ifdef'd out code during code sleuthing a while back
nhmall [Mon, 18 Nov 2019 00:55:50 +0000 (19:55 -0500)]
re-enable ifdef'd out code during code sleuthing a while back

4 years ago'--showpaths' dlb vs non-dlbb
PatR [Mon, 18 Nov 2019 00:45:10 +0000 (16:45 -0800)]
'--showpaths' dlb vs non-dlbb

Have the --showpaths feedback mention whether dlb is in use or not,
and show the container file name(s) when it is.  Users of prebuilt
binaries or who build with a hints file instead of picking and
choosing things in config.h might not know, and vms (if it ever
catches up with --showpaths) uses a different container name from
everybody else ("nh-data.dlb" instead of "nhdat").

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Mon, 18 Nov 2019 00:15:02 +0000 (19:15 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoadd some guard code to the Is_*_level macros in dungeon.h
nhmall [Mon, 18 Nov 2019 00:13:23 +0000 (19:13 -0500)]
add some guard code to the Is_*_level macros in dungeon.h

All Is_*_level tests during early startup would test as true until
dungeon_topology was initialized in a new game or restored from
a save file. That could result in some unexpected code paths being
taken.

4 years agogrammar tid
keni [Sun, 17 Nov 2019 23:41:03 +0000 (18:41 -0500)]
grammar tid

4 years agopager warning fix and formatting
PatR [Sun, 17 Nov 2019 17:25:26 +0000 (09:25 -0800)]
pager warning fix and formatting

The mapglyph() change made a variable obsolete but it got left in
(idx = SYM_PET_OVERRIDE...).  Take it out and fix up the formatting
for the block of code that had it.

4 years agosysconf template for windows
nhmall [Sun, 17 Nov 2019 05:16:02 +0000 (00:16 -0500)]
sysconf template for windows

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Sun, 17 Nov 2019 03:53:53 +0000 (22:53 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoadd an mgflags parameter to mapglyph() to alter how it behaves internally
nhmall [Sun, 17 Nov 2019 03:49:36 +0000 (22:49 -0500)]
add an mgflags parameter to mapglyph() to alter how it behaves internally

avoid a recent save-value,call,restore-value kludge by adding
an mgflags parameter to mapglyph() to control its behavior

 Changes to be committed:
modified:   doc/window.doc
modified:   include/extern.h
modified:   include/hack.h
modified:   src/detect.c
modified:   src/mapglyph.c
modified:   src/pager.c
modified:   sys/amiga/winfuncs.c
modified:   sys/wince/mhmap.c
modified:   win/Qt/qt_win.cpp
modified:   win/Qt4/qt4map.cpp
modified:   win/X11/winmap.c
modified:   win/curses/cursdial.c
modified:   win/curses/cursinvt.c
modified:   win/curses/cursmain.c
modified:   win/gem/wingem.c
modified:   win/tty/wintty.c
modified:   win/win32/mhmap.c
modified:   win/win32/mswproc.c

4 years agogas cloud fix
PatR [Sun, 17 Nov 2019 02:31:30 +0000 (18:31 -0800)]
gas cloud fix

remove_region() calls newsym() when removing gas clouds, but when
newsym() checked whether it was updating a gas cloud location it
always got a false 'yes' because the region hadn't been removed yet.
Fixing this didn't seem to make any observable difference so it must
be followed fairly rapidly by a full vision recalc.

4 years agorename S_player_override to S_hero_override
PatR [Sat, 16 Nov 2019 22:31:57 +0000 (14:31 -0800)]
rename S_player_override to S_hero_override

4 years agoball&chain reformatting
PatR [Sat, 16 Nov 2019 21:47:21 +0000 (13:47 -0800)]
ball&chain reformatting

This has been sitting around for a while.

4 years agoplace_monster() debugging
PatR [Sat, 16 Nov 2019 21:42:25 +0000 (13:42 -0800)]
place_monster() debugging

Show more information if place_monster() detects something wrong.
I don't know whether it will actually be useful.

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Sat, 16 Nov 2019 21:40:40 +0000 (16:40 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agopartial fix for #H9430 - gas clouds vs monsters
PatR [Sat, 16 Nov 2019 20:05:05 +0000 (12:05 -0800)]
partial fix for #H9430 - gas clouds vs monsters

Don't show the gas cloud glyph at locations where monsters can be
sensed (telepathy, warning, extended detection).  It will work
better when/if vision of gas cloud locations gets fixed.  (Such
clouds behave as the hero can see into them, so warning doesn't
have any unseen monsters to show unless they're unseen for some
reason other than the gas cloud.)

4 years agomonsters entering regions
PatR [Sat, 16 Nov 2019 19:46:50 +0000 (11:46 -0800)]
monsters entering regions

Region processing does a lot of looping--when there are actually
regions present--and calls functions in those loops which do more
looping of their own.  This moves some of the simpler tests so that
they get done sooner and can avoid some of those function calls.
I was hoping that it would speed up the turn cycle on the Plane of
Fire where the spontaneous irregularly shaped fumaroles are composed
of a lot of small regions but I don't think there's any noticeable
difference.

In process of doing that, I discovered a bug (no doubt copy+paste
which escaped an intended update) with monster handling.  The check
for whether a monster is entering a region depends upon whether the
hero is in that same region rather than whether the monster is
already inside.  So a monster can enter a region--or have a moving
one enclose it--with impunity if the hero is already in that region.
Once the hero moves out of it, the monster will finally enter it.

4 years agolikely final pluralization change for today
nhmall [Sat, 16 Nov 2019 19:17:11 +0000 (14:17 -0500)]
likely final pluralization change for today

4 years agocurses lint
PatR [Sat, 16 Nov 2019 18:03:57 +0000 (10:03 -0800)]
curses lint

'orient' is the name of an enum defined in wincurs.h so don't use it
as a variable name in cursstat.c.  My compiler didn't complain using
'-Wshadow' but apparently some other one does.

Make the same change in the dead code located in the second half of
that file, plus a couple of formatting tweaks.

4 years agoreinstate bit - gak!
nhmall [Sat, 16 Nov 2019 15:15:55 +0000 (10:15 -0500)]
reinstate bit - gak!

4 years agoRevert "more pluralization"
nhmall [Sat, 16 Nov 2019 15:13:49 +0000 (10:13 -0500)]
Revert "more pluralization"

This reverts commit 6a3dcc6a382f69fbd6fe990e163cc69ddb8ca95e.

4 years agomore pluralization
nhmall [Sat, 16 Nov 2019 15:08:21 +0000 (10:08 -0500)]
more pluralization

4 years agoimprove pluralization on some words ending with a k-sound
nhmall [Sat, 16 Nov 2019 13:27:07 +0000 (08:27 -0500)]
improve pluralization on some words ending with a k-sound

fixes #245

4 years agofix curses compile warning
PatR [Sat, 16 Nov 2019 03:03:11 +0000 (19:03 -0800)]
fix curses compile warning

From hardfought; latest gcc complains that /* fall through other stuff */
doesn't match its pattern for /* fall through */ comment indicating
that omitted 'break' statement is intentional and one switch case is
deliberately continuing into the code for another.

4 years agohave --showpaths show DUMPLOG file
PatR [Sat, 16 Nov 2019 01:51:20 +0000 (17:51 -0800)]
have --showpaths show DUMPLOG file

While not a path exactly, the dumplog file isn't placed somewhere
fixed so being able to see where it is placed could be useful.

This cascaded a bit during testing.  Fix one of the warnings from
hardfought (fqn_prefix_names[]).  And a few more that came up with
SYSCF disabled (panictrace_gdb, two unused variables if files.c).

4 years agofix #H9420 - dipping while blind
PatR [Fri, 15 Nov 2019 20:09:45 +0000 (12:09 -0800)]
fix #H9420 - dipping while blind

Fix several feedback anomalies for dipping into potions.

4 years agohints/macosx10.14 comment
PatR [Fri, 15 Nov 2019 18:12:45 +0000 (10:12 -0800)]
hints/macosx10.14 comment

A comment in macosx10.14 describing how to create a signed package
had the last sample command wrong.  Fix it now in case that part
carries over to hypothetical--but likely--new macosx10.15 hints.

Also, shorten a couple of wide comment lines in the same area.

4 years agomore #H9392 - deafness vs music
PatR [Fri, 15 Nov 2019 00:42:53 +0000 (16:42 -0800)]
more #H9392 - deafness vs music

The report mentioned whistles but I had forgotten all about them by
the time I tried to deal with musical instruments.  Plain whistles
had deaf handling but magic whistles didn't.

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Fri, 15 Nov 2019 00:19:44 +0000 (19:19 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoheader issues so just remove them for now on msdos *.cross Makefiles
nhmall [Fri, 15 Nov 2019 00:18:49 +0000 (19:18 -0500)]
header issues so just remove them for now on msdos *.cross Makefiles

4 years agomore minor msdos Makefile bits
nhmall [Fri, 15 Nov 2019 00:17:44 +0000 (19:17 -0500)]
more minor msdos Makefile bits

4 years agofix #H9421 - typo in Soul Music #7
PatR [Fri, 15 Nov 2019 00:17:15 +0000 (16:17 -0800)]
fix #H9421 - typo in Soul Music #7

Misspelled "genius".  Typo in the transcription, not in the book.

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Fri, 15 Nov 2019 00:14:42 +0000 (19:14 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agosome msdos cross-compile additional notes and a clarification
nhmall [Fri, 15 Nov 2019 00:12:14 +0000 (19:12 -0500)]
some msdos cross-compile additional notes and a clarification

4 years agofix #H9424 - mon vs shade damage despite harmless
PatR [Thu, 14 Nov 2019 23:28:32 +0000 (15:28 -0800)]
fix #H9424 - mon vs shade damage despite harmless

Monster vs monster non-weapon attack against a shade that failed
due to non-silver and non-blessed hit was inflicting damage.

4 years agofix #H9426 - curses_procs null stubs
PatR [Thu, 14 Nov 2019 22:18:59 +0000 (14:18 -0800)]
fix #H9426 - curses_procs null stubs

4 years agofix #H9425 - shade_miss target
PatR [Thu, 14 Nov 2019 20:56:08 +0000 (12:56 -0800)]
fix #H9425 - shade_miss target

Fix 'unused' variable by using it as intended.  Thinko brought on by
too many revisions...

4 years agointroduce msdos build support for cross-compiling on other platforms
nhmall [Thu, 14 Nov 2019 19:10:56 +0000 (14:10 -0500)]
introduce msdos build support for cross-compiling on other platforms

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
keni [Thu, 14 Nov 2019 13:21:12 +0000 (08:21 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoattempt to fix .BR macro
keni [Thu, 14 Nov 2019 13:20:38 +0000 (08:20 -0500)]
attempt to fix .BR macro

4 years agofix #H1554, #H1736, github issue #240 - silver )
PatR [Wed, 13 Nov 2019 23:47:46 +0000 (15:47 -0800)]
fix #H1554, #H1736, github issue #240 - silver )

Fixes #240

Monster versus monster (melee and throwing) didn't handle shades
(need silver or blessed weapon to take damage) or silver feedback
(extra info when silver-haters are hit).

I did a lot of test, revise, re-test but didn't always re-test
everything that had previously been tested, so bugs that I thought
were quashed might have crept in.

Now if a missile weapon "passes harmlessly through the shade" it
will continue on and maybe hit something else.  (Regular misses
still stop at the missed target.)

A couple of minor ball&chain changes accidentally got included.

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Mon, 11 Nov 2019 23:13:19 +0000 (18:13 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoprototype fix after Windows gcc complaint
nhmall [Mon, 11 Nov 2019 23:12:39 +0000 (18:12 -0500)]
prototype fix after Windows gcc complaint

4 years agowidth of curses menus
PatR [Mon, 11 Nov 2019 20:55:50 +0000 (12:55 -0800)]
width of curses menus

Menus with wide header or separator lines were rendered wide enough
to avoid wrapping those lines, but ones with narrow header/separators
and wide selectable entries were limited to half the display even
though lots of lines that would fit with full width were being wrapped.
Change the latter behavior.

Menus are right justified with the edge of the map when narrower than
it, left justified otherwise, and if the display is wider than the map,
they'll extend beyond its right edge.  (That hasn't actually changed;
it's just that left-justification is more likely now that menus will
be wide enough to show wide inventory lines without wrapping.)

Get rid of my ridiculous hack to force wider menu for the 'symset'
and 'roguesymset' sub-menus of 'O' since it's no longer useful.

There's still room for improvement.  If any lines need to be wrapped
despite using the full width, or perhaps are just a lot wider than
most of the entries, menu width could be narrowed to just enough for
'normal' lines to fit so that one or two really long entries don't
distort the menu.  That's a bit more complicated than I want to deal
with right now.  [If implemented, it would be relevant for tty too.]

4 years agofixes catch-up
nhmall [Mon, 11 Nov 2019 20:24:01 +0000 (15:24 -0500)]
fixes catch-up

4 years agomore Windows path environ variable translation bits
nhmall [Mon, 11 Nov 2019 19:19:16 +0000 (14:19 -0500)]
more Windows path environ variable translation bits

4 years ago--showpaths wasn't returning the paths if there was an error in a config file
nhmall [Mon, 11 Nov 2019 17:49:54 +0000 (12:49 -0500)]
--showpaths wasn't returning the paths if there was an error in a config file

Also,
Windows only: Introduces some environment variable substitution for paths
specified in a config file

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Mon, 11 Nov 2019 16:51:28 +0000 (11:51 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agonew prefix_locked bits conditionalized to WIN32
nhmall [Mon, 11 Nov 2019 16:46:49 +0000 (11:46 -0500)]
new prefix_locked bits conditionalized to WIN32

4 years agoFix heap-use-after-free
Pasi Kallinen [Mon, 11 Nov 2019 16:46:14 +0000 (18:46 +0200)]
Fix heap-use-after-free

bcsign was used on a freed obj

4 years agoMerge branch 'NetHack-3.6' into bart-test
nhmall [Mon, 11 Nov 2019 16:27:50 +0000 (11:27 -0500)]
Merge branch 'NetHack-3.6' into bart-test

4 years agorestrict a recent deaf message change to player actions only
nhmall [Mon, 11 Nov 2019 15:59:07 +0000 (10:59 -0500)]
restrict a recent deaf message change to player actions only

4 years ago--showpaths
PatR [Sun, 10 Nov 2019 04:01:53 +0000 (20:01 -0800)]
--showpaths

Fix a couple of warnings about unused variables but mainly handle
OSX's multiple-choice for configuration file name.  I tried moving
my ~/.nethackrc to '~/Library/Prefences/NetHack Defaults.txt' and
both regular play and --showpaths are finding it successfully.

Also an untested fix for VMS.  "nethackini" is not supposed to have
any path information attached.

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Sun, 10 Nov 2019 02:22:04 +0000 (21:22 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoupdates to reveal_paths
nhmall [Sun, 10 Nov 2019 02:20:46 +0000 (21:20 -0500)]
updates to reveal_paths

4 years agomore slippery gloves
PatR [Sun, 10 Nov 2019 00:36:41 +0000 (16:36 -0800)]
more slippery gloves

Move makeplural(body_part(FINGER)) into its own routine, with option
to substitute gloves when wearing such.

Wearing slippery gloves (ie, wearing gloves while having slippery
fingers) wouldn't let you put on a ring because you can't take the
gloves off, but removing a worn ring lacked the same restriction.

After changing that, teach prayer that slippery gloves is another
reason why a ring of levitation can't be removed.

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Sat, 9 Nov 2019 16:12:18 +0000 (11:12 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoadd command line option --showpaths
nhmall [Sat, 9 Nov 2019 15:57:25 +0000 (10:57 -0500)]
add command line option --showpaths

Add
--showpaths
early option to show where NetHack is expecting to find certain files
without starting up a game. It exits afterwards.

Windows sample (for illustration only, locations may differ for you):
    Variable playground locations:
        [hackdir   ]="C:\Users\JohnDoe\NetHack\3.6\"
        [leveldir  ]="C:\Users\JohnDoe\AppData\Local\NetHack\3.6\"
        [savedir   ]="C:\Users\JohnDoe\AppData\Local\NetHack\3.6\"
        [bonesdir  ]="C:\ProgramData\NetHack\3.6\"
        [datadir   ]="C:\personal\nhdev\363\test\binary\"
        [scoredir  ]="C:\ProgramData\NetHack\3.6\"
        [lockdir   ]="C:\ProgramData\NetHack\3.6\"
        [sysconfdir]="C:\ProgramData\NetHack\3.6\"
        [configdir ]="C:\Users\JohnDoe\NetHack\3.6\"
        [troubledir]="C:\Users\JohnDoe\NetHack\3.6\"
    Your system configuration file (in sysconfdir):
        "C:\Users\JohnDoe\NetHack\3.6\sysconf"
    Your system symbols file (in sysconfdir):
        "C:\Users\JohnDoe\NetHack\3.6\symbols"
    Your personal configuration file (in configdir):
        "C:\Users\JohnDoe\NetHack\3.6\.nethackrc"

Linux (for illustration only, locations may differ for you):
    Your system configuration file:
        "/home/johndoe/nh/install/games/lib/nethackdir/sysconf"
    Your system symbols file:
        "/home/johndoe/nh/install/games/lib/nethackdir/symbols"
    Your personal configuration file:
        "/home/johndoe/.nethackrc"

4 years agofix #H9391 - slippery gloves
PatR [Sat, 9 Nov 2019 09:07:09 +0000 (01:07 -0800)]
fix #H9391 - slippery gloves

Slippery fingers would transfer from bare hands to gloved hands if
you put gloves on.  The reverse, transfering from gloves to bare
hands when taking gloves off, was already being prevented for
directly taking them off, but still allowed the slipperiness to
transfer when gloves were lost.  This prevents putting on gloves
when fingers are slippery and attempts to handle cases where gloves
get unworn by ways other than 'T' (or 'R') or 'A'.

There's no slippery attribute for objects (way too much work for too
little value); slippery gloves is just the combination of wearing
gloves and having slippery fingers (which now has to have happened
while already wearing those gloves).  This changes inventory to use
"(being worn; slippery)" when applicable and much of the patch deals
with funnelling Glib changes through new make_glib() to try to make
sure that persistent inventory adds or removes "; slippery" right
away when changes happen.

If gloves are taken off involuntarily (shapechange to a form that
can't wear them, destruction via scroll of destroy armor or monster
spell of same or via overenchantment, theft), slippery fingers ends
right away instead of the usual few turns later.

4 years agoone more deaf aware bit
nhmall [Fri, 8 Nov 2019 17:35:13 +0000 (12:35 -0500)]
one more deaf aware bit

4 years agoRevert "one more "Deaf-aware" comment"
nhmall [Fri, 8 Nov 2019 17:34:27 +0000 (12:34 -0500)]
Revert "one more "Deaf-aware" comment"

This reverts commit 2835d8774e77167b5e546bad0f82c23569ba4915.

4 years agoone more "Deaf-aware" comment
nhmall [Fri, 8 Nov 2019 16:22:50 +0000 (11:22 -0500)]
one more "Deaf-aware" comment

4 years agostatus highlight fix for experience level
PatR [Fri, 8 Nov 2019 01:54:57 +0000 (17:54 -0800)]
status highlight fix for experience level

When I expanded the Guidebook's sample configuration file I added
several status_hilite options.  I decided that I'd better test what
was written and discovered that if Xp had an up or changed rule as
well as one or more percentage rules, it was showing bogus changes
whenever the integer value of the percentage changed.  The fix
turned out to be simple but it took a while to figure out.

I ultimately left the status_hilite settings out of the sample
options, because they tended to be too wide for Guidebook.txt's
formatting rather than because they weren't working as expected.

4 years agomissing data file on vms
PatR [Fri, 8 Nov 2019 00:21:52 +0000 (16:21 -0800)]
missing data file on vms

vms's install.com was processing bigrm-%.lev (which corresponds to
bigrm-?.lev on unix) so missed two-digit bigrm-10.lev.

4 years agobump the Guidebook date
nhmall [Fri, 8 Nov 2019 00:15:34 +0000 (19:15 -0500)]
bump the Guidebook date

4 years agomore Guidebook tweaks
PatR [Fri, 8 Nov 2019 00:10:55 +0000 (16:10 -0800)]
more Guidebook tweaks

Expand the sample configuration file a little and prevent it from
going past the right margin in Guidebook.txt.

Replace all instances of "config file" with "configuration file".

Reformat the "notes" at the end of the table of map symbols.
Unfortunately Guidebook.pdf from Guidebook.ps from Guidebook.mn
puts a page break between the header line "notes" and the two
actual notes.

Value 1 for 'mouse_support' was not just exceeding the margin of
Guidebook.txt but wrapping to the next line.  Shorten it.

Guidebook.tex had a typo "in the foler" (where 'folder' was meant)
and Guidebook.mn didn't have that phrase at all.

Remove a few trailing spaces.

4 years agotypo
nhmall [Thu, 7 Nov 2019 15:59:20 +0000 (10:59 -0500)]
typo

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Thu, 7 Nov 2019 15:51:09 +0000 (10:51 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoUpdate README and include/patchlevel.h
nhmall [Thu, 7 Nov 2019 15:50:14 +0000 (10:50 -0500)]
Update README and include/patchlevel.h

4 years agofixes36.3 again
PatR [Thu, 7 Nov 2019 09:42:29 +0000 (01:42 -0800)]
fixes36.3 again

Noticed that "multiple" was misspelled for entry about menu action
':' misbehaving under curses, but the phrasing for whole entry was
difficult to comprehend so try to word it better.

[This one is in the highlights list with the old wording.]

4 years agoFixes typo
Pasi Kallinen [Thu, 7 Nov 2019 09:23:28 +0000 (11:23 +0200)]
Fixes typo

4 years agofixes36.3 tidying
PatR [Thu, 7 Nov 2019 09:15:09 +0000 (01:15 -0800)]
fixes36.3 tidying

Reword a few entries, remove a few trailing spaces.

4 years agoGuidebook.mn bit
nhmall [Wed, 6 Nov 2019 22:59:12 +0000 (17:59 -0500)]
Guidebook.mn bit

4 years agobuffer size
nhmall [Wed, 6 Nov 2019 21:51:47 +0000 (16:51 -0500)]
buffer size

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Wed, 6 Nov 2019 21:45:15 +0000 (16:45 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agodon't hardcode the version id in windmain
nhmall [Wed, 6 Nov 2019 21:44:25 +0000 (16:44 -0500)]
don't hardcode the version id in windmain

4 years agounix USE_FCNTL vs 'perm'
PatR [Wed, 6 Nov 2019 18:52:48 +0000 (10:52 -0800)]
unix USE_FCNTL vs 'perm'

Reported directly to devteam, the POSIX_TYPES subset (most? all
these days?) of Unix that defines USE_FCNTL was unlocking lock file
'perm' when done with it but wasn't explicitly closing it unless
the unlocking failed.  Triggered a valgrind complaint and could have
posed a problem if restart gets implemented for this configuraiton.

4 years agofix #H9407 - "butterfiles"
PatR [Wed, 6 Nov 2019 18:06:59 +0000 (10:06 -0800)]
fix #H9407 - "butterfiles"

Feedback when playing music while hallucinating misspelled
"butterflies".

Other bits in the same code (not part of #H9407):

All feedback messages while impaired gave "You produce <something>"
which was immediately followed by many of the instruments giving
their own "You produce <some other thing>."  Change the verb for the
playing-while-impaired messages to avoid having two consecutive
"you produce" ones.

Also, multiple impairments (two or more of stunned, confused, and
hallucinating) always gave the generic "what you produce is far
from music" message.  Have them sometimes ignore excess impairments
to give the message for one of those.

4 years agoupdated Guidebook.txt
nhmall [Tue, 5 Nov 2019 14:18:25 +0000 (09:18 -0500)]
updated Guidebook.txt

4 years agodeafness left "Perhaps that why you cannot move it" message orphaned
nhmall [Tue, 5 Nov 2019 04:08:15 +0000 (23:08 -0500)]
deafness left "Perhaps that why you cannot move it" message orphaned

4 years agochasonr's msdos Makefile.gcc pdcurses build changes
nhmall [Tue, 5 Nov 2019 03:50:04 +0000 (22:50 -0500)]
chasonr's msdos Makefile.gcc pdcurses build changes
 # Please enter the commit message for your changes. Lines starting

closes #243

4 years agoMerge branch 'chasonr-msdos-build-363' into NetHack-3.6
nhmall [Tue, 5 Nov 2019 03:47:21 +0000 (22:47 -0500)]
Merge branch 'chasonr-msdos-build-363' into NetHack-3.6

4 years agoMerge branch 'msdos-build-363' of https://github.com/chasonr/NetHack into chasonr...
nhmall [Tue, 5 Nov 2019 03:46:35 +0000 (22:46 -0500)]
Merge branch 'msdos-build-363' of https://github.com/chasonr/NetHack into chasonr-msdos-build-363

4 years agoUpdated windows directory paths to latest iteration of design.
Bart House [Tue, 5 Nov 2019 03:34:03 +0000 (19:34 -0800)]
Updated windows directory paths to latest iteration of design.

4 years agoDeal with FreeDOS bugs when building pdcurses.a
Ray Chason [Tue, 5 Nov 2019 03:26:47 +0000 (22:26 -0500)]
Deal with FreeDOS bugs when building pdcurses.a

4 years agoThis is cron-daily v1-Oct-31-2019. files updated: Files
nhw_cron [Tue, 5 Nov 2019 01:28:59 +0000 (20:28 -0500)]
This is cron-daily v1-Oct-31-2019.  files updated: Files

4 years agofix symset:curses S_tree NetHack-3.6.3.wip.2019.11.04
PatR [Mon, 4 Nov 2019 18:42:14 +0000 (10:42 -0800)]
fix symset:curses S_tree

Symbol set changes...

curses:
  S_tree (use plus-or-minus sign instead of accidental horizontal line);
  S_bars (switch from default '#' to not-equals sign);

DECgraphics:
  S_altar (switch from default '_' to 'pi');
  S_bars (switch from 'pi' to not-equals sign);

DECgraphics_2: get rid of this commented out set since its contents are
  now folded into DECgraphics.

(The IBMgraphics one is just whitespace; delete a <space> that precedes
a <tab>.)

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
nhmall [Mon, 4 Nov 2019 17:33:01 +0000 (12:33 -0500)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agocode maintenance bit to white-list current "You hear" instances
nhmall [Mon, 4 Nov 2019 17:28:25 +0000 (12:28 -0500)]
code maintenance bit to white-list current "You hear" instances

Flag existing occurrences of "You hear" as "Deaf-aware" so
that a grep for that string in the future doesn't need to
trigger further investigation of those.

4 years agodipping into holy/unholy water while blind
PatR [Mon, 4 Nov 2019 17:14:18 +0000 (09:14 -0800)]
dipping into holy/unholy water while blind

Something I realized while following up a newsgroup post.  If you
knew an item's bless/curse state and dipped it into water while
blind, the bknown flag stayed set and you learned the item's new
bless/curse state without seeing any "glows blue/black/&c" feedback.
Clear the flag unless you know that the potion being dipped into is
water (or is clear if not water has not been discovered) and also
know the water potion's own bless/curse state.

4 years agoFix unleashable message given for non-leashed monster
Pasi Kallinen [Mon, 4 Nov 2019 16:58:22 +0000 (18:58 +0200)]
Fix unleashable message given for non-leashed monster

4 years agomore deafness-related message corrections
nhmall [Mon, 4 Nov 2019 05:36:54 +0000 (00:36 -0500)]
more deafness-related message corrections

4 years agoMerge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into...
Bart House [Mon, 4 Nov 2019 02:46:44 +0000 (18:46 -0800)]
Merge branch 'NetHack-3.6' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6

4 years agoDismiss the splash dialog when user hits window close.
Bart House [Mon, 4 Nov 2019 02:46:33 +0000 (18:46 -0800)]
Dismiss the splash dialog when user hits window close.

4 years agofix #H9392 - deafness vs music
PatR [Mon, 4 Nov 2019 02:12:55 +0000 (18:12 -0800)]
fix #H9392 - deafness vs music

Music wasn't using You_hear() so needs to handle Deaf itself.  Have
it give alternate messages for sounds being emitted from instruments.

This doesn't implement the suggestion that a Deaf hero shouldn't be
able to produce the same music as a non-deaf one.

4 years agoAdded new map_mode tiles_fit_to_screen for Windows NetHackW.exe
Bart House [Mon, 4 Nov 2019 01:59:39 +0000 (17:59 -0800)]
Added new map_mode tiles_fit_to_screen for Windows NetHackW.exe