]> granicus.if.org Git - nethack/log
nethack
23 years ago(from <Someone>)
nethack.allison [Mon, 11 Mar 2002 04:36:54 +0000 (04:36 +0000)]
(from <Someone>)

Fix crash.
WIN_MAP was used without before initialization in mswin_select_map_mode

23 years ago(from <Someone>)
nethack.allison [Mon, 11 Mar 2002 03:17:49 +0000 (03:17 +0000)]
(from <Someone>)
- changed splash screen fonts to measure in logical pixels rather that
points.
Points are 1/72 inch regardless of screen resolution. If screen resolution
changes so does visible image size. If font is measured in points then its
visible size remains the same. The text is getting cut off (or becomes to
small for the image) as a result.

23 years agoRemove high-bit characters in recent comment
nethack.allison [Mon, 11 Mar 2002 02:40:43 +0000 (02:40 +0000)]
Remove high-bit characters in recent comment

23 years agoGet the god name right in comments.
jwalz [Mon, 11 Mar 2002 02:31:42 +0000 (02:31 +0000)]
Get the god name right in comments.

23 years agovarious things
nethack.allison [Mon, 11 Mar 2002 02:29:42 +0000 (02:29 +0000)]
various things
- a couple of README updates
- some color changes for windowcolors
- prevent crash From a bug report, but better than a crash. It
probably renders the map_mode:fit_to_screen ignored in defaults.nh.

23 years agofix some porthelp nits
nethack.allison [Mon, 11 Mar 2002 00:59:40 +0000 (00:59 +0000)]
fix some porthelp nits
- also add some windowcolors documentation

23 years agoadd new sys/unix file to Files
cohrs [Sun, 10 Mar 2002 23:03:46 +0000 (23:03 +0000)]
add new sys/unix file to Files

23 years agoAdd win32 port help support.
nethack.allison [Sun, 10 Mar 2002 22:30:47 +0000 (22:30 +0000)]
Add win32 port help support.

23 years agoSome win32 updates
nethack.allison [Sun, 10 Mar 2002 19:07:17 +0000 (19:07 +0000)]
Some win32 updates
(There will be a couple more patches to follow in a bit)

23 years ago(from Yitzhak) part2
nethack.allison [Sun, 10 Mar 2002 17:41:11 +0000 (17:41 +0000)]
(from Yitzhak) part2
part 2 touches only port files

Makes Borland happy with current sources.
Fixes bug in WM_PAINT handling in rip/splash code.
Fixes getline() bug (H0009)
Tidies up source.
Fixes up copyright notices.
Adds TODO docs for Borland. (Removes "TODO" note)
Small changes to defaults formatting.
Fixes ALT key on Graphical Port non NetHack mode.
Hilites pet in Graphical Port text mode.

Also Implements windowcolors for status and message window in graphical port.
On graphical port,
tested to see it actually works.

Tested on platforms Makefile MSC/BCC Graphical/Console, MSC IDE for
compile and run and performing hilite pet in graphical text, not
displaying rawio, alt key.

23 years ago(from Yitzhak) part1
nethack.allison [Sun, 10 Mar 2002 17:35:16 +0000 (17:35 +0000)]
(from Yitzhak) part1
part 1 touches core files
ntconf.h changes differ slightly from Yitzhak's original.

Makes Borland happy with current sources.
Hides "rawio" on Graphical Port which doesn't do anything with rawio

23 years agoMakefile fix following depend. changes
nethack.allison [Sun, 10 Mar 2002 13:31:51 +0000 (13:31 +0000)]
Makefile fix following depend. changes

23 years agoUpdate the dependencies in win32
nethack.allison [Sun, 10 Mar 2002 04:15:43 +0000 (04:15 +0000)]
Update the dependencies in win32

23 years agoLint part 2, mostly parameters.
jwalz [Sun, 10 Mar 2002 04:05:59 +0000 (04:05 +0000)]
Lint part 2, mostly parameters.

23 years agowizkit
arromdee [Sun, 10 Mar 2002 01:00:06 +0000 (01:00 +0000)]
wizkit
This fixes the wizkit so that if someone wishes for a non-object such as
a trap, not only is no message printed, but we don't try to create anything.

