home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume3 / nethack2.2 / part13 / Fixes.2.2 < prev    next >
Text File  |  1987-12-02  |  8KB  |  207 lines

  1.         NetHack Fixes List    Revision 2.2
  2.  
  3. Guidebook.mn    New file "Guide to the Mazes of Menace". By Eric Raymond.
  4. Guidebook    A file for preparation using the "mn" macros supplied with
  5.         the 2.11 news release, as well as an ascii version of the
  6.         same. 
  7.  
  8. NetHack.cnf    Sample configuration file for the PC. (creps@silver)
  9.  
  10. Makefiles    Corrected problem in which the linking was done on build and
  11. (unix/xenix)    on install. (Contributed by Janet Walz - walz@mimsy)
  12.  
  13. Makefile.att    Added a makefile for the AT&T Unix PC using shared libraries.
  14.         (Contributed by ahby@umn-cs)
  15.  
  16. Makefile.pc    Streamlined compilation of main.o, tty.o, and unix.o
  17. Makefile.tcc    (Contributed by polder@cs.vu.nl).
  18.  
  19. data.base    deletion of duplicate lines and spelling fixes. (sweet@scubed)
  20.  
  21. invent.c    REDO problem with "What do you want to..." text fixed.
  22.         down stairway identification fixed.
  23.         Alloc "buf" to allow for variable length HI/HE. (tom@uw-warp)
  24.  
  25. engrave.c    Correction to "feel" code. (mike@genat)
  26.         Corrected switch for message determination. (patrickm@hpisof0)
  27.         BURN'ed engravings made un-erasable again. (kyrimis@princeton)
  28.  
  29. pri.c        Added colour highliting functions (sweet@scubed)
  30.  
  31. prisym.c    changed "symbol.room" to "ROOM_SYM" (one I missed)
  32.         (Ralf.Brown@b.gp.cs.cmu.edu)
  33.         Changed "dirlet()" to return an int. (maartenj@cs.vu.nl)
  34.  
  35. msdos.c        Changed "symbol" to "showsyms" (Ralf.Brown@b.gp.cs.cmu.edu)
  36.         Fixed up REDO & IBMBIOS stuff. (Kevin Sweet - sweet@scubed)
  37.  
  38. do.c        Dropping gold asked for only when gold posessed. (walz@mimsy)
  39.         Potential unsigned value problem fixed (u.ucreamed)
  40.         Added leash dropping code. (maartenj@cs.vu.nl)
  41.         Blind modifications for blindfolding.  (eric@snark)
  42.         Value wrap fixed for u.ucreamed
  43.  
  44. fight.c        Dog's name now used in hitting avoidence message. (walz@mimsy)
  45.         Variable initialization fixed w.r.t. #ifdef / #else.
  46.         (Reported by Erwin Unruh - unruh@infbs)
  47.         Added giant rats and kobolds back into code. (sweet@scubed)
  48.  
  49. spell.c        Potential unsigned value problem fixed (u.ulevel).
  50.         Typos corrected. (Tom May - tom@uw-warp)
  51.         Blind modifications for blindfolding.  (eric@snark)
  52.  
  53. shk.c        "inshop" crash bug corrected (many sources).
  54.         extern declaration of carrying() moved to avoid a Turbo-C
  55.         type mismatch msg. (Ralf.Brown@b.gp.cs.cmu.edu)
  56.         Added new "online()" which executes faster. (tom@uw-warp)
  57.         Blind modifications for blindfolding.  (eric@snark)
  58.         Added item pricing shopkeeper talk.
  59.         (Idea from a hacked up 1.0.1 source sent in by michael@stb)
  60.         Cleaned up Kops code. (sweet@scubed)
  61.  
  62. mhitu.c        Argument mismatches fixed. (walz@mimsy)
  63.         Scorpion/spider mixup fix. (William LeFebvre - phil@rice.edu)
  64.         Blind modifications for blindfolding.  (eric@snark)
  65.  
  66. potion.c    Argument mismatch fixed. (walz@mimsy)
  67.         Blind modifications for blindfolding.  (eric@snark)
  68.         Poison handling made more dependant on poison resistance.
  69.         (From an idea by Steve Creps - creps@silver)
  70.  
  71. mklev.c        Fixed up installation of vamp traps. (sweet@scubed)
  72.  
  73. makemon.c    Monster creation location bug fixed. (walz@mimsy)
  74.         Monster creation crash fixed. (many sources)
  75.         Monster posessions bug fixed. (S. Wrammerfors stewr@obelix)
  76.         Added giant rats and kobolds back into code. (sweet@scubed)
  77.  
  78. hack.c        "Elbereth" effectiveness increased under "HARD" option to
  79.         be reasonable. (walz@mimsy)
  80.         Declaration of "register struct monst *m_at()" fixed. (many)
  81.         Typo fixed. (tom@uw-warp)
  82.         Fixed scroll of scare monster pickup problems (and giveaway)
  83.         (polder@cs.vu.nl)
  84.         Documentation modifications for blindfolding.  (eric@snark)
  85.  
  86. ioctl.c        ioctl call for SET changed to function properly under
  87.  
  88. unixtty.c    Sys V R3 mods.  (tom@uw-warp)
  89.  
  90. decl.c        in_doagain initialized. (many sources)
  91.  
  92. wield.c        Ability to remove cursed weapons w. w- removed. (many sources)
  93.  
  94. options.c    Major rewrite of options help.  Now uses pager.  (mike@genat)
  95.         Rewrote GRAPHICS setup. (maartenj@cs.vu.nl)
  96.         Allowed reassignment of inventory order #ifdef DGK
  97.         (polder@cs.vu.nl)
  98.  
  99. pray.c        Fixed mk_obj of spellbook under all conditions to make book
  100.         if "SPELLS" defined, and scroll otherwise. (unruh@infbs)
  101.         Fixed typo in "gods angry" text. (tom@uw-warp)
  102.         Fixed blessing code. (Simon Brown - simon@its63b)
  103.         Blind modifications for blindfolding.  (eric@snark)
  104.  
  105. zap.c        Potion of invis. breakage message improved. (unruh@infbs)
  106.         Added WAN_PROBING to "zapyourself".
  107.         Changed "dirlet()" to return an int. (maartenj@cs.vu.nl)
  108.         Fixed cancellation code to work properly on wands (spe
  109.         set to -1 instead of 0) this means no infinite wands of
  110.         wishing. (Ron Wessels - ron@utcsri)
  111.         Fixed bug in "buzz()" causing crash when destroying a
  112.         trapper from inside with a wand/spell.  (mike@genat)
  113.         Added fcn to destroy wands with zero charges. (sweet@scubed)
  114.  
  115. pcmain.c    Added a routine to zero out the fileinfo array in order to
  116.         prevent crashes on level change. (ralf@b.gp.cs.cmu.edu)
  117.         Added chdir to HACKDIR before looking for .CNF file.
  118.         Added call "uptodate(savefile)". (polder@cs.vu.nl)
  119.  
  120. pager.c        changed "cornline()" to use xputs for HI/HE. (tom@uw-warp)
  121.         added choice for dowhatis() to allow letter or cursor object
  122.         selection. (polder@cs.vu.nl)
  123.  
  124. cmd.c        Added ^W (wish) and ^I (ident-all) commands for WIZARD-mode.
  125.         (Paul Polderman - polder@cs.vu.nl)
  126.         Added "Z" as alternate to "# cast" (Eric Raymond - eric@snark)
  127.  
  128. u_init.c    Expanded a tab which didn't show in raw mode.
  129.         Changed trobj.trotyp to "unsigned short" to avoid >255
  130.         problems. (Maarten Jan Huisjes - maartenj@cs.vu.nl)
  131.         Removed wand of wishing from WIZARD's inventory (due to
  132.         the above cmd additions). (polder@cs.vu.nl)
  133.         Fixed declaration of leash. (simon@its63b)
  134.         Beefed up Wizard class.
  135.         Added Wakizashi for Samurai.
  136.         Added holy water for Priest(ess)es.
  137.         Modifications to provide blindfolds.  (eric@snark)
  138.  
  139. end.c        changed inventory identification on death to list form.
  140.         (polder@cs.vu.nl)
  141.         added hallucination effects to done_in_by()
  142.         added posession of amulet flag for scoreboard (sweet@scubed)
  143.  
  144. wizard.c    corrected "nasties" decl. (maartenj@cs.vu.nl)
  145.         Blind modifications for blindfolding.  (eric@snark)
  146.  
  147. do_wear.c    Prot. from shape changers logic fixed. (maartenj@cs.vu.nl)
  148.  
  149. lev.c        Prot. from shape changers logic fixed. (maartenj@cs.vu.nl)
  150.  
  151. mon.c        Inserted cast to fix compiler warning. (maartenj@cs.vu.nl)
  152.         Nymphs now leave potions of object detection when killed.
  153.         Kops now don't leave treasure behind. (sweet@scubed)
  154.  
  155. topl.c        Changed size of "toplines" to avoid overflow in "parseoptions"
  156.         when help is asked for. (probably n/a) (maartenj@cs.vu.nl)
  157.  
  158. topten.c    Added longer death descriptions, including name of
  159.         shopkeeper who killed character.  (many sources)
  160.  
  161. termcap.c    Changed allocation of HI/HO for copying SI/SO to allow room
  162.         for null.  (maartenj@cs.vu.nl)
  163.         Added PCHack 3.61 termcap stuff.
  164.         Added colour highliting code. (sweet@scubed)
  165.  
  166. version.c    Expanded a tab for rawmode io. (maartenj@cs.vu.nl)
  167.  
  168. objnam.c    Allow the WIZARD to wish for really excessive objects.
  169.         (polder@cs.vu.nl)
  170.  
  171. makedefs.c    Added "freopen" which works (MSC 4.0 drops first couple
  172.         of lines).  Solves missing #define AMULET... problem.
  173.         (Nathan Glasser - nathan@mit-eddie)
  174.  
  175. rnd.c        Changed around random number generation:
  176.         BSD uses "random()". (Paul Eggert - eggert@grand)
  177.         SYSV uses "lrand48()". (mike@genat from above)
  178.  
  179. eat.c        Changed "choke()" code to waste food rather than choke on
  180.         it #ifndef HARD. (Allan Pratt - apratt@atari)
  181.         Blind modifications for blindfolding.  (eric@snark)
  182.  
  183. objects.h    added blindfold object (tool).  (eric@snark)
  184.  
  185. you.h        changed Blind/BLIND to Blinded/Blinded
  186.         added Blindfolded/BLINDFOLDED
  187.         redefined Blind in terms of above parameters.  (eric@snark)
  188.  
  189. apply.c        added blindfold code.  (eric@snark)
  190.  
  191. timeout.c    Blind modifications for blindfolding.  (eric@snark)
  192.  
  193. sit.c        Blind modifications for blindfolding.  (eric@snark)
  194.  
  195. trap.c        Blind modifications for blindfolding.  (eric@snark)
  196.         Level teleportation to hell fixed so that it will not
  197.         do so unless character has Fire_resistance. (many sources)
  198.         Added polymorph trap. (many sources)
  199.  
  200. monmove.c    added check on presence of "fobj" before atl() call
  201.         to avoid potential segmentation problem with ROCKMOLE.
  202.         (Reported by Doug Rudoff - doug@wiley)
  203.  
  204. various files    Fixed typos.  Also converted British English words to
  205.         American English for uniformity.  (Original list of typos
  206.         submitted by Steve Creps - creps@silver)
  207.