nethack
22 years ago(from Yitzhak)
nethack.allison [Sat, 23 Mar 2002 20:17:18 +0000 (20:17 +0000)]
(from Yitzhak)
-Yitzhak provided this prior to release
 but it never made it in.

22 years agotrack Revision in Guidebook's
cohrs [Sat, 23 Mar 2002 20:03:20 +0000 (20:03 +0000)]
track Revision in Guidebook's
- Keni mentioned on 3/20 that it would be nice to have $Revision$
in Guidebook.mn.  Added to both .mn and .tex versions.

22 years agowin32tty: use_inverse option
nethack.allison [Sat, 23 Mar 2002 19:49:07 +0000 (19:49 +0000)]
win32tty: use_inverse option

respect use_inverse and default to ATR_BOLD if disabled

22 years agobad wizkit items
arromdee [Sat, 23 Mar 2002 18:30:38 +0000 (18:30 +0000)]
bad wizkit items
Format multiple bad wizkit items a little better.  It will scroll off the screen
if there are more than a screen of bad items, but that's probably not too
likely.

22 years agomore explode panic()
nethack.allison [Sat, 23 Mar 2002 17:27:52 +0000 (17:27 +0000)]
more explode panic()
You could still get a panic. To reproduce:
- wizwish for a statue, and drop it
- wizwish for a landmine, and apply it at same location as statue
- move one square and wish for a boulder, drop it (automatically likely)
- push the boulder on the landmine to trigger it.
- the panic came from the statue this time.

22 years agoThe spellbook fadefades.
nethack.allison [Sat, 23 Mar 2002 12:43:11 +0000 (12:43 +0000)]
The spellbook fadefades.

<email deleted>
<email deleted>
Sent: Saturday, March 23, 2002 6:01 AM
Subject: Bug in 3.4.0: spellbook fading

> Dip a spellbook in a fountain:
> "The spellbook fadefades."
>
> In get_wet (potion.c), otense is used, which returns "fades",
> redundantly, as a suffix to "fade".

22 years agoconduct bit
nethack.rankin [Sat, 23 Mar 2002 12:08:19 +0000 (12:08 +0000)]
conduct bit
     Document the way to decline a wish or genocide, and allow both
actions to accept both "none" and "nothing" so that players don't
have to remember which response goes with which prompt.

22 years agoupdate ./Files with new fixes34.1
nethack.allison [Sat, 23 Mar 2002 09:00:13 +0000 (09:00 +0000)]
update ./Files with new fixes34.1

22 years agoannoying shop bug
nethack.rankin [Sat, 23 Mar 2002 06:53:09 +0000 (06:53 +0000)]
annoying shop bug
     The shop billing code assumes that food marked partly eaten
is worthless, but the eating code was changed to make sure that any
eating attempt will never leave food marked as not partly eaten.
The end result is that non-corpse food which is consumed in a
single byte can be eaten off shop floors for free, and if eaten
from inventory--so already on shop bill--the "Ix" display of used
up goods lists the item as partly eaten (with right price though).

     This fix makes single-byte food be handled the same as other
food:  the first byte taken causes the food to be auto-purchased
immediately instead of waiting until it's used up to add it to the
shopping bill.

22 years agoMjollnir fix
nethack.rankin [Sat, 23 Mar 2002 04:37:02 +0000 (04:37 +0000)]
Mjollnir fix
     Fix one of the problems From a bug report:  Mjollnir is only
