Commit Graph

  • c0743f478a dlb capacity (trunk only) nethack.rankin 2012-01-16 03:56:08 +00:00
  • bf106e38f2 Identify type of executable in Windows nethack.allison 2012-01-15 19:11:41 +00:00
  • ead5101e0a More Microsoft Visual Studio 2010 Express compiler build nethack.allison 2012-01-15 17:43:54 +00:00
  • 141653625d rumors & oracles & data.base vs "%lx" format (trunk only) nethack.rankin 2012-01-15 09:27:06 +00:00
  • 09efc215a8 update Unix Makefile.src (trunk only) nethack.rankin 2012-01-13 03:31:39 +00:00
  • f5fa250691 drop extra includes Remove includes already pulled in by hack.h keni 2012-01-12 15:08:29 +00:00
  • ac1707b5e6 lint bit: protects(artifact.c) (trunk only) nethack.rankin 2012-01-12 09:51:05 +00:00
  • eec34e4144 supress lev_main.c diagnostic (trunk only) nethack.rankin 2012-01-12 04:48:12 +00:00
  • 5506be3b91 suppress makedefs.c diagnostic (trunk only) nethack.rankin 2012-01-12 04:01:08 +00:00
  • af0201b063 tid commit just to test postcommit.pl keni 2012-01-11 19:54:46 +00:00
  • b9f8ca44aa test postcommit.pl 1.91 & mac build tid Make postcommit try to recognize a directory commit operation. Use /usr/bin/true instead of touch for a dummy chown/chgrp in Mac OS X. keni 2012-01-11 19:47:33 +00:00
  • 7f6ee2f759 WINCHAIN - a framework allowing multiple processors between core and winport This is the code I built trying to figure out the large window size issue. It completely compiles out if not needed (see -DWINCHAIN in hints/macos10.7) and except for one call during setup has zero overhead if compiled in and not used. See window.doc for more info. keni 2012-01-11 18:23:35 +00:00
  • 586e2cb67e Suppress an x64 build warning (trunk only) nethack.allison 2012-01-11 01:53:44 +00:00
  • 593181421d More clean up of the Windows x64 build (trunk only) nethack.allison 2012-01-11 01:45:02 +00:00
  • 783413bb57 Start trying to clean up the Windows x64 build (trunk only) nethack.allison 2012-01-11 01:15:37 +00:00
  • b97d53fb30 cleanup: outdated SCCS lines Pat noted that I neglected to drop the SCCS lines on the files I've been committing, so clean up those and any others I could find where the SCCS line date is out of date. keni 2012-01-10 17:47:45 +00:00
  • 369b1031fd fix #H2559+2564 - using 'a' command to discover potion of oil (trunk only) nethack.rankin 2012-01-10 08:50:19 +00:00
  • 92b15c5f8a another shot at H2344 (large window) Conditional on H2344_BROKEN which can be disabled at the top of the file if necessary. This appears to handle all the cases I was able to reproduce from Pat's list, with the caveat that msg_window=f fails on very wide windows on Mac OSX Lion with the default terminal emulation. When the emulation is set to ANSI, it works (the failure mode is the output from a simple putchar() loop across the contents of history called up from ^P wraps at about the middle of the window). keni 2012-01-10 02:33:36 +00:00
  • c119e8c3d9 add param to ini winsys routines Provide a mechanism for cleanly moving between tentative window system selections during startup. Now, before a second (or later) system is selected, the first will be notified that it is losing control. See window.doc. keni 2012-01-10 01:39:31 +00:00
  • e442242417 sanity check for dlb_fopen Fail if dlb_fopen is called with a non-read mode. keni 2012-01-09 22:42:48 +00:00
  • 1563a3e0ec drain life vs drain resisting objects (trunk only) nethack.rankin 2012-01-08 01:26:35 +00:00
  • e3648c2adc doc tid (mainly postcommit.pl test) Reference the new install instructions from the current install instructions. keni 2012-01-08 01:11:03 +00:00
  • 93ee252e87 More MS Visual Studio 2010 Express stuff nethack.allison 2012-01-07 22:57:39 +00:00
  • 52aa3efcce last bunch - pline warnings while testing postcommit.pl keni 2012-01-04 18:52:36 +00:00
  • f95549512a another pile on the trunk keni 2012-01-04 18:14:41 +00:00
  • e3856eead3 back to trunk: potion.c keni 2012-01-04 18:05:21 +00:00
  • 01a44fead4 postcommit.pl 1.84 - first branch info test: polyself.c (on the trunk) keni 2012-01-03 19:11:34 +00:00
  • c7bdc50a2a New Year - 2012 nethack.allison 2012-01-02 14:40:08 +00:00
  • f7805b65ae postcommit.pl 1.83: pray.c (Getting close to the end. 1.83 cleans up the code and updates the bugs list.) keni 2012-01-01 17:35:48 +00:00
  • 21f9be37a7 worked once, let's press our luck: botl.c invent.c mkobj.c keni 2011-12-31 00:24:26 +00:00
  • 86e9b65d20 again, looking for that failure condition: pager.c pickup.c keni 2011-12-30 23:58:48 +00:00
  • 623119a4b6 postcommit.pl 1.82: mthrowu.c music.c keni 2011-12-30 23:47:06 +00:00
  • 178f66dbe4 now we need one of those temporary failures so we can see if recovery works, and that's a crapshoot: mcastu.c mhitu.c keni 2011-12-30 23:14:58 +00:00
  • 6520bbdca9 first try tonight: lock.c makemon.c keni 2011-12-30 23:10:37 +00:00
  • 404aac46c1 last try for tonight: engrave.c and hack.c keni 2011-12-30 04:03:27 +00:00
  • 30193b9364 new hack: and we try dungeon.c and eat.c keni 2011-12-30 03:50:15 +00:00
  • 20148d83fe try another pair: dokick.c dothrow.c keni 2011-12-29 23:50:13 +00:00
  • 6120c3dd0b can we commit across directories? src/detect.c and util/makedefs.c keni 2011-12-29 23:29:43 +00:00
  • 03b4813be3 can we do two files? artifact.c cmd.c keni 2011-12-29 22:46:25 +00:00
  • f536e7b550 can we get two in a row? muse.c keni 2011-12-29 22:41:56 +00:00
  • 16c0d0ee20 and now: bones.c (for postcommit.pl 1.75) keni 2011-12-29 22:36:36 +00:00
  • a301d5e0e9 next test: dig.c keni 2011-12-29 22:28:06 +00:00
  • 68cbca9305 more debugging: apply.c keni 2011-12-29 22:16:49 +00:00
  • fde6b47810 another try. spell.c keni 2011-12-29 22:01:25 +00:00
  • 3453ddedbd next try: do.c (three lines of comment - #1) comment line 2 comment line 3 keni 2011-12-29 21:49:27 +00:00
  • 5542cd9e6b third try: mon.c keni 2011-12-29 21:24:15 +00:00
  • 837d2bd217 second test file: rumors.c keni 2011-12-29 21:14:04 +00:00
  • cbc1031d4e mail test / warnings in save.c keni 2011-12-29 20:23:00 +00:00
  • 3afd0f87fd at(1) test#1 / defs for suppressing compiler warnings from pline (etc) First at(1) in postcommit.pl test. Patch: defs for suppressing compiler warnings. keni 2011-12-29 20:06:27 +00:00
  • 1ef7cec6bd Makefile construction cleanup Update the help text in setup.sh. When building with a hints file from TOP, the path to the hints file should start from TOP (instead of "hints/foo"). Make the notes in the generated makefiles consistent as to case. keni 2011-12-27 00:34:52 +00:00
  • 4856f00479 remove duplicate entry Since this should just be in 34.4 arromdee 2011-12-19 00:27:17 +00:00
  • 2cf8261159 Minor cockatrice fix arromdee 2011-12-18 05:16:36 +00:00
  • f0f620cad2 more getpos() reversal (trunk only) nethack.rankin 2011-12-12 22:50:21 +00:00
  • 4e5f74a074 getpos fix (trunk only) nethack.rankin 2011-12-12 02:19:19 +00:00
  • df317ceb43 Put fruit fix in fix list arromdee 2011-12-12 02:18:20 +00:00
  • 42caf48a1d Wizard-mode fruit information should not be conditional on the gods not being angry. arromdee 2011-12-12 02:13:21 +00:00
  • a0c6e6ef3f Check for 100 fruits *after* checking to see if we can reuse a fruit name that never had any fruits created. arromdee 2011-12-12 02:07:43 +00:00
  • 9c1268d581 H2344 fix backout (trunk only) Undo the win/tty/wintty.c bands of the H2344 fix until the fix is fixed. I didn't take out the type changes to hopefully avoid putting people through a full recompile. keni 2011-12-11 21:58:29 +00:00
  • 2a2e2b299e I haven't been active in the past decade, but here's a small patch. Main branch only. This adds a check when setting a new fruit so that if no fruits have been created since the last time the option has been set, the current fruit is overwritten. Result: the user cannot repeatedly set the fruit option and overflow the maximum fruit number. arromdee 2011-12-11 18:11:29 +00:00
  • 77593aa294 tty_getlin cleanup (trunk only) nethack.rankin 2011-12-11 01:54:56 +00:00
  • eaf3819bc2 expanded #terrain command (trunk only; 2nd try...) nethack.rankin 2011-12-05 09:39:19 +00:00
  • 7c68beae81 patch cleanup (trunk only) nethack.rankin 2011-12-05 09:36:21 +00:00
  • d11e4daf27 oops [all of fixes35.0 as log text] nethack.rankin 2011-12-05 09:16:07 +00:00
  • 73a934f6f6 mimics vs DUNGEON_OVERVIEW (trunk only) nethack.rankin 2011-12-05 03:17:36 +00:00
  • eef41ba4a8 fix H2488 - wide and/or tall screens don't work Make windows with more than 255 rows or columns work. Touches some very old magic involving the constant 10. keni 2011-12-04 20:06:00 +00:00
  • bf7c2872b1 WA_VERBOSE nethack.rankin 2011-12-01 03:55:14 +00:00
  • e055b2820e hangup vs u.uinwater again (trunk only) nethack.rankin 2011-11-30 18:52:28 +00:00
  • e072ebd3fa mapping/detection hangup handling (trunk only) nethack.rankin 2011-11-29 03:28:07 +00:00
  • fdf037a89f autosearch while blind (trunk only) nethack.rankin 2011-11-24 00:13:24 +00:00
  • 1ce2514014 add EROFS case to lock_file() From an old email: perhaps this will help users with "run from distro" issues. keni 2011-11-16 16:20:45 +00:00
  • d58ea40750 more warnings just to test postcommit.pl keni 2011-11-15 02:32:26 +00:00
  • 6205188c36 whack some compiler warnings to test updated postcommit.pl keni 2011-11-15 02:14:39 +00:00
  • 2555bc30e3 obj.h documentation typo fix keni 2011-11-10 17:20:32 +00:00
  • 3337f05af8 shop feedback ("gold piecess") (trunk only) nethack.rankin 2011-10-27 02:24:54 +00:00
  • 98cb2eda54 still more levitation blocking (trunk only) nethack.rankin 2011-10-23 00:37:55 +00:00
  • 282f8e8e70 refine blocked levitation/flight (trunk only) nethack.rankin 2011-10-22 23:26:17 +00:00
  • 897d527837 fix #2495 - light vs gremlins (trunk only) nethack.rankin 2011-10-17 01:32:23 +00:00
  • 2402f43776 mac term packaging code (trunk only) : Modified Files: : sys/unix/hints/macosx.sh sys/unix/hints/macosx10.5 : win/macosx/NetHackRecover.applescript win/macosx/recover.pl : Added Files: : win/macosx/NetHackGuidebook.applescript : win/macosx/NetHackTerm.applescript keni 2011-10-17 01:29:20 +00:00
  • f48de2f336 fix #2242 and #2292 - levitation exceptions (trunk only) nethack.rankin 2011-10-15 03:00:45 +00:00
  • 30b3e5a2ea more vault guard (trunk only) nethack.rankin 2011-10-13 00:31:13 +00:00
  • 909ac45014 followup tid (trunk only) Missing dependency. Thanks Pat. keni 2011-10-11 23:55:38 +00:00
  • 4e5e720334 display version and build info at startup (trunk only) Tested on the unix port; I've updated as many other ports as I can figure out but they're not tested. See window.doc for info on the changed banner lines. Also adds the ability to override the generic "Unix" port - used now to get "MacOSX" into the version line instead of "Unix" (so we don't scare people who don't know what's going on). keni 2011-10-11 02:37:31 +00:00
  • bd172eb167 vault guard bug: dropping minvent at <0,0> (trunk only) nethack.rankin 2011-10-09 02:13:01 +00:00
  • 23cace2251 setup.sh - add how-to-run examples keni 2011-10-05 16:02:51 +00:00
  • ae01610f0d dungeon ceiling (trunk only) nethack.rankin 2011-10-04 01:13:59 +00:00
  • 1e63a64a4e more wishing assistance (trunk only) nethack.rankin 2011-10-03 01:16:05 +00:00
  • 12d0bd9057 /home/cohrs/msg cohrs 2011-10-02 21:27:24 +00:00
  • c3d9fe0152 wishing assistance (trunk only) nethack.rankin 2011-10-02 04:02:48 +00:00
  • c980cf55e0 wishing for "<foo> of <bar> abilities" (trunk only) nethack.rankin 2011-10-02 03:55:03 +00:00
  • b5224ab2d0 hobbit tidbit (trunk only) nethack.rankin 2011-10-02 02:18:54 +00:00
  • 1e65061989 eating tins while poly'd (trunk only) nethack.rankin 2011-10-02 01:50:23 +00:00
  • 84f02bd336 intrinsics revamp (trunk only) nethack.rankin 2011-10-01 00:25:57 +00:00
  • cd8eefb622 more makedefs dat/options (trunk only) nethack.rankin 2011-09-23 23:20:36 +00:00
  • 2ba506b385 version feedback (trunk only) nethack.rankin 2011-09-23 07:33:18 +00:00
  • 795c0a3a8d 'makedefs' handling for DEFAULT_WINDOW_SYS (trunk only) nethack.rankin 2011-09-23 02:05:43 +00:00
  • ddf5aced48 fix W343-7 - strange topten output on Windows nethack.rankin 2011-09-19 03:10:01 +00:00
  • 171721adda fix W343-7 - strange topten output on Windows nethack.rankin 2011-09-19 03:08:39 +00:00
  • 16e81690e3 new command '`' to show discoveries for one class (trunk only) nethack.rankin 2011-09-15 04:16:29 +00:00
  • b42cc3bdb0 #H2441 - Snow White (trunk only) nethack.rankin 2011-09-04 21:59:51 +00:00
  • 8dfb62a9d6 jabberwock hands nethack.rankin 2011-09-02 21:44:09 +00:00