Incidentally, if you have two bad wizkit items in a row, you get told to hit
space to continue, then you can hit space, then the error message for the
second bad item is printed on the same line as the first hit space message.
(I haven't tried to fix that.)

23 years agoLint part 1, unused variables, routines, and return codes.
jwalz [Sun, 10 Mar 2002 00:30:53 +0000 (00:30 +0000)]
Lint part 1, unused variables, routines, and return codes.

23 years agodipping into burning potions
cohrs [Sat, 9 Mar 2002 19:28:16 +0000 (19:28 +0000)]
dipping into burning potions
- candles, et al, light via catch_lit
- non-weapons can be damaged
- only flammable items can be damaged, previously SILVER objects, for example,
  would get a message, but add_erosion_words wouldn't display a damage word
- can't track burnt food, put this in the "seems" case too
- PLASTIC items are is_flammable, which is appropriate for all current uses
- paper gets destroyed (special artifacts excepted by earlier check)
- a cursed potion now spills even if not dipping weapons
- charge for damaging unpaid objects this way
- still very hard to destroy PYEC this way

23 years agomore dead code
cohrs [Sat, 9 Mar 2002 17:42:22 +0000 (17:42 +0000)]
more dead code

23 years ago(from <Someone>)
nethack.allison [Sat, 9 Mar 2002 11:30:26 +0000 (11:30 +0000)]
(from <Someone>)

23 years agowriting in fog
cohrs [Sat, 9 Mar 2002 07:17:00 +0000 (07:17 +0000)]
writing in fog
- if you engrave in a cloud, the surface type should only be "air" if you're
on the air level

23 years agomore update_inventory calls
cohrs [Sat, 9 Mar 2002 06:55:52 +0000 (06:55 +0000)]
more update_inventory calls
in passive_obj and erode_armor

23 years agoparallel unix make bits
cohrs [Sat, 9 Mar 2002 06:41:49 +0000 (06:41 +0000)]
parallel unix make bits
- Pat noticed that makedefs -z makes both vis_tab.[ch], but they could be
built by two makes via make -j, causing corruption
- make -j at top level failed for similar reasons, added several
dependencies to ensure a valid ordering
- these changes will cause extra things to be built if you "make"
individual targets at the top level, but have little effect it you're a
real power user and "make" the actual target in the right directory

23 years agoMPW #pragma unused updates
dean [Sat, 9 Mar 2002 05:08:27 +0000 (05:08 +0000)]
MPW #pragma unused updates

23 years agovms update: sync Makefile.src with `make depend'
nethack.rankin [Sat, 9 Mar 2002 04:47:49 +0000 (04:47 +0000)]
vms update: sync Makefile.src with `make depend'

23 years agolava effects while riding
cohrs [Sat, 9 Mar 2002 04:10:24 +0000 (04:10 +0000)]
lava effects while riding
- a case missed by the earlier lava patch, if you enter the lava while
mounted, your steed would be unaffected if you were lifesaved
- fix by making more code shared with the is_pool case

23 years agoget rid of nori
arromdee [Sat, 9 Mar 2002 03:29:36 +0000 (03:29 +0000)]
get rid of nori

23 years agoB10003 fixed.
nethack.allison [Sat, 9 Mar 2002 03:14:59 +0000 (03:14 +0000)]
B10003 fixed.

23 years agoRun 'make depend', after fixing up output.
jwalz [Sat, 9 Mar 2002 03:13:18 +0000 (03:13 +0000)]
Run 'make depend', after fixing up output.

23 years agoSomething Janet pointed out.
nethack.allison [Sat, 9 Mar 2002 02:58:46 +0000 (02:58 +0000)]
Something Janet pointed out.

23 years agofixing bad luck via sacrifice
cohrs [Sat, 9 Mar 2002 02:56:46 +0000 (02:56 +0000)]
fixing bad luck via sacrifice
- From a bug report: if sacrifice doesn't clear the timeout until prayer,
your bad luck is cleared, but if it does, your luck could remain negative

23 years ago(from <Someone>)
nethack.allison [Sat, 9 Mar 2002 02:32:35 +0000 (02:32 +0000)]
(from <Someone>)
- fixed tab-stop order for player selection dialog
- minor changes to the dialog layout

23 years agoThere's no point in mailing this out, but there doesn't seem to be a way
jwalz [Sat, 9 Mar 2002 02:20:28 +0000 (02:20 +0000)]
There's no point in mailing this out, but there doesn't seem to be a way
to stop it.

23 years agoMake pre-ANSI compiler happy.
jwalz [Sat, 9 Mar 2002 01:59:47 +0000 (01:59 +0000)]
Make pre-ANSI compiler happy.

23 years agoRemove a fixes34.0 entry that corresponded to removed code.
nethack.allison [Sat, 9 Mar 2002 01:08:54 +0000 (01:08 +0000)]
Remove a fixes34.0 entry that corresponded to removed code.

23 years agobit
nethack.allison [Sat, 9 Mar 2002 00:56:39 +0000 (00:56 +0000)]
bit

23 years agowinhack.c mods
nethack.allison [Sat, 9 Mar 2002 00:43:14 +0000 (00:43 +0000)]
winhack.c mods
- change sprintf -> Sprintf macro
- fix sprintf syntax
- point to a www.nethack.org URL, rather than a Microsoft one

23 years agoprovide linux build instructions in the source distro
cohrs [Fri, 8 Mar 2002 23:41:57 +0000 (23:41 +0000)]
provide linux build instructions in the source distro

23 years agoUpdate dungeoneers list (<Someone>, Teemu).
nethack.allison [Fri, 8 Mar 2002 23:30:04 +0000 (23:30 +0000)]
Update dungeoneers list (<Someone>, Teemu).

23 years ago(from <Someone>)
nethack.allison [Fri, 8 Mar 2002 22:23:04 +0000 (22:23 +0000)]
(from <Someone>)
This patch implements Michael's idea to have a "NetHack mode" for
keypresses. It only does the Alt-keys now, but it should be easy
to extend to pressing space in dialogs; I left that out as we still
have to agree on a new dialog look.

The setting that you choose from the menu is stored in the registry.
Reading and writing the registry is done on init_nhwindows and
exit_nhwindows; there also is a menu item to delete the registry
settings (which makes sure they are not stored again this session.)
This provides a framework for future registry settings.

Also,
Alt-tab should show the app title when a menu or text window is up.

I left the app title as it was, although I still favour "Graphical
Version" or "With Graphics"; Anyway, that's only one resource string.

23 years agoslap against floor while riding
nethack.allison [Thu, 7 Mar 2002 23:54:15 +0000 (23:54 +0000)]
slap against floor while riding

> Greetings! <Someone> suggested I report this bug to you:
> in 3.3.1, riding a horse while blind, I ate a bad carrot (to
> unblind myself) and got the message, "Blecch! Rotten food! The
> world spins and you slap against the floor." Upon regaining
> consciousness, I found I was still safely mounted on my steed,
> raising the question of what part of me could have "slapped
> against the floor." I thought I would have fallen off my
> horse, or at least have slumped against it. <Someone> said in his
> reply to me on rgrn: "Looks like Yet Another message that
> fails to take riding into account; should be easy enough for
> the DevTeam to fix, though, since it's one that's already
> being modified for levitation and the like." Hope this helps.
> Thanks very much! <email deleted>
>

23 years agoAs Kevin pointed out.
nethack.allison [Thu, 7 Mar 2002 23:36:53 +0000 (23:36 +0000)]
As Kevin pointed out.

23 years agofollow-up to <Someone>'s patch.
nethack.allison [Thu, 7 Mar 2002 23:24:11 +0000 (23:24 +0000)]
follow-up to <Someone>'s patch.
I left a couple of prepanic() calls in there accidentally
when modifying the patch.

Michael

23 years ago(from <Someone>)
nethack.allison [Thu, 7 Mar 2002 23:09:59 +0000 (23:09 +0000)]
(from <Someone>)

Here's a patch that checks whether the common control
library is available and up-to-date

[slightly modified from <Someone>'s version to reduce
 indentation one level, and to fix wrap-around
 in the patch]

23 years agoSomething <Someone> reported. Ensure that an early panic() doesn't
nethack.allison [Thu, 7 Mar 2002 21:50:20 +0000 (21:50 +0000)]
Something <Someone> reported.  Ensure that an early panic() doesn't
cause an access violation in win32 graphical port.

23 years ago(from <Someone>)
nethack.allison [Thu, 7 Mar 2002 21:12:51 +0000 (21:12 +0000)]
(from <Someone>)
Here's the gcc makefile.

23 years ago(from <Someone>)
nethack.allison [Thu, 7 Mar 2002 13:01:17 +0000 (13:01 +0000)]
(from <Someone>)
Here's the gcc makefile. I also cleaned up the batch file a
little and added instructions to install.nt.

I copied most of the items from the existing Makefiles,
including the 32x32 tile support, even though that is not
available. This way comparing the makefiles is easiest :-)

