root/tags/angband-3.0.9a/changes.txt

Revision 748, 4.4 kB (checked in by takkaria, 10 months ago)

Tag the 3.0.9a release.

Line 
1 Angband 3.0.9a
2 =============
3
4 Angband 3.0.9a is a bugfix version of 3.0.9.  It fixes the bug where
5 monsters act far too stupidly.  It also changes store UI behaviour so
6 that pressing Enter no longer initialises buying, but rather 'p' does.
7
8 This version also fixes a small bug with autoconf support.
9
10 Angband 3.0.9 had the following changelist:
11
12 Angband 3.0.9 is a bugfix version of 3.0.8, mostly.  Thanks go to the
13 many people who reported bugs, helped track them down, and especially
14 to those who provided patches.
15
16  * Add 'K' command to "mark item kind as squelch".
17  * Add squelch_worthless option; does what it says on the tin.
18  * Fix use of an uninitialised variable.  (ctate)
19  * Restore the "jump into trap and don't autopickup" command.  It
20    doesn't "flip pickup" in the same way the old command did.
21  * Always cast to (unsigned char) for the islower(), isdigit(), etc
22    functions
23  * Make graphics for flavoured items work properly in the object browser.
24  * Fix command menu display in bigtile menu via something of a hack.
25  * Display full monster picture in monster list in bigtile mode.
26  * Fix obviously wrong code in main-gcu. (William McBrine)
27  * Make disturb_panel work again (this is a 3.0.6 bug).
28  * Add _GNU_SOURCE define to silence setresgid() errors.
29  * Give items that provide light descriptions in obj-info.c.
30  * Describe the NO_FUEL flag.
31  * Fix behaviour of the LITE flag.
32  * Collect Banishment effects into one big lump sum.  Death now comes
33    quickly.
34  * Use better spell and object descriptions.  (Hugo Kornelis)
35  * Added <click> or 'g' to some prompts where they are now acceptable
36    inputs.
37  * Fix acid damage of objects to make it a chance rather than a certainty.
38  * Don't count hidden squelchable objects when deciding where to place
39    things in monster drops (or whatever).  This should stop drops from
40    killing a monster appearing miles away from that monster with
41    nothing appearing in between.
42  * Make 'Glyph of Warding' 'shove' items out of the way when created on
43    a spot.
44  * Fix bug in removal of autoinscriptions
45  * "!d" stops squelch auto-dropping things, and "!k" marks an object
46    not to be squelched.
47  * (Windows) Open windows in reverse order so the Term 5 is behind
48    Term 4 is behind Term 3 and so on.
49  * (GTK) Remember user preferences.
50  * Miscellaneous small things reported by Hugo Kornelis.
51    (for more info, see <http://dev.rephial.org/trac/ticket/252>)
52  * Rewrite description of birth_no_preserve to make it even less
53    ambiguous.
54  * Allow use of objects from the floor when blind.
55  * Reset text indent after squelch help.  This means monster recall no
56    longer gets 1-char indents from the side of the screen.
57  * (Linux only) Always enter stores when moving onto them.
58  * Only mark things as squelchable if we know the 'flavour' through ID
59    or whatever.
60  * Fixed object detection behaviour w.r.t the hide_squelchable option.
61  * Add 'link' to the high score table from knowledge menu.
62  * Mark starting equipment as 'everseen' for squelching & object
63    knowledge purposes.
64  * Add missing entries in the monster knowledge list.
65  * Tidied up the knowledge screens, so that recalled text is always at
66    the top of the screen, and stop giving artifact spoilers.
67  * Report the right number of items in your inventory after a store
68    transaction.
69  * Stop superfluous '-more-'s in the shops.
70  * Avoid possible out-of-bounds array access if you're clev50 when when
71    entering the store.
72  * Rearrange object knowledge menu, so flavoured items come first.
73  * Make EAT_LITE monsters eat light again.
74  * Show resist blindness properly in self knowledge displays.
75  * Let 'h' work in stores with the roguelike keyset.
76  * Removed the x11 "keycode translations" (i.e. rewriting "^_]3244"
77    type sequences to "\[PgUp]" type sequences)  for '-' and '=' from
78    the pref files to prevent x11's automatic macros from breaking
79    those keys.  This was most often manifested when trying to use items
80    on the floor.
81  * Fixed bug in "Interact with macros" menu where the echoing of macros
82    as you typed them would be messed up if any "keycode translations"
83    took place.
84
85 Autoconf
86 --------
87 Please use gmake on BSDs.  It should work OK.
88
89  * Install all files properly.
90  * Expand DEFAULT_PATH correctly.
91  * Remember to include X11 paths.
92  * Chown the angband executable when appropriate.
93  * Fix SDL sound support.
94  * Fix the "cannot find .depend" error.
Note: See TracBrowser for help on using the browser.