Commit Graph

  • e424ca4ba3 Juiblex' frozen "moat" <Someone> reported that freezing the swamp on Juiblex' level would result in message about a frozen moat. Avoid this by using waterbody_name to to determine if it's a moat or not. cohrs 2004-03-26 18:20:49 +00:00
  • 54feb64a0e U944: Tripping over cockatrice corpse does not petrify added the missing check in slip_or_trip for the case where the hero is not wearing boots cohrs 2004-03-26 18:15:29 +00:00
  • f349b74e0b nethack man page updates - as requested by ESR, remove the use of parentheses from the usage summary, it confused some man page conversion tool he has - updated documentation for the -p option to mention the word "role" so anyone search for role in the man page will still find it - removed use of .UC, it is listed as deprecated in all the current man documentation I could find, when it was even documented at all - other minor spelling and formatting (hyphenation) changes cohrs 2004-03-26 17:23:15 +00:00
  • 8e4821a8f2 U172 - documetation vs implemented default for null option The implemented default is "on", document this. cohrs 2004-03-13 01:27:21 +00:00
  • dbf99cab6e blindfold (from r.g.r.n) Someone suggested that if your vision is only blocked by a blindfold and it's the blindfold that glows, you should be able to see it. arromdee 2004-03-12 04:04:51 +00:00
  • 74b4ffe486 blindfold (from r.g.r.n) Someone suggested that if your vision is only blocked by a blindfold and it's the blindfold that glows, you should be able to see it. arromdee 2004-03-12 03:57:20 +00:00
  • aa6f3df889 new context_info struct in compat checks (trunk only) nethack.allison 2004-02-02 12:44:58 +00:00
  • 42f202f4c0 new context_info struct in compat checks (trunk only) nethack.allison 2004-02-02 01:30:31 +00:00
  • 1e8c99bcc0 thrown potions can sometimes hit saddle nethack.allison 2004-01-31 14:59:36 +00:00
  • 5d32958e04 dipping acid in a fountain <Someone> reported that dipping acid in a fountain did not always destroy the acid. It might be best to have get_wet call useup in this case, but that would require more work. cohrs 2004-01-28 17:49:21 +00:00
  • e84bea2009 fleeing mimics Reported to the list back in November: scaring a mimicing mimic will produce a "turns to flee" message, but the mimic does not unmimic nor does it flee. The latter behavior made sense to me as a defense mechanism, so I changed monflee to avoid printing the message in this case. cohrs 2004-01-27 21:10:14 +00:00
  • b661f86e67 U846 - xorns and pits Change pit behavior to always mark a non-flying poly'd player as trapped in a pit, even when Passes_walls is set. This allows players polymorphed into xorns to descend into pits and pick things up. In this case, any attempt to move out of the pit now takes a turn but always succeeds. Also fixed a related bug (w/o ID) that a player could become trapped as if in a pit when leaving xorn form because u.utrap wasn't checked, and simplified the code since the extra Passes_walls checks are no longer needed. Also updated code in sit.c that duplicated uteetering_at_seen_pit. cohrs 2004-01-27 19:35:09 +00:00
  • 7ab2bb967a Invisible monsters looking much better <Someone> reported back in December of an invisible monster using an amulet of lifesaving and looking much better. While the comment in the code says the amulet is visible, this does not mean the monster is. Add a secondary check. cohrs 2004-01-27 17:28:00 +00:00
  • a5e7a67130 U880 - grammar when eating artifacts Both the reported tombstone message and the initial message could be grammatically incorrect for eating identified artifacts. This begs the question whether artifacts should be so easy to destroy. cohrs 2004-01-27 03:37:51 +00:00
  • 6f0fb33e9f general musical instrument use while polymorphed Extend the previous patch to cover all blown instruments. Also covers the case of the player strangling. The test is moved to a new can_blow function to keep the test in one place. It supports any monster, although all current tests are for the player. cohrs 2004-01-27 00:23:31 +00:00
  • 661f91009b whistle use while polymorphed Restrict poly'd whistle use to monsters that can blow a whistle. The restriction includes those that make no sound (or just buzz, which is a wing-thing) and are either breathless, tiny (eg ants), headless or water natives. Searching monst.c, this appeared to provide a reasonable set of restrictions. There are a couple cases one might quibble about if someone feels like refining this further. cohrs 2004-01-26 23:19:36 +00:00
  • 89022d94fd using a whistle underwater A long time ago, a message to the list suggested that whistles should not work underwater. I did some google research and this does appear to be true for most whistles. However, magic whistles are magical, so I left them alone (also, I did find one high-tech whistle in my research that claimed to work underwater). Since being underwater affects pitch, adjusted the magic whistle message slightly for that case. cohrs 2004-01-22 23:25:15 +00:00
  • 0c14e67660 gcc compliation warnings Since I last tried to compile, a couple gcc warnings slipped into the code. cohrs 2004-01-22 23:06:21 +00:00
  • f2101638db avoid "It turns into it" nethack.allison 2004-01-17 20:42:14 +00:00
  • 569cb15070 new year nethack.allison 2004-01-11 02:30:07 +00:00
  • 619f9fccf8 cmdassist enhancement again nethack.rankin 2004-01-10 03:29:30 +00:00
  • 8d6f610b37 cmdassist enhancement nethack.rankin 2004-01-10 03:23:55 +00:00
  • b8991129a8 pit access nethack.rankin 2004-01-04 08:54:16 +00:00
  • 62e46878b1 pat wrote: > In the development code, two status types have gotten reversed. > Hallucinating shows up as "Stun" and being stunned shows up as "Hallu". nethack.allison 2003-12-31 20:11:02 +00:00
  • 99413fcd04 fix steed-in-trap message grammar when hallucinating nethack.rankin 2003-12-27 02:45:47 +00:00
  • 4a2dc925bb fix incorrect plural of Nazgul nethack.rankin 2003-12-23 02:32:17 +00:00
  • 57b1e96238 teetering on edge of pit nethack.allison 2003-12-22 19:09:39 +00:00
  • 712771f4f7 fix U796 - minor wording 'bug' nethack.rankin 2003-12-18 05:00:47 +00:00
  • 28934bc7b6 Re: #U800: possible bug regarding pits nethack.allison 2003-12-16 02:58:55 +00:00
  • a4a80fdbca back into test mode nethack.rankin 2003-12-13 15:01:49 +00:00
  • 41d3ad8c4e wizard mode ^V crash in endgame nethack.rankin 2003-12-13 14:51:38 +00:00
  • 86428dc172 U778 wielded silver arrows nethack.allison 2003-12-11 11:43:18 +00:00
  • a744b6b5bf Mac Carbon updates kmhugo 2003-12-10 19:36:49 +00:00
  • 0dc3c43a8d montraits usage (trunk only) nethack.rankin 2003-12-10 06:33:25 +00:00
  • f935974e02 apply Janet's lint catches to trunk nethack.allison 2003-12-10 01:23:14 +00:00
  • 887d2defd1 vms version bit (trunk only) nethack.rankin 2003-12-09 02:54:08 +00:00
  • 5a96be12f7 add fixes34.4 nethack.allison 2003-12-08 02:28:50 +00:00
  • 532b7e8be9 no message nethack.allison 2003-12-08 02:27:34 +00:00
  • e7cb26d898 fix "You hear The food ration tumbles downwards." nethack.allison 2003-12-08 02:25:11 +00:00
  • f52e1de293 OS2 bits Ronald Van Iwaarden wrote: ... lines 1845 and 1846 of cmd.c generate a 'value out of range warning' due to the compiler making 0x80 an integer rather than a character and '|'ing it with the argument. This requires a minor change to micro.h. [ Makefile.os2 rev does not currently make sense in the trunk. ] cohrs 2003-12-07 20:20:59 +00:00
  • f98e7d1fe6 vms version bit (trunk only) nethack.rankin 2003-12-07 19:10:31 +00:00
  • 4bfcd1ee96 Files update, part 2 While looking thru the whole list, I found a few sorting mistakes which confused my inspection and one misspelling. I didn't inspect the derived file list. cohrs 2003-12-07 18:07:28 +00:00
  • e625ee2c3a Files update nethack.allison 2003-12-07 17:41:41 +00:00
  • 2a91bc6a50 fix message when were_summoning nethack.allison 2003-12-07 09:45:34 +00:00
  • 19976253a0 wince build fix (from <Someone>) nethack.allison 2003-12-07 01:33:25 +00:00
  • 691f81102e last minute Linux README bits cohrs 2003-12-06 20:55:15 +00:00
  • d382295554 We only had an entry for plain water. jwalz 2003-12-06 15:34:44 +00:00
  • 2e28abcd5a fix the "big abuse" reported a few days ago nethack.rankin 2003-12-06 14:08:51 +00:00
  • 3b2b16ea9d patchlevel sync nethack.allison 2003-12-06 13:15:55 +00:00
  • eb65b00eb2 tainted meat did not invoke cannibalism nethack.allison 2003-12-06 05:11:40 +00:00
  • 497c3b0fad typo pluralizing tengu cohrs 2003-12-05 16:27:04 +00:00
  • 40f3251cf4 prevent infinite recursion in impossible nethack.allison 2003-12-05 12:30:18 +00:00
  • 4d7a39e563 #U770 part II - lack of "miss" message when throwing gold at monster nethack.rankin 2003-12-05 11:37:37 +00:00
  • 9860caf748 fix U770 - grammar bug: The gold pieces hits the [monster] nethack.rankin 2003-12-05 08:54:32 +00:00
  • 3df53e952c loadstone dropping fix nethack.rankin 2003-12-03 07:10:24 +00:00
  • b7a2c26248 bits - update an existing fixes34.3 to reflect a recent autopickup_exception change. nethack.allison 2003-12-03 02:58:16 +00:00
  • a87296c814 fix B03001 - spelling mistakes in Guidebook nethack.rankin 2003-12-02 15:08:59 +00:00
  • 319bed6ac8 B02005 and B02006 nethack.allison 2003-12-02 05:00:02 +00:00
  • 1a6c4bc82d autopickup_exception doc update nethack.allison 2003-12-02 03:29:38 +00:00
  • db7d800c98 autopickup_exception nethack.allison 2003-12-02 03:14:50 +00:00
  • 063da8fc3a sync trunk patchlevel.h with branch nethack.allison 2003-12-02 00:42:32 +00:00
  • f761b02c8d lint bits nethack.rankin 2003-12-01 14:42:37 +00:00
  • 9d458f24ce botl.c followup bits nethack.allison 2003-12-01 03:57:42 +00:00
  • 7a8fafd150 botl.c followup bits nethack.allison 2003-12-01 03:48:32 +00:00
  • fbfb8e92ab corpse revival and statue animation (trunk only) nethack.rankin 2003-11-30 21:19:01 +00:00
  • d6bf777e63 figurine transform message nethack.allison 2003-11-30 19:20:01 +00:00
  • 331ecb8b5c patch reversal - figurines (was egg hatching message bug) nethack.allison 2003-11-30 12:33:53 +00:00
  • b56641dc2e status bits nethack.rankin 2003-11-30 11:04:54 +00:00
  • 73e2a01501 unintentional change removal nethack.allison 2003-11-30 05:54:02 +00:00
  • 10480f4397 core support for status field highlighting (trunk only) nethack.allison 2003-11-30 05:51:53 +00:00
  • c1c4ba99d9 egg hatching message bug nethack.allison 2003-11-29 18:48:13 +00:00
  • 5b74be68fe B02002 - drawbridge vs longworm If a long worm's head is on the drawbridge and a tail segment is at the portcullis and you raise the drawbridge, bad monster handling occurs because of some recursion that occurs before set_entity is called again. Not sure when this last worked; it's broken in 3.4.2 as well. Modified e_died to ensure both entity objects for the same monster get cleaned up so subsequent e_at calls behave as expected. cohrs 2003-11-27 17:37:38 +00:00
  • 70e25fa154 U761 - Sitting as a hider and other related is_hider behavior While looking at the behavior of sitting hiders, I noticed other related odd behavior. - player hiding while poly'd as a hider that hangs on the ceiling now drops to the floor before sitting (similar to the behavior of movement commands). - trappers, as per data.base, don't hang on the ceiling. Changed the mattacku case dealing with hiders to not treat trappers as ceiling hiders. - updated can_reach_floor to also exclude ceiling hiders. This covers a bunch of cases, such as pickup, look-here-while-blind, and so on. Another alternative would have been to automatically unhide for all such cases. trunk only, it's a minor bug IMO and we appear to be close to a release. cohrs 2003-11-27 07:03:56 +00:00
  • cfa72fcee1 compilation bit cohrs 2003-11-27 06:25:46 +00:00
  • 3c29cbfeab poison messages (trunk only) nethack.rankin 2003-11-27 05:00:29 +00:00
  • 43664aa310 interim status support for X11 and gnome so these window ports can compile with STATUS_VIA_WINDOWPORT defined cohrs 2003-11-26 23:42:10 +00:00
  • b0560d45a0 compilation and warnings bits for new botl code - gcc warned that the "anything" initializer needed more braces - gcc also warned of a couple unused variables - WIN_STATUS, when STATUS_VIA_WINDOWPORT is not defined, had no type cohrs 2003-11-26 21:54:07 +00:00
  • eb79553209 Guidebook update: "Shops" nethack.rankin 2003-11-26 08:37:08 +00:00
  • 71b947af0e more status_via_windowport (trunk only) nethack.allison 2003-11-25 00:31:19 +00:00
  • ac9b871dc3 status change followup (trunk only) nethack.allison 2003-11-24 03:35:33 +00:00
  • f3e2499101 B02003 - spelling of subkeyvalue option in Guidebook cohrs 2003-11-23 21:51:15 +00:00
  • 57a1c343dd Unix CLI option to set windowtype Add the ability to select the windowtype on the command line on Unix using a new -wwindowtype option. I had thought the proposed patch could core dump, but the default windowtype selection occurs earlier and ensures that raw_print will always work. So, the only problem with the proposed patch was it didn't move the linux and sco special-case code until after the selection was made. That special-case code really should be moved to to wintty.c, IMO since it doesn't affect other windowtypes. cohrs 2003-11-23 21:36:36 +00:00
  • f8d6b1d41f lit and unlit corridors The default symbol for lit and unlit corridors are the same. This makes the lit_corridor option a no-op where the defaults are used and also means that using a light scroll/spell a corridor has no obvious effect. To address that, I special-cased the lit corridor symbol and change its color to bright white when its the same symbol as the unlit corridor symbol (I didn't change the default color since I thought that made the lit corridor look strange using the windows console interface). cohrs 2003-11-23 21:24:16 +00:00
  • 5993a8fdc7 unused variables remove unused variables gcc warned about cohrs 2003-11-23 20:54:41 +00:00
  • 7982a95161 U751 coordinate typos nethack.allison 2003-11-23 17:19:33 +00:00
  • d74990926c paniclog enhancement nethack.rankin 2003-11-23 10:01:58 +00:00
  • 17578658ce build fix (trunk only) nethack.rankin 2003-11-23 09:47:34 +00:00
  • 21f3e1a3a6 status display - new file (trunk only) nethack.allison 2003-11-23 06:50:48 +00:00
  • 586a805c8f status display - port modules (trunk only) nethack.allison 2003-11-23 06:47:13 +00:00
  • 5ed547995d status display - core modules (trunk only) nethack.allison 2003-11-23 06:43:17 +00:00
  • 2db57166dc more El-bereth nethack.rankin 2003-11-22 04:25:26 +00:00
  • 2b6a7174dd El-bereth add a troff control to ensure Elbereth is not hyphenated. cohrs 2003-11-21 16:17:03 +00:00
  • 9d042ed2c4 redundant "you finish disrobing" messages nethack.rankin 2003-11-21 08:08:49 +00:00
  • 29f21b488c stethoscope use on corpses & statues (trunk only) nethack.rankin 2003-11-20 04:54:39 +00:00
  • cf1b96c0e7 couple of new routines (trunk only) nethack.rankin 2003-11-20 04:40:46 +00:00
  • a2a20c8c47 no rest_on_space in sample config nethack.allison 2003-11-18 12:35:49 +00:00
  • 42e2f54b22 no rest_on_space in sample config nethack.allison 2003-11-18 12:30:48 +00:00
  • d265520efd disenchanter database entry nethack.allison 2003-11-18 02:52:32 +00:00
  • 89c785e366 monsters moving other monsters (trunk only) nethack.allison 2003-11-16 20:10:30 +00:00
  • 925aac1756 database pyrolisk entry nethack.allison 2003-11-16 16:39:24 +00:00