23 years agowin32 shknam updates
nethack.allison [Wed, 6 Mar 2002 19:02:49 +0000 (19:02 +0000)]
win32 shknam updates

23 years agowin32: Consistent Makefile naming now that we have at least 2
nethack.allison [Wed, 6 Mar 2002 18:54:13 +0000 (18:54 +0000)]
win32: Consistent Makefile naming now that we have at least 2

Makefile.nt -> Makefile.msc

23 years agoSupport iflags.menu_tab_sep in the #enhance menu.
nethack.allison [Wed, 6 Mar 2002 17:46:49 +0000 (17:46 +0000)]
Support iflags.menu_tab_sep in the #enhance menu.

23 years agoEnsure that vision is not used during done()
nethack.allison [Wed, 6 Mar 2002 16:51:17 +0000 (16:51 +0000)]
Ensure that vision is not used during done()
(and panic() which calls done())

This uses the flag that <Someone> recently added.

At least one crash in the past was caused by

? -> panic() -> done(11) -> * vision_recalc(2) -> newsym() -> crash!
if  u.ux and u.uy are 0

23 years agoEnsure that each win/win32 source file has a copyright statement
nethack.allison [Wed, 6 Mar 2002 16:18:27 +0000 (16:18 +0000)]
Ensure that each win/win32 source file has a copyright statement
and mentions the NetHack license.

23 years ago(from Yitzhak)
nethack.allison [Wed, 6 Mar 2002 05:16:17 +0000 (05:16 +0000)]
(from Yitzhak)

Addresses <Someone>'s point that ALT-F4 in game-over, still brings up the
save/quit/cancel dialog box.  This makes ALT-F4 equivalent to quitting
without any further disclosure/windows, but makes sure the game exits
properly so it will save the bones and the record file.  I also cleaned
up the mhrip.c to use macros for all magic numbers.

