home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / Disc1.iso / ADVEN / ADOM0996 / TECHSTAT.DOC < prev    next >
Text File  |  1997-07-24  |  190KB  |  4,191 lines

  1. TECHNICAL STUFF'N'STATISTICS:
  2. -----------------------------
  3.  
  4.   ADOM is entirely written in C and developed under Linux using Emacs,
  5.   GNU make and the GNU C compiler.  Currently it takes about seven
  6.   minutes to build the game from scratch on a non-SCSI Pentium-90 with
  7.   16 MB RAM and nothing else to do (it takes about thrice as long under
  8.   DOS and more than one hour [!] with all optimizations turned on on
  9.   an Amiga 3000).
  10.  
  11.   ADOM is available for DOS (a 386 computer is required), Linux and the
  12.   Amiga.
  13.  
  14.   Development began on the 12th of July, 1994 and is still going strong...
  15.  
  16. Version 0.9.9 (completed 04/30/1997):
  17. ------------------------------------
  18.  
  19.   CHANGES:
  20.   * More than 20 new levels, 12 new fortune cookies, lots of new quests (I
  21.     can't remember the exact number), 31 new items, 30 new monsters, 2 new
  22.     intrinsics, 18 new topics for the old dwarf, 2 new skills, 3 new songs
  23.     for the mad minstrel, 2 new topic for the fool, 1 new prayer effect and
  24.     3 new things to wish for have been added.
  25.   * There have been countless adjustments to the existing quests.
  26.   * A speed system now handles asynchronous actions.
  27.   * Wilderness encounters now are possible.
  28.   * The movement code has been rewritten from scratch (more than 3000
  29.     lines of code).  As a side effect monsters now act more according to
  30.     their intelligence (there can be very stupid monsters and very bright
  31.     monsters).
  32.   * A new magic system for monsters has been added.
  33.   * Weather effects have been added.
  34.   * Star signs and omens of birth have been implemented.
  35.   * Many of the skills have been revised (read that section in the manual
  36.     once more -- it's worth it!).
  37.   * Attributes now are limited due to your race.
  38.   * A new screen showing the most important pieces of data all at once
  39.     has been added.
  40.   * The longer you need to finish the game the faster you will be
  41.     corrupted.
  42.   * The manual has been extensively revised, updated and edited.
  43.   * Necromancer now gain more informations about their slaves (when
  44.     looking at them) and also are able to issue commands to them.
  45.   * You now can try to order companions around.
  46.   * The 'q' command now displays the status for all your quests.
  47.   * The formula for the final score has been modified.
  48.   * The crash prevention code has been improved -- you now should be a lot
  49.     less likely to loose a character to a program crash.
  50.   * Gaining chaos powers now is more random (you rarely will get the
  51.     same chaos power again after having it removed).
  52.   * The configuration variable 'Walk_Carefully' now controls whether the
  53.     walk-mode is aborted upon encountering a monster or not.
  54.   * The configuration variable 'Starvation_warning' controls whether you
  55.     will be warned in a loud way if you are going to starve soon.
  56.   * The configuration variable 'Compact_Kill_List' determines whether a
  57.     long or a short format will be used for the list of killed monsters
  58.     at the end of the game.
  59.   * The configuration variable 'Nice_Stuff' controls whether cursed and
  60.     blessed items in the inventory will be highlighted or not.
  61.   * The configuration variable 'Uncursed_String' allows to replace the
  62.     text 'uncursed' by something else.
  63.   * 'N' is now the category for Natural beasts.
  64.   * A couple of monsters have changed color or letter.
  65.   * Being attacked by many monsters at once now is detrimental to your
  66.     combat skills.
  67.   * Many small details have been added.
  68.   * The alignment system has been tuned again.
  69.   * The alchemy system has been revised.
  70.   * An alternative ending has been added.
  71.   * Sickness has been completely revised.
  72.   * Several corpse effects have been changed.
  73.   * The targetting code now ignores tamed beasts and gives more information
  74.     about targets.
  75.   * Monsters now have a more difficult time to disarm you if you are
  76.     good with your chosen weapon.
  77.   * Breeders have been tweaked once more.
  78.   * Absolute neutrality now is displayed as 'N='.
  79.   * High willpower now is useful in getting rid of confusion.
  80.   * Shopkeepers have been tweaked in some respects.
  81.   * Arena opponents now are slightly more balanced.
  82.   * The highscore now always shows your score at first (and not necessarily
  83.     the top 5 places).
  84.   * All known bugs have been fixed.
  85.   * A vast number of typos and grammatical mistakes has been fixed
  86.     (will there ever be an end to them?).
  87.  
  88.   STATISTICS:
  89.   * 'wc' results on the source code:
  90.             Lines   Words   Bytes Module name
  91.             -----   -----   ----- -----------
  92.               472    1287   12952 adom.c
  93.               338     918    7727 alchemy.c
  94.               336    1096    8280 arena.c
  95.               251     722    5329 casino.c
  96.              1252    3236   29109 cast.c
  97.               546    1414   11367 cfg.c
  98.               500    1611   12996 chaos.c
  99.               168     685    4799 check.c
  100.               320     905    6412 classp.c
  101.               554    1426   11869 color.c
  102.              4184   10865   98114 combat.c
  103.               632    2315   20346 death.c
  104.               220     537    4172 debug.c
  105.               384    1164    8888 dip.c
  106.               448    1341   10638 dirserv.c
  107.              1513    3302   27867 display.c
  108.              1507    5063   36822 dlevel.c
  109.              1459    3666   32951 drink.c
  110.              1761    4004   40749 eat.c
  111.               271     886    6950 endgame.c
  112.               147     501    4015 error.c
  113.               229     779    6089 etemple.c
  114.               105     419    2865 event.c
  115.               222    1907   11801 fortune.c
  116.              5224   13138  110768 game.c
  117.               915    2163   18219 help.c
  118.               366     934    7710 hiscore.c
  119.              3030    7773   81261 init.c
  120.              3277    8834   72705 invent.c
  121.              8620   31090  233699 item.c
  122.               934    2838   24688 kbd.c
  123.                82     544    3414 license.c
  124.               663    1680   11856 llio.c
  125.               521    1514   10426 llsys.c
  126.               462    1029    8472 log.c
  127.              1084    3223   21196 macros.c
  128.              2626   18247  122016 manual.c
  129.              4469   12971   95415 map.c
  130.               827    2027   19005 mcraft.c
  131.               233     654    5081 message.c
  132.               108     357    2395 mlist.c
  133.              1307    3618   27471 mmagic.c
  134.              3144   10491   78214 mmove.c
  135.              9299   31715  257358 monster.c
  136.               484    1223   10643 pick.c
  137.               240     695    5197 pit.c
  138.              4681   12546  103917 player.c
  139.               571    1178   12260 pool.c
  140.                75     205    1727 process.c
  141.               893    3175   24406 quest.c
  142.              1545    4245   36836 read.c
  143.               433    1168    7778 rooms.c
  144.               472     959    9006 save.c
  145.              1081    3379   24868 shop.c
  146.              3407    9340   83383 skills.c
  147.              1656    5060   58424 special.c
  148.               933    2848   23109 spells.c
  149.              3755   11710   96365 talk.c
  150.              1672    4892   40511 temple.c
  151.              2008    6103   49813 throw.c
  152.               360    1192    9060 timetab.c
  153.              1438    4135   34100 trap.c
  154.              1706    4926   39571 use.c
  155.               679    2006   19068 vault.c
  156.                73     278    1953 version.c
  157.               434    1140   10273 weapon.c
  158.               394    1041    7776 weather.c
  159.               818    2719   19074 wenc.c
  160.               526    1323   11164 wish.c
  161.              1812    4683   38770 zap.c
  162.                40     127     900 alchemy.h
  163.                35     125     929 arena.h
  164.                28     115     808 casino.h
  165.                33     128     908 cast.h
  166.                39     135     978 cfg.h
  167.                67     212    1718 chaos.h
  168.                25     110     749 check.h
  169.                35     122     841 classp.h
  170.                65     244    2614 color.h
  171.                58     214    1864 combat.h
  172.               323    1333    9324 config.h
  173.                26     114     770 death.h
  174.                48     135    1012 debug.h
  175.                25     110     727 dip.h
  176.                59     223    1776 dirserv.h
  177.               118     325    2914 display.h
  178.               151     381    3814 dlevel.h
  179.                30     125     875 drink.h
  180.                26     110     728 eat.h
  181.                39     124     876 endgame.h
  182.                31     121     822 error.h
  183.                26     114     790 etemple.h
  184.                25     110     744 event.h
  185.                26     112     774 fortune.h
  186.                36     131     955 game.h
  187.                60     209    1653 global.h
  188.                33     136     950 help.h
  189.                36     132    1008 hiscore.h
  190.                32     121     793 hive.h
  191.                34     123     912 init.h
  192.               168     368    4136 invent.h
  193.               581    1717   21218 item.h
  194.                72     248    2653 kbd.h
  195.                66     449    2661 license.h
  196.                51     157    1305 llio.h
  197.               104     372    2532 llsys.h
  198.               112     469    2992 llvar.h
  199.                49     157    1244 log.h
  200.                89     308    2314 macros.h
  201.                45     170    1201 manual.h
  202.               228     703    6219 map.h
  203.                40     134    1147 mcraft.h
  204.                28     117     849 message.h
  205.                97     498    3210 mint.h
  206.               146     397    3112 mmagic.h
  207.                74     321    2041 mmove.h
  208.               782    2497   25850 monster.h
  209.                32     125     863 pick.h
  210.                36     137     978 pit.h
  211.               841    2198   20582 player.h
  212.                27     117     802 pool.h
  213.                31     117     830 process.h
  214.                39     132    1034 quest.h
  215.                35     130     931 read.h
  216.                91     312    2280 rooms.h
  217.                53     166    1274 save.h
  218.                55     181    1475 shop.h
  219.                84     239    2377 skills.h
  220.                30     118     827 special.h
  221.                75     217    2150 spells.h
  222.                30     114     791 talk.h
  223.                73     203    1912 temple.h
  224.                34     130     928 throw.h
  225.                75     201    1503 timetab.h
  226.                50     167    1299 trap.h
  227.                29     117     812 use.h
  228.                26     112     773 vault.h
  229.                42     142     990 version.h
  230.                69     189    1702 weapon.h
  231.                36     124     911 weather.h
  232.                27     112     767 wenc.h
  233.                28     112     753 wish.h
  234.                39     157    1095 zap.h
  235.                38     152    1019 Makefile
  236.               306     825    8744 makefile.linux
  237.                79     201    1621 makefile.dos
  238.               119     502    3600 makeman
  239.               257    1973   15589 makefile.dep
  240.            104283  321683 2623950 total
  241.  
  242.  
  243. Version 0.9.4 (completed 11/29/1996):
  244. ------------------------------------
  245.  
  246.   CHANGES:
  247.   * The Amiga version now finally is available!
  248.   * The alignment system was completely rewritten.
  249.   * The monster scheme has been completely revised (see section K of the
  250.     online manual).
  251.   * 16 new special areas, 23 new items, 19 new monsters, 3 new
  252.     corruptions, 6 new spells, 5 new skills, 6 new songs for the mad
  253.     minstrel, 28 new fortune cookies, 2 new psionic powers, 4 new
  254.     special powers for monsters and 1 new quest for the ancient dwarf have
  255.     been added.
  256.   * The code for throwing stuff has been completely revised.
  257.   * A new way to target monsters with missiles has been added.
  258.   * The walk mode has been completely revised.  It's now also possible to
  259.     automatically round corners.
  260.   * It is now possible to 'g'ive items to monsters.
  261.   * The online help now is greatly restructured.
  262.   * Games can be now restored in a very easy way.
  263.   * It is now possible to page through the highscore.
  264.   * It is now possible to exchange positions with peaceful monsters.
  265.   * Items in your backpack are now sorted in a more reasonable way.
  266.   * ADOM now is able to issue a warning when your hitpoints are running low.
  267.   * All data files created by ADOM are now kept in under one directory
  268.     (the data directory in previous versions).
  269.   * Environment variables now can be set *during* the game with the ': ='
  270.     command.
  271.   * Weapon skill increases now also are dependent on the power of your
  272.     opponent.
  273.   * The weapon skills have been completely revised: it's now possible to
  274.     learn brawling and throwing axes.  Skill with scurgari and boomerangs
  275.     now is one skill, as is throwing rocks and throwing clubs.
  276.   * A new 'fast-select' command has been added for skills (check 'A').
  277.   * Rays now bounce in a more realistic manner.
  278.   * Chaos corruptions and spells now also can be saved in the log files.
  279.   * A few minor changes were applied to chaos corruptions.
  280.   * The special effects experienced by eating some monsters have been altered
  281.     slightly.
  282.   * The code for inventory damage has been revised.
  283.   * It is now possible to rename your character.
  284.   * Extreme hunger is now displayed in a more colorful way.
  285.   * Error messages are now even clearer.
  286.   * Whenever a new ADOM version is installed a special message is displayed.
  287.   * Many spell details have been changed.
  288.   * Lawful characters now are more resistant to corruption while very
  289.     chaotic beings now are easier corrupted.
  290.   * The display for environment variables now is sorted.
  291.   * Some monsters now can be multi-colored.
  292.   * Shopkeepers have learned some new tricks.
  293.   * Monsters are now slightly more intelligent.
  294.   * Necromancy has been completely revised.
  295.   * Wands and their charges are now handled in a different way.
  296.   * The direction selection in the game now makes use of your keybindings.
  297.   * Before leaving the main map there is an additional security check.
  298.   * Confusion now has some more effects.
  299.   * All color and display problems in the dungeons should be fixed.
  300.   * The 'l'ook command now also descrobes the relative power level of monsters.
  301.   * Companions now need more experience to advance.
  302.   * Some arena opponents are now more powerful.
  303.   * Unfair critical hits now are less likely.
  304.   * A number of minor changes have been applied to the prayer system.
  305.   * Several more menu screen sare now colored.
  306.   * Many quests have been sightly adjusted.
  307.   * The space key now longer is the default 'wait' command.
  308.   * Farmers are now less likely to starve and also come with better equipment.
  309.   * Some nice surprises for special times have been added to ADOM.
  310.   * Rusting now is handled in a slightly different way.
  311.   * Several traps have been altered slightly.
  312.   * Pools now are more likely to disappear.
  313.   * The save files now are slightly smaller.
  314.   * A new random number generator is used.
  315.   * The text in [.]adom.kbd is now a lot more verbose.
  316.   * All the documents have been updated (especially the main manual).
  317.   * All known bugs have been fixed.
  318.   * All spells now are capitalized.
  319.   * A few game messages have been altered.
  320.   * Many typos have been fixed.
  321.   * Under Linux GCC 2.7.2 and NCurses 1.9.9e are now used.  The Linux version
  322.     now also is available in ELF format.
  323.   
  324.   STATISTICS:
  325.   * 'wc' results on the source code:
  326.             Lines   Words   Bytes Module name
  327.             -----   -----   ----- -----------
  328.               510    1492   14800 adom.c
  329.               269     647    5711 alchemy.c
  330.               334    1089    8229 arena.c
  331.               251     722    5329 casino.c
  332.              1202    3102   27938 cast.c
  333.               530    1372   10879 cfg.c
  334.               431    1391   11411 chaos.c
  335.               168     685    4797 check.c
  336.               526    1316   10948 color.c
  337.              4021   10513   95640 combat.c
  338.               535    1705   16010 death.c
  339.               113     272    2263 debug.c
  340.               270     703    5839 dip.c
  341.               444    1335   10596 dirserv.c
  342.              1450    3172   26631 display.c
  343.              1321    4406   32427 dlevel.c
  344.              1360    3403   30522 drink.c
  345.              1695    3858   38659 eat.c
  346.                39     147    1048 endgame.c
  347.               134     379    3214 error.c
  348.               228     784    6112 etemple.c
  349.                96     374    2556 event.c
  350.               210    1786   11102 fortune.c
  351.              4801   11801   99986 game.c
  352.               785    1822   15388 help.c
  353.               369     925    7639 hiscore.c
  354.              2955    7479   78748 init.c
  355.              3190    8527   70369 invent.c
  356.              8182   29383  220962 item.c
  357.               898    2714   23749 kbd.c
  358.                82     543    3407 license.c
  359.               634    1637   11588 llio.c
  360.               449    1260    8333 llsys.c
  361.               429     957    7919 log.c
  362.               966    2921   19106 macros.c
  363.              2087   15462  104106 manual.c
  364.              4125   11934   87517 map.c
  365.               829    2015   18928 mcraft.c
  366.               224     633    4956 message.c
  367.               108     357    2395 mlist.c
  368.              9127   29963  240495 monster.c
  369.               459    1158    9991 pick.c
  370.               237     679    5404 pit.c
  371.              3997   10491   86645 player.c
  372.               570    1176   12205 pool.c
  373.                75     205    1727 process.c
  374.               647    2258   17752 quest.c
  375.              1460    3951   34336 read.c
  376.               432    1167    7767 rooms.c
  377.               401     789    7475 save.c
  378.              1039    3221   24145 shop.c
  379.              3251    8807   78978 skills.c
  380.              1324    4046   46578 special.c
  381.               869    2620   21514 spells.c
  382.              2921    9146   75705 talk.c
  383.              1646    4762   39208 temple.c
  384.              1794    5462   44554 throw.c
  385.              1200    3400   28024 trap.c
  386.              1590    4535   36786 use.c
  387.               675    1993   18933 vault.c
  388.                73     278    1953 version.c
  389.               418    1070    9732 weapon.c
  390.               458    1140    9627 wish.c
  391.              1774    4589   38327 zap.c
  392.                29     116     831 alchemy.h
  393.                35     125     929 arena.h
  394.                28     115     808 casino.h
  395.                33     128     908 cast.h
  396.                39     135     978 cfg.h
  397.                67     212    1718 chaos.h
  398.                25     110     749 check.h
  399.                65     244    2614 color.h
  400.                52     189    1595 combat.h
  401.               320    1326    9251 config.h
  402.                26     114     770 death.h
  403.                54     145    1106 debug.h
  404.                25     110     727 dip.h
  405.                59     223    1776 dirserv.h
  406.               116     321    2861 display.h
  407.               143     361    3567 dlevel.h
  408.                30     125     875 drink.h
  409.                26     110     728 eat.h
  410.                25     110     749 endgame.h
  411.                31     121     822 error.h
  412.                26     114     790 etemple.h
  413.                25     110     744 event.h
  414.                26     112     774 fortune.h
  415.                33     125     879 game.h
  416.                55     194    1508 global.h
  417.                32     133     918 help.h
  418.                36     132    1008 hiscore.h
  419.                32     121     793 hive.h
  420.                34     123     912 init.h
  421.               166     361    4049 invent.h
  422.               569    1671   20446 item.h
  423.                70     243    2559 kbd.h
  424.                66     449    2661 license.h
  425.                51     157    1305 llio.h
  426.               102     370    2511 llsys.h
  427.               104     414    2661 llvar.h
  428.                48     154    1203 log.h
  429.                82     291    2097 macros.h
  430.                44     167    1178 manual.h
  431.               216     685    5954 map.h
  432.                40     134    1153 mcraft.h
  433.                28     117     849 message.h
  434.               726    2342   24227 monster.h
  435.                32     125     863 pick.h
  436.                36     137     978 pit.h
  437.               773    1992   18712 player.h
  438.                27     117     802 pool.h
  439.                31     117     830 process.h
  440.                39     132    1034 quest.h
  441.                35     130     931 read.h
  442.                88     293    2166 rooms.h
  443.                51     161    1208 save.h
  444.                54     176    1430 shop.h
  445.                84     237    2357 skills.h
  446.                30     118     826 special.h
  447.                75     217    2150 spells.h
  448.                30     114     791 talk.h
  449.                73     202    1900 temple.h
  450.                34     130     928 throw.h
  451.                47     158    1200 trap.h
  452.                29     117     812 use.h
  453.                26     112     773 vault.h
  454.                38     140     984 version.h
  455.                67     187    1659 weapon.h
  456.                28     112     753 wish.h
  457.                39     157    1095 zap.h
  458.                37     144     952 Makefile
  459.               302     817    8665 makefile.linux
  460.                79     201    1621 makefile.dos
  461.               119     502    3600 makeman
  462.               217    1672   13112 makefile.dep
  463.             90046  273805 2254291 total
  464.  
  465.  
  466. Version 0.9.3 (completed 8/31/1996):
  467. ------------------------------------
  468.  
  469.   CHANGES:
  470.   * It's now possible to filter the stuff list to display only those items
  471.     of a certain type.
  472.   * 4 new monsters have been added.
  473.   * 4 new songs have been added to the repertoire of the Mad Minstrel.
  474.   * A new inhabitant entered the bandit village.
  475.   * It's now once more possible to receive the 'extremely close' message
  476.     when sacrificing stuff to the gods.
  477.   * There has been another number of fixes and changes to the code used to
  478.     handle sacrifices.
  479.   * The system for granting marks to weapon skills has been somewhat
  480.     adjusted (you e.g. no longer receive marks when fighting too
  481.     defensively).
  482.   * Aborting the 'throw' command now longer costs one move.
  483.   * It's now possible to rustproof items.
  484.   * Paralyzation resistance now always works correctly.
  485.   * If you gain pretrification resistance this is correctly displayed at
  486.     the end of the game.
  487.   * The configuration variable 'Message_Buffer_Size' now allows to control
  488.     the size of the internal message buffer.
  489.   * The configuration variable 'Fast_More' allows to actiavte the permission
  490.     for using all keys at the (more) prompt right away.
  491.   * The file with the configuration variables now also lists the version
  492.     of ADOM by which it was created.
  493.   * Alchemical recepts have been slightly adjusted.
  494.   * Throwing potions of exchange at monsters now works correctly.
  495.   * The startup screen now also is colored.
  496.   * It's no longer possible to eat from the floor in the water dragon cave.
  497.   * Wizards and farmers now need less experience points.
  498.   * Chaotic characters now also have a means to learn the Healing skill.
  499.   * The gods are now more verbose as far as warnings are concerned.
  500.   * Throwing up now has negative effects on your hunger status.
  501.   * Eternium now is also considered to be a metal.
  502.   * Lots of typos have been fixed.
  503.   * Cursed climbing sets now can be dangerous.
  504.   * The various text files have been extended somewhat.
  505.   * A new extension has been added to the ': d' command (drop all).
  506.   * Lots of stuff for the Amiga has been added and fixed (real soon now it 
  507.     will be out).
  508.   * Artifact guardians are now handled correctly.
  509.   * Shopkeepers now have more resources and also are more resourceful.
  510.   * A remaining bug in the color code has been fixed.
  511.   * The display of the highscore now should work correctly in all cases.
  512.   * The healer no longer will be killed by traps.
  513.   * After making Blup happy the reward will show up much sooner.
  514.   * One new pool effect was added.
  515.   * The priest in the dwarven village now is more talkative.
  516.   * Yet another bug in the walk-mode has been fixed.
  517.   * All menus now should be colored.
  518.   * All known bugs have been fixed.
  519.   * The source code has become a lot more portable (once more).
  520.  
  521.   STATISTICS:
  522.   * 'wc' results on the source code:
  523.             Lines   Words   Bytes Module name
  524.             -----   -----   ----- -----------
  525.               372     806    9637 adom.c
  526.               253     585    5064 alchemy.c
  527.               319    1009    7692 arena.c
  528.               244     675    5007 casino.c
  529.              1111    2863   25693 cast.c
  530.               371     898    7160 cfg.c
  531.               336    1029    8407 chaos.c
  532.               514    1238   10251 color.c
  533.              4418   11653  106330 combat.c
  534.               551    1682   16016 death.c
  535.               103     204    1818 debug.c
  536.               240     589    4950 dip.c
  537.               244     583    5363 dirserv.c
  538.              1333    2846   24030 display.c
  539.              1149    3764   28044 dlevel.c
  540.              1329    3305   30022 drink.c
  541.              1614    3617   36484 eat.c
  542.                32     100     726 endgame.c
  543.                88     197    1845 error.c
  544.               219     735    5612 etemple.c
  545.               172    1449    8996 fortune.c
  546.              3824    8529   76494 game.c
  547.               697    1620   13947 help.c
  548.               391     874    7714 hiscore.c
  549.              2877    7327   79577 init.c
  550.              3060    8239   66231 invent.c
  551.              7667   27500  206167 item.c
  552.               749    2206   20274 kbd.c
  553.               611    1263   11768 llio.c
  554.               294     794    5038 llsys.c
  555.               377     800    6914 log.c
  556.               342     870    5342 macros.c
  557.              1806   13491   90682 manual.c
  558.              3763   10809   78921 map.c
  559.               648    1529   14443 mcraft.c
  560.               217     586    4634 message.c
  561.               101     310    2073 mlist.c
  562.              7937   25568  204212 monster.c
  563.               447    1102    9572 pick.c
  564.               230     630    5067 pit.c
  565.              3611    9238   77420 player.c
  566.               552    1104   11739 pool.c
  567.                68     157    1378 process.c
  568.               597    2033   15942 quest.c
  569.              1177    3039   27950 read.c
  570.               425    1120    7423 rooms.c
  571.               398     735    7313 save.c
  572.              1007    3086   23160 shop.c
  573.              2640    7050   64367 skills.c
  574.              1013    2929   33655 special.c
  575.               711    2117   17367 spells.c
  576.              2435    7571   62504 talk.c
  577.              1580    4561   37306 temple.c
  578.              1072    3003   25013 trap.c
  579.              1386    3862   31959 use.c
  580.               665    1933   18512 vault.c
  581.                46     150    1097 version.c
  582.               397     991    9201 weapon.c
  583.               437    1046    8971 wish.c
  584.              1454    3632   31878 zap.c
  585.                22      69     509 alchemy.h
  586.                28      78     607 arena.h
  587.                21      68     486 casino.h
  588.                26      81     586 cast.h
  589.                31      86     632 cfg.h
  590.                51     121    1121 chaos.h
  591.                54     181    2139 color.h
  592.                41     121    1080 combat.h
  593.               288    1145    7975 config.h
  594.                19      67     448 death.h
  595.                47      98     783 debug.h
  596.                18      63     405 dip.h
  597.                47     158    1273 dirserv.h
  598.               106     265    2468 display.h
  599.               128     278    2841 dlevel.h
  600.                23      78     553 drink.h
  601.                19      63     406 eat.h
  602.                18      63     427 endgame.h
  603.                23      70     471 error.h
  604.                19      67     468 etemple.h
  605.                19      65     452 fortune.h
  606.                27      79     557 game.h
  607.                43     136    1070 global.h
  608.                25      84     585 help.h
  609.                29      86     691 hiscore.h
  610.                25      74     471 hive.h
  611.                27      76     590 init.h
  612.               157     308    3636 invent.h
  613.               532    1538   18996 item.h
  614.                56     179    1990 kbd.h
  615.                42     106     936 llio.h
  616.                90     289    2013 llsys.h
  617.                39     103     825 log.h
  618.               123     490    3425 macros.h
  619.                18      64     426 manual.h
  620.               202     617    5382 map.h
  621.                31      85     775 mcraft.h
  622.                21      70     527 message.h
  623.               677    2166   22273 monster.h
  624.                25      78     541 pick.h
  625.                29      90     656 pit.h
  626.               712    1751   16861 player.h
  627.                20      70     480 pool.h
  628.                19      65     458 process.h
  629.                30      80     656 quest.h
  630.                28      83     609 read.h
  631.                73     178    1433 rooms.h
  632.                40      99     790 save.h
  633.                47     129    1108 shop.h
  634.                76     185    1958 skills.h
  635.                23      71     504 special.h
  636.                64     158    1685 spells.h
  637.                23      67     469 talk.h
  638.                66     155    1578 temple.h
  639.                39     108     848 trap.h
  640.                22      69     480 use.h
  641.                19      65     451 vault.h
  642.                21      71     520 version.h
  643.                58     135    1245 weapon.h
  644.                21      65     431 wish.h
  645.                29      94     655 zap.h
  646.                32     105     741 Makefile
  647.               594    1040    9944 makefile.linux
  648.                76     191    1550 makefile.dos
  649.                75     220    1543 makeman
  650.               173    1526   11873 makefile.dep
  651.             78367  230014 1923737 total
  652.           
  653.  
  654. Version 0.9.2 (completed 8/14/1996):
  655. ------------------------------------
  656.  
  657.   CHANGES:
  658.   * ADOM now allows to train your weapon skills (try 'C-w' and read the
  659.     manual).
  660.   * You now can create screen schots and log files about your current game.
  661.   * After dying (or winning) it's also possible to create a logfile as a
  662.     memory about your character.
  663.   * The code for sacrificing and alignment changes has been completely revised.
  664.   * The initial alignment now is dependent on your race.
  665.   * 3 new items and 2 new fortune cookies have been added.
  666.   * 'Bloated' has been added as a satiation level.
  667.   * You now also can displace your pet in small tunnels.
  668.   * All the fighting classes now need more experience, since they are easier
  669.     to play.
  670.   * Many menues are now colored (as is the '@' character for the PC).
  671.   * One new special level has been added to the game.
  672.   * After becoming an champion in the arena, the opponents get a lot 
  673.     tougher.
  674.   * You now can display the current name of your deity with ': g'.
  675.   * The 'line-of-sight' algorithm has been rewritten completely and should be
  676.     a lot faster.
  677.   * Missile weapons other than bows and slings work once more.
  678.   * Greater vaults now should be more common.
  679.   * Monsters no longer will leave the arena by teleportation.
  680.   * The level structure of the main dungeon has been somewhat revised.
  681.   * You now can throw gold at monsters.
  682.   * You no longer can starve in the wilderness.
  683.   * Artifacts guardians now are more powerful.
  684.   * Barbarians now also enjoy raw meat.
  685.   * In the beginning items in your backpack no longer will be cursed.
  686.   * Wizards are guaranteed to not receive any useless rings.
  687.   * Dying by attribute drain no longer causes problems.
  688.   * If ADOM aborts with an error message, it waits for you to press ENTER, so
  689.     that you can always read it.
  690.   * The '-l' parameter now works under Linux.
  691.   * Troll mindcrafters now can be played correctly.
  692.   * Assassins initially receive more throwing daggers.
  693.   * The eternal guardian now is more difficult to trick.
  694.   * ': c' will now also show your companions on dungeon levels.
  695.   * Books now only are useful for training skills when you can read.
  696.   * Monsters in the arena no longer will leave it by teleporting.
  697.   * Some items have been revised.
  698.   * Some shop problems have been fixed.
  699.   * The 'Mind Wave' power now works correctly.
  700.   * The default keymap for DOS now works.
  701.   * Food lying on the floor no longer will rot, while you are eating it.
  702.   * ADOM's highscore locking mechanism has been revised.
  703.   * Most monsters now longer will shoot at an invisible character.
  704.   * To use necromancy makes you lean towards Chaos.
  705.   * You no longer can starve while training with Yrrigs or while using
  706.     the Fletchery skill.
  707.   * Merchants are now more likely to find a shop.
  708.   * There is a new use for the mystic healer.
  709.   * The master thief now behaves correctly.
  710.   * More interaction with beggars is possible.
  711.   * All dwarven quests finally work.
  712.   * You now can pray for light.
  713.   * The dwarven city no longer features chaotic altars.
  714.   * There are now even more rewards for champions.
  715.   * Many items no can't be used in the wilderness.
  716.   * Light traps no longer will cause permanent blindness.
  717.   * "Crushing door" traps now are more tricky.
  718.   * All known bugs shold be fixed.
  719.   * Some messages during the game have been altered.
  720.   * Many typos have been fixed.
  721.   * Lots of other (unknown) bugs have been fixed.
  722.  
  723.   STATISTICS:
  724.   * 'wc' results on the source code:
  725.             Lines   Words   Bytes Module name
  726.             -----   -----   ----- -----------
  727.               359     790    9193 adom.c
  728.               252     585    5064 alchemy.c
  729.               319    1009    7692 arena.c
  730.               244     675    5007 casino.c
  731.              1113    2864   25707 cast.c
  732.               367     889    7047 cfg.c
  733.               336    1029    8407 chaos.c
  734.               489    1131    9758 color.c
  735.              4394   11583  105624 combat.c
  736.               550    1681   15980 death.c
  737.               103     202    1797 debug.c
  738.               228     557    4626 dip.c
  739.               244     583    5363 dirserv.c
  740.              1280    2646   22585 display.c
  741.              1153    3769   28080 dlevel.c
  742.              1316    3265   29679 drink.c
  743.              1601    3577   36146 eat.c
  744.                32     100     726 endgame.c
  745.                88     197    1845 error.c
  746.               219     735    5612 etemple.c
  747.               171    1447    8976 fortune.c
  748.              3808    8470   75876 game.c
  749.               697    1620   13947 help.c
  750.               352     762    7031 hiscore.c
  751.              2869    7273   79243 init.c
  752.              3089    8314   66733 invent.c
  753.              7467   26528  197093 item.c
  754.               749    2206   20274 kbd.c
  755.               614    1267   11785 llio.c
  756.               217     546    3522 llsys.c
  757.               377     800    6914 log.c
  758.               332     838    5109 macros.c
  759.              1751   13069   87917 manual.c
  760.              3748   10757   78564 map.c
  761.               648    1529   14443 mcraft.c
  762.               169     458    3474 message.c
  763.               101     310    2073 mlist.c
  764.              7841   25204  201315 monster.c
  765.               444    1088    9478 pick.c
  766.               254     765    5874 pit.c
  767.              3582    9107   76361 player.c
  768.               546    1095   11609 pool.c
  769.                68     157    1375 process.c
  770.               597    2033   15928 quest.c
  771.              1166    3010   27711 read.c
  772.               426    1123    7435 rooms.c
  773.               397     733    7285 save.c
  774.               965    2941   22080 shop.c
  775.              2564    6901   63061 skills.c
  776.              1005    2896   33363 special.c
  777.               711    2116   17362 spells.c
  778.              2195    6907   56513 talk.c
  779.              1491    4252   34674 temple.c
  780.              1070    2973   24808 trap.c
  781.              1367    3808   31562 use.c
  782.               665    1933   18512 vault.c
  783.                46     150    1097 version.c
  784.               380     945    8791 weapon.c
  785.               437    1046    8971 wish.c
  786.              1443    3612   31703 zap.c
  787.                22      69     509 alchemy.h
  788.                28      78     607 arena.h
  789.                21      68     486 casino.h
  790.                26      81     586 cast.h
  791.                31      86     632 cfg.h
  792.                51     121    1121 chaos.h
  793.                41     113     964 color.h
  794.                41     121    1080 combat.h
  795.               277    1104    7859 config.h
  796.                19      67     448 death.h
  797.                47      98     783 debug.h
  798.                18      63     405 dip.h
  799.                47     158    1273 dirserv.h
  800.               106     264    2467 display.h
  801.               128     278    2841 dlevel.h
  802.                23      78     553 drink.h
  803.                19      63     406 eat.h
  804.                18      63     427 endgame.h
  805.                23      70     471 error.h
  806.                19      67     468 etemple.h
  807.                19      65     452 fortune.h
  808.                27      79     557 game.h
  809.                43     136    1070 global.h
  810.                25      84     585 help.h
  811.                29      86     691 hiscore.h
  812.                25      74     471 hive.h
  813.                27      76     590 init.h
  814.               157     307    3630 invent.h
  815.               505    1457   18309 item.h
  816.                56     179    1990 kbd.h
  817.                42     106     936 llio.h
  818.                85     254    1790 llsys.h
  819.                39     103     825 log.h
  820.               122     487    3403 macros.h
  821.                18      64     426 manual.h
  822.               202     617    5382 map.h
  823.                31      85     775 mcraft.h
  824.                21      70     527 message.h
  825.               674    2156   22140 monster.h
  826.                25      78     541 pick.h
  827.                29      89     646 pit.h
  828.               698    1724   16654 player.h
  829.                20      70     480 pool.h
  830.                19      65     458 process.h
  831.                30      80     656 quest.h
  832.                28      83     609 read.h
  833.                73     178    1433 rooms.h
  834.                40      99     790 save.h
  835.                46     126    1073 shop.h
  836.                75     183    1933 skills.h
  837.                23      71     504 special.h
  838.                64     158    1685 spells.h
  839.                23      67     469 talk.h
  840.                66     154    1572 temple.h
  841.                39     108     848 trap.h
  842.                22      69     480 use.h
  843.                19      65     451 vault.h
  844.                21      71     520 version.h
  845.                57     132    1215 weapon.h
  846.                21      65     431 wish.h
  847.                29      94     655 zap.h
  848.                31     104     730 Makefile
  849.               534     925    7424 makefile.linux
  850.                76     191    1550 makefile.dos
  851.                75     220    1543 makeman
  852.               172    1521   11837 makefile.dep
  853.             77013  225241 1881902 total
  854.  
  855.  
  856. Version 0.9.1 (completed 7/30/1996):
  857. ------------------------------------
  858.  
  859.   CHANGES:
  860.   * 'l' now activates a more useful 'Look' command (the old 'Look' command
  861.     is available by pressing 'C-l').
  862.   * 4 new items and 1 new monster have been added.
  863.   * Killing monsters now once more yields more experience.
  864.   * Monsters now use breath weapons more effectively.
  865.   * Monsters killed by mindcraft are now correctly registered.
  866.   * Artifact guardians have become more powerful.
  867.   * Companions now suffer damage in the tower of eternal flames.
  868.   * Companions now longer will cause ADOM to crash in some situations.
  869.   * Some twists have been added to the Mad Carpenter quest.
  870.   * You now can play beastfighters.
  871.   * You now also can train skills for which you need an item.
  872.   * In the village dungeon you now won't encounter any karmic beings.
  873.   * The command line option '-l' now allows to directly load a game.
  874.   * Potions of education now work.
  875.   * Books other than spellbooks now are correctly identified.
  876.   * Inscriptions on graves are now easier to read.
  877.   * Monsters are now correctly when a teleportation spell is used on them.
  878.   * The graphics in the tower of eternal flames have been slightly revised.
  879.   * Being teleported while eating food, which lies on the floor, now longer
  880.     results in a crash.
  881.   * Beastfighters now enjoy raw flesh.
  882.   * All levels are now accessible.
  883.   * You now can move on bridges.
  884.   * The 'Look' commands now also will display the weight of an item stack.
  885.   * The game will no longer hang while trying to create a new level (which
  886.     could happen in ADOM 0.9.0).
  887.   * Hobbit archers now use slings.
  888.   * The skills section and the credits section in the manual were expanded.
  889.   * Some messages in the game have been altered.
  890.   * The forest quest now is also registered as completed when you use the
  891.     shortcut.
  892.   * Swimming/drowning now works correctly.
  893.   * The burden levels and the weight of the carried items now is displayed
  894.     correctly.
  895.   * Monsters with missile weapons now more often drop their equipment.
  896.   * Discovering a secret door won't yield an open door anymore.
  897.   * The 'manual of bridge building' no longer will dissolve
  898.     if the player is disturbed while reading it.
  899.   * The third quest granted by the ancient dwarf now can be solved.
  900.   * The purse of a shopkeeper now is handled correctly.
  901.   * Scrolls of treasure creation now work correctly.
  902.   * Scrolls of charging no longer will charge wands of wishes.
  903.   * Merchants specialized in potions now also know a little alchemy.
  904.   * Merchants specialized in scrolls and maps now longer will cause ADOM to
  905.     crash.
  906.   * Some monsters now offer more possible reactions when you talk to them.
  907.   * The skill routines now also work when you know _all_ skills available in
  908.     the game.
  909.   * When an altar changes alignment, the change in color is correctly
  910.     displayed.
  911.   * The 'Explore' command has been altered.
  912.   * Collecting logs now works correctly.
  913.   * Building bridges has become somewhat easier.
  914.   * 'C-\' no longer will abort the game.
  915.   * Continuous search now also works correctly when you stand on an item
  916.     heap.
  917.   * Lots of typos have been fixed.
  918.  
  919.   STATISTICS:
  920.   * 'wc' results on the source code:
  921.             Lines   Words   Bytes Module name
  922.             -----   -----   ----- -----------
  923.               350     775    8919 adom.c
  924.               252     585    5064 alchemy.c
  925.               308     972    7456 arena.c
  926.               244     675    5007 casino.c
  927.              1113    2864   25707 cast.c
  928.               361     873    6815 cfg.c
  929.               336    1029    8407 chaos.c
  930.               463    1067    9119 color.c
  931.              4274   11244  102347 combat.c
  932.               575    1895   17643 death.c
  933.               103     202    1797 debug.c
  934.               224     550    4562 dip.c
  935.               244     583    5363 dirserv.c
  936.              1237    2539   21780 display.c
  937.              1133    3700   27690 dlevel.c
  938.              1316    3265   29679 drink.c
  939.              1601    3601   36284 eat.c
  940.                32     100     726 endgame.c
  941.                81     167    1598 error.c
  942.               219     735    5612 etemple.c
  943.               169    1425    8841 fortune.c
  944.              3671    8144   72938 game.c
  945.               676    1571   13432 help.c
  946.               341     739    6824 hiscore.c
  947.              2811    7137   77862 init.c
  948.              2917    7904   62376 invent.c
  949.              7398   25811  190502 item.c
  950.               743    2166   19818 kbd.c
  951.               595    1231   11378 llio.c
  952.               217     546    3521 llsys.c
  953.               331     837    5087 macros.c
  954.              1627   12201   81886 manual.c
  955.              3677   10468   77144 map.c
  956.               643    1517   14335 mcraft.c
  957.               169     458    3474 message.c
  958.               101     310    2073 mlist.c
  959.              7624   24650  196508 monster.c
  960.               438    1079    9382 pick.c
  961.               254     765    5874 pit.c
  962.              3163    7939   65808 player.c
  963.               543    1090   11502 pool.c
  964.                68     157    1375 process.c
  965.               594    2019   15844 quest.c
  966.              1146    2938   27176 read.c
  967.               403    1002    6781 rooms.c
  968.               392     727    7161 save.c
  969.               962    2930   21984 shop.c
  970.              2503    6762   61160 skills.c
  971.               999    2883   33258 special.c
  972.               711    2116   17362 spells.c
  973.              2140    6722   54969 talk.c
  974.              1146    3277   26959 temple.c
  975.              1037    2873   24152 trap.c
  976.              1322    3672   30324 use.c
  977.               665    1933   18512 vault.c
  978.                46     150    1097 version.c
  979.               437    1046    8971 wish.c
  980.              1442    3607   31654 zap.c
  981.                22      69     509 alchemy.h
  982.                28      78     607 arena.h
  983.                21      68     486 casino.h
  984.                26      81     586 cast.h
  985.                31      86     632 cfg.h
  986.                51     121    1121 chaos.h
  987.                40     111     940 color.h
  988.                41     121    1080 combat.h
  989.               281    1117    7988 config.h
  990.                19      67     448 death.h
  991.                47     100     786 debug.h
  992.                18      63     405 dip.h
  993.                47     158    1273 dirserv.h
  994.               104     259    2414 display.h
  995.               128     277    2829 dlevel.h
  996.                23      78     553 drink.h
  997.                19      63     406 eat.h
  998.                18      63     427 endgame.h
  999.                23      70     471 error.h
  1000.                19      67     468 etemple.h
  1001.                19      65     452 fortune.h
  1002.                27      79     557 game.h
  1003.                39     124     953 global.h
  1004.                25      82     573 help.h
  1005.                29      86     691 hiscore.h
  1006.                25      74     471 hive.h
  1007.                27      76     590 init.h
  1008.               152     293    3464 invent.h
  1009.               501    1446   18166 item.h
  1010.                55     173    1877 kbd.h
  1011.                41     103     902 llio.h
  1012.                85     254    1790 llsys.h
  1013.               122     487    3403 macros.h
  1014.                18      64     426 manual.h
  1015.               197     600    5226 map.h
  1016.                31      85     775 mcraft.h
  1017.                21      70     527 message.h
  1018.               653    2090   21415 monster.h
  1019.                25      78     541 pick.h
  1020.                29      89     646 pit.h
  1021.               690    1708   16445 player.h
  1022.                20      70     480 pool.h
  1023.                19      65     458 process.h
  1024.                30      80     656 quest.h
  1025.                28      83     609 read.h
  1026.                73     178    1433 rooms.h
  1027.                40      99     790 save.h
  1028.                46     126    1073 shop.h
  1029.                74     181    1911 skills.h
  1030.                23      71     504 special.h
  1031.                64     158    1685 spells.h
  1032.                23      67     469 talk.h
  1033.                65     151    1532 temple.h
  1034.                39     108     848 trap.h
  1035.                22      69     480 use.h
  1036.                19      65     451 vault.h
  1037.                21      71     520 version.h
  1038.                21      65     431 wish.h
  1039.                29      94     655 zap.h
  1040.                31     102     715 Makefile
  1041.               534     922    7396 makefile.linux
  1042.                70     176    1447 makefile.dos
  1043.                75     220    1543 makeman
  1044.               165    1423   11079 makefile.dep
  1045.             73935  216110 1802363 total
  1046.  
  1047.  
  1048. Version 0.9.0 (completed 7/21/1996):
  1049. ------------------------------------
  1050.  
  1051.   CHANGES:
  1052.   * ADOM now stands for 'Ancient Domains of Mystery' 
  1053.     (instead of '...Dungeons...').
  1054.   * A surface world and multiple dungeons and villages have been added.
  1055.   * 25 new (and mostly special) levels have been added and the whole dungeon
  1056.     structure has been revised.
  1057.   * 7 new classes, 79 new items, 37 new monsters, one new intrinsic and 2 
  1058.     new fortune cookies have been added to the game.
  1059.   * The skill system was completely revised (initial skills are now dependent 
  1060.     on class and race) and 18 new skills have been added.
  1061.   * There are now a lot more quests (and not all of them are important for
  1062.     your final goal).
  1063.   * It's now possible to eat food lying on the floor (if it's lying in a heap
  1064.     you only can eat it if it's located at the top).
  1065.   * The 'M' command now allows to display the characters statistics for
  1066.     missile weapons (old messages now are displayed with ': m').
  1067.   * The 'w s' command allows to search for more than one step (the exact number
  1068.     of steps is governed by the environment variable 'Persistence').
  1069.   * The 'C-e' command allows to display the time which has passed in the
  1070.     game world since you started to play.
  1071.   * The ': b' command displays statistics about the various burden levels.
  1072.   * The ': c' command allows to display a list of your companions.
  1073.   * The environment variable 'Sorted_Skills' controls whether the skill list 
  1074.     will be sorted alphabetically or not.
  1075.   * You now need more experience points to rise in levels.
  1076.   * A second symbol list (for the surface world) has been added.
  1077.   * The 'Look' command now works in areas lit by a torch.
  1078.   * A bug in the 'W' command has been fixed (it didn't work with a shield in
  1079.     the right hand and an empty left hand).
  1080.   * Shopkeepers now only have a limited purse.
  1081.   * The final game summary displayed new information.
  1082.   * At the start you no longer will receive broken or rusty items.
  1083.   * Bard companions are now less powerful.
  1084.   * Being drunk now really means something.
  1085.   * A bug in the pool code has been fixed (which prevented 26 from possible
  1086.     43 effects to happen >:-( ).  Also one new pool effect was added.
  1087.   * Invisible characters are no longer attacked with missiles.
  1088.   * Many creatures now have something interesting to say.
  1089.   * When you kill an invisible monster with a missile you receive a complete
  1090.     message.
  1091.   * You no longer can be teleported by chance into the arena (also monsters
  1092.     won't be teleported by chance into the arena).
  1093.   * A bug in price calculation for shops has been fixed which could lead to
  1094.     totally nonsense prices.
  1095.   * Many details and new uses for items have been added to the game.
  1096.   * Some game texts have been changed.
  1097.   * The 'Ctrl-C' key now is caught under DOS and Linux.
  1098.   * The various documents in the distribution have been revised and updated.
  1099.   * Added a revised title screen for the game.
  1100.  
  1101.   STATISTICS:
  1102.   * 'wc' results on the source code:
  1103.             Lines   Words   Bytes Module name
  1104.             -----   -----   ----- -----------
  1105.               319     723    8224 adom.c
  1106.               252     585    5064 alchemy.c
  1107.               308     972    7456 arena.c
  1108.               244     675    5007 casino.c
  1109.              1110    2857   25646 cast.c
  1110.               361     873    6815 cfg.c
  1111.               336    1029    8407 chaos.c
  1112.               454    1013    8741 color.c
  1113.              4259   11210  101991 combat.c
  1114.               551    1871   17261 death.c
  1115.               103     202    1797 debug.c
  1116.               224     550    4562 dip.c
  1117.               244     583    5363 dirserv.c
  1118.              1260    2550   22020 display.c
  1119.              1125    3684   27494 dlevel.c
  1120.              1312    3259   29635 drink.c
  1121.              1591    3545   35908 eat.c
  1122.                32     100     726 endgame.c
  1123.                81     167    1598 error.c
  1124.               219     735    5612 etemple.c
  1125.               169    1425    8841 fortune.c
  1126.              3564    7933   71017 game.c
  1127.               663    1523   13117 help.c
  1128.               341     739    6824 hiscore.c
  1129.              2763    7054   77065 init.c
  1130.              2886    7845   61873 invent.c
  1131.              7348   25619  189072 item.c
  1132.               742    2161   19751 kbd.c
  1133.               594    1229   11361 llio.c
  1134.               205     521    3290 llsys.c
  1135.               331     837    5087 macros.c
  1136.              1616   12102   81144 manual.c
  1137.              3636   10382   76230 map.c
  1138.               633    1504   14194 mcraft.c
  1139.               169     458    3474 message.c
  1140.               101     310    2073 mlist.c
  1141.              7328   23791  189342 monster.c
  1142.               426    1060    9187 pick.c
  1143.               254     765    5874 pit.c
  1144.              3163    7939   65808 player.c
  1145.               542    1089   11483 pool.c
  1146.                68     157    1375 process.c
  1147.               595    2021   15872 quest.c
  1148.              1140    2913   26954 read.c
  1149.               397     986    6667 rooms.c
  1150.               390     722    7135 save.c
  1151.               960    2916   21874 shop.c
  1152.              2469    6685   60289 skills.c
  1153.               999    2883   33259 special.c
  1154.               711    2116   17362 spells.c
  1155.              2070    6463   52880 talk.c
  1156.              1143    3271   26911 temple.c
  1157.              1037    2873   24152 trap.c
  1158.              1315    3654   30162 use.c
  1159.               665    1933   18512 vault.c
  1160.                46     150    1097 version.c
  1161.               437    1042    8931 wish.c
  1162.              1442    3607   31654 zap.c
  1163.                22      69     509 alchemy.h
  1164.                28      78     607 arena.h
  1165.                21      68     486 casino.h
  1166.                26      81     586 cast.h
  1167.                31      86     632 cfg.h
  1168.                51     121    1121 chaos.h
  1169.                40     111     940 color.h
  1170.                41     121    1080 combat.h
  1171.               281    1117    7988 config.h
  1172.                19      67     448 death.h
  1173.                43      93     722 debug.h
  1174.                18      63     405 dip.h
  1175.                47     158    1273 dirserv.h
  1176.               104     259    2414 display.h
  1177.               128     277    2829 dlevel.h
  1178.                23      78     553 drink.h
  1179.                19      63     406 eat.h
  1180.                18      63     427 endgame.h
  1181.                23      70     471 error.h
  1182.                19      67     468 etemple.h
  1183.                19      65     452 fortune.h
  1184.                27      79     557 game.h
  1185.                37     121     924 global.h
  1186.                25      82     573 help.h
  1187.                29      86     691 hiscore.h
  1188.                25      74     471 hive.h
  1189.                25      73     558 init.h
  1190.               151     291    3436 invent.h
  1191.               499    1439   18024 item.h
  1192.                54     172    1860 kbd.h
  1193.                41     103     902 llio.h
  1194.                85     254    1790 llsys.h
  1195.               122     487    3403 macros.h
  1196.                18      64     426 manual.h
  1197.               197     600    5226 map.h
  1198.                31      85     775 mcraft.h
  1199.                21      70     527 message.h
  1200.               647    2072   21183 monster.h
  1201.                25      78     541 pick.h
  1202.                29      89     646 pit.h
  1203.               687    1693   16326 player.h
  1204.                20      70     480 pool.h
  1205.                19      65     458 process.h
  1206.                30      80     656 quest.h
  1207.                28      83     609 read.h
  1208.                73     178    1433 rooms.h
  1209.                39      97     764 save.h
  1210.                46     126    1073 shop.h
  1211.                74     181    1911 skills.h
  1212.                23      71     504 special.h
  1213.                64     158    1685 spells.h
  1214.                23      67     469 talk.h
  1215.                65     151    1532 temple.h
  1216.                39     108     848 trap.h
  1217.                22      69     480 use.h
  1218.                19      65     451 vault.h
  1219.                21      71     520 version.h
  1220.                21      65     431 wish.h
  1221.                29      94     655 zap.h
  1222.                31     102     715 Makefile
  1223.               527     900    7086 makefile.linux
  1224.                64     152    1159 makefile.dos
  1225.                75     220    1543 makeman
  1226.               165    1423   11079 makefile.dep
  1227.             73056  213644 1780717 total
  1228.  
  1229.  
  1230. Version 0.8.4 (completed 5/20/1996):
  1231. ------------------------------------
  1232.  
  1233.   CHANGES:
  1234.   * It's now possible to see the list of symbols used in the game with
  1235.    '?'-'S'.
  1236.   * The start procedure has been changed to allow for optimal name selection.
  1237.   * The 'l'ook command now also displays the weight of single items.
  1238.   * It's now possible to turn auto-pickup on/off (try C-'a').
  1239.   * The minimal score entry is now 0 (no longer 2) and the player now
  1240.     also can see, whether he managed to achieve a negative highscore.
  1241.   * Monsters killed by the PC with poison are now correctly registered.
  1242.   * The configuration variables 'Fated_Gender' and 'Allow_Default_Names'
  1243.     now work correctly.
  1244.   * Dwarves no longer will get angry at the character if a monster blasts
  1245.     them with a breath weapon.
  1246.   * The number of moves no longer can be negative.
  1247.   * All the keypad keys now work once more under DOS.
  1248.   * The cursor will now be positioned correctly under DOS.
  1249.   * The 'Summon Monsters' spell works once more.
  1250.   * ' characters now can be used in names.
  1251.   * A new version of the FAQ is included.
  1252.   * The manual has been slightly altered.
  1253.   * The internals of the 'Smithing' skill have been altered (class and level
  1254.     now influence the chance of success).
  1255.   * All known bugs have been fixed.
  1256.   * The source code has been once more streamlined for greater portability.
  1257.  
  1258.   STATISTICS:
  1259.   * 'wc' results on the source code:
  1260.             Lines   Words   Bytes Module name
  1261.             -----   -----   ----- -----------
  1262.               298     693    7662 adom.c
  1263.               252     585    5064 alchemy.c
  1264.               301     954    7379 arena.c
  1265.               244     675    5007 casino.c
  1266.              1100    2837   25466 cast.c
  1267.               357     862    6700 cfg.c
  1268.               336    1025    8402 chaos.c
  1269.               382     844    7149 color.c
  1270.              3993   10378   94376 combat.c
  1271.               516    1713   16084 death.c
  1272.               103     202    1797 debug.c
  1273.               181     429    3666 dip.c
  1274.               244     583    5363 dirserv.c
  1275.              1161    2404   20048 display.c
  1276.               755    2240   18709 dlevel.c
  1277.              1085    2725   24596 drink.c
  1278.              1466    3262   33131 eat.c
  1279.                32     100     724 endgame.c
  1280.                77     163    1526 error.c
  1281.               221     735    5793 etemple.c
  1282.               167    1396    8659 fortune.c
  1283.              2760    5909   54688 game.c
  1284.               538    1288   10610 help.c
  1285.               341     739    6824 hiscore.c
  1286.              2181    5623   60136 init.c
  1287.              2639    7232   56994 invent.c
  1288.              6613   22608  168412 item.c
  1289.               736    2126   19313 kbd.c
  1290.               594    1229   11361 llio.c
  1291.               203     510    3276 llsys.c
  1292.               331     837    5087 macros.c
  1293.              1272    9854   65545 manual.c
  1294.              3218    9294   68412 map.c
  1295.               169     458    3473 message.c
  1296.               101     310    2073 mlist.c
  1297.              6407   20560  164999 monster.c
  1298.               416    1045    9031 pick.c
  1299.               241     728    5471 pit.c
  1300.              2981    7273   61350 player.c
  1301.               467     892    9842 pool.c
  1302.                68     157    1375 process.c
  1303.               462    1409   11050 quest.c
  1304.               868    2275   20841 read.c
  1305.               364     897    6146 rooms.c
  1306.               377     649    6916 save.c
  1307.               847    2499   19841 shop.c
  1308.              1498    4593   36025 skills.c
  1309.               672    2001   16369 spells.c
  1310.               963    3199   25273 talk.c
  1311.              1112    3108   26177 temple.c
  1312.               979    2747   23143 trap.c
  1313.              1108    3053   25103 use.c
  1314.               665    1933   18919 vault.c
  1315.                47     169    1270 version.c
  1316.               447    1072    9190 wish.c
  1317.              1435    3598   31579 zap.c
  1318.                22      69     509 alchemy.h
  1319.                27      75     581 arena.h
  1320.                21      68     486 casino.h
  1321.                26      81     586 cast.h
  1322.                31      86     632 cfg.h
  1323.                51     121    1121 chaos.h
  1324.                40     111     940 color.h
  1325.                40     119    1043 combat.h
  1326.               283    1141    8073 config.h
  1327.                19      67     448 death.h
  1328.                43      93     722 debug.h
  1329.                18      63     405 dip.h
  1330.                47     158    1273 dirserv.h
  1331.               103     257    2382 display.h
  1332.               101     210    2085 dlevel.h
  1333.                23      78     551 drink.h
  1334.                19      63     406 eat.h
  1335.                18      63     427 endgame.h
  1336.                23      70     471 error.h
  1337.                19      67     468 etemple.h
  1338.                19      65     452 fortune.h
  1339.                27      79     557 game.h
  1340.                37     121     924 global.h
  1341.                25      82     573 help.h
  1342.                29      86     691 hiscore.h
  1343.                25      74     471 hive.h
  1344.                25      73     558 init.h
  1345.               146     281    3298 invent.h
  1346.               473    1326   16377 item.h
  1347.                52     166    1730 kbd.h
  1348.                41     103     902 llio.h
  1349.                85     254    1790 llsys.h
  1350.               122     487    3403 macros.h
  1351.                18      64     426 manual.h
  1352.               186     618    4915 map.h
  1353.                21      70     527 message.h
  1354.               609    1933   19584 monster.h
  1355.                25      78     541 pick.h
  1356.                29      89     646 pit.h
  1357.               488    1105   10926 player.h
  1358.                20      70     480 pool.h
  1359.                19      65     458 process.h
  1360.                29      78     629 quest.h
  1361.                28      83     609 read.h
  1362.                71     173    1375 rooms.h
  1363.                39      96     759 save.h
  1364.                46     126    1073 shop.h
  1365.                50     124    1144 skills.h
  1366.                63     156    1647 spells.h
  1367.                23      67     469 talk.h
  1368.                62     144    1463 temple.h
  1369.                28      85     645 trap.h
  1370.                22      69     480 use.h
  1371.                19      65     451 vault.h
  1372.                21      71     520 version.h
  1373.                21      65     431 wish.h
  1374.                29      94     655 zap.h
  1375.                31     100     696 Makefile
  1376.               503     861    6663 makefile.linux
  1377.                64     152    1159 makefile.dos
  1378.                75     220    1543 makeman
  1379.               158    1364   10612 makefile.dep
  1380.             62268  181221 1500276 total
  1381.           
  1382.           
  1383. Version 0.8.3 (completed 5/12/1996):
  1384. ------------------------------------
  1385.  
  1386.   CHANGES:
  1387.   * 25 new items, 6 new traps, 8 new fortune cookies, 3 new vault maps and 4 
  1388.     new alignment degrees have been added.
  1389.   * Identified items are now displayed in a more convenient way.
  1390.   * Spells are now displayed in a sorted order.
  1391.   * Spell names between wizard and priest spells are now different (not all but
  1392.     many).
  1393.   * The inventory screens list item weights.
  1394.   * The 'K' key allows to display the kick damage.
  1395.   * Traps are now colored according to their type.
  1396.   * Item status is now only identified when dropping an item on an altar
  1397.     of your alignment.
  1398.   * Armor now is less prone to damage.
  1399.   * Shopkeepers in large shops are now even more powerful.
  1400.   * The shopkeeper on the casino level no longer identifies items.
  1401.   * The casino is now more colorful.
  1402.   * The 'Quitters_Allowed' configuration variable controls whether the scores
  1403.     of games ended by quitting are allowed to enter the highscore or not.
  1404.   * The 'Fast_Missile_Readying' configuration variable forces ADOM to ask
  1405.     whether a missile, which you are picking up at that moment, is to be
  1406.     put into your missile slot (very useful for the unique artifact missiles).
  1407.   * There is now a configuration variable 'Auto_Pickup', which allows to set
  1408.     the item types which are always to be picked up.
  1409.   * Four new alignment levels have been added.
  1410.   * The configuration variable 'Verbose_Level_Messages' controls whether 
  1411.     special level messages appear always or but once.
  1412.   * The 'Fated_Gender' configuration variable allows to control whether the
  1413.     characters gender is chosen randomly or by the player.
  1414.   * The 'Allow_Default_Names' configuration variable controls whether ADOM
  1415.     forces you to enter a name for your character or not.
  1416.   * When a fight in the arena ends you are now immediately teleported out of
  1417.     the arena.
  1418.   * Configuration strings are now enclosed by ''s (and no longer by ""s).
  1419.   * C-'t' allows to willingly activate a trap.
  1420.   * C-'k' allows to pass (more) prompts much faster.
  1421.   * Your spell knowledge now also influences the final score.
  1422.   * No more karmic... monsters will appear as arena opponents.
  1423.   * Casting many spells helps to increase your mana attribute.
  1424.   * ADOM considers the effects of killing monsters on alignment more carefully.
  1425.   * Unpaid potions no longer can be used for dipping.
  1426.   * Unpaid items no longer can be kicked.
  1427.   * Monsters dying of blood loss now can be attributed to the player.
  1428.   * The inhabitants of the dwarven village no longer attack the palyer if the
  1429.     daemon in the 'daemon quest' kills a villager.
  1430.   * Greater vaults now are somewhat more common.
  1431.   * The graveyard level has been redesigned slightly.
  1432.   * Shopkeepers now take care of traps popping up in their shops.
  1433.   * Altars no longer appear on some special levels.
  1434.   * Monsters dying of poison now leave poisonous corpes.
  1435.   * Angry monsters now happily slay companions of the character, if this helps
  1436.     to get closer to the character.
  1437.   * Stealing from shops now has a negative influence on your alignment.
  1438.   * Hair types and baldness are now correctly covered on the startup-screen.
  1439.   * Age reversal now works correctly.
  1440.   * The arena master is now not very happy about people trying to cheat in
  1441.     arena fights (e.g. by teleporting).
  1442.   * Gremlins are now effected by light.
  1443.   * If the walk-mode is used to heal hitpoints, it stops when all hitpoints
  1444.     have been regenerated.
  1445.   * The walk-mode is interrupted if you discover a secret door or are 
  1446.     teleported.
  1447.   * Sacrificing monsters has become more difficult.
  1448.   * The frequencies for some items have been changed.
  1449.   * Before the 'Strength of Atlas' spell ends, you will be warned.
  1450.   * Shopkeepers are now less likely to be tricked by invisibility (only on
  1451.     low levels anyways).
  1452.   * Casting an improved fireball now is more costly.
  1453.   * There are no more color bugs.
  1454.   * All known bugs have been fixed.
  1455.   * Some text files have been expanded and changed.
  1456.   * Several more typos have been fixed.
  1457.   * The code has been ported to DJGPP 2.0, PD-Curses and to the SAS/C-Compiler
  1458.     for Amiga systems.
  1459.   * The code has been partially restructured to make it easier in the future 
  1460.     to port ADOM to other systems.
  1461.  
  1462.   STATISTICS:
  1463.   * 'wc' results on the source code:
  1464.             Lines   Words   Bytes Module name
  1465.             -----   -----   ----- -----------
  1466.               290     671    7422 adom.c
  1467.               252     585    5064 alchemy.c
  1468.               298     952    7357 arena.c
  1469.               246     677    5027 casino.c
  1470.              1101    2838   25471 cast.c
  1471.               337     784    6232 cfg.c
  1472.               336    1025    8402 chaos.c
  1473.               377     830    7020 color.c
  1474.              3975   10334   94003 combat.c
  1475.               508    1697   15918 death.c
  1476.               103     202    1797 debug.c
  1477.               181     429    3666 dip.c
  1478.               244     583    5363 dirserv.c
  1479.              1200    2463   20475 display.c
  1480.               755    2240   18709 dlevel.c
  1481.              1085    2725   24596 drink.c
  1482.              1466    3262   33128 eat.c
  1483.                32     100     724 endgame.c
  1484.                77     163    1526 error.c
  1485.               221     735    5793 etemple.c
  1486.               167    1396    8659 fortune.c
  1487.              2877    6241   56534 game.c
  1488.               490    1133    9634 help.c
  1489.               341     739    6822 hiscore.c
  1490.              2160    5554   59577 init.c
  1491.              2639    7232   56994 invent.c
  1492.              6625   22624  168467 item.c
  1493.               735    2120   19239 kbd.c
  1494.               568    1178   10992 llio.c
  1495.               125     249    1953 llsys.c
  1496.               164     477    2474 macros.c
  1497.              1270    9840   65523 manual.c
  1498.              3252    9427   69129 map.c
  1499.               167     456    3437 message.c
  1500.               101     310    2073 mlist.c
  1501.              6403   20544  164866 monster.c
  1502.               412    1037    8976 pick.c
  1503.               241     728    5471 pit.c
  1504.              2981    7273   61344 player.c
  1505.               467     892    9842 pool.c
  1506.                68     157    1375 process.c
  1507.               462    1409   11050 quest.c
  1508.               868    2275   20841 read.c
  1509.               364     897    6146 rooms.c
  1510.               377     649    6916 save.c
  1511.               847    2499   19841 shop.c
  1512.              1494    4576   35937 skills.c
  1513.               672    2001   16369 spells.c
  1514.               963    3199   25273 talk.c
  1515.              1112    3108   26174 temple.c
  1516.               979    2747   23143 trap.c
  1517.              1108    3053   25103 use.c
  1518.               665    1933   18919 vault.c
  1519.                47     164    1217 version.c
  1520.               447    1072    9190 wish.c
  1521.              1435    3604   31558 zap.c
  1522.                22      69     509 alchemy.h
  1523.                27      75     581 arena.h
  1524.                21      68     486 casino.h
  1525.                26      81     586 cast.h
  1526.                31      86     632 cfg.h
  1527.                51     121    1121 chaos.h
  1528.                40     111     940 color.h
  1529.                40     119    1043 combat.h
  1530.               283    1141    8073 config.h
  1531.                19      67     448 death.h
  1532.                43      93     722 debug.h
  1533.                18      63     405 dip.h
  1534.                47     158    1273 dirserv.h
  1535.               103     257    2378 display.h
  1536.               101     210    2085 dlevel.h
  1537.                23      78     551 drink.h
  1538.                19      63     406 eat.h
  1539.                18      63     427 endgame.h
  1540.                23      70     471 error.h
  1541.                19      67     468 etemple.h
  1542.                19      65     452 fortune.h
  1543.                27      79     557 game.h
  1544.                35     115     872 global.h
  1545.                25      82     573 help.h
  1546.                29      86     691 hiscore.h
  1547.                25      74     471 hive.h
  1548.                25      73     558 init.h
  1549.               146     281    3298 invent.h
  1550.               472    1324   16358 item.h
  1551.                52     165    1707 kbd.h
  1552.                41     103     902 llio.h
  1553.                30      81     630 llsys.h
  1554.               151     372    2493 macros.h
  1555.                18      64     426 manual.h
  1556.               188     627    5020 map.h
  1557.                21      70     527 message.h
  1558.               607    1925   19504 monster.h
  1559.                25      78     541 pick.h
  1560.                29      89     646 pit.h
  1561.               488    1105   10926 player.h
  1562.                20      70     480 pool.h
  1563.                19      65     458 process.h
  1564.                29      78     629 quest.h
  1565.                28      83     609 read.h
  1566.                71     173    1375 rooms.h
  1567.                39      96     759 save.h
  1568.                46     126    1073 shop.h
  1569.                50     124    1144 skills.h
  1570.                63     156    1647 spells.h
  1571.                23      67     469 talk.h
  1572.                62     144    1463 temple.h
  1573.                28      85     645 trap.h
  1574.                22      69     480 use.h
  1575.                19      65     451 vault.h
  1576.                21      71     520 version.h
  1577.                21      65     431 wish.h
  1578.                29      94     655 zap.h
  1579.                31     100     696 Makefile
  1580.               503     864    6696 makefile.linux
  1581.                62     146    1077 makefile.dos
  1582.                75     220    1543 makeman
  1583.               148    1298   10116 makefile.dep
  1584.             62013  180265 1492924 total
  1585.  
  1586.  
  1587. Version 0.8.2 (completed 4/23/1996):
  1588. ------------------------------------
  1589.  
  1590.   CHANGES:
  1591.   * 7 new items, 6 new monsters and 1 new special ability for monsters have 
  1592.     been added.
  1593.   * Armor now is less likely to be damaged.  Small monsters no longer are
  1594.     able to damage armor.
  1595.   * C-'p' now can be used to comfortably pick up larger numbers of items.
  1596.   * The ';' command (primitive-pickup) works again.
  1597.   * Shopkeepers now restock their shops in irregular intervals.
  1598.   * It now has more severe alignment consequences when you attack friendly
  1599.     monsters.
  1600.   * Killing many monsters of one species yields less and less experience
  1601.     points.
  1602.   * Attacks are now less likely to stun the characater.
  1603.   * Monsters with an acidic skin are now also dangerous when they are kicked.
  1604.   * Chaos mutations are now really removed when the appropriate scroll
  1605.     is read.
  1606.   * Bards now are able to calm down animals with their music.
  1607.   * The configuration variable 'Display_Key_Code' now controls whether
  1608.     pressed key sequences are displayed on the screen or not.
  1609.   * It's more costly now to raise your attributes by training with the
  1610.     dwarven weaponmaster.
  1611.   * A breath weapon bug with chaos lizards has been fixed.
  1612.   * Breath weapons consisting of lightning blasts now can bounce.
  1613.   * Some more items are automatically identified when used succesfully.
  1614.   * 3 new fortune cookies have been added.
  1615.   * The minimal highscore now is 1.  It's also once more possible to
  1616.     create an empty highscore.  When killed only the eight places around
  1617.     your score in the highscore list are displayed.
  1618.   * Wizards are guaranteed to get one offensive spell.
  1619.   * When the character dies the status line is updated one last time.
  1620.   * Troll weaponsmiths no longer start wielding a one-handed and a 
  1621.     two-handed weapon.
  1622.   * If the character is blind and tries to wait on the spot, this now
  1623.     works.
  1624.   * 'Check_Items_in_Hand' now ignores torches.
  1625.   * Cursed items no longer can be indentified by throwing them.
  1626.   * Gems now are less rare.
  1627.   * The bug in random number generation (which at times generated numbers
  1628.     vastly out of the specificied range) now should be fixed.
  1629.   * Mimics are more dangerous.
  1630.   * The various texts have been checked once more for mistakes.
  1631.   * Stun removal now has a very low priority when you pray.
  1632.   * Some minor bugs have been fixed.
  1633.  
  1634.   STATISTICS:
  1635.   * 'wc' results on the source code:
  1636.             Lines   Words   Bytes Module name
  1637.             -----   -----   ----- -----------
  1638.               298     692    7572 adom.c
  1639.               251     583    5045 alchemy.c
  1640.               216     724    5685 arena.c
  1641.               246     677    5027 casino.c
  1642.              1077    2778   24951 cast.c
  1643.               330     768    6004 cfg.c
  1644.               335    1023    8382 chaos.c
  1645.               360     774    6573 color.c
  1646.              3806    9839   89400 combat.c
  1647.               501    1660   15623 death.c
  1648.               107     207    1840 debug.c
  1649.               158     366    3133 dip.c
  1650.               233     557    5226 dirserv.c
  1651.              1190    2434   20247 display.c
  1652.               742    2206   18299 dlevel.c
  1653.              1079    2708   24444 drink.c
  1654.              1412    3179   32149 eat.c
  1655.                32     100     724 endgame.c
  1656.                82     180    1632 error.c
  1657.               221     733    5780 etemple.c
  1658.               159    1304    8137 fortune.c
  1659.              2817    6103   55273 game.c
  1660.               486    1123    9537 help.c
  1661.               360     774    7031 hiscore.c
  1662.              2127    5488   58962 init.c
  1663.              2525    6950   54196 invent.c
  1664.              6349   21506  160357 item.c
  1665.               729    2097   18950 kbd.c
  1666.               478     893    7104 llio.c
  1667.               193     556    3143 macros.c
  1668.              1234    9478   62537 manual.c
  1669.              3211    9258   67961 map.c
  1670.               166     454    3420 message.c
  1671.               101     310    2073 mlist.c
  1672.              6250   20103  160871 monster.c
  1673.               173     309    2228 myconio.c
  1674.               323     824    7097 pick.c
  1675.               236     720    5398 pit.c
  1676.              2862    6905   58507 player.c
  1677.               467     892    9843 pool.c
  1678.                71     160    1396 process.c
  1679.               460    1405   10994 quest.c
  1680.               861    2248   20526 read.c
  1681.               364     897    6146 rooms.c
  1682.               377     649    6916 save.c
  1683.               795    2357   18699 shop.c
  1684.              1494    4577   35934 skills.c
  1685.               611    1884   15396 spells.c
  1686.               999    3304   25890 talk.c
  1687.              1091    3043   25611 temple.c
  1688.               650    1842   15131 trap.c
  1689.              1067    2956   24202 use.c
  1690.               621    1805   17633 vault.c
  1691.                45     157    1153 version.c
  1692.               447    1072    9190 wish.c
  1693.              1354    3359   29765 zap.c
  1694.                22      69     509 alchemy.h
  1695.                25      71     524 arena.h
  1696.                21      68     486 casino.h
  1697.                24      72     514 cast.h
  1698.                31      86     632 cfg.h
  1699.                51     121    1121 chaos.h
  1700.                38     109     910 color.h
  1701.                39     117    1009 combat.h
  1702.               185     561    4382 config.h
  1703.                19      67     448 death.h
  1704.                43      93     722 debug.h
  1705.                18      63     405 dip.h
  1706.                47     158    1273 dirserv.h
  1707.               103     257    2378 display.h
  1708.               100     209    2071 dlevel.h
  1709.                23      78     551 drink.h
  1710.                19      63     406 eat.h
  1711.                18      63     427 endgame.h
  1712.                23      70     471 error.h
  1713.                19      67     468 etemple.h
  1714.                19      65     452 fortune.h
  1715.                27      79     557 game.h
  1716.                31     103     762 global.h
  1717.                24      77     538 help.h
  1718.                29      86     691 hiscore.h
  1719.                25      74     471 hive.h
  1720.                25      73     558 init.h
  1721.               145     279    3269 invent.h
  1722.               463    1292   15788 item.h
  1723.                51     162    1651 kbd.h
  1724.                40     101     875 llio.h
  1725.               144     359    2393 macros.h
  1726.                18      64     426 manual.h
  1727.               187     624    4985 map.h
  1728.                21      70     527 message.h
  1729.               596    1894   19100 monster.h
  1730.                53     142    1217 myconio.h
  1731.                24      76     518 pick.h
  1732.                29      89     646 pit.h
  1733.               483    1091   10756 player.h
  1734.                20      70     480 pool.h
  1735.                19      65     458 process.h
  1736.                29      78     629 quest.h
  1737.                27      79     574 read.h
  1738.                71     173    1375 rooms.h
  1739.                39      96     759 save.h
  1740.                45     124    1037 shop.h
  1741.                50     124    1144 skills.h
  1742.                61     152    1595 spells.h
  1743.                23      67     469 talk.h
  1744.                61     143    1451 temple.h
  1745.                26      80     597 trap.h
  1746.                22      69     480 use.h
  1747.                19      65     451 vault.h
  1748.                21      71     520 version.h
  1749.                21      65     431 wish.h
  1750.                29      94     655 zap.h
  1751.                31      99     688 Makefile
  1752.               484     802    6201 makefile.linux
  1753.                64     154    1188 makefile.dos
  1754.                75     220    1543 makeman
  1755.               140    1231    9627 makefile.dep
  1756.             59908  173333 1433182 total
  1757.           
  1758.           
  1759. Version 0.8.1 (completed 4/15/1996):
  1760. ------------------------------------
  1761.  
  1762.   CHANGES:
  1763.   * It is now possible to redefine the key bindings used by ADOM.
  1764.   * The masks for items are no longer fixed (at least as far as most
  1765.     rings, wands, scrolls, potions, spellbooks, cloaks, girdles and
  1766.     boots are concerned).
  1767.   * 35 new monsters, 24 new items, 2 new corruptions and 7 new spells have
  1768.     been added.
  1769.   * 7 new special powers for monsters have been added.
  1770.   * Overall the danger level for monsters has been beefed up once more.
  1771.   * A major bug has been fixed, which made chaos corruptions appear less
  1772.     harmful than they are.  The endgame now should be more exciting.
  1773.   * Most of the y/n questions now offer a default answer (which can be 
  1774.     activated by pressing the space bar and ENTER).
  1775.   * A 'look' command has been implemented (just try 'l').
  1776.   * A new more luxurious drop command (C-'d') makes it much simpler and faster
  1777.     to drop large amounts of items.
  1778.   * The extended drop command (':'-'d') now also allows for dropping gems.
  1779.   * The ';' command now also allows to pick up everything at once.
  1780.   * Using a skill is now faster for experienced players.
  1781.   * The routine for sorting identified items has been changed.
  1782.   * A first step has been taken to make save files independent of the game
  1783.     version (at least as long there are no truly major changes to the game).
  1784.   * Shopkeepers now tend to identify sold items.
  1785.   * A configuration variable ('Auto_Open_Doors') controls whether you receive
  1786.     a prompt asking whether to open a door, if you directly run into a door.
  1787.   * Powerful attacks have a chance to stun the character.
  1788.   * Particularly succesful attacks now might damage your armor.
  1789.   * You receive less experience for sacrificing monsters.
  1790.   * The number of hitpoints you gain for advancing a level has been reduced.
  1791.   * A high perception value leaves more missiles lying around.
  1792.   * Breath attacks are now more effective.
  1793.   * The code for donatin at altars has been somewhat revised to close some
  1794.     loopholes.
  1795.   * The initial text (when creating the character) now also lists the 
  1796.     characters complexion and hair and eye color.
  1797.   * Vault monsters now are more dangerous.
  1798.   * ADOM now creates a default configuration file if there is none.
  1799.   * The routines for calculating the final score have been somewhat changed.
  1800.   * A configuration variable ('Check_Item_In_Hand') can be used to add a
  1801.     security check before wielding a potentially cursed non-weapon in one of
  1802.     your character's hands.
  1803.   * It's no longer possible to have two or more missile weapons in the
  1804.     'Missile weapon' inventory slot.
  1805.   * Smithing is now less powerful.
  1806.   * It's now a little harder to raise skills.
  1807.   * The prayer code has been changed, so that some prayers now might work
  1808.     in a different way.
  1809.   * Some spell parameters have changed.
  1810.   * The text files have been expanded.
  1811.   * The code has been cleaned up somewhat.
  1812.   * 2 new fortune cookies have been added.
  1813.   * 1 new greater vault, 1 new pit type and 6 new vault populations have 
  1814.     been added.
  1815.   * Pools are now slightly less dangerous.
  1816.   * Some corruptions are now more dangerous.
  1817.   * One opponent in the arena has been exchanged.
  1818.   * When a familiar is generated by reading a 'scroll of familiar summoning'
  1819.     the game takes more care to generate a monster, that fits to the current
  1820.     dungeon level.
  1821.   * Graves are now diggable.
  1822.   * The final opponent is much more dangerous now.
  1823.   * The deeper a shop is located the higher the prices will be.
  1824.   * The shop inventory is now handled correctly in all cases.
  1825.   * The highscore routines now use some sanity checks to avoid integer over-
  1826.     flows and similar stuff.
  1827.   * All known bugs are fixed.
  1828.   * Several typos have been corrected.
  1829.  
  1830.   STATISTICS:
  1831.   * 'wc' results on the source code:
  1832.             Lines   Words   Bytes Module name
  1833.             -----   -----   ----- -----------
  1834.               298     692    7572 adom.c
  1835.               251     583    5045 alchemy.c
  1836.               216     724    5685 arena.c
  1837.               246     677    5027 casino.c
  1838.              1077    2778   24951 cast.c
  1839.               329     766    5978 cfg.c
  1840.               335    1021    8374 chaos.c
  1841.               360     774    6573 color.c
  1842.              3693    9549   86696 combat.c
  1843.               501    1659   15615 death.c
  1844.               107     207    1840 debug.c
  1845.               158     366    3133 dip.c
  1846.               233     557    5226 dirserv.c
  1847.              1190    2434   20247 display.c
  1848.               742    2206   18299 dlevel.c
  1849.              1078    2707   24456 drink.c
  1850.              1412    3179   32149 eat.c
  1851.                32     100     724 endgame.c
  1852.                82     180    1632 error.c
  1853.               221     733    5780 etemple.c
  1854.               156    1276    7966 fortune.c
  1855.              2778    6001   54520 game.c
  1856.               486    1123    9537 help.c
  1857.               360     776    7039 hiscore.c
  1858.              2126    5481   58917 init.c
  1859.              2521    6937   54070 invent.c
  1860.              6302   21254  158613 item.c
  1861.               728    2088   18846 kbd.c
  1862.               478     893    7104 llio.c
  1863.               193     556    3143 macros.c
  1864.              1222    9399   62010 manual.c
  1865.              3219    9268   68038 map.c
  1866.               166     454    3420 message.c
  1867.               101     310    2073 mlist.c
  1868.              6197   19882  159155 monster.c
  1869.               173     309    2228 myconio.c
  1870.               286     729    6233 pick.c
  1871.               236     720    5398 pit.c
  1872.              2859    6900   58458 player.c
  1873.               467     892    9843 pool.c
  1874.                71     160    1396 process.c
  1875.               460    1405   10994 quest.c
  1876.               835    2212   20148 read.c
  1877.               364     897    6146 rooms.c
  1878.               377     649    6916 save.c
  1879.               699    2051   16560 shop.c
  1880.              1494    4577   35934 skills.c
  1881.               599    1853   15079 spells.c
  1882.               965    3198   25095 talk.c
  1883.              1091    3043   25611 temple.c
  1884.               650    1842   15131 trap.c
  1885.               963    2661   21930 use.c
  1886.               621    1805   17633 vault.c
  1887.                45     150    1091 version.c
  1888.               447    1072    9190 wish.c
  1889.              1354    3359   29765 zap.c
  1890.                22      69     509 alchemy.h
  1891.                25      71     524 arena.h
  1892.                21      68     486 casino.h
  1893.                24      72     514 cast.h
  1894.                31      86     632 cfg.h
  1895.                51     121    1121 chaos.h
  1896.                38     109     910 color.h
  1897.                39     117    1009 combat.h
  1898.               185     561    4382 config.h
  1899.                19      67     448 death.h
  1900.                43      93     722 debug.h
  1901.                18      63     405 dip.h
  1902.                47     158    1273 dirserv.h
  1903.               103     257    2378 display.h
  1904.               100     209    2071 dlevel.h
  1905.                23      78     551 drink.h
  1906.                19      63     406 eat.h
  1907.                18      63     427 endgame.h
  1908.                23      70     471 error.h
  1909.                19      67     468 etemple.h
  1910.                19      65     452 fortune.h
  1911.                27      79     557 game.h
  1912.                30     100     733 global.h
  1913.                24      77     538 help.h
  1914.                29      86     691 hiscore.h
  1915.                25      74     471 hive.h
  1916.                25      73     558 init.h
  1917.               145     279    3269 invent.h
  1918.               461    1282   15603 item.h
  1919.                51     161    1630 kbd.h
  1920.                40     101     875 llio.h
  1921.               148     365    2444 macros.h
  1922.                18      64     426 manual.h
  1923.               187     624    4985 map.h
  1924.                21      70     527 message.h
  1925.               593    1878   18915 monster.h
  1926.                53     142    1217 myconio.h
  1927.                20      67     449 pick.h
  1928.                29      89     646 pit.h
  1929.               483    1091   10756 player.h
  1930.                20      70     480 pool.h
  1931.                19      65     458 process.h
  1932.                29      78     629 quest.h
  1933.                22      68     462 read.h
  1934.                71     173    1375 rooms.h
  1935.                39      96     759 save.h
  1936.                44     119     998 shop.h
  1937.                50     124    1144 skills.h
  1938.                61     152    1595 spells.h
  1939.                23      67     469 talk.h
  1940.                61     143    1451 temple.h
  1941.                26      80     597 trap.h
  1942.                22      69     480 use.h
  1943.                19      65     451 vault.h
  1944.                21      71     520 version.h
  1945.                21      65     431 wish.h
  1946.                29      94     655 zap.h
  1947.                31      99     688 Makefile
  1948.               484     802    6201 makefile.linux
  1949.                64     154    1188 makefile.dos
  1950.                75     220    1543 makeman
  1951.               140    1230    9620 makefile.dep
  1952.             59317  171407 1417875 total
  1953.           
  1954.           
  1955. Version 0.8.0 (completed 3/22/1996):
  1956. ------------------------------------
  1957.  
  1958.   CHANGES:
  1959.   * 23 new items, 37 new monsters and 7 new spells have been added.
  1960.   * 9 new defensive and 3 new offensive powers for monsters have been added.
  1961.   * 4 new intrinsics for the player have been added.
  1962.   * Some major bugs in item identification have been fixed.
  1963.   * The 'C-w' command allows you to examine the wound status of a monster.
  1964.   * The 'L' displays whether the character knows how to read and write or
  1965.     not.
  1966.   * 'C-r' is now to be used for redrawing the screen.
  1967.   * 'q' now also displays the exact type of quest.
  1968.   * The extended-drop-command (':'-'d') now also provides a means to drop all
  1969.     cursed items.
  1970.   * Removing/wearing armor now takes some turns.
  1971.   * Eating food takes some time now.
  1972.   * Monsters can now be male and female (or have no sex).
  1973.   * Monsters are now able to use missiles.
  1974.   * Monsters can now use their breath weapons at range.
  1975.   * Summoned monsters now appear closer to the character.
  1976.   * It's no longer possible for monsters to summon endless hordes of
  1977.     servants.
  1978.   * Shopkeepers have become more dangerous.
  1979.   * The shopkeeper in the dwarven city now enters fights.
  1980.   * Experience points for monsters are calculated in a new way.
  1981.   * Experience point awards have been reduced.
  1982.   * Appropriate missiles are added to the missile slot when picked up.
  1983.   * The spell screen has been changed in appearance.
  1984.   * The spell-, stuff- and skill-screen are no longer unnecessarily redrawn
  1985.     when '+' or '-' is hit.
  1986.   * The item screens now page correctly forward and backward.
  1987.   * Some monsters are able to disarm the character.
  1988.   * Sixteen new backgrounds for your character history have been added for a
  1989.     total of 4096 combinations.
  1990.   * Wands initially have at least one charge.
  1991.   * After being killed on a normal dungeon level, you can view the complete
  1992.     map.
  1993.   * At the end of the game the names of all generated artifacts are displayed.
  1994.   * Monks have been downgraded.
  1995.   * Thick gauntlets now isolate the effects of poisonous hands.
  1996.   * Only true missiles are identified when fired/thrown.
  1997.   * The tactical DV modifier is now always included in the DV.
  1998.   * The colors for items have been reworked.
  1999.   * Pools now do have a separate color.
  2000.   * The Alchemy skill now works.
  2001.   * Successfully using the Disarm Traps skills now results in experience point
  2002.     awards.
  2003.   * Gods are now more willing to cure poison.
  2004.   * Donating at an altar will no longer change your alignment.
  2005.   * The price calculation for items has been altered.
  2006.   * Six new fortune cookies have been added.
  2007.   * Two new topics for the old dwarf have been added.
  2008.   * Items can now be kicked.
  2009.   * A lot of monster texts have been changed.
  2010.   * One new vault map has been added.
  2011.   * The final level has been slightly modified.
  2012.   * Some vault monsters have been exchanged.
  2013.   * Some text files have been renamed.
  2014.   * Many typos have been removed.
  2015.   * Wishes for more than one item are now handled in a more reasonable
  2016.     way.
  2017.   * The final opponents for championship are now always male.
  2018.   * The golden gladius is initially never cursed.
  2019.   * When you run out of money in the casino, ADOM no longer crashes.
  2020.   * Shopkeepers now care about the stuff in their shop and identify them
  2021.     at certain time intervals.
  2022.   * All items in shops are initially identified.
  2023.   * The banshee has been modified.
  2024.   * A color problem for some DOS systems has been fixed.
  2025.   * Some timing routines have been changed.
  2026.   * Several more major and many minor bugs have been fixed.
  2027.   * The Exploration-Mode is no longer available.
  2028.   * Highscore-locking has been improved.
  2029.   * Some more keys can be used in the Linux version when XFree is started 
  2030.     (although this needs still more work).
  2031.   * When smashing a bee hive at least one portion of bee wax is generated.
  2032.   * ADOM no longer aborts with an error message when you try to eat stone 
  2033.     snakes.
  2034.   * The forest level has been changed.
  2035.   * Shops and bills now should work correctly.
  2036.   * Torches now work correctly.
  2037.   * Many item values have been altered.
  2038.   * The credits in the manual have been extended and changed.
  2039.   * Some text parts have been altered.
  2040.   * Dozens of very minor changes have been applied.
  2041.  
  2042.   STATISTICS:
  2043.   * 'wc' results on the source code:
  2044.             Lines   Words   Bytes Module name
  2045.             -----   -----   ----- -----------
  2046.               272     633    6789 adom.c
  2047.               251     583    5045 alchemy.c
  2048.               216     724    5677 arena.c
  2049.               246     676    5021 casino.c
  2050.               907    2275   20967 cast.c
  2051.               271     604    4591 cfg.c
  2052.               269     815    6564 chaos.c
  2053.               364     779    6622 color.c
  2054.              3484    9076   82276 combat.c
  2055.               503    1662   15601 death.c
  2056.               107     207    1836 debug.c
  2057.               158     366    3133 dip.c
  2058.               233     557    5226 dirserv.c
  2059.              1168    2369   19894 display.c
  2060.               741    2194   18233 dlevel.c
  2061.              1017    2508   22756 drink.c
  2062.              1337    3034   30292 eat.c
  2063.                32     100     724 endgame.c
  2064.                82     180    1632 error.c
  2065.               221     733    5780 etemple.c
  2066.               154    1255    7841 fortune.c
  2067.              2704    5848   52672 game.c
  2068.               496    1273   10077 help.c
  2069.               360     772    6993 hiscore.c
  2070.              2123    5468   58774 init.c
  2071.              2388    6538   50929 invent.c
  2072.              5851   19696  146308 item.c
  2073.               481     953    7268 llio.c
  2074.               193     556    3143 macros.c
  2075.              1142    8878   58614 manual.c
  2076.              3275    9458   69561 map.c
  2077.               145     388    2979 message.c
  2078.               101     310    2073 mlist.c
  2079.              5865   18512  148383 monster.c
  2080.               173     309    2228 myconio.c
  2081.               280     715    6160 pick.c
  2082.               226     681    5081 pit.c
  2083.              2819    6758   57132 player.c
  2084.               454     843    9482 pool.c
  2085.                71     160    1396 process.c
  2086.               460    1405   10994 quest.c
  2087.               811    2159   19655 read.c
  2088.               362     927    6491 rooms.c
  2089.               373     645    6826 save.c
  2090.               672    1899   15585 shop.c
  2091.              1366    4162   32319 skills.c
  2092.               549    1661   13399 spells.c
  2093.               903    2993   23435 talk.c
  2094.              1025    2869   24122 temple.c
  2095.               646    1834   15040 trap.c
  2096.               948    2613   21542 use.c
  2097.               603    1748   17025 vault.c
  2098.                45     150    1091 version.c
  2099.               447    1072    9190 wish.c
  2100.              1352    3352   29695 zap.c
  2101.                22      69     509 alchemy.h
  2102.                25      71     524 arena.h
  2103.                21      68     486 casino.h
  2104.                23      69     481 cast.h
  2105.                31      86     632 cfg.h
  2106.                43     109     979 chaos.h
  2107.                38     109     910 color.h
  2108.                38     115     992 combat.h
  2109.               181     540    4278 config.h
  2110.                19      67     448 death.h
  2111.                43      93     722 debug.h
  2112.                18      63     405 dip.h
  2113.                47     158    1273 dirserv.h
  2114.               102     253    2343 display.h
  2115.               100     209    2071 dlevel.h
  2116.                23      78     551 drink.h
  2117.                19      63     406 eat.h
  2118.                18      63     427 endgame.h
  2119.                23      70     471 error.h
  2120.                19      67     468 etemple.h
  2121.                19      65     452 fortune.h
  2122.                27      79     557 game.h
  2123.                25      85     593 global.h
  2124.                23      72     497 help.h
  2125.                29      84     673 hiscore.h
  2126.                25      74     471 hive.h
  2127.                25      73     558 init.h
  2128.               144     277    3234 invent.h
  2129.               447    1237   14953 item.h
  2130.                39      99     844 llio.h
  2131.               143     326    2266 macros.h
  2132.                18      64     426 manual.h
  2133.               190     631    5043 map.h
  2134.                21      70     527 message.h
  2135.               574    1808   17905 monster.h
  2136.                53     142    1217 myconio.h
  2137.                20      67     449 pick.h
  2138.                28      88     634 pit.h
  2139.               484    1076   10697 player.h
  2140.                20      70     480 pool.h
  2141.                19      65     458 process.h
  2142.                29      78     629 quest.h
  2143.                22      68     462 read.h
  2144.                65     157    1247 rooms.h
  2145.                39      96     759 save.h
  2146.                44     119     998 shop.h
  2147.                50     124    1144 skills.h
  2148.                57     140    1421 spells.h
  2149.                23      67     469 talk.h
  2150.                53     131    1296 temple.h
  2151.                26      80     597 trap.h
  2152.                22      69     480 use.h
  2153.                19      65     451 vault.h
  2154.                21      71     520 version.h
  2155.                21      65     431 wish.h
  2156.                29      94     655 zap.h
  2157.                30      97     678 Makefile
  2158.               482     794    6101 makefile.linux
  2159.                64     154    1188 makefile.dos
  2160.                75     220    1543 makeman
  2161.               139    1210    9462 makefile.dep
  2162.             56278  161806 1335003 total
  2163.  
  2164.  
  2165. Version 0.7.1 (completed 2/22/1996):
  2166. ------------------------------------
  2167.  
  2168.   CHANGES:
  2169.   * ADOM now has a new start screen.
  2170.   * The command line parameter '-m' starts ADOM in monochrome mode.
  2171.   * The layout for the casino level has been slightly altered.
  2172.   * You no longer can win 0 gold pieces on the casino level.
  2173.   * The amounts won on the casino level are correctly displayed.
  2174.   * The Chaos Gate now changes its colors during each turn.
  2175.   * Attacking a monster while invisible makes the monster counter-attack.
  2176.   * Attacking with thorn hands no longer crashes ADOM under DOS.
  2177.   * The 'W'-command now displays correct data.
  2178.   * Attacking with two weapons and thorn hands or with a two-handed weapon and
  2179.     thorn hands now works correctly.
  2180.   * A typo in the winning message has been removed.
  2181.   * Some superfluous repaints of the screen have been removed.
  2182.   * The screen no longer is erringly inverted when repainting it.
  2183.   * Drinking a blessed potion of blindness now works correctly.
  2184.   * Eating chaos rats no longer causes ADOM to abort with an error message.
  2185.   * The '#'-character no longer appears in some messages where it was out 
  2186.     of place.
  2187.   * The '\'-command now also generates an output, when the player is not yet
  2188.     corrupted.
  2189.   * After handling the inventory the line of sight is recalculated.
  2190.   * If the game is over you no longer can be randomly teleported (in theory
  2191.     this could have happened).
  2192.   * Putting on an item no longer makes the screen blink under DOS.
  2193.   * Items immune to a certain kind of damage are also immune, if they are
  2194.     cursed or rusty.
  2195.   * Some minor typos have been fixed.
  2196.   * Brass rings are now declared correctly, which removes a fatal bug in the
  2197.     DOS version while wishing for items.
  2198.   * Some item names have been corrected.
  2199.   * A bug in the mimic handling routines has been removed.
  2200.   * Some error messages now are more elaborate.
  2201.   * Killing invisible monsters with poison no longer causes the DOS version
  2202.     of ADOM to crash.
  2203.   * The amounts of experience for killing monsters on deep levels have been
  2204.     greatly reduced.
  2205.   * If you are blind and pick up an item the current position is no longer
  2206.     updated.
  2207.   * Torches are now more useful.
  2208.   * Some color bugs in the display (while being blind) have been fixed.
  2209.   * Items granting invisibility cause hunger very quickly.
  2210.   * The readme.{dos|linux} files now sport a 'Known Bugs'-section.
  2211.   * The Linux version of ADOM now can be installed globally.
  2212.   * ADOM no longer crashes if an artifact is generated in a shop (again only
  2213.     a serious bug in the DOS version).
  2214.   * You no longer can sell an item for more than it costs in a shop.
  2215.   * Deaf characters no longer can talk to other monsters.
  2216.   * The names for the lawful and the chaotic gods were exchanged.
  2217.   * Monsters avoiding a ray only generate a message, if they are visible.
  2218.   * Several bugs in the color routines have been fixed.
  2219.  
  2220.   STATISTICS:
  2221.   * 'wc' results on the source code:
  2222.             Lines   Words   Bytes Module name
  2223.             -----   -----   ----- -----------
  2224.               268     627    6629 adom.c
  2225.               209     708    5549 arena.c
  2226.               243     668    4955 casino.c
  2227.               793    2024   18570 cast.c
  2228.               271     604    4591 cfg.c
  2229.               269     815    6564 chaos.c
  2230.               386     794    6797 color.c
  2231.              2940    7711   70660 combat.c
  2232.               492    1643   14800 death.c
  2233.                85     166    1393 debug.c
  2234.               158     366    3133 dip.c
  2235.               233     557    5226 dirserv.c
  2236.              1505    3111   25425 display.c
  2237.               742    2197   18266 dlevel.c
  2238.               978    2417   21791 drink.c
  2239.              1201    2694   26768 eat.c
  2240.                32     100     724 endgame.c
  2241.                72     170    1467 error.c
  2242.               221     733    5780 etemple.c
  2243.               148    1176    7333 fortune.c
  2244.              2551    5546   49473 game.c
  2245.               489    1291    9780 help.c
  2246.               337     673    6274 hiscore.c
  2247.              1994    4896   54092 init.c
  2248.              2302    6336   49157 invent.c
  2249.              5343   17670  130062 item.c
  2250.               161     474    2653 macros.c
  2251.              1115    8726   57699 manual.c
  2252.              3081    8925   65156 map.c
  2253.               145     388    2979 message.c
  2254.              5168   15692  124284 monster.c
  2255.               173     309    2228 myconio.c
  2256.               260     658    5566 pick.c
  2257.               226     681    5081 pit.c
  2258.              2636    6259   51501 player.c
  2259.               440     802    9101 pool.c
  2260.                71     160    1396 process.c
  2261.               408    1211    9485 quest.c
  2262.               588    1371   11758 read.c
  2263.               362     927    6491 rooms.c
  2264.               373     645    6826 save.c
  2265.               689    1938   15870 shop.c
  2266.              1215    3680   28678 skills.c
  2267.               516    1512   12286 spells.c
  2268.               851    2706   21437 talk.c
  2269.               988    2797   23396 temple.c
  2270.               564    1618   13557 trap.c
  2271.               951    2611   21571 use.c
  2272.               600    1745   16933 vault.c
  2273.                45     154    1127 version.c
  2274.               441    1052    9070 wish.c
  2275.              1248    3049   26891 zap.c
  2276.                25      71     524 arena.h
  2277.                21      68     486 casino.h
  2278.                23      69     481 cast.h
  2279.                31      86     632 cfg.h
  2280.                43     109     979 chaos.h
  2281.                36     104     867 color.h
  2282.                30      90     702 combat.h
  2283.               181     540    4278 config.h
  2284.                19      67     448 death.h
  2285.                43      93     722 debug.h
  2286.                18      63     405 dip.h
  2287.                47     158    1273 dirserv.h
  2288.               103     258    2354 display.h
  2289.               100     209    2071 dlevel.h
  2290.                23      78     551 drink.h
  2291.                19      63     406 eat.h
  2292.                18      63     427 endgame.h
  2293.                23      70     471 error.h
  2294.                19      67     468 etemple.h
  2295.                19      65     452 fortune.h
  2296.                26      74     522 game.h
  2297.                21      73     504 global.h
  2298.                23      72     497 help.h
  2299.                29      84     673 hiscore.h
  2300.                25      74     471 hive.h
  2301.                25      73     558 init.h
  2302.               142     273    3156 invent.h
  2303.               420    1166   13940 item.h
  2304.               152     362    2526 macros.h
  2305.                18      64     426 manual.h
  2306.               185     616    4876 map.h
  2307.                21      70     527 message.h
  2308.               508    1543   15213 monster.h
  2309.                53     142    1217 myconio.h
  2310.                20      67     449 pick.h
  2311.                28      88     634 pit.h
  2312.               468    1039   10229 player.h
  2313.                19      67     451 pool.h
  2314.                19      65     458 process.h
  2315.                28      76     597 quest.h
  2316.                22      68     462 read.h
  2317.                65     157    1247 rooms.h
  2318.                39      96     759 save.h
  2319.                43     117     955 shop.h
  2320.                50     124    1144 skills.h
  2321.                55     133    1310 spells.h
  2322.                23      67     469 talk.h
  2323.                53     131    1296 temple.h
  2324.                21      73     518 trap.h
  2325.                22      69     480 use.h
  2326.                19      65     451 vault.h
  2327.                21      71     520 version.h
  2328.                21      65     431 wish.h
  2329.                29      91     629 zap.h
  2330.               482    1292   10143 Makefile
  2331.                75     220    1543 makeman
  2332.                56     133     998 makefile.dos
  2333.               123     329    2629 makefile.linux
  2334.             51867  147563 1211184 total
  2335.           
  2336. Version 0.7.0 (completed 1/28/1996):
  2337. ------------------------------------
  2338.  
  2339.   CHANGES:
  2340.   * ADOM now supports colors.
  2341.   * Items now can grant intrinsics when worn.
  2342.   * 45 new items have been implemented.
  2343.   * 19 new monsters and seven new special powers for monsters have been added.
  2344.   * Monsters now can collect experience and can get much more powerful.
  2345.   * Monsters now move more intelligently and companions are now very good
  2346.     at finding the player character.
  2347.   * Monsters now try to avoid visible traps.
  2348.   * Shields now work differently (the now increase DV much more than PV).
  2349.   * Prayers now allow many more potential uses.
  2350.   * One new vault map and two new vault types have been added.
  2351.   * One new minor quest is available.
  2352.   * One new chaos power has been added.
  2353.   * Wishes now can create spellbooks and summon monsters.
  2354.   * When digging you now can find ore.
  2355.   * When being teleported out of the arena monsters and companions no longer
  2356.     disappear mysteriously.
  2357.   * The code for the arena has been greatly reworked.
  2358.   * Error messages under DOS and Linux are now formatted for lines with
  2359.     80 characters.  
  2360.   * The command line option '-d' displays alls the directory paths used by
  2361.     ADOM.
  2362.   * The highscore displayed with the '-s' command line option is now more
  2363.     beautiful.
  2364.   * ADOM generates a startup message.
  2365.   * All the documents have been heavily extended since ADOM now for the first
  2366.     time is available to the public. The manual now is much more complete.
  2367.   * New slaying powers for weapons have been added.
  2368.   * Weapons now can be poisoned.
  2369.   * It is now possible to display information about the weapon being currently
  2370.     used by the 'W' command.
  2371.   * When monsters are fighting each other you receive a more detailed 
  2372.     description.
  2373.   * Bards now never erringly attack their companions.
  2374.   * Monsters now also can be changed by chaos energies.
  2375.   * Several of the files used by ADOM have been renamed.
  2376.   * Five new fortune cookies have been added.
  2377.   * At the end of the game more information about the game and the powers of
  2378.     the player is displayed.
  2379.   * Some highscore messages have been fixed.
  2380.   * The algorithm for calculating the final score has been changed once more.
  2381.   * The number of generated artifacts now is counted correctly.
  2382.   * Bees now honor invisible characters.
  2383.   * Destroyed vaults no longer generate the 'You feel excited' message.
  2384.   * The effects of eating some monster corpses have been changed.
  2385.   * Configuration variables now are displayed by pressing '='.
  2386.   * A more primitive pick-up command is availble via ';' (this command is 
  2387.     faster than ',' on slow machines).
  2388.   * Keys and locks for doors have been introduced (you can examine locks with
  2389.     the 'l' command).
  2390.   * You now can dip items into potions.
  2391.   * The 'Explore'-command ('?'-'E') now is much more comfortable.
  2392.   * The online help has been extended.
  2393.   * All shopkeepers now have different names.
  2394.   * Hobbits need somewhat less experience, orcs and gnomes need more 
  2395.     experience.
  2396.   * All bards now receive a 'wand of light'.
  2397.   * Rings no longer can be removed while wearing gauntlets.
  2398.   * Three new special powers for items have been defined.
  2399.   * Some bugs in the 'walk-mode' have been fixed. The default number of steps
  2400.     taken now is 50.
  2401.   * The special powers for several items have been changed.
  2402.   * The license has been extended.
  2403.   * Tame monsters no longer attack friendly monsters.
  2404.   * Summoned monsters now appear much closer to the point of summoning.
  2405.   * The random number generator has been modified once more.
  2406.   * The line-of-sight-algorithm has been redone once more (but still needs
  2407.     some fixing).
  2408.   * Rooms are now somewhat larger and there are more of them.
  2409.   * There no longer can be endless numbers of duplicating monsters on a level.
  2410.   * ADOM now works with Windows 95.
  2411.   * A bug in the usage of two weapons has been fixed.
  2412.   * Artifacts now are immune to rust.
  2413.   * A bug in the display of the highscore has been fixed.
  2414.   * Several dozen major and minor bugs and typos have been fixed (this really
  2415.     was a major clean-up).
  2416.  
  2417.   STATISTICS:
  2418.  
  2419.   * 'wc' results on the source code:
  2420.             Lines   Words   Bytes Module name
  2421.             -----   -----   ----- -----------
  2422.               221     505    5014 adom.c
  2423.               209     708    5549 arena.c
  2424.               242     654    4912 casino.c
  2425.               793    2024   18570 cast.c
  2426.               271     604    4591 cfg.c
  2427.               269     815    6564 chaos.c
  2428.               309     603    5439 color.c
  2429.              2931    7681   70359 combat.c
  2430.               492    1643   14801 death.c
  2431.                85     166    1393 debug.c
  2432.               156     364    3115 dip.c
  2433.               233     557    5226 dirserv.c
  2434.              1472    3026   24732 display.c
  2435.               742    2197   18266 dlevel.c
  2436.               980    2419   21802 drink.c
  2437.              1200    2692   26749 eat.c
  2438.                32     100     724 endgame.c
  2439.                72     170    1467 error.c
  2440.               221     733    5780 etemple.c
  2441.               148    1176    7333 fortune.c
  2442.              2463    5417   48032 game.c
  2443.               489    1291    9780 help.c
  2444.               304     634    5826 hiscore.c
  2445.              2002    4916   54326 init.c
  2446.              2251    6262   48180 invent.c
  2447.              5343   17669  130053 item.c
  2448.               161     474    2653 macros.c
  2449.              1114    8720   57654 manual.c
  2450.              3061    8890   64769 map.c
  2451.               145     388    2979 message.c
  2452.              5160   15640  123856 monster.c
  2453.               173     309    2228 myconio.c
  2454.               257     653    5526 pick.c
  2455.               226     681    5080 pit.c
  2456.              2633    6238   51347 player.c
  2457.               440     802    9101 pool.c
  2458.                71     160    1396 process.c
  2459.               408    1211    9485 quest.c
  2460.               588    1371   11758 read.c
  2461.               356     921    6436 rooms.c
  2462.               373     645    6826 save.c
  2463.               691    1939   15893 shop.c
  2464.              1215    3680   28678 skills.c
  2465.               516    1512   12286 spells.c
  2466.               845    2693   21338 talk.c
  2467.               988    2797   23396 temple.c
  2468.               564    1618   13557 trap.c
  2469.               950    2609   21541 use.c
  2470.               600    1745   16933 vault.c
  2471.                45     150    1091 version.c
  2472.               420    1032    8706 wish.c
  2473.              1249    3054   26937 zap.c
  2474.                25      71     524 arena.h
  2475.                21      68     486 casino.h
  2476.                23      69     481 cast.h
  2477.                31      86     632 cfg.h
  2478.                43     109     979 chaos.h
  2479.                36     104     867 color.h
  2480.                30      90     702 combat.h
  2481.               181     540    4278 config.h
  2482.                19      67     448 death.h
  2483.                43      93     722 debug.h
  2484.                18      63     405 dip.h
  2485.                47     158    1273 dirserv.h
  2486.               101     250    2290 display.h
  2487.               100     209    2071 dlevel.h
  2488.                23      78     551 drink.h
  2489.                19      63     406 eat.h
  2490.                18      63     427 endgame.h
  2491.                23      70     471 error.h
  2492.                19      67     468 etemple.h
  2493.                19      65     452 fortune.h
  2494.                26      74     522 game.h
  2495.                20      70     477 global.h
  2496.                23      72     497 help.h
  2497.                29      84     673 hiscore.h
  2498.                25      74     471 hive.h
  2499.                25      73     558 init.h
  2500.               142     273    3156 invent.h
  2501.               420    1166   13940 item.h
  2502.               152     362    2526 macros.h
  2503.                18      64     426 manual.h
  2504.               185     616    4876 map.h
  2505.                21      70     527 message.h
  2506.               506    1537   15136 monster.h
  2507.                53     142    1217 myconio.h
  2508.                20      67     449 pick.h
  2509.                28      88     634 pit.h
  2510.               468    1039   10229 player.h
  2511.                19      67     451 pool.h
  2512.                19      65     458 process.h
  2513.                28      76     597 quest.h
  2514.                22      68     462 read.h
  2515.                63     155    1221 rooms.h
  2516.                39      96     759 save.h
  2517.                43     117     955 shop.h
  2518.                50     124    1144 skills.h
  2519.                55     133    1310 spells.h
  2520.                23      67     469 talk.h
  2521.                53     131    1296 temple.h
  2522.                21      73     518 trap.h
  2523.                22      69     480 use.h
  2524.                19      65     451 vault.h
  2525.                21      71     520 version.h
  2526.                21      65     431 wish.h
  2527.                29      91     629 zap.h
  2528.               482    1290   10127 Makefile
  2529.                75     220    1543 makeman
  2530.             51283  146255 1199101 total
  2531.  
  2532.  
  2533. Version 0.6.3:
  2534. --------------
  2535.  
  2536.   CHANGES:
  2537.   * An internal consistency check has been added.
  2538.   * Some parts of the code have been changed to introduce some major new 
  2539.     features in version 0.7.0.
  2540.   * The internal monster structure has been reorganized to allow for more
  2541.     flexibility and special powers.
  2542.   * A major bug in the routines for gaining chaos powers has been fixed.
  2543.   * Some error messages have been modified.
  2544.   * The magic powers for the 'Chaos Wyrm' have finally been implemented.
  2545.   * A bug in the update routines for the player character symbol has been 
  2546.     fixed.
  2547.   * The winner story now takes into account, whether the character has been
  2548.     severely changed by the forces of Chaos.
  2549.   * New debugging routines have been added.
  2550.   * Vaults are now somewhat more rare. Greater vaults are somewhat more
  2551.     common.
  2552.   * Two previously missing temple maps have been added (this prevented the
  2553.     player from being able to win the game).
  2554.   * Altars have been added to all temples.
  2555.   * The looks of the fire temple have been modified.
  2556.   * Drowning now causes less damage.
  2557.   * Random teleports are somewhat more rare.
  2558.   * An additional function has been added to the exploration mode.
  2559.   * A major bug in the routines responsible for handling damage caused to
  2560.     the inventory has been fixed.
  2561.   * Most items equipped as missiles now are not identified automatically.
  2562.   * It is now possible to wish for items. A section about this has been added
  2563.     to the manual.
  2564.   * A bug in the calculation routines of the value of items has been fixed.
  2565.   * Spellbooks now appear more often when playing a wizard or priest.
  2566.   * Some more typos have been fixed.
  2567.   * The graveyard level now is somewhat more difficult.
  2568.   * A massive bug in the endgame has been fixed.
  2569.   * The symbol for daemons has been changed.
  2570.   * A major bug in the banshee level routines has been fixed.
  2571.   * Iron golems are now slightly less resistant to damage.
  2572.   * The Chaos Wyrm now is somewhat less dangerous.
  2573.   * The symbol for fire grues has been changed.
  2574.   * A bug in the treasure treatment for the Great Stone Beast has been fixed.
  2575.   * 31 new effects for magical pools have been added.
  2576.   * Some more cases now consider the player characaters ability to see
  2577.     invisible monsters.
  2578.   * The rewards for peticularly religious characters have been slightly
  2579.     extended.
  2580.   * One more prayer effect has been added.
  2581.   * One new item has been added.
  2582.   * The usage of the Chaos Orb of Elemental Air now is without bugs.
  2583.  
  2584.   STATISTICS:
  2585.  
  2586.   * 'wc' results on the source code:
  2587.             Lines   Words   Bytes Module name
  2588.             -----   -----   ----- -----------
  2589.               178     410    3821 adom.c
  2590.               185     650    5034 arena.c
  2591.               242     654    4912 casino.c
  2592.               788    2009   18433 cast.c
  2593.               263     598    4449 cfg.c
  2594.               249     751    6034 chaos.c
  2595.              2664    7102   64286 combat.c
  2596.               424    1483   12738 death.c
  2597.                85     166    1393 debug.c
  2598.              1347    2815   23016 display.c
  2599.               739    2190   18212 dlevel.c
  2600.               952    2358   21153 drink.c
  2601.              1158    2610   25719 eat.c
  2602.                32     100     724 endgame.c
  2603.                72     164    1405 error.c
  2604.               221     731    5774 etemple.c
  2605.               143    1113    6946 fortune.c
  2606.              2427    5325   46938 game.c
  2607.               410    1075    8074 help.c
  2608.               224     509    3963 hiscore.c
  2609.              1998    4900   54154 init.c
  2610.              2195    6021   46632 invent.c
  2611.              4895   15709  113661 item.c
  2612.               138     435    2400 macros.c
  2613.              1093    8497   55818 manual.c
  2614.              2949    8567   62244 map.c
  2615.               145     388    2979 message.c
  2616.              4553   13497  106160 monster.c
  2617.               173     309    2228 myconio.c
  2618.               191     512    4233 pick.c
  2619.               226     681    5080 pit.c
  2620.              2475    5878   48174 player.c
  2621.               439     800    8957 pool.c
  2622.                56     146    1124 process.c
  2623.               339     888    7132 quest.c
  2624.               553    1295   10886 read.c
  2625.               356     921    6436 rooms.c
  2626.               490    1084    9595 save.c
  2627.               659    1839   14891 shop.c
  2628.              1144    3441   26869 skills.c
  2629.               523    1535   12418 spells.c
  2630.               788    2510   19775 talk.c
  2631.               975    2774   23007 temple.c
  2632.               548    1584   13235 trap.c
  2633.               847    2290   19165 use.c
  2634.               593    1722   16683 vault.c
  2635.                45     150    1091 version.c
  2636.               308     728    6290 wish.c
  2637.              1225    2993   26288 zap.c
  2638.                25      71     524 arena.h
  2639.                21      68     486 casino.h
  2640.                23      69     481 cast.h
  2641.                31      86     632 cfg.h
  2642.                43     106     941 chaos.h
  2643.                29      88     666 combat.h
  2644.               144     438    3547 config.h
  2645.                19      67     448 death.h
  2646.                43      93     722 debug.h
  2647.                95     236    2146 display.h
  2648.                98     197    1958 dlevel.h
  2649.                23      78     551 drink.h
  2650.                19      63     406 eat.h
  2651.                18      63     427 endgame.h
  2652.                23      70     471 error.h
  2653.                19      67     468 etemple.h
  2654.                19      65     452 fortune.h
  2655.                26      74     522 game.h
  2656.                20      70     477 global.h
  2657.                23      72     497 help.h
  2658.                26      77     585 hiscore.h
  2659.                25      74     471 hive.h
  2660.                25      73     558 init.h
  2661.               141     271    3114 invent.h
  2662.               397    1095   12757 item.h
  2663.               150     341    2570 macros.h
  2664.                18      64     426 manual.h
  2665.               174     594    4656 map.h
  2666.                21      70     527 message.h
  2667.               453    1360   13259 monster.h
  2668.                53     142    1217 myconio.h
  2669.                18      64     422 pick.h
  2670.                28      88     634 pit.h
  2671.               453     990    9742 player.h
  2672.                19      67     451 pool.h
  2673.                19      65     458 process.h
  2674.                27      74     564 quest.h
  2675.                22      68     462 read.h
  2676.                63     155    1221 rooms.h
  2677.                39      96     759 save.h
  2678.                43     117     955 shop.h
  2679.                50     124    1144 skills.h
  2680.                55     133    1310 spells.h
  2681.                23      67     469 talk.h
  2682.                53     129    1275 temple.h
  2683.                21      73     518 trap.h
  2684.                22      69     480 use.h
  2685.                19      65     451 vault.h
  2686.                21      71     520 version.h
  2687.                21      65     431 wish.h
  2688.                28      88     603 zap.h
  2689.               478    1269    9900 Makefile
  2690.                73     223    1550 makeman
  2691.             47561  135369 1101910 total
  2692.           
  2693.           
  2694. Version 0.6.2:
  2695. --------------
  2696.  
  2697.   CHANGES:
  2698.   * The line-of-sight algorithm has been changed once more. It's still 
  2699.     nearly as fast as in 0.6.1, but now allows for a more realistic line
  2700.     of sight.
  2701.   * The toughness of opponents in the arena is now much more dependent on
  2702.     the level of the pc.
  2703.   * The different final opponents in the arena all use different names.
  2704.   * The spell knowledge potentially deteriorates somewhat faster.
  2705.   * The influence of Chaos in the deeper dungeon levels is slightly weaker.
  2706.   * Breath attacks and magical attacks now are less likely to damage the
  2707.     equipment.
  2708.   * Blessed weapons now also work very well against demonic beings.
  2709.   * Greater vaults are now not quite as rare as before.
  2710.   * Some messages have been changed.
  2711.   * Several bugs in the display of the map, items and monsters have been fixed.
  2712.   * A bug in the exploration mode has been fixed.
  2713.   * Dwarves and orcs now need more experience while hobbits need slightly
  2714.     less experience.
  2715.   * Everburning torches now can be temporarily extinguished to allow to
  2716.     store them in the miscellaneous stuff.
  2717.   * The '/' now sorts all identified items in alphabetical order.
  2718.   * It no longer costs one turn to use the '$'-command or to abort a 'd'-
  2719.     command.
  2720.   * Certain intrinsics and resistances now lower the chance of the equipment
  2721.     being damaged by magical attacks.
  2722.   * Frequencies and prices for several items have been changed.
  2723.   * One new item and one new monster have been added.
  2724.   * Random artifacts now also can be generated on special levels.
  2725.   * Some more typos in the manual have been corrected.
  2726.   * Forges are now somewhat more common.
  2727.   * Dwarves and orcs now have a much better range of vision.
  2728.   * Ogre magi are now less likely to make themselves invisible.
  2729.   * Waiting monsters are no longer to teleport around. They have to wait
  2730.     till they are activated.
  2731.   * A major bug in the code for creating monster hordes has been fixed. Too
  2732.     many monsters were generated.
  2733.   * All spiders now are able to create webs.
  2734.   * Some monsters have been made less dangerous for game balance reasons.
  2735.   * Mighty monsters might drop artifacts if defeated.
  2736.   * Artifacts now cause less hunger.
  2737.   * Changes to the pcs hitpoints are shown immediately and not at the next
  2738.     time the player is allowed to make an input (particularly annoying when
  2739.     you were paralyzed or sleeping).
  2740.   * Several bugs in the use of the 'smithing' skill have been fixed.
  2741.   * Typos in this document have been fixed.
  2742.   * Several bugs in altar treatment and sacrifice treatment have been fixed.
  2743.   * It's now easier to become the champion of ones god.
  2744.   * Trying to use an anvil now also generates a meaningful message.
  2745.   * The inhabitants of vaults are now more dangerous when encountered on deep
  2746.     levels.
  2747.   * In some places the code has been simplified.
  2748.  
  2749.   STATISTICS:
  2750.  
  2751.   * 'wc' results on the source code:
  2752.             Lines   Words   Bytes Module name
  2753.             -----   -----   ----- -----------
  2754.               174     405    3728 adom.c
  2755.               185     650    5034 arena.c
  2756.               242     654    4912 casino.c
  2757.               788    2009   18475 cast.c
  2758.               263     598    4449 cfg.c
  2759.               249     750    6031 chaos.c
  2760.              2661    7100   65016 combat.c
  2761.               419    1419   12315 death.c
  2762.                75     154    1288 debug.c
  2763.              1347    2815   23016 display.c
  2764.               739    2190   18212 dlevel.c
  2765.               955    2361   21460 drink.c
  2766.              1158    2610   25719 eat.c
  2767.                32     100     724 endgame.c
  2768.                72     164    1405 error.c
  2769.               214     617    5557 etemple.c
  2770.               143    1113    6946 fortune.c
  2771.              2422    5320   46857 game.c
  2772.               410    1075    8074 help.c
  2773.               224     509    3963 hiscore.c
  2774.              1999    4901   54178 init.c
  2775.              2194    6018   46582 invent.c
  2776.              4841   15587  112615 item.c
  2777.               138     435    2400 macros.c
  2778.              1073    8353   54869 manual.c
  2779.              2938    8538   62046 map.c
  2780.               145     388    2979 message.c
  2781.              4191   13243  104014 monster.c
  2782.               173     309    2228 myconio.c
  2783.               191     512    4233 pick.c
  2784.               226     681    5080 pit.c
  2785.              2473    5877   48154 player.c
  2786.               170     373    3493 pool.c
  2787.                56     146    1124 process.c
  2788.               339     888    7132 quest.c
  2789.               553    1295   10886 read.c
  2790.               356     921    6436 rooms.c
  2791.               490    1084    9595 save.c
  2792.               659    1839   14919 shop.c
  2793.              1144    3441   26897 skills.c
  2794.               523    1535   12418 spells.c
  2795.               765    2464   19461 talk.c
  2796.               943    2684   21970 temple.c
  2797.               548    1584   13235 trap.c
  2798.               848    2291   19243 use.c
  2799.               593    1722   16683 vault.c
  2800.                45     150    1091 version.c
  2801.               259     621    5337 wish.c
  2802.              1208    2969   26040 zap.c
  2803.                25      71     524 arena.h
  2804.                21      68     486 casino.h
  2805.                23      69     481 cast.h
  2806.                31      86     632 cfg.h
  2807.                43     106     941 chaos.h
  2808.                29      88     666 combat.h
  2809.               144     438    3547 config.h
  2810.                19      67     448 death.h
  2811.                41      89     673 debug.h
  2812.                95     236    2146 display.h
  2813.                98     197    1958 dlevel.h
  2814.                23      78     551 drink.h
  2815.                19      63     406 eat.h
  2816.                18      63     427 endgame.h
  2817.                23      70     471 error.h
  2818.                19      67     468 etemple.h
  2819.                19      65     452 fortune.h
  2820.                26      74     522 game.h
  2821.                20      70     477 global.h
  2822.                23      72     497 help.h
  2823.                26      77     585 hiscore.h
  2824.                25      74     471 hive.h
  2825.                25      73     558 init.h
  2826.               141     271    3114 invent.h
  2827.               392    1088   12635 item.h
  2828.               150     341    2570 macros.h
  2829.                18      64     426 manual.h
  2830.               174     594    4656 map.h
  2831.                21      70     527 message.h
  2832.               442    1317   12941 monster.h
  2833.                53     142    1217 myconio.h
  2834.                18      64     422 pick.h
  2835.                28      88     634 pit.h
  2836.               453     990    9742 player.h
  2837.                19      67     451 pool.h
  2838.                19      65     458 process.h
  2839.                27      74     564 quest.h
  2840.                22      68     462 read.h
  2841.                63     155    1221 rooms.h
  2842.                39      96     759 save.h
  2843.                43     117     955 shop.h
  2844.                50     124    1144 skills.h
  2845.                55     133    1310 spells.h
  2846.                18      63     409 talk.h
  2847.                53     129    1275 temple.h
  2848.                21      73     518 trap.h
  2849.                22      69     480 use.h
  2850.                19      65     451 vault.h
  2851.                21      71     520 version.h
  2852.                21      65     431 wish.h
  2853.                28      88     603 zap.h
  2854.               478    1265    9869 Makefile
  2855.                73     223    1550 makeman
  2856.             46669  133862 1089220 total
  2857.  
  2858.  
  2859. Version 0.6.1:
  2860. --------------
  2861.  
  2862.   CHANGES:
  2863.   * A new visibility algorithm is being used (since nobody obviously
  2864.     noticed that monster size influences your line of sight I removed that
  2865.     part). The new algorithm responsible for calculating map updates while
  2866.     moving is at least twice as fast as the old one, which makes ADOM now
  2867.     comfortably playable on 386DX-25 machines.
  2868.   * In several places the screen update routines where optimized (this was
  2869.     long due).
  2870.   * On higher levels all classes get more hitpoints.
  2871.   * Some command line switches have been renamed ('-h' and '-?' have been
  2872.     changed to '-s' and '-h' respectively.
  2873.   * A bug in treating '-c' and '-n' switches was removed.
  2874.   * An invalid name for a configuration file now immediately results in an
  2875.     error message.
  2876.   * After winning the game no useless dungeon level is entered into the
  2877.     highscore.
  2878.   * In case you do not manage to enter the highscore ADOM tells you, how
  2879.     much points you would have needed to enter it.
  2880.   * The details for some food items have been changed.
  2881.   * Some more typos have been corrected.
  2882.   * A major bug in item treatment when dropping items on altars was removed.
  2883.   * A minor problem in arena creation was fixed.
  2884.   * A minor bug in walk mode was removed.
  2885.   * The manual has been updated.
  2886.   * Bugs in treatment of paralyzed and sleeping monsters have been fixed.
  2887.   * At several places invisibility as not taken into account when displaying
  2888.     messages.
  2889.   * A minor shopping bug was removed (an annoying warning is now much rarer).
  2890.   * The 'You sense a certain tension' message is now somewhat rarer.
  2891.   * When displaying spells some more information is available.
  2892.   * When using up tinderboxes or flint and steel ADOM says so.
  2893.  
  2894.   STATISTICS:
  2895.  
  2896.   * 'wc' results on the source code:
  2897.             Lines   Words   Bytes Module name
  2898.             -----   -----   ----- -----------
  2899.               173     403    3708 adom.c
  2900.               180     629    4866 arena.c
  2901.               242     654    4912 casino.c
  2902.               788    2009   18475 cast.c
  2903.               263     598    4449 cfg.c
  2904.               249     750    6031 chaos.c
  2905.              2660    7093   64961 combat.c
  2906.               419    1420   12319 death.c
  2907.                75     154    1288 debug.c
  2908.              1348    2819   23053 display.c
  2909.               739    2190   18213 dlevel.c
  2910.               955    2361   21460 drink.c
  2911.              1158    2609   25714 eat.c
  2912.                32     100     724 endgame.c
  2913.                72     164    1405 error.c
  2914.               214     617    5557 etemple.c
  2915.               143    1113    6946 fortune.c
  2916.              2415    5305   46649 game.c
  2917.               410    1075    8074 help.c
  2918.               224     509    3963 hiscore.c
  2919.              1999    4901   54179 init.c
  2920.              2157    5937   45799 invent.c
  2921.              4821   15517  112042 item.c
  2922.               138     435    2400 macros.c
  2923.              1073    8353   54870 manual.c
  2924.              2921    8505   61669 map.c
  2925.               145     388    2979 message.c
  2926.              4164   13140  103067 monster.c
  2927.               173     309    2228 myconio.c
  2928.               188     507    4179 pick.c
  2929.               226     681    5080 pit.c
  2930.              2469    5859   48011 player.c
  2931.               170     373    3493 pool.c
  2932.                56     146    1124 process.c
  2933.               339     888    7132 quest.c
  2934.               553    1295   10886 read.c
  2935.               356     921    6436 rooms.c
  2936.               474    1040    9212 save.c
  2937.               659    1839   14919 shop.c
  2938.              1081    3306   25701 skills.c
  2939.               504    1480   12085 spells.c
  2940.               765    2464   19461 talk.c
  2941.               948    2699   22079 temple.c
  2942.               548    1584   13235 trap.c
  2943.               844    2283   19164 use.c
  2944.               592    1719   16648 vault.c
  2945.                45     150    1091 version.c
  2946.               259     621    5337 wish.c
  2947.              1208    2969   26040 zap.c
  2948.                25      71     524 arena.h
  2949.                21      68     486 casino.h
  2950.                23      69     481 cast.h
  2951.                31      86     632 cfg.h
  2952.                43     106     941 chaos.h
  2953.                29      88     666 combat.h
  2954.               140     431    3461 config.h
  2955.                19      67     448 death.h
  2956.                41      89     673 debug.h
  2957.                94     234    2123 display.h
  2958.                98     197    1958 dlevel.h
  2959.                23      78     551 drink.h
  2960.                19      63     406 eat.h
  2961.                18      63     427 endgame.h
  2962.                23      70     471 error.h
  2963.                19      67     468 etemple.h
  2964.                19      65     452 fortune.h
  2965.                26      74     522 game.h
  2966.                20      70     477 global.h
  2967.                23      72     497 help.h
  2968.                26      77     585 hiscore.h
  2969.                25      74     471 hive.h
  2970.                25      73     558 init.h
  2971.               141     271    3114 invent.h
  2972.               392    1087   12622 item.h
  2973.               150     341    2570 macros.h
  2974.                18      64     426 manual.h
  2975.               173     592    4627 map.h
  2976.                21      70     527 message.h
  2977.               441    1306   12866 monster.h
  2978.                53     142    1217 myconio.h
  2979.                18      64     422 pick.h
  2980.                28      88     634 pit.h
  2981.               453     990    9742 player.h
  2982.                19      67     451 pool.h
  2983.                19      65     458 process.h
  2984.                27      74     564 quest.h
  2985.                22      68     462 read.h
  2986.                63     155    1221 rooms.h
  2987.                38      93     736 save.h
  2988.                43     117     955 shop.h
  2989.                50     124    1144 skills.h
  2990.                54     131    1291 spells.h
  2991.                18      63     409 talk.h
  2992.                53     129    1276 temple.h
  2993.                21      73     518 trap.h
  2994.                22      69     480 use.h
  2995.                19      65     451 vault.h
  2996.                21      71     520 version.h
  2997.                21      65     431 wish.h
  2998.                28      88     603 zap.h
  2999.               478    1260    9830 Makefile
  3000.                73     223    1550 makeman
  3001.             46441  133248 1083708 total
  3002.  
  3003.  
  3004. Version 0.6.0:
  3005. --------------
  3006.  
  3007.   CHANGES:
  3008.   * Chaos powers have been implemented.
  3009.   * The endgame has been completely rewritten.
  3010.   * Six new major special levels have been implemented.
  3011.   * Special levels are now fixed to a certain level range.
  3012.   * Vaults (medium-sized caves with many monsters) and greater vaults
  3013.     (really large caves with many dangerous monsters and valuable items)
  3014.     can now appear throughout the dungeon.
  3015.   * Extended commands (activated by pressing ':' and another key) are now
  3016.     available to pay for stuff, drop items and use a specific item.
  3017.   * Implementation of a 'tool' slot in the inventory.
  3018.   * The DOS-version of ADOM now is compiled with GCC 2.6.3 for DOS.
  3019.   * 52 new monsters have been implemented.
  3020.   * 33 new items have been added.
  3021.   * Many more typos have been removed from the game and all documents.
  3022.   * Three new command line options (-n, -c, -o) have been added.
  3023.   * The output of command line options is now formatted for a 23x77
  3024.     screen size.
  3025.   * Opponents in the arena are now tougher for certain character types and
  3026.     they are chosen from a list of possible opponents. 
  3027.   * If you are already very experienced when entering the arena the opponents
  3028.     also are much tougher.
  3029.   * Some minor internal bugs have been removed.
  3030.   * 'Disarm trap' spells now also work with normal traps.
  3031.   * Almost all commands now can be aborted without giving a free move to the
  3032.     monsters.
  3033.   * Unique monsters now have a better chance to hit the pc.
  3034.   * Torches have been implemented.
  3035.   * On the first dungeon levels the chances for critical hits by monsters have
  3036.     been greatly reduced.
  3037.   * Now only melee weapons are identified when used as a weapon (improvised
  3038.     weapons like wands are no longer identified).
  3039.   * Protection from fire and cold now also helps against breath weapons.
  3040.   * Monsters can now be hit somewhat more often.
  3041.   * The toughness attribute now can't raise your PV-value by more than 20.
  3042.   * Rusted weapons might cause blood poisoning.
  3043.   * Critical hits by monsters now cause less damage.
  3044.   * Monks no longer gain their special DV bonus when sleeping or paralyzed.
  3045.   * The DV bonus granted by DX is no longer available if the pc can't move.
  3046.   * Bug in missile treatment removed (missiles could land within a wall).
  3047.   * ADOM now memorizes the command line options used to compile it.
  3048.   * The formula used to calculate the final score now refers to several more
  3049.     influencing factors.
  3050.   * The final output now is correctly formatted.
  3051.   * Many more details about the character are available at the end of the
  3052.     game (a list of killed monsters, comments about piety, etc.).
  3053.   * The highscore now also saves the dungeon level a character died on.
  3054.   * The first status line at the bottom of the screen has been reformatted.
  3055.   * Hitpoints now are always correctly displayed.
  3056.   * If the last status line at the bottom line of the screen is getting
  3057.     too long, short forms for the various points are used.
  3058.   * Generally invisibility of monsters and of the pc is checked in many more
  3059.     situations.
  3060.   * Bugs in potion treatment have been removed.
  3061.   * Many effects caused by eating corpses have been changed.
  3062.   * A major bug in food treatment has been removed (eating herbs at times
  3063.     caused ADOM to abort with an error message).
  3064.   * 33 new messages for fortune cookies have been added.
  3065.   * New commands have been added to the exploration mode and some old commands
  3066.     have been improved.
  3067.   * A major bug in shop treatment has been removed.
  3068.   * Doors now can be easier kicked open.
  3069.   * Secret doors now also can appear in tunnels.
  3070.   * The walk-mode now works if you are overloaded with stuff but try to just
  3071.     walk on the spot.
  3072.   * A bug in one of the minor quests was removed.
  3073.   * The 'q' key now displays the current minor quest status.
  3074.   * Some commands previously omitted have been added to the keyboard map
  3075.     description.
  3076.   * The highscore now is formatted in a slightly different manner.
  3077.   * Certain character types now gain some additional items at the start.
  3078.   * The number of experience points required for very high levels has been
  3079.     once more slightly lowered.
  3080.   * Healers now regenerate much faster.
  3081.   * If you can't remove your armor because of a cursed girdle, the status
  3082.     of the girdle now will be displayed.
  3083.   * The effects of 'rings of fire' and 'rings of ice' have been greatly
  3084.     enhanced. A major bug in the treatment of these items also has been
  3085.     removed.
  3086.   * Now gloves no longer can be removed if you are carrying a cursed weapon.
  3087.   * The skill 'food preservation' now is more effective.
  3088.   * The inventory screen now takes care that very long item names no longer
  3089.     disrupt the format of the display.
  3090.   * Named items are only displayed together with their name if they have been
  3091.     identified.
  3092.   * Several more items are now automatically identified when readied.
  3093.   * The formula for item value calculation has been modified once more.
  3094.   * Spellbooks appear more often than before for wizard and priest characters.
  3095.   * Cursed or blessed potions of water now are called 'holy water' or
  3096.     'unholy' water.
  3097.   * The remaining 'color herbs' now have more sensible names.
  3098.   * Many new item abilities have been added (items e.g. now can increase
  3099.     attribute values).
  3100.   * Item names are displayed differently than in 0.5.0.
  3101.   * Spellbooks no longer are stacked.
  3102.   * Spellbooks now disappear after a limited number of uses.
  3103.   * A major bug in charge treatment of stacked wands has been removed.
  3104.   * The rarity of many items has been decreased.
  3105.   * The random number generator has been modified.
  3106.   * The manual has been extended.
  3107.   * The routines responsible for digging tunnels have been modified.
  3108.   * A 'water' tile has been added.
  3109.   * Many new features are available in the dungeon.
  3110.   * Invisible monsters no longer restrict the line of sight.
  3111.   * A bug in the determination of monster damage has been fixed.
  3112.   * Several monsters now appear more or less often.
  3113.   * The magic resistance of monsters now is weaker if the character is
  3114.     very experienced.
  3115.   * Monsters now have an increased chance to hit.
  3116.   * The regeneration special power for monsters now works.
  3117.   * Many new special abilities for monsters have been added.
  3118.   * One new monster sound has been added.
  3119.   * Monsters now have less hitpoints.  
  3120.   * Undead no longer can be confused.
  3121.   * A bug in the routine responsible for summoning new monsters has been
  3122.     fixed.
  3123.   * Monsters are now more intelligent when using their teleportation and
  3124.     summoning powers.
  3125.   * When advancing more than one level ADOM checks for possible attribute
  3126.     increases for each advance.
  3127.   * Some special levels have been slightly modified.
  3128.   * Advanced in level now also help your piety score.
  3129.   * If your learning score is 9 or higher and the pc somehow looses his
  3130.     literacy, it is gained back the next time the learning score is
  3131.     increased.
  3132.   * The deadliness of poison has been somewhat lowered.
  3133.   * When the pc got sick, he received a wrong message on each step.
  3134.   * One new intrinsic for the pc has been added.
  3135.   * Artifacts now need more time to cause hunger.
  3136.   * One new effect for magical pools has been added.
  3137.   * Many of the minor quests have been modified and some bugs have been
  3138.     removed.
  3139.   * The routines for loading and saving games have been modified.
  3140.   * It's now more dangerous to attack shopkeepers.
  3141.   * Learning spells gets much easier if the pc is very experienced.
  3142.   * Artifacts now are highly valuable sacrifices.
  3143.   * The value of sacrifices has been fine-tuned.
  3144.   * A bug in piety reward handling has been removed.
  3145.   * It's now simpler to convert an altar.
  3146.   * The pc can receive artifacts from his deity. The pc also can become
  3147.     a champion of his religion.
  3148.   * A bug in prayer treatment was removed (when the pcs piety was very low
  3149.     ADOM crashed at times).
  3150.   * If the piety score of the pc is very low, the deity will only exert 
  3151.     punishment (if at all appropriate) when the piety level changes.
  3152.   * Traps have been somewhat modified.
  3153.   * The 'u' command has been changed.
  3154.   * Healers no can use a stethoscope without using up a move.
  3155.   * One new possible wish has been implemented.
  3156.   * The wand of light now works again.
  3157.   * A major bug in wand treatment has been removed which made several
  3158.     wands unusable.
  3159.  
  3160.   STATISTICS:
  3161.  
  3162.   * 'wc' results on the source code:
  3163.             Lines   Words   Bytes Module name
  3164.             -----   -----   ----- -----------
  3165.               173     405    3715 adom.c
  3166.               180     629    4866 arena.c
  3167.               242     654    4912 casino.c
  3168.               788    2009   18475 cast.c
  3169.               264     600    4476 cfg.c
  3170.               249     750    6031 chaos.c
  3171.              2660    7093   64961 combat.c
  3172.               413    1386   12081 death.c
  3173.                75     154    1288 debug.c
  3174.              1337    2798   22819 display.c
  3175.               739    2190   18213 dlevel.c
  3176.               955    2361   21460 drink.c
  3177.              1158    2609   25715 eat.c
  3178.                32     100     724 endgame.c
  3179.                72     164    1405 error.c
  3180.               214     617    5557 etemple.c
  3181.               143    1113    6946 fortune.c
  3182.              2392    5244   46252 game.c
  3183.               410    1075    8074 help.c
  3184.               215     490    3822 hiscore.c
  3185.              1999    4901   54179 init.c
  3186.              2156    5935   45765 invent.c
  3187.              4797   15464  111611 item.c
  3188.               138     435    2400 macros.c
  3189.              1073    8353   54772 manual.c
  3190.              2915    8500   61638 map.c
  3191.               145     388    2979 message.c
  3192.              4153   13113  103087 monster.c
  3193.               188     507    4179 pick.c
  3194.               226     681    5080 pit.c
  3195.              2468    5855   47982 player.c
  3196.               170     373    3493 pool.c
  3197.                56     146    1124 process.c
  3198.               339     888    7132 quest.c
  3199.               553    1295   10886 read.c
  3200.               356     921    6436 rooms.c
  3201.               474    1040    9212 save.c
  3202.               659    1839   14919 shop.c
  3203.              1081    3306   25701 skills.c
  3204.               501    1473   12076 spells.c
  3205.               765    2464   19461 talk.c
  3206.               948    2699   22079 temple.c
  3207.               548    1584   13235 trap.c
  3208.               838    2265   19061 use.c
  3209.               592    1719   16648 vault.c
  3210.                45     150    1091 version.c
  3211.               259     621    5337 wish.c
  3212.              1208    2969   26040 zap.c
  3213.                25      71     524 arena.h
  3214.                21      68     486 casino.h
  3215.                23      69     481 cast.h
  3216.                31      86     632 cfg.h
  3217.                43     106     941 chaos.h
  3218.                29      88     666 combat.h
  3219.               139     429    3437 config.h
  3220.                19      67     448 death.h
  3221.                41      89     673 debug.h
  3222.                94     234    2123 display.h
  3223.                98     197    1958 dlevel.h
  3224.                23      78     551 drink.h
  3225.                19      63     406 eat.h
  3226.                18      63     427 endgame.h
  3227.                23      70     471 error.h
  3228.                19      67     468 etemple.h
  3229.                19      65     452 fortune.h
  3230.                26      74     522 game.h
  3231.                20      70     477 global.h
  3232.                23      72     497 help.h
  3233.                24      75     555 hiscore.h
  3234.                25      74     471 hive.h
  3235.                25      73     558 init.h
  3236.               141     271    3114 invent.h
  3237.               391    1084   12589 item.h
  3238.               150     341    2570 macros.h
  3239.                18      64     426 manual.h
  3240.               173     592    4627 map.h
  3241.                21      70     527 message.h
  3242.               441    1306   12866 monster.h
  3243.                18      64     422 pick.h
  3244.                28      88     634 pit.h
  3245.               453     990    9742 player.h
  3246.                19      67     451 pool.h
  3247.                19      65     458 process.h
  3248.                27      74     564 quest.h
  3249.                22      68     462 read.h
  3250.                63     155    1221 rooms.h
  3251.                38      93     736 save.h
  3252.                43     117     955 shop.h
  3253.                50     124    1144 skills.h
  3254.                54     131    1291 spells.h
  3255.                18      63     409 talk.h
  3256.                53     129    1276 temple.h
  3257.                21      73     518 trap.h
  3258.                22      69     480 use.h
  3259.                19      65     451 vault.h
  3260.                21      71     520 version.h
  3261.                21      65     431 wish.h
  3262.                28      88     603 zap.h
  3263.               478    1260    9830 Makefile
  3264.                73     223    1550 makeman
  3265.             46111  132543 1078486 total
  3266.  
  3267.  
  3268. Version 0.5.0:
  3269. --------------
  3270.  
  3271.   CHANGES:
  3272.   * ADOM now is a shortcut for 'Ancient Domains of Mystery'.
  3273.   * A large number of typos have been corrected. Many texts have been
  3274.     changed to achieve better effects.
  3275.   * ADOM now understands command line options (try 'adom -?').  
  3276.   * One new spell is available.
  3277.   * Dorn Beasts no longer are that vulnerable to kicks.
  3278.   * Many new monster abilities are available.
  3279.   * Thrown artifacts now also are indestructible.
  3280.   * Missile attacks now can be aborted.
  3281.   * Wielded potions now break upon impact.
  3282.   * Missile weapons wielded as melee weapons now cause less damage.
  3283.     They are also prone to breakage.
  3284.   * The highscore file now contains 100 entries.
  3285.   * Four new intrinsics for the pc have been added.
  3286.   * The death messages now also states whether the pc was literate.
  3287.   * The algorithm used for the calculation of the final score has been
  3288.     rewritten.
  3289.   * Dynamic debugging now is possible.
  3290.   * The update of attribute values no longer leaves any garbage on the
  3291.     screen.
  3292.   * A bug in the display routines was corrected.
  3293.   * Generally ADOM now checks for errors when loading or saving data.
  3294.   * The death messages also stop if the screen is full.
  3295.   * Three new special levels have been added.
  3296.   * Monster pits have been implemented.
  3297.   * Now there are more methods to become literate (and loose literacy).
  3298.   * Potions of poisons now are more dangerous.
  3299.   * Orcish potions of booze now have positive effects on orcs.
  3300.   * Starving pcs eat more than they normally would.
  3301.   * Lots of new food has been added.
  3302.   * 45 new fortune cookies are available.
  3303.   * Several new commands have been added to the exploration mode.
  3304.   * Web handling has been debugged.
  3305.   * Several new commands are available (offering, praying, listing identified
  3306.     items).
  3307.   * The algorithm for breaking/opening doors has been altered.
  3308.   * Bugs in the walk mode have been removed.
  3309.   * A list containing the identified items now is available.
  3310.   * The help screen now allows to scroll by line.
  3311.   * The manual has been updated and expanded.
  3312.   * Dark elven paladins now get boots.
  3313.   * Many more items are right away identified when you equip them.
  3314.   * Monks now need more experience.
  3315.   * Almost all items (with _one_ exception) that belong to the starting
  3316.     equipment are identified and either uncursed or blessed.
  3317.   * The use of artifacts causes hunger.
  3318.   * It's now possible to remove and put on gauntlets even if you have
  3319.     equipped a cursed shield.
  3320.   * A bug in gold treatment was fixed.
  3321.   * If you equip a missile weapon and then want to equip missiles, only
  3322.     missiles are shown for selection.
  3323.   * A new material for items is available (eternium).
  3324.   * Some shop bugs (pretty bad bugs) were fixed.
  3325.   * Some update problems with the status lines have been changed.
  3326.   * On the banshee-level nothing can rot.
  3327.   * Some probabilities for items have been changed.
  3328.   * Special artifacts have been added, which are randomly distributed in
  3329.     the dungeon.
  3330.   * 80 (!) new items have been added.
  3331.   * Some prices have been changed.
  3332.   * Some problems with weapon damage have been fixed.
  3333.   * Some new item abilities have been fixed.
  3334.   * Some herbs have been renamed (although more good names are needed).
  3335.   * Unpaid items now also list their price tag.
  3336.   * The random number generator was changed slightly in an attempt to
  3337.     generate less regular number sequences.
  3338.   * The complete game manual is now available during the game.
  3339.   * An 'AutoMore'-mode is now available (by pressing enter at the more
  3340.     prompt), which speeds up flipping through very long messages.
  3341.   * Treasure rooms now contain more treasures.
  3342.   * Altars are slightly more common right now.
  3343.   * The 'D_ANGBAND' display mode was debugged and altered for clarity.
  3344.   * New map features have been added.
  3345.   * A bug in the visibility algorithm was removed, which caused items and
  3346.     stuff to be displayed, which no longer was visible.
  3347.   * A tavern has been added to the dwarven city.
  3348.   * Killing priests now is very bad for your piety.
  3349.   * Experience rewards for monsters are now much more generous (especially
  3350.     in the deeper levels, which makes advancement easier).
  3351.   * 26 new monsters have been added to the game.
  3352.   * Killing certain monsters now slightly alters the pcs alignment.
  3353.   * If the pc is invisible, monsters no longer track him with as much 
  3354.     persistance as before.
  3355.   * Four new special abilities for monsters have been added.
  3356.   * Monsters now can be stunned.
  3357.   * Monster confusion now is handled correctly.
  3358.   * The routine for monster movement has been greatly optimized. Monster
  3359.     movement should now be about a hundred times as fast as in the last
  3360.     version.
  3361.   * Alignment now influences the attitude of monsters towards the pc.
  3362.   * Priests are no longer just priests of the dwarven race.
  3363.   * The source code has been somewhat reorganized and streamlined.
  3364.   * A very bad bug when picking up items (possible result: program crash)
  3365.     was removed.
  3366.   * Attribute improvement is now somewhat simpler.
  3367.   * Some skills have been modified slightly.
  3368.   * If the pc falls into a hole his sight range is decreased.
  3369.   * Four new effects for magical pools have been added.
  3370.   * Some quests have been implemented (right now four with more to follow).
  3371.   * A really bad bug in the load and save routines was removed.
  3372.   * After a program crash the remains of the previous game in the 's_adom'
  3373.     directly no longer cause the program to crash.
  3374.   * Shopkeepers now more often call for help.
  3375.   * It is no longer possible to waste a skill increase slot on a skills that
  3376.     already have a 100% score.
  3377.   * If all skills are maxed out, your attributes start to increase faster.
  3378.   * Attribute training with the dwarven weaponmaster has been changed.
  3379.   * A lot of stuff concerning altars, piety and the various gods has been
  3380.     implemented.
  3381.   * Wands with very special ray effects are now available.
  3382.   * Dozens of effects of items have been slightly modified.
  3383.   * Many minor bugs have been removed.
  3384.  
  3385.   STATISTICS:
  3386.  
  3387.   * 'wc' results on the source code:
  3388.             Lines   Words   Bytes Module name
  3389.             -----   -----   ----- -----------
  3390.               145     302    2813 adom.c
  3391.               110     389    2688 arena.c
  3392.               242     653    4905 casino.c
  3393.               774    1961   17823 cast.c
  3394.               251     567    4194 cfg.c
  3395.              2338    6241   56306 combat.c
  3396.               296     996    8737 death.c
  3397.                75     154    1288 debug.c
  3398.              1223    2488   20217 display.c
  3399.               692    2044   16966 dlevel.c
  3400.               817    2012   18142 drink.c
  3401.              1036    2367   22805 eat.c
  3402.                72     164    1405 error.c
  3403.               108     712    4659 fortune.c
  3404.              2201    4812   41825 game.c
  3405.               392    1010    7623 help.c
  3406.               211     479    3759 hiscore.c
  3407.              1970    4791   53223 init.c
  3408.              1886    5132   39563 invent.c
  3409.              4314   13692   98506 item.c
  3410.               130     419    2243 macros.c
  3411.              1008    7805   51447 manual.c
  3412.              2608    7644   54978 map.c
  3413.               145     388    2979 message.c
  3414.              3382   10220   79868 monster.c
  3415.               164     447    3670 pick.c
  3416.               218     657    4903 pit.c
  3417.              2329    5508   44729 player.c
  3418.               164     359    3363 pool.c
  3419.                56     146    1124 process.c
  3420.               323     853    6837 quest.c
  3421.               548    1281   10808 read.c
  3422.               260     693    4887 rooms.c
  3423.               464    1019    8947 save.c
  3424.               582    1631   13149 shop.c
  3425.              1071    3294   25587 skills.c
  3426.               491    1438   11754 spells.c
  3427.               645    2010   15712 talk.c
  3428.               823    2304   19129 temple.c
  3429.               547    1580   13409 trap.c
  3430.               520    1375   11587 use.c
  3431.                45     150    1091 version.c
  3432.               248     589    5095 wish.c
  3433.              1108    2691   23610 zap.c
  3434.                22      67     470 arena.h
  3435.                21      68     486 casino.h
  3436.                23      69     481 cast.h
  3437.                27      80     585 cfg.h
  3438.                26      81     591 combat.h
  3439.                94     331    2527 config.h
  3440.                19      67     448 death.h
  3441.                41      89     673 debug.h
  3442.                93     232    2105 display.h
  3443.                93     195    1898 dlevel.h
  3444.                23      78     551 drink.h
  3445.                19      63     406 eat.h
  3446.                23      70     471 error.h
  3447.                19      65     452 fortune.h
  3448.                26      74     522 game.h
  3449.                20      70     477 global.h
  3450.                23      72     497 help.h
  3451.                24      75     555 hiscore.h
  3452.                25      74     471 hive.h
  3453.                25      73     558 init.h
  3454.               138     266    3035 invent.h
  3455.               368    1005   11340 item.h
  3456.               150     335    2496 macros.h
  3457.                18      64     426 manual.h
  3458.               153     536    4089 map.h
  3459.                21      70     527 message.h
  3460.               398    1147   11095 monster.h
  3461.                18      64     422 pick.h
  3462.                28      87     623 pit.h
  3463.               449     983    9572 player.h
  3464.                19      67     451 pool.h
  3465.                19      65     458 process.h
  3466.                25      72     537 quest.h
  3467.                22      68     462 read.h
  3468.                56     141    1070 rooms.h
  3469.                38      93     736 save.h
  3470.                42     115     936 shop.h
  3471.                50     124    1144 skills.h
  3472.                54     131    1291 spells.h
  3473.                18      63     409 talk.h
  3474.                51     124    1189 temple.h
  3475.                21      73     518 trap.h
  3476.                21      67     460 use.h
  3477.                21      71     520 version.h
  3478.                21      65     431 wish.h
  3479.                26      83     560 zap.h
  3480.               437    1116    8700 Makefile
  3481.                69     209    1454 makeman
  3482.             40469  114764  928527 total
  3483.  
  3484.  
  3485. Version 0.4.2:
  3486. --------------
  3487.  
  3488.   CHANGES:
  3489.  
  3490.   * Herbs now only grow on levels three and deeper.
  3491.   * Added one new artifact.
  3492.   * Artifacts no longer can be broken or rusty.
  3493.   * The time it takes for a tamed monster to go wild now depends on
  3494.     the charisma of the pc.
  3495.   * Attack damage values for hydras have been slightly changed.
  3496.   * It's now much easier to pick up items.
  3497.   * Alignment now only can be in a limited range.
  3498.   * Prices for items in shops have been changed.
  3499.   * A bug in price calculation has been fixed (you could owe negative
  3500.     amounts of money :-( ).
  3501.   * Some messages have been altered, some have been added.
  3502.  
  3503.   STATISTICS:
  3504.  
  3505.   * 'wc' results on the source code:
  3506.             Lines   Words   Bytes Module name
  3507.             -----   -----   ----- -----------
  3508.                96     184    1730 adom.c
  3509.               743    1861   17040 cast.c
  3510.               251     567    4194 cfg.c
  3511.              2031    5347   47842 combat.c
  3512.               258     855    7410 death.c
  3513.                49     111     883 debug.c
  3514.              1154    2324   19065 display.c
  3515.               672    1961   16293 dlevel.c
  3516.               567    1314   12279 drink.c
  3517.               944    2152   20684 eat.c
  3518.                68     152    1286 error.c
  3519.                57     260    1816 fortune.c
  3520.              2102    4608   39712 game.c
  3521.               334     871    6418 help.c
  3522.               175     412    3304 hiscore.c
  3523.              1939    4702   52555 init.c
  3524.              1639    4349   33888 invent.c
  3525.              3472   10408   76214 item.c
  3526.               130     417    2236 macros.c
  3527.              2248    6348   45994 map.c
  3528.               145     388    2979 message.c
  3529.              3012    8898   70420 monster.c
  3530.               164     457    3685 pick.c
  3531.              2133    5052   40713 player.c
  3532.               139     320    2960 pool.c
  3533.                56     146    1124 process.c
  3534.                22      87     577 quest.c
  3535.               491    1152    9671 read.c
  3536.               178     392    2724 rooms.c
  3537.               442     992    8714 save.c
  3538.               497    1397   11108 shop.c
  3539.              1039    3185   24709 skills.c
  3540.               486    1390   11439 spells.c
  3541.               328     908    7615 talk.c
  3542.                43     155    1035 temple.c
  3543.               541    1557   13174 trap.c
  3544.               503    1322   11140 use.c
  3545.                41     125     929 version.c
  3546.               218     486    4151 wish.c
  3547.               667    1594   14090 zap.c
  3548.                22      67     460 cast.h
  3549.                27      80     585 cfg.h
  3550.                26      81     591 combat.h
  3551.                93     328    2493 config.h
  3552.                19      67     448 death.h
  3553.                48     105     835 debug.h
  3554.                87     219    1965 display.h
  3555.                89     191    1820 dlevel.h
  3556.                21      70     477 drink.h
  3557.                19      63     406 eat.h
  3558.                18      65     420 error.h
  3559.                19      63     426 fortune.h
  3560.                26      74     522 game.h
  3561.                20      70     477 global.h
  3562.                23      72     497 help.h
  3563.                24      75     555 hiscore.h
  3564.                25      74     471 hive.h
  3565.                25      73     558 init.h
  3566.               133     253    2852 invent.h
  3567.               327     889    9411 item.h
  3568.               150     335    2496 macros.h
  3569.               149     517    3908 map.h
  3570.                21      70     527 message.h
  3571.               366    1043    9949 monster.h
  3572.                18      64     422 pick.h
  3573.               433     954    9030 player.h
  3574.                19      67     451 pool.h
  3575.                19      65     458 process.h
  3576.                18      64     432 quest.h
  3577.                22      68     462 read.h
  3578.                50     120     901 rooms.h
  3579.                38      93     736 save.h
  3580.                41     113     899 shop.h
  3581.                49     122    1113 skills.h
  3582.                54     130    1277 spells.h
  3583.                18      63     409 talk.h
  3584.                18      63     423 temple.h
  3585.                21      73     518 trap.h
  3586.                20      65     430 use.h
  3587.                21      71     520 version.h
  3588.                21      65     431 wish.h
  3589.                26      83     560 zap.h
  3590.               390     959    7469 Makefile
  3591.             33147   87452  723890 total
  3592.  
  3593.  
  3594. Version 0.4.1:
  3595. --------------
  3596.  
  3597.   CHANGES:
  3598.  
  3599.   * ADOM now also is available for the AMIGA.
  3600.   * The DOS version now uses new output routines as default.
  3601.   * Slight changes in the effects of the 'Fireball'-spell
  3602.   * Potions now are destroyed, when they are thrown.
  3603.   * Generally the alignment of the pc is considered with certain actions.
  3604.   * Rusty weapons now are dangerous in a very special way (blood 
  3605.     poisoning!).
  3606.   * Several messages have been restructured.
  3607.   * the calculation of the final score takes into account some more factors.
  3608.   * If the character is bleeding, this is shown in the status line.
  3609.   * Potions of poison now can be used in a very offensive way.
  3610.   * After failing to drink something when stunned, the screen was not
  3611.     redrawn correctly.
  3612.   * The 'Recovery' environment variable now will be correctly interpreted.
  3613.   * Now only common monsters (not the unique ones) can be named.
  3614.   * Certain special messages were printed when entering levels, where they
  3615.     had no meaning.
  3616.   * The online help now features descriptions for the keyboard bindings.
  3617.   * Implementation of two new items.
  3618.   * Implementation of two new monsters, one new monster sound and one new
  3619.     special ability for monsters.
  3620.   * One new special level has been added.
  3621.   * Pools now only appear in rooms.
  3622.   * Healers now get more hitpoints.
  3623.   * Bards now get to increase more skills than everyone else when rising
  3624.     in level.
  3625.   * When zapping something, only the visible part of the ray causes a
  3626.     delay.
  3627.   * Several parts of the program (mainly the line-of-sight-algorithm and
  3628.     associated parts have been optimizied to work _much_ faster).
  3629.   * One bug was removed, which made the program display useless characters
  3630.     on the screen when using the Angband-display-style.
  3631.   * Several more internal bugs have been fixed.
  3632.   * The manual has been expanded.
  3633.  
  3634.   STATISTICS:
  3635.  
  3636.   * 'wc' results on the source code:
  3637.             Lines   Words   Bytes Module name
  3638.             -----   -----   ----- -----------
  3639.                96     184    1730 adom.c
  3640.               743    1861   17040 cast.c
  3641.               251     567    4194 cfg.c
  3642.              2028    5337   47716 combat.c
  3643.               258     855    7410 death.c
  3644.                49     111     883 debug.c
  3645.              1154    2324   19065 display.c
  3646.               671    1957   16263 dlevel.c
  3647.               567    1314   12279 drink.c
  3648.               944    2152   20684 eat.c
  3649.                68     152    1286 error.c
  3650.                57     260    1816 fortune.c
  3651.              2102    4608   39712 game.c
  3652.               334     871    6418 help.c
  3653.               175     412    3304 hiscore.c
  3654.              1938    4699   52528 init.c
  3655.              1764    4701   37121 invent.c
  3656.              3331   10008   72569 item.c
  3657.               130     417    2236 macros.c
  3658.              2224    6297   45524 map.c
  3659.               145     388    2979 message.c
  3660.              3011    8894   70383 monster.c
  3661.               227     587    5351 pick.c
  3662.              2133    5048   40667 player.c
  3663.               139     320    2960 pool.c
  3664.                56     146    1124 process.c
  3665.                22      87     577 quest.c
  3666.               477    1112    9436 read.c
  3667.               178     392    2724 rooms.c
  3668.               442     992    8714 save.c
  3669.               487    1387   11021 shop.c
  3670.              1039    3185   24709 skills.c
  3671.               486    1390   11439 spells.c
  3672.               328     908    7613 talk.c
  3673.                43     155    1035 temple.c
  3674.               541    1557   13174 trap.c
  3675.               503    1322   11140 use.c
  3676.                41     125     929 version.c
  3677.               218     486    4151 wish.c
  3678.               658    1552   13773 zap.c
  3679.                22      67     460 cast.h
  3680.                27      80     585 cfg.h
  3681.                26      81     591 combat.h
  3682.                93     328    2493 config.h
  3683.                19      67     448 death.h
  3684.                48     105     835 debug.h
  3685.                87     219    1965 display.h
  3686.                89     191    1820 dlevel.h
  3687.                21      70     477 drink.h
  3688.                19      63     406 eat.h
  3689.                18      65     420 error.h
  3690.                19      63     426 fortune.h
  3691.                26      74     522 game.h
  3692.                20      70     477 global.h
  3693.                23      72     497 help.h
  3694.                24      75     555 hiscore.h
  3695.                25      74     471 hive.h
  3696.                25      73     558 init.h
  3697.               133     253    2852 invent.h
  3698.               326     882    9328 item.h
  3699.               150     335    2496 macros.h
  3700.               149     517    3908 map.h
  3701.                21      70     527 message.h
  3702.               366    1043    9949 monster.h
  3703.                18      64     422 pick.h
  3704.               432     952    9007 player.h
  3705.                19      67     451 pool.h
  3706.                19      65     458 process.h
  3707.                18      64     432 quest.h
  3708.                22      68     462 read.h
  3709.                50     120     901 rooms.h
  3710.                38      93     736 save.h
  3711.                41     113     899 shop.h
  3712.                49     122    1113 skills.h
  3713.                54     130    1277 spells.h
  3714.                18      63     409 talk.h
  3715.                18      63     423 temple.h
  3716.                21      73     518 trap.h
  3717.                20      65     430 use.h
  3718.                21      71     520 version.h
  3719.                21      65     431 wish.h
  3720.                26      83     560 zap.h
  3721.               390     959    7469 Makefile
  3722.             33129   87357  723661 total
  3723.  
  3724.  
  3725. Version 0.4.0:
  3726. --------------
  3727.  
  3728.   CHANGES:
  3729.   
  3730.   * The spell screen again features the correct key descriptions.
  3731.   * ADOM now can be customized via a configuration file.
  3732.   * ADOM won't run on screens too small to display the special levels.
  3733.   * Bug in creation of light/darkness removed.
  3734.   * Several bugs when using spells where removed.
  3735.   * Monsters now can be named.
  3736.   * Spell knowledge deterioates faster.
  3737.   * Mute pcs no longer can cast spells (confused or stunned ones neither).
  3738.   * Many texts have been altered / improved / corrected.
  3739.   * One new spell added.
  3740.   * The details of several spells have been changed.
  3741.   * Combat between monsters has been enhanced.
  3742.   * The dungeon is now smaller (only 50 levels instead of 100).   
  3743.   * When calculating the pcs score the gathered intrinsics are considered.
  3744.   * The status line has been slightly cleaned up.
  3745.   * The whole dungeon is now one line larger from north to south.
  3746.   * Finally shops (and shopkeepers ;-) are available.
  3747.   * The order of special levels has been changed.
  3748.   * Implementation of one new special level (the dwarven city).
  3749.   * Throughout the dungeons you now can find magical vegetation.
  3750.   * Magical pools are available on some levels.
  3751.   * A temple (although not very functional right now) is available on
  3752.     one level.
  3753.   * Several potions now work differently (a potion of exchange finally works).
  3754.   * The eating habits of some races have been slightly changed.
  3755.   * Several new intrinsics have been added.
  3756.   * Many new commands are available (take a look at the manual).
  3757.   * The walk mode now can be used to walk on one spot thus enabling the 
  3758.     player to utilize a safer form of healing a character without moving.
  3759.   * Bards have become more powerful, as they now have a mighty companion.
  3760.   * Monsters now are able to ignore the limits of one dungeon level and
  3761.     can follow the pc via stairs.
  3762.   * Bee hives can now be kicked.
  3763.   * The walk mode generally exhibits even more care to prevent a casual trip
  3764.     into a trap.
  3765.   * Drakelings finally can make use of their breath weapon.
  3766.   * The interface has been enhanced (using item is now somewhat simpler).
  3767.   * Monsters now can be named.
  3768.   * Some insider jokes have been implemented.
  3769.   * The start screen has been slightly changed.
  3770.   * Hobbits are now somewhat lighter.
  3771.   * Some classes / races get additional starting equipment.
  3772.   * New default name for male gnomes added.
  3773.   * Drakelings need somewhat more experience to advance.
  3774.   * Gloves now can be removed after wearing them (if they are not cursed that
  3775.     is).
  3776.   * A bug in inventory handling was hopefully removed, so that the program no
  3777.     longer crashes in rare situations.
  3778.   * Implementation of 30 new items.
  3779.   * The value of items now considers more factors (status, rust condition, 
  3780.     etc.).
  3781.   * Some probabilities in item distribution have been adjusted.
  3782.   * You no longer will find broken shields and armor.
  3783.   * On Linux systems rays are now better visible.
  3784.   * The manual has been updated.
  3785.   * The game now can be completed (there was a bug in the endgame which
  3786.     caused the program to crash).
  3787.   * Implementation of 18 new monsters.
  3788.   * Tamed monsters move with more intelligence (and generally are more
  3789.     helpful to the character).
  3790.   * Bug in monster movement removed, which could make the program crash.
  3791.   * On one special level (the ice-covered one) there are no longer any
  3792.     monsters.
  3793.   * Experience awards have been dramatically raised for the tougher
  3794.     monsters.
  3795.   * Monsters now really are invisible on the screen when they should be.
  3796.   * Every pc race now has a complexion.
  3797.   * Bugs in the teleportation algorithm have been fixed.
  3798.   * When your pc starts to starve you now get a message on every step.
  3799.   * The chance to increase attributes is no longer static but depends on
  3800.     the characters current attribute value and his learning score.
  3801.   * Attributes now have an upper limit (99!).
  3802.   * When using an uncursed scroll of identify you no longer have to enter
  3803.     a cryptic character.
  3804.   * Bug in the 'pick locks'-routine removed.
  3805.   * Implementation of three new skills: alchemy, athletics and herbalism
  3806.   * Typos in this document have been fixed.
  3807.   * In the beginning some traps now are less dangerous to lower the
  3808.     mortality rate of beginning characters.
  3809.   * More wishes are possible.
  3810.   * When zapping wands the characters status is checked in more detail.
  3811.   * Many small bugs have been fixed.
  3812.  
  3813.   STATISTICS:
  3814.  
  3815.   * 'wc' results on the source code:
  3816.             Lines   Words   Bytes Module name
  3817.             -----   -----   ----- -----------
  3818.                96     184    1730 adom.c
  3819.               738    1861   17019 cast.c
  3820.               251     567    4194 cfg.c
  3821.              2013    5294   47273 combat.c
  3822.               255     842    7337 death.c
  3823.                49     111     883 debug.c
  3824.              1133    2232   18078 display.c
  3825.               651    1847   15477 dlevel.c
  3826.               556    1290   12019 drink.c
  3827.               917    2106   20137 eat.c
  3828.                68     150    1261 error.c
  3829.                57     260    1816 fortune.c
  3830.              2085    4562   39280 game.c
  3831.               210     470    3668 help.c
  3832.               175     412    3304 hiscore.c
  3833.              1933    4686   52440 init.c
  3834.              1765    4703   37137 invent.c
  3835.              3314    9942   72120 item.c
  3836.               128     407    2160 macros.c
  3837.              2167    6154   44508 map.c
  3838.               145     388    2979 message.c
  3839.              2900    8697   67865 monster.c
  3840.               228     590    5365 pick.c
  3841.              2107    4975   40058 player.c
  3842.               137     315    2917 pool.c
  3843.                56     146    1124 process.c
  3844.                22      87     577 quest.c
  3845.               456    1003    8759 read.c
  3846.               178     392    2724 rooms.c
  3847.               396     901    8062 save.c
  3848.               486    1388   11011 shop.c
  3849.              1036    3177   24653 skills.c
  3850.               486    1390   11439 spells.c
  3851.               322     887    7446 talk.c
  3852.                43     155    1035 temple.c
  3853.               541    1557   13174 trap.c
  3854.               503    1322   11140 use.c
  3855.                41     125     929 version.c
  3856.               218     486    4151 wish.c
  3857.               655    1547   13741 zap.c
  3858.                22      67     460 cast.h
  3859.                27      80     585 cfg.h
  3860.                26      81     591 combat.h
  3861.                92     322    2439 config.h
  3862.                19      67     448 death.h
  3863.                48     105     835 debug.h
  3864.                87     218    1947 display.h
  3865.                88     190    1804 dlevel.h
  3866.                21      70     477 drink.h
  3867.                19      63     406 eat.h
  3868.                18      65     420 error.h
  3869.                19      63     426 fortune.h
  3870.                26      74     522 game.h
  3871.                20      70     477 global.h
  3872.                23      70     473 help.h
  3873.                24      75     555 hiscore.h
  3874.                25      74     471 hive.h
  3875.                25      73     558 init.h
  3876.               133     253    2852 invent.h
  3877.               325     880    9277 item.h
  3878.               139     290    2227 macros.h
  3879.               150     519    3891 map.h
  3880.                21      70     527 message.h
  3881.               361    1027    9764 monster.h
  3882.                18      64     422 pick.h
  3883.               421     936    8785 player.h
  3884.                19      67     451 pool.h
  3885.                19      65     458 process.h
  3886.                18      64     432 quest.h
  3887.                22      68     462 read.h
  3888.                50     120     901 rooms.h
  3889.                38      93     736 save.h
  3890.                41     113     899 shop.h
  3891.                49     122    1113 skills.h
  3892.                54     130    1277 spells.h
  3893.                18      63     409 talk.h
  3894.                18      63     423 temple.h
  3895.                21      73     518 trap.h
  3896.                20      65     430 use.h
  3897.                21      71     520 version.h
  3898.                21      65     431 wish.h
  3899.                26      83     560 zap.h
  3900.               390     956    7447 Makefile
  3901.             32559   85755  710096 total
  3902.  
  3903.  
  3904. Version 0.3.1:
  3905. --------------
  3906.  
  3907.   CHANGES:
  3908.  
  3909.   * Major bug in combat routines removed, which caused the program to hang 
  3910.     at times
  3911.   * A debug note, which was still visible to the players, was removed.
  3912.   * During the game a lot of background information about the pc is
  3913.     available.
  3914.   * Chatting with monsters is now possible in a limited way.
  3915.   * More detail about the pc (hair color, eye color, height, weight, etc.) is
  3916.     now available.
  3917.   * During gameplay the pc is getting more messages, that might hint at hidden
  3918.     features of a level.
  3919.  
  3920.   STATISTICS:
  3921.  
  3922.   * 'wc' results on the source code:
  3923.             Lines   Words   Bytes Module name
  3924.             -----   -----   ----- -----------
  3925.                90     160    1539 adom.c
  3926.               708    1818   16666 cast.c
  3927.              1867    4942   44306 combat.c
  3928.               223     756    6300 death.c
  3929.                49     111     883 debug.c
  3930.              1133    2230   18049 display.c
  3931.               377    1106    9539 dlevel.c
  3932.               546    1277   12007 drink.c
  3933.               661    1593   15054 eat.c
  3934.                68     150    1261 error.c
  3935.              1800    3799   32564 game.c
  3936.               175     412    3304 hiscore.c
  3937.              1815    4374   49606 init.c
  3938.              1621    4316   34006 invent.c
  3939.              2966    8719   63974 item.c
  3940.               128     407    2160 macros.c
  3941.              1940    5388   39602 map.c
  3942.               145     388    2979 message.c
  3943.              2340    6814   53645 monster.c
  3944.               143     358    3244 pick.c
  3945.              1747    4043   31945 player.c
  3946.                56     146    1124 process.c
  3947.               323     690    6199 read.c
  3948.               155     339    2341 rooms.c
  3949.               396     901    8062 save.c
  3950.               889    2737   21318 skills.c
  3951.               455    1281   10586 spells.c
  3952.               178     497    4343 talk.c
  3953.               512    1504   12853 trap.c
  3954.               371    1030    8426 use.c
  3955.                41     125     929 version.c
  3956.               219     494    4231 wish.c
  3957.               545    1264   11169 zap.c
  3958.                18      63     409 cast.h
  3959.                26      81     591 combat.h
  3960.                91     319    2408 config.h
  3961.                19      67     448 death.h
  3962.                48     105     836 debug.h
  3963.                87     219    1947 display.h
  3964.                76     165    1529 dlevel.h
  3965.                21      70     477 drink.h
  3966.                19      63     406 eat.h
  3967.                18      65     420 error.h
  3968.                26      74     522 game.h
  3969.                20      70     477 global.h
  3970.                24      75     555 hiscore.h
  3971.                25      74     471 hive.h
  3972.                25      73     558 init.h
  3973.               132     252    2822 invent.h
  3974.               312     842    8587 item.h
  3975.               135     282    2156 macros.h
  3976.               139     454    3413 map.h
  3977.                21      70     527 message.h
  3978.               347     983    9239 monster.h
  3979.                18      64     422 pick.h
  3980.               403     866    8141 player.h
  3981.                19      65     458 process.h
  3982.                22      68     462 read.h
  3983.                46     110     815 rooms.h
  3984.                38      93     736 save.h
  3985.                49     119    1073 skills.h
  3986.                53     127    1232 spells.h
  3987.                18      63     409 talk.h
  3988.                20      70     487 trap.h
  3989.                18      63     409 use.h
  3990.                21      71     520 version.h
  3991.                21      65     431 wish.h
  3992.                26      83     560 zap.h
  3993.               327     775    6042 Makefile
  3994.             27410   71337  595209 total
  3995.  
  3996.  
  3997. Version 0.3.0:
  3998. --------------
  3999.  
  4000.   CHANGES:
  4001.  
  4002.   * Speed optimizations.
  4003.   * The source code was cleaned up.
  4004.   * The DOS version allows to utilize several special keys.
  4005.   * The eating habits of several races have changed.
  4006.   * Exploration mode is now only available, if you know the magic word. As a
  4007.     compensation many more commands are possible.
  4008.   * The keyboard bindings have undergone some major changes (read the manual!).
  4009.   * Some background texts have been changed.
  4010.   * Now you also can see the weight of the stuff you are carrying, when you
  4011.     examine the miscellaneous stuff.
  4012.   * When a heap of items is damaged, it is possible that only some of the
  4013.     items are destroyed.
  4014.   * Implementation of 5 new items.
  4015.   * The order of the items in inventory has been slightly modified.
  4016.   * Scrolls now are more originally named when not identified.
  4017.   * The game manual has been expanded.
  4018.   * The symbols for stairs have been switched to be compatible to Nethack.
  4019.   * Implementation of 25 new monsters.
  4020.   * Monsters now can be tamed.
  4021.   * Many new special abilities for monsters have been implemented.
  4022.   * Monsters now can suffer from many more external influences. 
  4023.   * Monsters now can fight each other.
  4024.   * Seven new intrinsics for the pc have been added.
  4025.   * PCs now can be mute or might fall asleep.
  4026.   * Introduction of upper limits for hitpoints and power.
  4027.   * Sight restrictions for trolls have been eased.
  4028.   * Improvements in the user interface:
  4029.     - The inventory interface now is much easier to use.
  4030.     - Implementation of a 'walk mode' to speed up movement.
  4031.     - Whenever you can quit something by pressing 'Z', SPACE is also a valid
  4032.       option.
  4033.     - For various functions only a part of the stuff will be presented to the
  4034.       player (only potions when using 'd'rink, etc.).
  4035.   * Wishing now is possible.
  4036.   * Now a pc not only is affected by good luck but also by bad luck.
  4037.   * Several large bugs have been fixed.
  4038.   * Many small bugs have been fixed
  4039.  
  4040.   STATISTICS:
  4041.  
  4042.   * 'wc' results on the source code:
  4043.             Lines   Words   Bytes Module name
  4044.             -----   -----   ----- -----------
  4045.                90     160    1539 adom.c
  4046.               708    1818   16666 cast.c
  4047.              1854    4934   44169 combat.c
  4048.               223     756    6300 death.c
  4049.                49     111     883 debug.c
  4050.              1133    2230   18049 display.c
  4051.               358    1078    9248 dlevel.c
  4052.               546    1277   12007 drink.c
  4053.               661    1596   15087 eat.c
  4054.                68     150    1261 error.c
  4055.              1782    3780   32344 game.c
  4056.               175     412    3304 hiscore.c
  4057.              1730    4122   47059 init.c
  4058.              1621    4316   34006 invent.c
  4059.              2966    8719   63974 item.c
  4060.               128     407    2160 macros.c
  4061.              1937    5385   39505 map.c
  4062.               145     388    2979 message.c
  4063.              2319    6771   53227 monster.c
  4064.               143     358    3244 pick.c
  4065.              1631    3760   29170 player.c
  4066.                56     146    1124 process.c
  4067.               323     690    6199 read.c
  4068.               155     339    2341 rooms.c
  4069.               396     901    8062 save.c
  4070.               889    2737   21318 skills.c
  4071.               455    1281   10586 spells.c
  4072.               512    1504   12853 trap.c
  4073.               371    1030    8426 use.c
  4074.                41     125     929 version.c
  4075.               219     494    4231 wish.c
  4076.               545    1264   11169 zap.c
  4077.                18      63     409 cast.h
  4078.                26      81     591 combat.h
  4079.                91     319    2408 config.h
  4080.                19      67     448 death.h
  4081.                48     105     835 debug.h
  4082.                87     219    1947 display.h
  4083.                65     144    1292 dlevel.h
  4084.                21      70     477 drink.h
  4085.                19      63     406 eat.h
  4086.                18      65     420 error.h
  4087.                26      74     522 game.h
  4088.                20      70     477 global.h
  4089.                24      75     555 hiscore.h
  4090.                25      74     471 hive.h
  4091.                19      65     443 init.h
  4092.               132     252    2822 invent.h
  4093.               312     842    8587 item.h
  4094.               135     282    2156 macros.h
  4095.               139     454    3413 map.h
  4096.                21      70     527 message.h
  4097.               347     983    9239 monster.h
  4098.                18      64     422 pick.h
  4099.               387     823    7716 player.h
  4100.                19      65     458 process.h
  4101.                22      68     462 read.h
  4102.                46     110     815 rooms.h
  4103.                38      93     736 save.h
  4104.                49     119    1073 skills.h
  4105.                53     127    1232 spells.h
  4106.                20      70     487 trap.h
  4107.                18      63     409 use.h
  4108.                21      71     520 version.h
  4109.                21      65     431 wish.h
  4110.                26      83     560 zap.h
  4111.               318     753    5876 Makefile
  4112.             26897   70050  583061 total
  4113.  
  4114.  
  4115. Version 0.2.0:
  4116. --------------
  4117.  
  4118.   * First alpha version available for testing to some chosen :-)
  4119.   * A call of 'wc' on a unix system gives the following information about 
  4120.     the sources:
  4121.  
  4122.             Lines   Words   Bytes Module name
  4123.             -----   -----   ----- -----------
  4124.                81     154    1442 adom.c
  4125.               698    1794   16436 cast.c
  4126.              1362    3574   31332 combat.c
  4127.               203     702    5608 death.c
  4128.              1092    2141   17422 display.c
  4129.               358    1078    9248 dlevel.c
  4130.               546    1276   11997 drink.c
  4131.               487    1205   10996 eat.c
  4132.                68     150    1261 error.c
  4133.              1472    3038   26321 game.c
  4134.               175     412    3304 hiscore.c
  4135.              1721    4082   46736 init.c
  4136.              1374    3684   29160 invent.c
  4137.              2852    8375   61604 item.c
  4138.               128     407    2160 macros.c
  4139.              1883    5227   38301 map.c
  4140.               145     385    2975 message.c
  4141.              1794    5306   41253 monster.c
  4142.               143     352    3176 pick.c
  4143.              1534    3488   27282 player.c
  4144.                56     146    1124 process.c
  4145.               288     594    5354 read.c
  4146.               155     339    2341 rooms.c
  4147.               396     901    8062 save.c
  4148.               887    2719   21221 skills.c
  4149.               454    1270   10529 spells.c
  4150.               509    1487   12765 trap.c
  4151.               236     601    5029 use.c
  4152.                41     125     929 version.c
  4153.               553    1276   11291 zap.c
  4154.                18      63     409 cast.h
  4155.                24      76     547 combat.h
  4156.                89     306    2299 config.h
  4157.                19      67     448 death.h
  4158.                87     219    1947 display.h
  4159.                65     144    1292 dlevel.h
  4160.                21      70     477 drink.h
  4161.                19      63     406 eat.h
  4162.                18      65     420 error.h
  4163.                24      71     498 game.h
  4164.                20      70     477 global.h
  4165.                24      75     555 hiscore.h
  4166.                25      74     471 hive.h
  4167.                19      65     443 init.h
  4168.               127     240    2654 invent.h
  4169.               321     814    8282 item.h
  4170.               135     282    2156 macros.h
  4171.               138     447    3349 map.h
  4172.                21      70     527 message.h
  4173.               309     836    7861 monster.h
  4174.                18      64     422 pick.h
  4175.               374     782    7147 player.h
  4176.                19      65     458 process.h
  4177.                22      68     462 read.h
  4178.                46     110     815 rooms.h
  4179.                38      93     736 save.h
  4180.                49     119    1073 skills.h
  4181.                53     127    1232 spells.h
  4182.                20      70     487 trap.h
  4183.                18      63     409 use.h
  4184.                21      71     519 version.h
  4185.                26      83     560 zap.h
  4186.               298     694    5400 Makefile
  4187.             -----   -----  ------
  4188.             24216   62814  521897 total
  4189.  
  4190.  
  4191.