giving the intended feedback when it is thrown.  Against ordinary
monsters the problem isn't too bad--you get a lightning message
without the preceding hit message--but against resistant ones there
is no message at all when you hit hand-to-hand.  (There is a similar
bug for artifacts which add magic missile damage, but since no such
artifacts exist that isn't much of a problem. :-)

22 years ago#R650: Game crash (Panic - obj not free)
nethack.allison [Sat, 23 Mar 2002 01:35:59 +0000 (01:35 +0000)]
#R650: Game crash (Panic - obj not free)

> <email deleted>
> Oops! [...]
> Suddenly, the dungeon collapses.
> place_object: obj not free
>
> The crash is reproducible in wizmode by wishing for a landmine, arming it and
> pushing a wished-for boulder onto it.

22 years agoRemove files Pat noticed.
nethack.allison [Fri, 22 Mar 2002 11:16:12 +0000 (11:16 +0000)]
Remove files Pat noticed.
- they are now included in the oldfiles.tgz archive
available in the usual place old/oldfiles.tgz

22 years agoclean up Files
cohrs [Thu, 21 Mar 2002 04:37:35 +0000 (04:37 +0000)]
clean up Files

22 years agofinal? 3.4 Guidebook.txt update
cohrs [Wed, 20 Mar 2002 15:27:09 +0000 (15:27 +0000)]
final? 3.4 Guidebook.txt update

22 years agoMac documentation tidbit
kmhugo [Wed, 20 Mar 2002 13:48:22 +0000 (13:48 +0000)]
Mac documentation tidbit

Fix a documentation inaccuracy pointed out by Michael.  Intended for
the 3.4.0 source tarball, even though it was submitted after the
code freeze.  Does not affect compiled binaries.

22 years ago(final patch from <Someone>)
nethack.allison [Wed, 20 Mar 2002 13:05:58 +0000 (13:05 +0000)]
(final patch from <Someone>)
This patch implements two things:
- space now dismisses a menu, text or menutext window when you are
  at the bottom of that window
- Page scrolling in menus now works as follows:
  pressing PgDn (or Space in NH mode) moves the focus down one page,
  and moves the scroll position down one page. The effect of this
  is that you always get a full new page of items (which is what
  NetHack players expect), and that the focus moved down one page
  (what Windows users expect.)
  The same (revers) goes for scrolling up a page.

A Windows user will still be a bit surprised when the focus is on
the top item, and he presses '>': he gets a new page of things instead
of the focus moving to the bottom of the page.
However, the PgUp/PgDn keys (which he probably uses) still have the
old Windows behaviour.

22 years agoAdd the fixes disclaimer to README.
nethack.allison [Wed, 20 Mar 2002 11:55:46 +0000 (11:55 +0000)]
Add the fixes disclaimer to README.

22 years agoGuidebook dates to match release date
nethack.allison [Wed, 20 Mar 2002 11:47:10 +0000 (11:47 +0000)]
Guidebook dates to match release date

22 years ago(from Yitzhak)
nethack.allison [Wed, 20 Mar 2002 10:44:13 +0000 (10:44 +0000)]
(from Yitzhak)
This band adds handling for the "5" key in the numeric keypad.  This is
called VK_CLEAR in the VK_ constants.  Using this band, and with
NumLock off, doing 5 will send NetHack the letter 'g'.  Doing SHIFT-5 will
send 'G'.  Without this band and with NumLock off, 5 does nothing.  With
NumLock on, 5 sends 5.

22 years agodate change again
nethack.allison [Wed, 20 Mar 2002 10:34:41 +0000 (10:34 +0000)]
date change again

22 years agoprobing of empty containers--right diff this time
nethack.rankin [Wed, 20 Mar 2002 09:07:39 +0000 (09:07 +0000)]
probing of empty containers--right diff this time

22 years agoprobing of empty containers
nethack.rankin [Wed, 20 Mar 2002 09:06:30 +0000 (09:06 +0000)]
probing of empty containers

22 years agoMac port update
kmhugo [Wed, 20 Mar 2002 06:33:45 +0000 (06:33 +0000)]
Mac port update

* Update Mac port to new options system.
* Update Mac-specific documentation.
* Remove hardcoded version strings.
* Remove obsolete popup_dialog.

22 years agoMac resource file update
kmhugo [Wed, 20 Mar 2002 06:30:23 +0000 (06:30 +0000)]
Mac resource file update

Changes to the resource file used for the Macintosh port.
Specifically, remove hardcoded version string and popup dialogs.

This is formatted with BinHex so it can be stored on non-Mac
systems without losing the resource fork.  Though it is text,
it is not intended to be human-readable.

22 years agoList <Someone>'s new win/gem files.
jwalz [Wed, 20 Mar 2002 03:53:55 +0000 (03:53 +0000)]
List <Someone>'s new win/gem files.

22 years ago<Someone>'s new files.
jwalz [Wed, 20 Mar 2002 03:50:49 +0000 (03:50 +0000)]
<Someone>'s new files.

22 years ago<Someone>'s gem changes.
jwalz [Wed, 20 Mar 2002 03:45:07 +0000 (03:45 +0000)]
<Someone>'s gem changes.

22 years ago<Someone>'s changes for the makefiles.
jwalz [Wed, 20 Mar 2002 03:30:45 +0000 (03:30 +0000)]
<Someone>'s changes for the makefiles.

22 years agorelease date adjustment
nethack.allison [Tue, 19 Mar 2002 22:46:18 +0000 (22:46 +0000)]
release date adjustment

22 years ago(from <Someone>)
nethack.allison [Tue, 19 Mar 2002 22:37:22 +0000 (22:37 +0000)]
(from <Someone>)
This implements some items on the ToDo list:
- H0005: Space does the same as PgDn in text, menu and 'menutext'
        windows if NetHack mode is on.
- M0004: The cursor (caret) is hidden in text windows and menu
         windows.
         PgUp/PgDn/Up/Dn don't move the cursor, but scroll the
         window.

23 years agoGnome player selection
cohrs [Tue, 19 Mar 2002 08:27:55 +0000 (08:27 +0000)]
Gnome player selection
- provide full 3.4-style player selection, based on tty_player_selection
- generalize selection dialog so it can be used for all 4 prompts

23 years agofinal(?) touchstone
nethack.rankin [Tue, 19 Mar 2002 05:13:50 +0000 (05:13 +0000)]
final(?) touchstone
     Put back the "better gold handling" that was inadvertently
dropped from the previous rewrite.  Prevent gems rubbed on cursed
gray stones other than touchstones from being shattered.  Fix
several pluralization buglets, including allowing the player to
rub a stone against itself if the quantity is more than one (just
like potion dipping is handled).  Overall, streamline the rather
convoluted logic, eliminating the `goto's.

23 years ago/tmp/msg
cohrs [Tue, 19 Mar 2002 04:20:20 +0000 (04:20 +0000)]
/tmp/msg

23 years agoBy "Rush commands", I meant `G' (though I've only ever pressed Alt).
warwick [Tue, 19 Mar 2002 03:42:59 +0000 (03:42 +0000)]
By "Rush commands", I meant `G' (though I've only ever pressed Alt).

23 years ago(from Yitzhak)
nethack.allison [Mon, 18 Mar 2002 21:44:09 +0000 (21:44 +0000)]
(from Yitzhak)
accelerators

23 years agoSpotted a missing % in Guidebook.tex
nethack.allison [Mon, 18 Mar 2002 20:11:51 +0000 (20:11 +0000)]
Spotted a missing % in Guidebook.tex

23 years ago<Someone>'s suggested changes needed to go in history too.
jwalz [Mon, 18 Mar 2002 15:33:38 +0000 (15:33 +0000)]
<Someone>'s suggested changes needed to go in history too.

23 years agoFix most of the errors <Someone> found. The perpetrator of the "Rush commands"
jwalz [Mon, 18 Mar 2002 15:24:31 +0000 (15:24 +0000)]
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.

23 years agoGuidebook suggestions by <Someone>
nethack.allison [Mon, 18 Mar 2002 11:34:55 +0000 (11:34 +0000)]
Guidebook suggestions by <Someone>
- Also, I just noticed that an entire devteam paragraph
was duplicated in the .tex version.

23 years agobetter trap searching behavior
cohrs [Mon, 18 Mar 2002 07:30:48 +0000 (07:30 +0000)]
better trap searching behavior
- if a trap is hidden by clutter, cls() before delay, remove windowport
specific behavior, makes trap more obvious in all cases

23 years agokelp fronds are really not gems
cohrs [Mon, 18 Mar 2002 06:58:18 +0000 (06:58 +0000)]
kelp fronds are really not gems
- finish un-confusing the kelp frond case

23 years agokelp fronds are not gems
cohrs [Mon, 18 Mar 2002 06:46:01 +0000 (06:46 +0000)]
kelp fronds are not gems
- mksobj had a misplaced test for KELP_FROND in the GEM_CLASS code, moved
to the FOOD_CLASS code

23 years agodisclosure bug
nethack.allison [Mon, 18 Mar 2002 02:24:35 +0000 (02:24 +0000)]
disclosure bug

From <Someone>:
>And finally a bug-report:
>The new disclose-option didn't fully work.
>While the -ny prefixes works like explained the + prefix
>(show it don't ask) acts like -.
>A possible fix is, change the return-value of
>should_query_disclose_option for case DISCLOSE_YES_WITHOUT_PROMPT
>to TRUE and handle the case defquery=='q' in list_*-function
>as "don't ask". Or add a new boolean ask parameter to the
>list_*-functions.

23 years ago(from Yitzhak) mhmain, ntty
nethack.allison [Mon, 18 Mar 2002 00:43:15 +0000 (00:43 +0000)]
(from Yitzhak) mhmain, ntty

23 years agoNew file: fixes34.1
nethack.allison [Mon, 18 Mar 2002 00:24:19 +0000 (00:24 +0000)]
New file: fixes34.1
Note that this is not tagged as part of 3.4.0.

23 years agoOne leftover height use in Qt tile support
cohrs [Mon, 18 Mar 2002 00:02:51 +0000 (00:02 +0000)]
One leftover height use in Qt tile support

23 years agoGnome basic functionality
cohrs [Sun, 17 Mar 2002 22:36:57 +0000 (22:36 +0000)]
Gnome basic functionality
- Makefile.src update for new dependency

23 years agoAs pointed out by <Someone>
nethack.allison [Sun, 17 Mar 2002 21:59:19 +0000 (21:59 +0000)]
As pointed out by <Someone>
> while testing the new wc_-Features for Gem I noticed
> in nh340b11 options.c parse_options there is a bug.
> If a optionname starts with "font" a opts+=4; is
> performed on it, but if via string_for_opt an
> error occurs badoption is reporting i.E.
>    Bad Syntax: _menu use "?g" ...
> instead of font_menu.
>
> Possible fixes include shift the pointer back (bad)
> or use another pointer.
>
> <Someone>

23 years agoGnome basic functionality
cohrs [Sun, 17 Mar 2002 20:16:57 +0000 (20:16 +0000)]
Gnome basic functionality
- let the "#" key work as per Guidebook
- role selection didn't work if you had gender specified in your .nethackrc
  similar problems would occur for other .nethackrc selections
- fix an obvious memory leak
- fix one crash bug from accessing a freed pointer (M-? dismiss M-?)
- note some invalid behavior in comments for a real Gnome developer to fix
- reformatted some code so I could follow it

23 years agoX11 wide tilemap support - Gnome patch
cohrs [Sun, 17 Mar 2002 20:04:56 +0000 (20:04 +0000)]
X11 wide tilemap support - Gnome patch
- update Gnome code to support a 40 tile wide XPM file

23 years agoX11 wide tilemap support
cohrs [Sun, 17 Mar 2002 20:02:47 +0000 (20:02 +0000)]
X11 wide tilemap support
- support X11 tile files (with or without XPM) that are 40 tiles wide
- rearrange some X11 code to share more code between XPM & non-XPM options
- clean out some deprecated X11/winmap.c #ifdefs
- update Qt code minimally to handle such an XPM file

23 years ago(from Yitzhak) ALT-?
nethack.allison [Sun, 17 Mar 2002 17:07:22 +0000 (17:07 +0000)]
(from Yitzhak) ALT-?
This patch allows ALT-? to do #? in NetHack mode by not doing
TranslateAccelerator in NetHack mode.  This relies on the short circuit
logic of || (much of NetHack code relies on it, it's just an explanatory note).

23 years ago(from Yitzhak) ALT-H
nethack.allison [Sun, 17 Mar 2002 17:03:45 +0000 (17:03 +0000)]
(from Yitzhak) ALT-H
This patch disables ALT-H in NetHack mode.  Before patch: ALT-H in NetHack
mode brings down the Help menu in the menu bar.  After patch: ALT-H does
nothing in NetHack mode.  In both cases, in Windows mode, ALT-H brings
down the Help menu in the menu bar.   I can easily write a patch to have
ALT-H in NetHack mode act the same as '?'.

Explanation:
return 0: this window proc has processed this event.
return DefWindowProc(): process using default window proc.

ALT-H is the only key for which DefWindowProc() does something special AND
reaches the else.

23 years ago<Someone>'s trap detection complaint
nethack.allison [Sun, 17 Mar 2002 16:03:29 +0000 (16:03 +0000)]
<Someone>'s trap detection complaint

To address <Someone>'s complaint, make the cluttered
trap detection tty only. Also put in some dead
code that could make it work elsewhere in future
when there is time to test.

23 years agoregenerate Guidebook.txt
cohrs [Sun, 17 Mar 2002 15:49:09 +0000 (15:49 +0000)]
regenerate Guidebook.txt
- created on RedHat Linux 7.2 using standard tools

23 years agoChange timestamp on Guidebook since it has changed anyway.
nethack.allison [Sun, 17 Mar 2002 14:46:48 +0000 (14:46 +0000)]
Change timestamp on Guidebook since it has changed anyway.

23 years agochange timestamps; tweak a couple of port things
nethack.allison [Sun, 17 Mar 2002 14:36:57 +0000 (14:36 +0000)]
change timestamps; tweak a couple of port things

23 years agotouchstone again
nethack.rankin [Sun, 17 Mar 2002 08:19:21 +0000 (08:19 +0000)]
touchstone again
     Recent patches broke rubbing gold coins on touchstones; for the
!GOLDOBJ configuration, the character's money would be lost and the
program leaked memory.  That problem was already present for rubbing
gold on other gray stones.

     This also gives a gem advantage back to archeologists:  they
can comprehend touchstone results when the stone is uncursed rather
than require it to be blessed.  (I gave gnome characters that benefit
too.  Why gnomes and not dwarves?  I don't have a reasonable answer
for that....)  To go along with that, make A's initial touchstone
start uncursed rather than blessed, so that other characters finding
them in bones won't get an immediate benefit from them for the 20%
of the time that they're not cursed when saving bones.

     Much of this is whitespace cleanup.  I reformatted use_stone()
completely.

23 years agoFollow-up
nethack.allison [Sat, 16 Mar 2002 18:58:20 +0000 (18:58 +0000)]
Follow-up
I don't want defaults.nh to override EVERYTHING,
so leave the new section in there, but commented.

23 years ago(from Yitzhak)
nethack.allison [Sat, 16 Mar 2002 18:54:16 +0000 (18:54 +0000)]
(from Yitzhak)
This is the part of Yitzhak's patch not currently under discussion.

23 years agoKeep in sync with Guidebook.mn.
jwalz [Sat, 16 Mar 2002 16:34:34 +0000 (16:34 +0000)]
Keep in sync with Guidebook.mn.

23 years agoporthelp modifications
nethack.allison [Sat, 16 Mar 2002 14:41:36 +0000 (14:41 +0000)]
porthelp modifications
- keep boolean and valued option sections together
- be more consistent in use of terms "graphical port"
  and "graphical interface" in the document (use the
  latter where noticed)
- don't mention options available in other ports so
  much since this document is not a general
  document.
- move the numeric keypad stuff to the end. It seems
  to assume number_pad on. So I stated that it does.
  (Many players never play with number_pad on, and
   I'm one of them. I'm not sure of the merit in having
   the section in here at all, since it exists in the
   Guidebook doesn't it?)  How accurate is the text
   that is there if you aren't in number_pad mode?

23 years agotouchstone follow-up
nethack.allison [Sat, 16 Mar 2002 14:08:35 +0000 (14:08 +0000)]
touchstone follow-up
- Handle gold materials a littel better.

23 years ago>Rubbing a clove of garlic on a gray stone to see if it went "scritch,
nethack.allison [Sat, 16 Mar 2002 13:57:08 +0000 (13:57 +0000)]
>Rubbing a clove of garlic on a gray stone to see if it went "scritch,
>scritch": "You make scratch marks on the stone".

23 years agominor Guidebook.mn update
cohrs [Sat, 16 Mar 2002 06:11:17 +0000 (06:11 +0000)]
minor Guidebook.mn update
- remove a strange \! in the section for Blind users
- update the wording in the subsequent paragraph to be consistent with
the wording in the preceeding IBMgraphics paragraph

23 years ago<Someone> pointed out a possible infinite loop here.
jwalz [Fri, 15 Mar 2002 22:07:24 +0000 (22:07 +0000)]
<Someone> pointed out a possible infinite loop here.

23 years agoIt was pointed out that we didn't add names quite everywhere.
jwalz [Fri, 15 Mar 2002 22:06:46 +0000 (22:06 +0000)]
It was pointed out that we didn't add names quite everywhere.

23 years agodjgpp parts to general gcc parts
nethack.allison [Thu, 14 Mar 2002 13:10:17 +0000 (13:10 +0000)]
djgpp parts to general gcc parts

23 years agoMove tile2bmp.c to win/share
nethack.allison [Thu, 14 Mar 2002 12:54:06 +0000 (12:54 +0000)]
Move tile2bmp.c to win/share

This is so it can be shared with Qt.
If, for some reason, we have to cut another source tarball for
3.4.0, then this will be included.  Otherwise, this will
turn out to be a post-3.4.0 patch.

23 years agofix wizard mode crash (SPLEVTYPE)
nethack.rankin [Wed, 13 Mar 2002 11:22:03 +0000 (11:22 +0000)]
fix wizard mode crash (SPLEVTYPE)
     Set SPLEVLTYPE to "soko1-1"; visit soko4-* (or minetown)
on the way there; oops:  access violation from deferencing a
null pointer.

23 years agosplit long line
nethack.rankin [Wed, 13 Mar 2002 07:40:47 +0000 (07:40 +0000)]
split long line
     A source line being 190 characters wide is rather excessive.

23 years agoA couple of patches are required unfortunately
nethack.allison [Wed, 13 Mar 2002 07:14:24 +0000 (07:14 +0000)]
A couple of patches are required unfortunately

Unfortunately a couple of glitches were encountered during the build of
the DOS binary.

Also, somewhere along the way the ability to separate the debug info
for the win32 tty binary into its own PDB file was removed from
Makefile.msc.  I wasn't aware of that until I went to build the binary,
and discovered that I had no PDB file to stow away for bug
reports.

23 years agoWorkaround bug in SHARP SL5500 ROM.
warwick [Wed, 13 Mar 2002 06:04:53 +0000 (06:04 +0000)]
Workaround bug in SHARP SL5500 ROM.
(not essential for 3.4.0, since the SL5500 port still needs more work anyway)

23 years agoMark sources non-beta and update patchlevel
nethack.allison [Wed, 13 Mar 2002 03:12:17 +0000 (03:12 +0000)]
Mark sources non-beta and update patchlevel

23 years agonethack.txt update
cohrs [Wed, 13 Mar 2002 02:59:38 +0000 (02:59 +0000)]
nethack.txt update
- created on RedHat Linux 7.2 using standard tools

23 years agoGuidebook.txt update
cohrs [Wed, 13 Mar 2002 02:57:42 +0000 (02:57 +0000)]
Guidebook.txt update
- created on RedHat Linux 7.2 using standard tools

23 years agomore credits
cohrs [Wed, 13 Mar 2002 00:54:43 +0000 (00:54 +0000)]
more credits
- update dat/history to match Guidebook
- use my name consistently :-)

23 years agoGuidebook credits
cohrs [Wed, 13 Mar 2002 00:38:12 +0000 (00:38 +0000)]
Guidebook credits
- remove several people from the 3.4 list who haven't contributed in a while

23 years ago(from <Someone>)
nethack.allison [Tue, 12 Mar 2002 23:07:59 +0000 (23:07 +0000)]
(from <Someone>)

- fixed bug as From a bug report.
  validxxxx functions cannot handle ROLE_RANDOM and ROLE_NONE
  parameters like ok_xxxx functions do

23 years agoundef WIZARD
cohrs [Tue, 12 Mar 2002 22:41:48 +0000 (22:41 +0000)]
undef WIZARD
- quiet a gcc warning if WIZARD is undefined

23 years agoAnother pre-ANSI bit.
jwalz [Tue, 12 Mar 2002 21:30:05 +0000 (21:30 +0000)]
Another pre-ANSI bit.

23 years agomore help file clarifications
cohrs [Tue, 12 Mar 2002 17:17:50 +0000 (17:17 +0000)]
more help file clarifications
- A pcwin team member reported that the ^<dir> notation used in a couple
help files was confusing

23 years agomissing porthelp band
nethack.allison [Tue, 12 Mar 2002 15:50:46 +0000 (15:50 +0000)]
missing porthelp band

This band was accidentally left out of the patch for porthelp the other day.

23 years agodocument set_option_mod_status in window.doc
nethack.allison [Tue, 12 Mar 2002 14:10:24 +0000 (14:10 +0000)]
document set_option_mod_status in window.doc

23 years agoa statement in window.doc didn't reflect code
nethack.allison [Tue, 12 Mar 2002 11:59:10 +0000 (11:59 +0000)]
a statement in window.doc didn't reflect code

23 years agowin32 menus must accept all of the accelerators
nethack.allison [Tue, 12 Mar 2002 11:51:03 +0000 (11:51 +0000)]
win32 menus must accept all of the accelerators

23 years agodocumentation updates
cohrs [Tue, 12 Mar 2002 07:29:59 +0000 (07:29 +0000)]
documentation updates
- various commands were missing from various help files
- fix a few inconsistencies between similar help files
- M-2 doesn't do #twoweapon when number_pad is enabled
- M-? usually displays #? help info
- weasel-word the reason the screen shown in the Guidebook looks little like
  several windowports
- document the playersuffix syntax in the nethack.6 man page

23 years agoAdd fixes* to the manifest.
nethack.allison [Tue, 12 Mar 2002 06:24:00 +0000 (06:24 +0000)]
Add fixes* to the manifest.

23 years agobeta feedback - add more wc options
nethack.allison [Tue, 12 Mar 2002 05:15:40 +0000 (05:15 +0000)]
beta feedback - add more wc options
- splash_screen (boolean for whether to display splash screen at startup)
- player_selection:dialog|prompts

Also moves the font and window manipulation stuff in defaults.nh
further down the file, so that a tty users doesn't have to wade
through it all to find the character adjustment samples.

23 years ago(from Yitzhak)
nethack.allison [Mon, 11 Mar 2002 23:38:59 +0000 (23:38 +0000)]
(from Yitzhak)

23 years ago(from Yitzhak)
nethack.allison [Mon, 11 Mar 2002 23:37:05 +0000 (23:37 +0000)]
(from Yitzhak)
more porthelp and documentation

23 years ago(from Yitzhak)
nethack.allison [Mon, 11 Mar 2002 22:33:21 +0000 (22:33 +0000)]
(from Yitzhak)
patch: rollback alt-key changes

23 years ago(from <Someone>)
nethack.allison [Mon, 11 Mar 2002 20:56:53 +0000 (20:56 +0000)]
(from <Someone>)
Correct Makefile.gcc for win32

23 years agoAdd "experimental section" to config.h
nethack.allison [Mon, 11 Mar 2002 16:45:16 +0000 (16:45 +0000)]
Add "experimental section" to config.h

- Move GOLDOBJ into the experimental section.

23 years ago(from Yitzhak)
nethack.allison [Mon, 11 Mar 2002 11:28:46 +0000 (11:28 +0000)]
(from Yitzhak)
rollback alt-b

23 years agounleashing untame monsters
nethack.rankin [Mon, 11 Mar 2002 08:46:54 +0000 (08:46 +0000)]
unleashing untame monsters
     Fix several cases that earlier patches didn't address.
If a leashed monster becomes untame, detach the leash.

23 years agoSometimes there is no main widget.
warwick [Mon, 11 Mar 2002 08:18:47 +0000 (08:18 +0000)]
Sometimes there is no main widget.

23 years agoleash groundwork
nethack.rankin [Mon, 11 Mar 2002 08:00:21 +0000 (08:00 +0000)]
leash groundwork
     Add another parameter to m_unleash.  This should not introduce
any change in behavior.

23 years agosteed/leash bit
nethack.rankin [Mon, 11 Mar 2002 06:41:47 +0000 (06:41 +0000)]
steed/leash bit
     It's possible to leashed a saddled pet and them ride it,
but it wasn't possible to remove the leash while mounted.  This
fixes that; it also lets you put the leash on your steed while
mounted, but there's nothing wrong with that.

23 years agodoc bit
nethack.allison [Mon, 11 Mar 2002 06:21:45 +0000 (06:21 +0000)]
doc bit