Commit Graph

  • 21eb6adf36 Guidebook sync for symset Fix a few things in Guidebook.mn especially syntax errors in the new prose about nethack symbols, and sync it with Guidebook.txt. cohrs 2006-09-23 23:23:48 +00:00
  • 7fce69157e symbols file feedback (trunk only) nethack.allison 2006-09-23 18:32:21 +00:00
  • f713038a88 buildfix !defined(REINCARNATION) [trunk only] nethack.allison 2006-09-23 17:31:19 +00:00
  • d9368a3c09 constrain monster migration in wizard tower <Someone> noticed that when a monster escaped upladder in the wizard tower, it ended up outside the tower. This is due to the "wander" code in monster migration. Rather than add code to try to keep the monster from crossing the undiggable wall, just add REGIONs on the tower levels within the area, which then utilizes the existing in-a-room constraint behavior of monster migration. Of course, one can still fill a tower level with fodder, and then when another monster climbs the ladder, it will still end up outside the tower. cohrs 2006-09-23 06:32:01 +00:00
  • c38a07174d symbol parsing (trunk only) nethack.allison 2006-09-23 06:17:47 +00:00
  • 7a49705a93 symbols documentation (trunk only) nethack.rankin 2006-09-23 05:34:38 +00:00
  • b8ecf9e23e vms update (trunk only) nethack.rankin 2006-09-23 04:45:56 +00:00
  • 1820d8c689 blind player updates (trunk only) nethack.allison 2006-09-23 04:40:15 +00:00
  • 7f4c90ca10 build fix (trunk only) nethack.rankin 2006-09-23 04:30:45 +00:00
  • d66f04ab5a Readme update nethack.rankin 2006-09-23 03:40:57 +00:00
  • d1c3312cf0 comment bits nethack.allison 2006-09-22 12:29:42 +00:00
  • 719721e017 more symbol set stuff (trunk only) nethack.allison 2006-09-22 02:00:30 +00:00
  • a3e0bf97b1 Eyes plus stinking cloud stinking clouds extend their timers, causing the "ttl == 0" check in visible_region_at to be inappropriate; technically it was never quite right, since the ttl is set to 0 one turn before removal is considered. But with the Eyes on, this caused a visible change in the region although the region still existed. Introduced a new -2L value to designate that the region is being removed (-1L means it's permanent), which is what visible_region_at was really trying to test. cohrs 2006-09-21 15:03:48 +00:00
  • 2303fc8923 more symhandling followup - yet another unused symbol, this one on files.c. cohrs 2006-09-21 06:24:44 +00:00
  • 81d5ba4044 more symhandling followup - the cause of of the odd "~" with DECgraphics appears to have been caused by the Is_rogue_level(&u.uz) tests occurring before rogue_level was initialized. Perhaps there's a better way to deal with this than what I did? cohrs 2006-09-21 06:24:19 +00:00
  • 72011cb75f more followup (trunk only) nethack.allison 2006-09-21 05:53:08 +00:00
  • 39d5f48ce0 symhandling followup for Linux - tile2x11 would not build because drawing.c now depended on strcmpi which was (via STRNCMPI not being defined) defined to strncmpi which is implemented in hacklib.c which needs panic which is defined in... I gave up on tracking down all the loose ends and changed the strcmpi to strcmp, which means the handling is case sensitive, but it avoids a bunch of changes to the way the util/Makefile. - the symhandling changes introduced a chicken and the egg problem for ASCIIGRAPH on Unix platforms, which was getting the defn from tcap.h but that does not get included earlier enough nor often enough. I added a defn to unixconf.h to mimic ntconf.h, since ASCIIGRAPH is normally defined on Unix. - options.c included an unused decl for a function named graphics_opts - Unix Makefile was not installing "symbols". I'm assuming this isn't supposed to get the DLB treatment. cohrs 2006-09-21 05:09:38 +00:00
  • f0bf6c7653 more follow-up (trunk only) nethack.allison 2006-09-21 03:47:00 +00:00
  • b5648a7bb3 symhandling follow-up (trunk only) nethack.allison 2006-09-21 03:11:06 +00:00
  • 347aadee88 fixes update (trunk only) nethack.allison 2006-09-21 02:35:56 +00:00
  • 5d0228ed70 yet more followup (trunk only) nethack.allison 2006-09-21 02:13:26 +00:00
  • 6133b14fb7 more followup (trunk only) nethack.allison 2006-09-21 02:01:56 +00:00
  • 1e60eab7cd pcmain followup (trunk only) nethack.allison 2006-09-21 01:57:25 +00:00
  • b972732dd8 Files followup (trunk only) nethack.allison 2006-09-21 01:48:22 +00:00
  • 253bf359af drawing overhaul (trunk only) nethack.allison 2006-09-21 01:46:15 +00:00
  • 94b66d0be5 New file: dat/symbols nethack.allison 2006-09-21 01:33:24 +00:00
  • 67b34944e3 dos port chdir fix nethack.allison 2006-09-18 23:18:54 +00:00
  • 04470da94c very minor optimization in mapglyph nethack.allison 2006-09-17 14:23:17 +00:00
  • 61f6e7b7c6 build fix w/o REINCARNATION defined nethack.allison 2006-09-17 04:40:06 +00:00
  • bc8453a239 <foo> suddenly appears next to you (trunk only) nethack.rankin 2006-09-16 04:46:12 +00:00
  • 1cf4c373fc fix for #H229 nethack.allison 2006-09-11 04:03:59 +00:00
  • 80a5f0d4dd #H226: Poor grammar when engraving under water nethack.allison 2006-09-10 14:20:31 +00:00
  • ea80f61b6f bug W343-3 fix (trunk only) nethack.allison 2006-09-09 20:36:12 +00:00
  • 94bc5885b1 console colour follow up 2 nethack.allison 2006-09-09 19:38:25 +00:00
  • e05b7659e8 "<foo> appears" followup (trunk only) nethack.rankin 2006-09-07 05:08:41 +00:00
  • 467899e307 <foo> suddenly appears next to you (trunk only) nethack.rankin 2006-09-07 04:42:13 +00:00
  • 4c4304cc62 console colour follow up nethack.allison 2006-09-05 12:46:47 +00:00
  • 817cae4518 adjustment of win32 console colours (trunk only) nethack.allison 2006-09-03 04:17:09 +00:00
  • 7ba02dda00 eye message formatting (trunk only) nethack.rankin 2006-09-02 04:09:50 +00:00
  • 06e9fa91de Unaware; fix #H202 and extend the fix for #H179 (trunk only) nethack.rankin 2006-09-02 03:32:18 +00:00
  • 1574c6effd fix #H179 - blinding attack while fainted nethack.rankin 2006-08-27 02:09:39 +00:00
  • 63af2521dd data.base entry: playing style nethack.rankin 2006-08-27 01:48:04 +00:00
  • 90fba2f9f9 cmdassist for wishing nethack.allison 2006-08-26 04:03:27 +00:00
  • 422bfa686e fix #H184 - rndmonnum plan B nethack.rankin 2006-08-24 04:50:45 +00:00
  • d78f81a7f3 discovering divine gifts nethack.rankin 2006-08-22 03:31:32 +00:00
  • 44601d4733 inappropriate unblock_point() calls nethack.rankin 2006-08-22 03:03:03 +00:00
  • ff6a119cc2 comment spelling (trunk only) nethack.rankin 2006-08-19 05:34:39 +00:00
  • d8076947dd fix #H177 - mimicking gold while hallucinating (trunk only) nethack.rankin 2006-08-19 05:29:16 +00:00
  • e6bf8af74e fix grab/engulf by tame/peaceful monster (trunk only) nethack.rankin 2006-08-17 04:35:08 +00:00
  • 2e8c4b08d4 fix #H167 - entering monster filled level nethack.rankin 2006-08-13 06:03:23 +00:00
  • c91c9addb9 shopkeeper/temple priest teleporting (trunk only) nethack.rankin 2006-08-10 00:45:32 +00:00
  • 075d466f3a comment typo nethack.rankin 2006-08-09 23:40:28 +00:00
  • b543be6bb0 fix #H164 - boulder pushing bug (trunk only) nethack.rankin 2006-08-09 23:27:29 +00:00
  • f36c9d19fd mon vs mon attack message phrasing nethack.rankin 2006-08-08 05:08:23 +00:00
  • 96a0e8e6fe more #H166 - quest locate level message nethack.rankin 2006-08-06 05:16:23 +00:00
  • 47327a3b99 fix #H166 - trapdoors on quest levels nethack.rankin 2006-08-06 05:13:22 +00:00
  • fcf38a5e35 recover (trunk only) nethack.allison 2006-08-04 03:58:46 +00:00
  • 2cca9c3114 fix #H158 - typo in monk data.base entry nethack.rankin 2006-08-03 04:00:07 +00:00
  • 7f826cd288 more set_corpsenm (trunk only) nethack.allison 2006-07-30 20:08:57 +00:00
  • 557f94c83a win32 makefile gui build with <email deleted> wrote: > Command line compile of tiled Nethack breaks, at the end, with an error: > > Linking.... > link /DEBUG /INCREMENTAL:NO /NOLOGO kernel32.lib > ws2_32.lib mswsock.lib advapi32.lib bufferoverflowu.lib user32.lib > gdi32.lib comdlg32.lib winspool.lib /STACK:2048 user32.lib > winmm.lib -out:..\binary\NetHackW.exe > @NetHackW.lnk winhack.o : error LNK2019: unresolved external symbol > __imp__InitCommonControlsEx@4 referenced > in function <email deleted> nethack.allison 2006-07-18 13:24:20 +00:00
  • e822fc1c60 install.nt clarification nethack.allison 2006-07-16 18:48:34 +00:00
  • 9631e2b691 fix #H148 - applying a pickaxe doesn't respect pushweapon nethack.rankin 2006-07-15 03:25:08 +00:00
  • 96c6163019 cast int64 to smaller types (trunk only) nethack.allison 2006-07-11 12:38:16 +00:00
  • 7394b0a353 ntconf vc2005 warnings bit nethack.allison 2006-07-11 12:29:51 +00:00
  • e9a6ed3766 recent dead code(trunk only) nethack.allison 2006-07-11 12:28:19 +00:00
  • 65e12e0362 union bit (trunk only) nethack.rankin 2006-07-11 04:08:24 +00:00
  • 0abece54c1 more dos bits nethack.allison 2006-07-10 02:10:22 +00:00
  • 00768fce8b bits nethack.allison 2006-07-09 22:17:57 +00:00
  • 999424aecc more zeroany (trunk only) nethack.allison 2006-07-09 17:39:43 +00:00
  • dafb1c089e another pointer to long conversion (trunk only) nethack.allison 2006-07-09 16:42:21 +00:00
  • 003aea0ce3 zeroany [trunk only] nethack.allison 2006-07-09 16:25:39 +00:00
  • 98a09101b1 remove pointer to long conversions - part 3 of 3 (trunk only) nethack.allison 2006-07-09 01:23:26 +00:00
  • d611cd76c5 remove pointer to long conversions - part 2 of 3 (trunk only) nethack.allison 2006-07-09 01:02:51 +00:00
  • 9c79bb2758 remove pointer to long conversions - part 1 of 3 rev 2 (trunk only) nethack.allison 2006-07-08 23:31:39 +00:00
  • 90f640a935 back out part1 patch (trunk only) nethack.allison 2006-07-08 20:16:13 +00:00
  • 699330928d remove pointer to long conversions - part 1 of 3 (trunk only) nethack.allison 2006-07-08 18:24:01 +00:00
  • dbc3abb226 pointer formatting (trunk only) nethack.rankin 2006-07-08 03:22:40 +00:00
  • 2b530870a3 compilation w/o WIZARD > Michael Allison wrote: > There are unresolved functions in the trunk if you build without WIZARD > defined and attempt to link: Also to a lesser extent, in the 3.4.4 branch. cohrs 2006-07-03 15:11:25 +00:00
  • 4b1c4728d6 region memory nethack.allison 2006-07-03 14:30:01 +00:00
  • 230d150350 region memory nethack.allison 2006-07-03 14:21:21 +00:00
  • b8d744819b more fmt_ptr (trunk only) nethack.allison 2006-07-02 19:16:58 +00:00
  • a98151cf9a more fmt_ptr (trunk only) nethack.allison 2006-07-02 19:09:42 +00:00
  • 3d164b6d02 fmt_ptr (trunk only) nethack.allison 2006-07-02 18:43:35 +00:00
  • 13eeae9523 startup menu crash follow up (trunk only) nethack.allison 2006-07-01 19:32:27 +00:00
  • 2b8903cd7a <Someone> wrote: > NetHack feedback form submitted by > <email deleted> on Friday, June 30, 2006 at 17:31:12 > --------------------------------------------------------------------------- > > mailversion:1.35 > > nhversion:3.4.3 > > nhfrom:Our 3.4.3 source release, unmodified nethack.allison 2006-07-01 18:44:18 +00:00
  • 2a66234b14 header reorg (trunk only) nethack.rankin 2006-06-29 05:03:15 +00:00
  • 64689f0c54 lint bit nethack.rankin 2006-06-29 03:06:46 +00:00
  • c7c6295cbf region ttl field size change (trunk only) nethack.allison 2006-06-28 02:34:02 +00:00
  • 7ea8507d26 remove duplication nethack.allison 2006-06-27 00:17:35 +00:00
  • 54a27aa9e8 fixes34.4 catch up nethack.allison 2006-06-26 20:19:40 +00:00
  • 6adc731634 Install.nt updates nethack.allison 2006-06-26 11:02:36 +00:00
  • 174b985267 Allow makefile build with VC2005 (trunk only) nethack.allison 2006-06-25 22:40:58 +00:00
  • d09c374239 function pointer assignment warnings in VC2005 nethack.allison 2006-06-25 19:54:31 +00:00
  • c374583632 detected hidden monsters nethack.rankin 2006-06-22 05:03:48 +00:00
  • 8f92715098 comment tidbit (trunk only) nethack.rankin 2006-06-22 04:57:27 +00:00
  • dc63ed8a80 shop theft/breakage (trunk only) nethack.rankin 2006-06-22 04:08:40 +00:00
  • ed202000f1 #tip horn of plenty (trunk only) nethack.rankin 2006-06-20 02:31:37 +00:00
  • 58137a608a bag of tricks, horn of plenty, #tip (trunk only) nethack.rankin 2006-06-18 05:20:36 +00:00
  • e79a41ccb6 wielded candles vs rust (trunk only) nethack.rankin 2006-06-17 04:43:44 +00:00
  • d8528f7e2f throwing and breaking glass wand in shop (trunk only) nethack.allison 2006-06-14 23:44:16 +00:00