23 years agoanother "your corpse" case
cohrs [Wed, 6 Mar 2002 04:14:30 +0000 (04:14 +0000)]
another "your corpse" case
- switch aobjnam() to use cxname, not xname
- update Tobjnam() comment, since it can still use xname w/o confusion

A specific case that's fixed: You begin bashing monsters with your corpse.

23 years ago(from <Someone>)
nethack.allison [Wed, 6 Mar 2002 02:56:46 +0000 (02:56 +0000)]
(from <Someone>)
- added support for iflags.randomall (-@)
- echo yn_function selection to the message window (as From a bug report

23 years agoweapon shattering follow-up
nethack.allison [Wed, 6 Mar 2002 02:05:14 +0000 (02:05 +0000)]
weapon shattering follow-up

23 years agomore weapon shattering
nethack.allison [Wed, 6 Mar 2002 01:58:07 +0000 (01:58 +0000)]
more weapon shattering
The Kop Kaptain's rubber hose shatters from the force of your blow!
Rubber hoses are an individual exception that would need to be dealt
with explicitly, since the PLASTIC they're made of is floppy rather
than rigid as for other PLASTIC items.

23 years ago*** empty log message ***
nethack.allison [Wed, 6 Mar 2002 01:43:01 +0000 (01:43 +0000)]
*** empty log message ***

23 years ago<Someone>'s potion of polymorph suggestion
nethack.allison [Wed, 6 Mar 2002 00:22:37 +0000 (00:22 +0000)]
<Someone>'s potion of polymorph suggestion
> Should a potion of polymorph autoidentify if the item dipped into it
> polymorphs into (as far as you know) the same item? It just seemed
> odd, choosing "Z - a wand of light" to dip into a potion, to get
> "Z - a wand of light" returned, and the potion identified.
>
> (Ideally, I'd like to see it be "Nothing seems to happen.", as for
> a failed-this-time unicorn horn.)

23 years agoiron bars and wallification
cohrs [Tue, 5 Mar 2002 07:46:40 +0000 (07:46 +0000)]
iron bars and wallification
- iron bars should be treated like doors with respect to wallification

23 years agoallow locks to be forced again
cohrs [Tue, 5 Mar 2002 06:21:05 +0000 (06:21 +0000)]
allow locks to be forced again
- use uwep's oc_wldam value, not chest's oc_wldam value, for computing chance.
  oc_wldam has always been 0 for all containers
- the code was broken for a long time, but was masked by the off-by-1 error
  in checking the chance, allowing a 1% chance of forcing
- the result is that forcing locks is a lot easier

23 years agoUse mswin for the window port name since that is used in the window port itself.
nethack.allison [Tue, 5 Mar 2002 05:11:45 +0000 (05:11 +0000)]
Use mswin for the window port name since that is used in the window port itself.

23 years agoadd windowcolors option
nethack.allison [Tue, 5 Mar 2002 05:03:48 +0000 (05:03 +0000)]
add windowcolors option

Add option windowcolors to control foreground/background
color of menu, message, status, and text windows.
(foreground color is the text color).

The value of the colors is window port specific, the
core code handles the storing of the strings only.

23 years agono message
nethack.allison [Tue, 5 Mar 2002 04:57:50 +0000 (04:57 +0000)]
no message

23 years agoremove win/win32/mhcmd.* from distribution
nethack.allison [Tue, 5 Mar 2002 01:47:31 +0000 (01:47 +0000)]
remove win/win32/mhcmd.* from distribution

23 years agowin32gui: more splash screen integration
nethack.allison [Mon, 4 Mar 2002 23:01:10 +0000 (23:01 +0000)]
win32gui: more splash screen integration
auto-uudecode the file.

23 years ago(from Yitzhak)
nethack.allison [Mon, 4 Mar 2002 22:55:45 +0000 (22:55 +0000)]
(from Yitzhak)

win32gui: more splash screen integration

The Makefile have rip.uu/splash.uu added to them.  However, this won't
work if you don't have splash.uu.  Instead, just copy rip.uu or another
.uu and name it splash.uu.  Make expects to have splash.uu present (at
least Borland's make).   It doesn't add splash.uu decoding to the IDE
framework.  It does a bit in winhack.rc and Makefile.bcc to bring
winhack.rc up to sync with Borland's compiler.  If you don't like the
splash screen, then I'll have to redo that part of the patch apart from
the others.

23 years agowin32gui: adds a splash screen
nethack.allison [Mon, 4 Mar 2002 22:40:01 +0000 (22:40 +0000)]
win32gui: adds a splash screen

The splash screen uses the VERSION_MAJOR,
VERSION_MINOR, and PATCHLEVEL macros, but there is no room in case one
of these goes into two digits.  That seems like a safe assumption to
make.

The Makefile have rip.uu/splash.uu added to them.  However, this won't
work if you don't have splash.uu.  Instead, just copy rip.uu or another
.uu and name it splash.uu.  Make expects to have splash.uu present (at
least Borland's make).   It doesn't add splash.uu decoding to the IDE
framework.  It does a bit in winhack.rc and Makefile.bcc to bring
winhack.rc up to sync with Borland's compiler.  If you don't like the
splash screen, then I'll have to redo that part of the patch apart from
the others.

23 years agoPrevent fake amulet from being contained too
nethack.allison [Mon, 4 Mar 2002 04:44:18 +0000 (04:44 +0000)]
Prevent fake amulet from being contained too
Most NetHack players have picked up on the fact that you can
easily distinguish between a fake amulet and the real thing
simply by trying to put it into a container. That's too easy.
The message was adjusted too, to make it seem less
like the objects have their own special will to resist, something
that a hunk of plastic is unlikely to have.

23 years agoPrevent fake amulet from being contained too
nethack.allison [Mon, 4 Mar 2002 04:39:41 +0000 (04:39 +0000)]
Prevent fake amulet from being contained too
Most NetHack players have picked up on the fact that you can
easily distinguish between a fake amulet and the real thing
simply by trying to put it into a container. That's too easy.
The message was adjusted too, to make it seem less
like the objects have their own special will to resist, something
that a hunk of plastic is unlikely to have.

Devteam: message has been modified from what was previously
circulated.

23 years agoOPTIONS_FILE follow-up
nethack.allison [Mon, 4 Mar 2002 03:42:25 +0000 (03:42 +0000)]
OPTIONS_FILE follow-up
-makedefs had WIN32CON defined, even though the Nethack
executable build did not.

23 years agoOPTIONS_FILE port changes
nethack.allison [Mon, 4 Mar 2002 03:26:55 +0000 (03:26 +0000)]
OPTIONS_FILE port changes
- set OPTIONS_FILE in ntconf.h so makedefs will use it
- it gets set to either "ttyoptions" or "guioptions" depending on window port
 being built
- dlb nhdat creation stuffs both into the dlb file

23 years agoOPTIONS_FILE core changes
nethack.allison [Mon, 4 Mar 2002 03:22:23 +0000 (03:22 +0000)]
OPTIONS_FILE core changes
-Allow overriding of OPTIONS_FILE in makdefs.c
-Change obsolete WIN32_GRAPHICS to the correct MSWIN_GRAPHICS
-Remove the 8514 and VESA screen control stuff since it never existed.

23 years agoambiguous option matching
cohrs [Sun, 3 Mar 2002 20:29:36 +0000 (20:29 +0000)]
ambiguous option matching
Note: actual option setting code in parseoptions already does this correctly
- avoid testing the same options values vs multiple boolopts entries
- apply similar change for complex option testing
- remove some dead code

23 years agoget rid of some unused variables.
nethack.allison [Sun, 3 Mar 2002 17:15:40 +0000 (17:15 +0000)]
get rid of some unused variables.

23 years agonew RIP integration
nethack.allison [Sun, 3 Mar 2002 16:51:46 +0000 (16:51 +0000)]
new RIP integration

23 years ago(from Yitzhak)
nethack.allison [Sun, 3 Mar 2002 16:46:40 +0000 (16:46 +0000)]
(from Yitzhak)
Support for a graphical RIP.

-verified for successful source compile and display
of tombstone upon death only.

23 years agoMore Install.nt updates.
nethack.allison [Sun, 3 Mar 2002 15:08:46 +0000 (15:08 +0000)]
More Install.nt updates.

23 years agoDon't claim that Borland's downloadable compiler is in the "public domain"
nethack.allison [Sun, 3 Mar 2002 14:32:08 +0000 (14:32 +0000)]
Don't claim that Borland's downloadable compiler is in the "public domain"

Here is the associated license:
BORLAND C++ COMPILER 5.5
BORLAND NO-NONSENSE LICENSE STATEMENT AND LIMITED WARRANTY

IMPORTANT - READ CAREFULLY
This license statement and limited warranty constitutes a legal agreement ("License Agreement") between you (either as an individual or a single entity) and Borland Software Corporation ("Borland") for the software product ("Software") identified above, including any software, media, and accompanying on-line or printed documentation. BY INSTALLING, COPYING, OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO BE BOUND BY ALL OF THE TERMS AND CONDITIONS OF THE LICENSE AGREEMENT. If you are the original purchaser of the Software and you do not agree with the terms and conditions of the License Agreement, promptly return the unused Software to the place from which you obtained it for a full refund.
Upon your acceptance of the terms and conditions of the License Agreement, Borland grants you the right to use the Software in the manner provided below. This Software is owned by Borland or its suppliers and is protected by copyright law and international copyright treaty. Therefore, you must treat this Software like any other copyrighted material (e.g., a book), except that you may either make one copy of the Software solely for backup or archival purposes or transfer the Software to a single hard disk provided you keep the original solely for backup or archival purposes. You may transfer the Software and documentation on a permanent basis provided you retain no copies and the recipient agrees to the terms of the License Agreement. Except as provided in the License Agreement, you may not transfer, rent, lease, lend, copy, modify, translate, sublicense, time-share or electronically transmit or receive the Software, media or documentation. You acknowledge that the Software in source code form remains a confidential trade secret of Borland and/or its suppliers and therefore you agree not to modify the Software or attempt to reverse engineer, decompile, or disassemble the Software, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
If you have purchased an upgrade version of the Software, it constitutes a single product with the Borland software that you upgraded. You may use or transfer the upgrade version of the Software only in accordance with the License Agreement. This Software is subject to U.S. Commerce Department export restrictions, and is intended for use in the country into which Borland sold it (or in the EEC, if sold into the EEC).

ADDITIONAL LICENSE TERMS FOR BORLAND C++ COMPILER
Borland grants to you as an individual, a personal, nonexclusive license to install and use the Software for the sole purposes of designing, developing, testing, and deploying application programs which you create. You may install a copy of the Software on a computer and freely move the Software from one computer to another, provided that you are the only individual using the Software. If you are an entity, Borland grants you the right to designate one individual within your organization ("Named User") to have the right to use the Software in the manner provided above.

GENERAL TERMS THAT APPLY TO COMPILED PROGRAMS AND REDISTRIBUTABLES
You may write and compile (including byte-code compile) your own application programs using the Software, including any libraries and source code included for such purpose with the Software. You may reproduce and distribute, in executable form only, programs which you create using the Software without additional license or fees, subject to all of the conditions in this License Agreement. Borland products may include certain files ("Redistributables") intended for distribution by you to the users of programs you create. Redistributables include, for example, those files identified in the accompanying printed or on-line documentation as redistributable files, those files preselected for deployment by an install utility provided with the Software (if any), or those files pre-selected by a third party install utility which operates under control of an install script which Borland has certified (if any) for use by licensed users of this Software for deploying applications. In any event, the Redistributables for the Software are only those files specifically designated as such by Borland. From time to time, Borland may designate other files as Redistributables. You should refer to the documentation, including any "readme" or "deploy" files included with the Software, for additional information.
Subject to all of the conditions in this License Agreement, you may reproduce and distribute exact copies of the Redistributables, provided that such copies are made from the original copy of the Software or the copy transferred to the single hard disk. Copies of Redistributables may only be distributed with and for the sole purpose of executing application programs permitted under this License Agreement that you have created using the Software. Under no circumstances may any copies of Redistributables be distributed separately. Regardless of any modifications which you make and regardless of how you might compile, link, and/or package your programs, under no circumstances may the libraries (including runtime libraries), code, Redistributables, and/or other files of the Software (including any portions thereof) be used for developing programs by anyone other than you. Only you as the licensed user (or the Named User for your entity) have the right to use the libraries (including runtime libraries), code, Redi
stributables, or other files of the Software (or any portions thereof) for developing programs created with the Software. In particular, you may not share copies of the Redistributables with other co-developers. You may not reproduce or distribute any Borland documentation without Borland's permission. The license granted in this License Agreement for you to create your own compiled programs and distribute your programs and the Redistributables (if any) is subject to all of the following conditions: (i) all copies of the programs you create must bear a valid copyright notice, either your own or the Borland copyright notice that appears on the Software; (ii) you may not remove or alter any Borland copyright, trademark or other proprietary rights notice contained in any portion of Borland libraries, source code, Redistributables or other files that bear such a notice; (iii) Borland provides no warranty at all to any person, other than the Limited Warranty provided to the original purchaser of the Software, and you will remain solely responsible to anyone receiving your programs for support, service, upgrades, or technical or other assistance, and such recipients will have no right to contact Borland for such services or assistance;
(iv) you will indemnify and hold Borland, its related companies and its suppliers, harmless from and against any claims or liabilities arising out of the use, reproduction or distribution of your programs; (v) your programs must be written using a licensed, registered copy of the Software; (vi) your programs must add primary and substantial functionality, and may not be merely a set or subset of any of the libraries (including runtime libraries), code, Redistributables or other files of the Software; (vii) regardless of any modifications which you make and regardless of how you might compile, link, or package your programs, the libraries (including runtime libraries), code, Redistributables, and/or other files of the Software (including any portions thereof) may not be used in programs created by your end users (i.e., users of your programs) and may not be further redistributed by your end users; and (viii) you may not use Borland's or any of its suppliers' names, logos, or trademarks to market your programs,
except to state that your program was written using the Software. The Software might include source code, redistributable files, and/or other files provided by a third party vendor (Third Party Software). Since use of Third Party Software might be subject to license restrictions imposed by the third party vendor, you should refer to the on-line documentation (if any) provided with Third Party Software for any license restrictions imposed by the third party vendor. In any event, any license restrictions imposed by a third party vendor are in addition to, not in lieu of, the terms and conditions of the License Agreement. All Borland libraries, source code, Redistributables and other files remain Borland's exclusive property. Regardless of any modifications that you make, you may not distribute any files (particularly Borland source code and other non-executable files) except those that Borland has expressly designated as Redistributables. Nothing in the License Agreement permits you to derive the source code of files that Borland has provided to you in executable form only, or to reproduce, modify, use, or distribute the source code of such files. You are not, of course, restricted from distributing source code or byte code that is entirely your own. Source code which you generate with an Borland source code generator, such as the Application Wizard, is considered by Borland to be your code.
Contact Borland for the applicable royalties due and other licensing terms for all other uses and/or distribution of the Redistributables.

LIMITED WARRANTY
Except with respect to the Redistributables, which are provided "as is," without warranty of any kind, Borland warrants that the Software, as updated and when properly used, will perform substantially in accordance with the accompanying documentation, and the Software media will be free from defects in materials and workmanship, for a period of ninety (90) days from the date of receipt. Any implied warranties on the Software are limited to ninety (90) days. Some states/jurisdictions do not allow limitations on duration of an implied warranty, so the above limitation may not apply to you. Borland's and its suppliers' entire liability and your exclusive remedy shall be, at Borland's option, either (a) return of the price paid, or (b) repair or replacement of the Software that does not meet Borland's Limited Warranty and which is returned to Borland with a copy of your receipt. DO NOT RETURN ANY PRODUCT UNTIL YOU HAVE CALLED THE BORLAND CUSTOMER SERVICE DEPARTMENT AND OBTAINED A RETURN AUTHORIZATION NUMBER. This Limited Warranty is void if failure of the Software has resulted from accident, abuse, or misapplication. Any replacement Software will be warranted for the remainder of the original warranty period or thirty (30) days, whichever is longer. Outside the United States, neither these remedies nor any product support services offered by Borland are available without proof of purchase from an authorized non-U.S. source.

TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, BORLAND AND ITS SUPPLIERS DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE, AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES. THIS LIMITED WARRANTY GIVES YOU SPECIFIC LEGAL RIGHTS. YOU MAY HAVE OTHERS, WHICH VARY FROM STATE/JURISDICTION TO STATE/JURISDICTION. LIMITATION OF LIABILITY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL BORLAND OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE PRODUCT OR THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT SERVICES, EVEN IF BORLAND HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN ANY CASE, BORLAND'S ENTIRE LIABILITY UNDER ANY PROVISION OF THIS LICENSE AGREEMENT SHALL BE LIMITED TO THE GREATER OF THE AMOUNT ACTUALLY PAID BY YOU FOR THE SOFTWARE PRODUCT OR U.S. $25; PROVIDED, HOWEVER, IF YOU HAVE ENTERED INTO AN BORLAND SUPPORT SERVICES AGREEMENT, BORLAND'S ENTIRE LIABILITY REGARDING SUPPORT SERVICES SHALL BE GOVERNED BY THE TERMS OF THAT AGREEMENT. BECAUSE SOME STATES AND JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY, THE ABOVE LIMITATION MAY N
OT APPLY TO YOU.

HIGH RISK ACTIVITIES
The Software is not fault-tolerant and is not designed, manufactured or intended for use or resale as on-line control equipment in hazardous environments requiring fail-safe performance, such as in the operation of nuclear facilities, aircraft navigation or communication systems, air traffic control, direct life support machines, or weapons systems, in which the failure of the Software could lead directly to death, personal injury, or severe physical or environmental damage ("High Risk Activities"). Borland and its suppliers specifically disclaim any express or implied warranty of fitness for High Risk Activities.

U.S. GOVERNMENT RESTRICTED RIGHTS
The Software and documentation are provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraphs (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable. Manufacturer is Borland Software Corporation, 100 Enterprise Way, Scotts Valley, CA 95066.

GENERAL PROVISIONS
This License Agreement may only be modified in writing signed by you and an authorized officer of Borland. All terms of any purchase order or other ordering document shall be superseded by this License Agreement. If any provision of this License Agreement is found void or unenforceable, the remainder will remain valid and enforceable according to its terms. If any remedy provided is determined to have failed for its essential purpose, all limitations of liability and exclusions of damages set forth in the Limited Warranty shall remain in effect. This License Agreement shall be construed, interpreted and governed by the laws of the State of California, U.S.A. This License Agreement gives you specific legal rights; you may have others which vary from state to state and from country to country. Borland reserves all rights not specifically granted in this License Agreement.

23 years agoobsolete comment tid
arromdee [Sun, 3 Mar 2002 05:29:30 +0000 (05:29 +0000)]
obsolete comment tid

23 years agowizkit messages for gold
arromdee [Sun, 3 Mar 2002 05:01:09 +0000 (05:01 +0000)]
wizkit messages for gold
This prevents wizkit items that aren't objects from having their names
printed on the screen if they are gold pieces, traps, or similar.

(Note that the only one of those that actually works is gold.  For some reason
if you put "a hole" (for instance) in the wizkit, the hole will not get
created, even though it will, even on the stairs, if the wizard wishes for it
in-game.)

23 years agoMakefile.src bit
nethack.rankin [Sun, 3 Mar 2002 04:52:06 +0000 (04:52 +0000)]
Makefile.src bit
     Make it easier to follow the directions about commenting out
extra copies of tile.o when multiple windowing interfaces contain it.

23 years agoX11 instructions bit
nethack.rankin [Sun, 3 Mar 2002 04:48:16 +0000 (04:48 +0000)]
X11 instructions bit

23 years agodata.base entry additions
cohrs [Sun, 3 Mar 2002 04:46:21 +0000 (04:46 +0000)]
data.base entry additions
- doppelganger & nori

23 years agofixes34.0 update -- reorganize port- and interface-specific entries
nethack.rankin [Sun, 3 Mar 2002 04:37:13 +0000 (04:37 +0000)]
fixes34.0 update -- reorganize port- and interface-specific entries

23 years ago#turn fix
nethack.rankin [Sun, 3 Mar 2002 04:28:08 +0000 (04:28 +0000)]
#turn fix
     Don't report that undead monsters are "turning to flee"
when they're about to be made peaceful or killed outright,
and add a missing alignment fixup for the case where they do
get made peaceful.

     Also, a trivial bit that only matters when using wizard
mode to wish for altars.  To #offer the Amulet you need to be
on the Astral level rather than just anywhere in the endgame.

23 years agoupdate patchlevel change list and potential date stamp
nethack.allison [Sun, 3 Mar 2002 04:24:48 +0000 (04:24 +0000)]
update patchlevel change list and potential date stamp

23 years agofix B9003: prevent multiple touchstones in A's starting inventory
nethack.rankin [Sun, 3 Mar 2002 04:14:54 +0000 (04:14 +0000)]
fix B9003: prevent multiple touchstones in A's starting inventory

23 years agoWIZKIT gold items
cohrs [Sun, 3 Mar 2002 03:36:33 +0000 (03:36 +0000)]
WIZKIT gold items
- if !GOLDOBJ, putting gold in the WIZKIT would add zerobj to the inventory.
  This shows up when you "Da" and get a message like "you drop 0 glorkum 0 0 0"

23 years agofix a cut-and-paste error
nethack.allison [Sun, 3 Mar 2002 02:32:14 +0000 (02:32 +0000)]
fix a cut-and-paste error

23 years agoMake nhsetup.bat double-clickable
nethack.allison [Sun, 3 Mar 2002 02:21:46 +0000 (02:21 +0000)]
Make nhsetup.bat double-clickable
Picking up on a suggestion made by Yitzhak, allow nhsetup.bat
to be double-clicked in Windows to accomplish the necessary
file movements.

23 years agoGuidebook.txt update for 3.4
cohrs [Sun, 3 Mar 2002 00:27:39 +0000 (00:27 +0000)]
Guidebook.txt update for 3.4
- created on RedHat Linux 7.2 using standard tools

23 years agoLinux build updates
cohrs [Sat, 2 Mar 2002 22:43:39 +0000 (22:43 +0000)]
Linux build updates
- A few Makefile changes to reflect current(?) paths on Linux
- Linux mail reader is /bin/mail

23 years agoInstall.nt and nhsetup.bat updates.
nethack.allison [Sat, 2 Mar 2002 17:19:27 +0000 (17:19 +0000)]
Install.nt and nhsetup.bat updates.

23 years agojeweler shopkeeper touchstone (B3015)
arromdee [Sat, 2 Mar 2002 16:46:56 +0000 (16:46 +0000)]
jeweler shopkeeper touchstone (B3015)
This implements the suggestion in beta bug 3015.

23 years agofrench fried food (B7010)
arromdee [Sat, 2 Mar 2002 16:18:39 +0000 (16:18 +0000)]
french fried food (B7010)
This implements the suggestion in beta bug 7010.

23 years agobug 8009 (dropping gold on altar)
arromdee [Sat, 2 Mar 2002 16:06:12 +0000 (16:06 +0000)]
bug 8009 (dropping gold on altar)
This fixes beta bug 8009 (dropping gold on altar)

23 years agovms update
nethack.rankin [Sat, 2 Mar 2002 07:50:34 +0000 (07:50 +0000)]
vms update
     Update the instructions, add a dat -> util dependency so that
MMK (freeware clone of DEC's MMS make utility) builds the data files
when necessary, and switch the default compiler to DEC C.

23 years agobuild fix
nethack.rankin [Sat, 2 Mar 2002 06:16:37 +0000 (06:16 +0000)]
build fix

     Some old compilers don't like to use the name of a function-like
macro for anything other than invoking that macro.

23 years agoThis fixes beta bug 8003 (half physical damage from gas spores) as well as a
arromdee [Sat, 2 Mar 2002 01:07:11 +0000 (01:07 +0000)]
This fixes beta bug 8003 (half physical damage from gas spores) as well as a
minor bit of cleanup in mon.c.

23 years agocode sync nitpick
nethack.rankin [Sat, 2 Mar 2002 00:57:52 +0000 (00:57 +0000)]
code sync nitpick

     The cvs sources had a single space difference from nh-patches sources.